diff options
author | Akshen | 2018-05-28 14:43:17 +0530 |
---|---|---|
committer | Akshen | 2018-05-28 14:43:17 +0530 |
commit | 1ade33e8516f9e3544b33e6c13db8528b4e9d386 (patch) | |
tree | 8a009dc81d94090912ad9d3e619f2ef39c3cb298 /static/workshop_app | |
parent | 969bee9771f5b02b9930b4e3d8490a707b1817cd (diff) | |
download | workshop_booking-1ade33e8516f9e3544b33e6c13db8528b4e9d386.tar.gz workshop_booking-1ade33e8516f9e3544b33e6c13db8528b4e9d386.tar.bz2 workshop_booking-1ade33e8516f9e3544b33e6c13db8528b4e9d386.zip |
Change UI in Navbar
- Adds dropdown for instructor | Statistics
- Adds dropdown for coordinator | Workshops
- fixed navbar throughtout the website
Diffstat (limited to 'static/workshop_app')
-rw-r--r-- | static/workshop_app/css/index.css | 64 | ||||
-rw-r--r-- | static/workshop_app/css/slick-theme.css | 6 | ||||
-rw-r--r-- | static/workshop_app/css/sticky-footer.css | 6 |
3 files changed, 40 insertions, 36 deletions
diff --git a/static/workshop_app/css/index.css b/static/workshop_app/css/index.css index fc78c9d..903bbb9 100644 --- a/static/workshop_app/css/index.css +++ b/static/workshop_app/css/index.css @@ -1,16 +1,16 @@ /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 800px) { - .leftcolumn, .rightcolumn { + .leftcolumn, .rightcolumn { width: 100%; padding: 0; }, - + } ul.topnav { list-style-type: none; - margin: 10px; + margin: 2px; padding: 0; overflow: hidden; @@ -20,31 +20,30 @@ ul.topnav li {float: right;} ul.topnav li a { display: block; - color: black; + color: white; font-family: "Helvatica", arial, sans-serif; text-align: center; - padding: 14px 16px; + padding: 10px 16px; text-decoration: none; } ul.topnav li a:hover:not(.active) { - background-color: #3bb1d1; - color:white; - padding: 14px 16px; + background-color: white; + color: black; + padding: 10px 16px; } ul.topnav li.right {float: right;} @media screen and (max-width: 600px){ - ul.topnav li.right, + ul.topnav li.right, ul.topnav li {float: none;} } /**/ -.container { - width: 100%; - box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); - align-content: center; +.coverbox { + width: 90%; + margin: auto; } .row { @@ -60,17 +59,23 @@ ul.topnav li.right {float: right;} } +#r1 { + background: linear-gradient(135deg , #2c5aa0,#2c5aa0 30%, #3bb1d1 ); + height: 60px; + margin: 1px; + font-family: Sans-serif, "Arial"; +} #r1_c1 { - font-size: 27px; - background: url("../img/hd_bg.png") no-repeat left top; - padding-bottom: 35px; + font-size: 18px; + padding-top: 14px; text-align: middle; - padding-top: 25px; - font-family: aaragh; + color:white; } + + .rslides { position: relative; list-style: none; @@ -101,6 +106,10 @@ ul.topnav li.right {float: right;} width: 100%; } +#r2 { + padding-top: 10px; +} + #r2_c1 { margin: auto; width: 100%; @@ -116,11 +125,10 @@ ul.topnav li.right {float: right;} color: white; background: linear-gradient(135deg , #2c5aa0,#2c5aa0 30%, #3bb1d1 ); padding-bottom: 25px; - margin-top: 15px; + margin-top: 15px; } - #r5 { width: 100%; } @@ -128,14 +136,14 @@ ul.topnav li.right {float: right;} #r5_c1 { text-align: center; font-size: 2vw; - font-family: aaragh; + font-family: aaragh; margin-top: 10px; } #r5_c2 { - font-family: aaragh; - + font-family: aaragh; + } #r5_c3 { @@ -147,12 +155,13 @@ ul.topnav li.right {float: right;} margin-top: 15px; width: 100%; background: linear-gradient(135deg , #2c5aa0,#2c5aa0 30%, #3bb1d1 ); - + align-items: center; + } #r6_c2 { text-align: center; - font-family: aaragh; + font-family: aaragh; color: white; } @@ -162,7 +171,6 @@ ul.topnav li.right {float: right;} overflow: hidden; padding: 0; margin: 0; - width: 10px; } .tslides li { @@ -217,9 +225,8 @@ ul.topnav li.right {float: right;} #r8_c2 { font-size: 16px; - text-align: center; - + } #social { @@ -229,7 +236,6 @@ ul.topnav li.right {float: right;} #r8_c4 { text-align: center; font-size: 12px; - width: 100%; } diff --git a/static/workshop_app/css/slick-theme.css b/static/workshop_app/css/slick-theme.css index 46c87bf..f084346 100644 --- a/static/workshop_app/css/slick-theme.css +++ b/static/workshop_app/css/slick-theme.css @@ -26,7 +26,7 @@ top: 50%; display: block; - + border-radius:3; width: 30px; height: 35px; padding: 0; @@ -67,9 +67,9 @@ font-family: 'slick'; font-size: 40px; line-height: 1; - + border-radius:3; opacity: 3; - color: ; + color:black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; diff --git a/static/workshop_app/css/sticky-footer.css b/static/workshop_app/css/sticky-footer.css index c0a38e8..bad5ff7 100644 --- a/static/workshop_app/css/sticky-footer.css +++ b/static/workshop_app/css/sticky-footer.css @@ -13,7 +13,7 @@ /* OnActive Tab */ .navbar-custom .navbar-nav > .active > a { color: black; - background: white; + background: white; } .navbar-custom .navbar-nav > li > a:hover, @@ -32,8 +32,6 @@ } .navbar-custom .navbar-brand:hover{ - color: black; - background-color: #efefef; } /** @@ -48,4 +46,4 @@ left: 0; background-color: #efefef; text-align: center; -}
\ No newline at end of file +} |