X-Git-Url: http://git.steven-mcdonald.id.au/?p=www.git;a=blobdiff_plain;f=style.css;h=deeed4a86ac4d72eb7bf7ee107693d5552af339e;hp=6fad67cc3d46b1af50ed8ff7cfe9ab25c9a2245b;hb=refs%2Fheads%2Fstaging;hpb=8dfc0e4224491d821876c9ab1ef604519589fd34 diff --git a/style.css b/style.css old mode 100755 new mode 100644 index 6fad67c..deeed4a --- a/style.css +++ b/style.css @@ -1,22 +1,22 @@ a:link { - color: #60A0FF; + color: #60a0ff; } a:visited { - color: #A060FF; + color: #a060ff; } a:active,a:hover { - color: #40FF80; + color: #40ff80; } body { - background-color: #101010; - color: #FFFF70; + background-color: #080808; + color: #ffff70; font-family: sans; } @@ -24,7 +24,7 @@ code { background-color: #402020; border: 2px dashed #000000; - color: #FFD800; + color: #ffd800; display: block; font-family: monospace; font-size: 0.9em; @@ -36,41 +36,35 @@ code h1 { - font-size: 1.7em; + font-size: 1.8em; font-weight: bold; } h2 { - font-size: 1.6em; + font-size: 1.5em; font-weight: bold; } h3 { - font-size: 1.5em; + font-size: 1.2em; font-weight: bold; } h4 { - font-size: 1.4em; + font-size: 1.1em; font-weight: bold; } h5 { - font-size: 1.3em; + font-size: 1.1em; font-weight: bold; } h6 -{ - font-size: 1.2em; - font-weight: bold; -} - -h7 { font-size: 1.1em; font-weight: bold; @@ -91,6 +85,11 @@ strong font-weight: bold; } +li +{ + line-height: 1.5em; +} + #contactme { @@ -120,9 +119,9 @@ strong #navigation { - background-color: #301800; - border: 3px solid #603000; - color: #E07000; + background-color: #181818; + border: 3px solid #606018; + color: #d0d060; padding: 0.3em; position: absolute; right: 20px; @@ -133,12 +132,12 @@ strong #navigation a:link,#navigation a:visited { - color: #E07000; + color: #d0d040; } #navigation a:active,#navigation a:hover { - color: #F07800; + color: #e0e045; } #navigation ul