diff options
| author | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-12 01:51:58 +0000 |
|---|---|---|
| committer | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-12 01:51:58 +0000 |
| commit | 0e8a122da032679b1fb53487169f857dfdfb8b47 (patch) | |
| tree | c09552a28c94068a0e536a8208c394ad49ab6ff9 /assets/css | |
| parent | 9e62d3c9a5e0d08bccb10614a9352306d0cb5ae0 (diff) | |
minor fixes
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/creative.css | 6 | ||||
| -rw-r--r-- | assets/css/style.css | 120 |
2 files changed, 3 insertions, 123 deletions
diff --git a/assets/css/creative.css b/assets/css/creative.css index 535e830..0155dba 100644 --- a/assets/css/creative.css +++ b/assets/css/creative.css @@ -148,7 +148,7 @@ padding-top: 200px; header { position: relative; width: 100%; - min-height: auto; + min-height: 100%; text-align: center; /*color: #fff;*/ background-image: url("../images/main.jpg"); @@ -327,8 +327,8 @@ header .header-content .header-content-inner hr { .table-user-information > tbody > tr > td { border-top: 0; } -.toppad -{margin-top:20px; +.toppad { + margin-top:20px; } diff --git a/assets/css/style.css b/assets/css/style.css index dc27602..ff26ab4 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -23,93 +23,6 @@ h1{ } -/*top_bar.height + main.height + footer.height = 8% + 80% + 12% */ -#top-bar{ - width: 100%; - height: 8%; - display: flex; - display: -webkit-flex; - flex-direction: row; - -webkit-flex-direction: row; - justify-content: space-between; - -webkit-justify-content: space-between; - align-items: flex-end; - -webkit-align-items: flex-end; -} - - #top-bar nav { - flex: 0 1 auto; - -webkit-flex: 0 1 auto; - padding-right: 20%; - - } - - #top-bar #logo { - padding-left: 20%; - } - - #top-bar img { - padding: 10%; - width: auto; - /* Humair - I added this because size wasn't working for firefox*/ - max-width: 150px; - } - - - #top-bar nav ul { - margin: 0; - padding: 0; - overflow: hidden; - - } - #top-bar ul li { - float: right; - } - - #top-bar ul li a { - display: block; - color: darkgray; - text-align: center; - padding: 14px 16px; - vertical-align: bottom; - } - - #top-bar ul li a:hover { - color: lightblue; - } - - #top-bar .drop-menu { - padding: 0; - } - - .drop-menu { - display: none; - padding: 0; - width: auto; - position: absolute; - background-color: #f9f9f9; - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); - } - - #top-bar .drop-menu li { - float: right; - text-align: center; - clear: both; - height: auto; - color: black; - text-decoration: none; - display: block; - } - - .drop-menu li a { - padding: 12px 16px; - } - - .drop-down:hover .drop-menu { - display: block; - } - - main { background-image: url("../images/main.jpg"); @@ -400,40 +313,7 @@ main [id^="sol-"] div.comments ul li p.user-comment { /*************************** END OF USER SOLUTIONS - user_solutions.html *********************************/ -/* -footer { - background-color: #333333; - bottom: 0; - height: 12%; -} - -footer #footer-container{ - margin-left: 20%; - margin-right: 20%; - padding: .5%; -} -footer nav a{ - float: left; - padding-right: 20px; - font-size: 1em; -} -footer h6 { - margin: 0; - color: white; - float: right; - font-size: 1em; - font-weight: normal; - font-style: italic; - -} - -footer nav a { - display: block; - color: darkgray; - vertical-align: top; -} -*/ /***********************************************************************************************************************/ /*THE SOLUTIONS PAGE BEGINS HERE*/ |
