From 3c4e668b63d4d26a82bcce8574bc7055833116ee Mon Sep 17 00:00:00 2001 From: rlx Date: Fri, 12 Jan 2018 14:43:24 +0100 Subject: [PATCH] update css --- icf.css | 67 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 32 deletions(-) diff --git a/icf.css b/icf.css index eb3dfc8..0c6a4aa 100644 --- a/icf.css +++ b/icf.css @@ -8,16 +8,12 @@ } body { + background-color: rgb(208, 224, 240); + //background-color: rgb(48, 96, 144); color: rgb(64, 64, 64); + //color: rgb(192, 192, 192); margin: 0; } -a { - color: rgb(255, 128, 0); - text-decoration: none; -} -a:hover { - text-decoration: underline; -} b { font-family: Source Serif Semibold; } @@ -26,7 +22,7 @@ em, i { } #head { - background-color: #1f618d; + background-color: rgb(48, 96, 144); height: 80px; left: 0; position: fixed; @@ -34,37 +30,41 @@ em, i { top: 0; z-index: 1; } -#icf_the { - height: 22px; - left: 9px; - position: absolute; - top: 49px; -} #icf_icon { height: 64px; left: 64px; position: absolute; top: 8px; } -#icf_logo { +#icf_the { height: 22px; left: 136px; position: absolute; top: 49px; } +#icf_logo { + height: 22px; + left: 183px; + position: absolute; + top: 49px; +} #link { display: none; + color: rgb(208, 224, 240); font-family: Source Serif Semibold; font-size: 15px; //font-weight: bold; - position: fixed; + position: absolute; right: 16px; - top: 154px; - z-index: 100; + text-decoration: none; + top: 56px; + z-index: 1; +} +#link:hover { + color: rgb(255, 255, 255); } #timeline { - background-color: rgb(192, 192, 192); height: 64px; left: 0; overflow: hidden; @@ -76,30 +76,32 @@ em, i { #timeline > img { height: 64px; position: absolute; - user-select: none; - -webkit-user-select: none; } #menu { - background: #1f618d; - border-bottom: 1px dotted rgb(255, 128, 0); + background-color: rgb(48, 96, 144); color: rgb(192, 192, 192); font-family: Source Serif Semibold; font-size: 18px; height: 24px; left: 0; - padding: 8px 12px; + letter-spacing: 0.5px; + padding: 8px 12px 8px 64px; position: fixed; right: 0; + text-shadow: 0 -0.25px rgb(192, 192, 192), + 0.25px 0 rgb(192, 192, 192), + 0 0.25px rgb(192, 192, 192), + -0.25px 0 rgb(192, 192, 192); top: 144px; z-index: 1; } #menu > a { - color: rgb(192, 192, 192); + color: rgb(208, 224, 240); text-decoration: none; } #menu > a:hover { - color: rgb(224, 160, 96); + color: rgb(255, 255, 255); } #menu > a.selected { color: rgb(255, 128, 0); @@ -113,18 +115,19 @@ em, i { font-size: 16px; line-height: 24px; left: 64px; - padding-bottom: 32px; + padding: 16px 0 32px 0; position: absolute; text-align: justify; - top: 192px; + top: 184px; width: 800px; } .section:not(.selected) { display: none; } - -@media (max-width: 768px) { -.section { - width: 600px; +.section a { + color: rgb(48, 96, 144); + //text-decoration: none; } +.section a:hover { + text-decoration: underline; }