diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/home.css | 24 | ||||
| -rw-r--r-- | static/images/backgrounds/announcements.png | bin | 171442 -> 248204 bytes | |||
| -rw-r--r-- | static/images/backgrounds/announcements_border.png | bin | 175090 -> 1704685 bytes | |||
| -rw-r--r-- | static/images/backgrounds/welcome-banner.gif | bin | 0 -> 482854 bytes | |||
| -rw-r--r-- | static/images/backgrounds/welcome-banner.png | bin | 574048 -> 0 bytes |
5 files changed, 17 insertions, 7 deletions
diff --git a/static/css/home.css b/static/css/home.css index 88d25fb3..3a710ad7 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -1,20 +1,21 @@ #welcome { width: 730px; height: 262px; - background: url('../images/backgrounds/welcome-banner.png') no-repeat; + background: url('../images/backgrounds/welcome-banner.gif') no-repeat; background-size: 730px 262px; margin: 0px auto 20px auto; border: 0px; position: relative; margin-top: 15px; text-align: justify; + border-radius: 8px; } #welcome > p { width: 500px; - margin: 12px 0px 12px 142px; + margin: 12px 0px 12px 100px; position: relative; - top: 80px; + top: 69px; } #announcements { @@ -30,20 +31,29 @@ height: 14px; display: block; position: relative; - left: 68px; + left: 118px; top: 11px; } marquee { border: 15px solid transparent; - border-radius: 4px; padding: 15px; - border-image: url('../images/backgrounds/announcements_border.png') 50 round; + border-image: url('https://image.slidesdocs.com/responsive-images/docs/pop-art-bubble-dialog-in-shades-of-pink-and-purple-page-border-background-word-template_1ed12b1322__1131_1600.jpg') 45 round; width: 480px; height: 180px; position: relative; - left: 70px; + left: 120px; top: 23px; + background-color: rgba(0, 0, 0, 0.5); +} + +marquee::after { + position: absolute; + top: -4px; bottom: -4px; + left: -4px; right: -4px; + content: ''; + z-index: -1; + border-radius: 16px; } marquee > ul { diff --git a/static/images/backgrounds/announcements.png b/static/images/backgrounds/announcements.png Binary files differindex 7c173882..16f052b7 100644 --- a/static/images/backgrounds/announcements.png +++ b/static/images/backgrounds/announcements.png diff --git a/static/images/backgrounds/announcements_border.png b/static/images/backgrounds/announcements_border.png Binary files differindex 92cc03a6..b758c1b7 100644 --- a/static/images/backgrounds/announcements_border.png +++ b/static/images/backgrounds/announcements_border.png diff --git a/static/images/backgrounds/welcome-banner.gif b/static/images/backgrounds/welcome-banner.gif Binary files differnew file mode 100644 index 00000000..25dc7577 --- /dev/null +++ b/static/images/backgrounds/welcome-banner.gif diff --git a/static/images/backgrounds/welcome-banner.png b/static/images/backgrounds/welcome-banner.png Binary files differdeleted file mode 100644 index 19c77c11..00000000 --- a/static/images/backgrounds/welcome-banner.png +++ /dev/null |
