diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2017-01-03 17:58:37 +0100 |
|---|---|---|
| committer | Heather Miller <heather.miller@epfl.ch> | 2017-01-03 17:58:37 +0100 |
| commit | 21cddf809d02a674f1fac59ccc5dfb3adac3bab2 (patch) | |
| tree | c9ff1b135b662223ef03ef07293efed716227efd /resources/css/blog.css | |
| parent | c4958a50b1555c8b40e3fde26832d0f774693b47 (diff) | |
Moar faceliftfacelift
Diffstat (limited to 'resources/css/blog.css')
| -rw-r--r-- | resources/css/blog.css | 51 |
1 files changed, 39 insertions, 12 deletions
diff --git a/resources/css/blog.css b/resources/css/blog.css index 6074e5a..c47d5b3 100644 --- a/resources/css/blog.css +++ b/resources/css/blog.css @@ -160,7 +160,12 @@ ul > li { padding-left: 30px; } -.prog-mod { +.prog-mod, +a:link > .book-title > .prog-mod, +a:visited .book-title > .prog-mod, +a:hover .book-title > .prog-mod { + transition: none; + border: none; font-family: 'Alegreya Sans', sans-serif; font-weight: 700; font-style: italic; @@ -170,7 +175,13 @@ ul > li { color: #595959; } -.dist-comp { +.dist-comp, +a:link > .book-title > .dist-comp, +a:visited > .book-title > .dist-comp, +a:hover > .book-title > .dist-comp { + transition: none; + border: none; + color: #000; font-family: 'Alegreya Sans', sans-serif; text-transform: uppercase; font-weight: 900; @@ -218,11 +229,26 @@ code { } .logo-wrap { + /*width: 100%;*/ width: 84%; padding-left: 8%; padding-right: 8%; } +.logo-wrap > a:link, +.logo-wrap > a:visited, +.logo-wrap > a:hover { + transition: 0; + border: 0; +} + +a:link > .logo, +a:visited > .logo, +a:hover > .logo { + transition: 0; + border: 0; +} + .logo { margin-left: -16px; margin-top: 16px; @@ -763,13 +789,13 @@ nav[data-toggle='toc'] { .navbar > li a { display: block; text-align: center; - margin: 14px 16px; + margin: 18px 16px; /*padding: 14px 16px;*/ text-decoration: none; font-weight: 700; letter-spacing: 1px; border: 0; - font-size: 11px; + /*font-size: 11px;*/ text-transform: uppercase; color: #000; padding-bottom: 2px; @@ -777,13 +803,13 @@ nav[data-toggle='toc'] { } .navbar > li a:hover { - color: #562e4b; - border-bottom: 2px solid #c5c763; + color: #7499aa; + border-bottom: 2px solid #562e4b; } .navbar > li a.active { - color: #562e4b; - border-bottom: 2px solid #c5c763; + color: #7499aa; + border-bottom: 2px solid #562e4b; } .navbar-wrap { @@ -871,7 +897,7 @@ nav[data-toggle='toc'] { z-index: 90; margin: 0; padding: 0; - margin-top: 60px; + margin-top: 70px; margin-left: -15px; } @@ -893,7 +919,7 @@ nav[data-toggle='toc'] { } .navbar-responsive > li:hover { - background: #c5c763; + background: #7499aa; } .navbar-responsive > li > a { @@ -1025,8 +1051,9 @@ nav[data-toggle='toc'] { } .page-title { - margin-top: 4px; - margin-bottom: 4px; + margin-top: 0.15em; + margin-bottom: 0.25em; + line-height: 0.9em; } .minutes { |
