diff -r 36c26564cd18 -r ea66b23342a3 v2/style.css --- a/v2/style.css Tue Nov 16 15:01:40 2010 +0100 +++ b/v2/style.css Tue Nov 16 16:00:03 2010 +0100 @@ -1,27 +1,33 @@ -* { - margin: 0; - padding: 0; - border: 0; +* +{ + margin: 0; + padding: 0; + border: 0; } -ul, ol { - list-style-type: none; + +ul, ol +{ + list-style-type: none; } -body { - background: #fafafa; - font: 15px/15px sans-serif; - margin: 30px 80px; - color: #333; + +body +{ + background: #fafafa; + font: 15px/15px sans-serif; + margin: 30px 80px; + color: #333; } .red { - color: #b22; + /*color: #b22;*/ + color: #aaa; } a { text-decoration: none; - color: #aaa; + color: #777; } p @@ -38,18 +44,18 @@ { border-bottom: dashed 1px #aaa; position: relative; - color: #aaa; + color: #777; } .menu > span.link { border-bottom: 0; - font-size: 60px;/*72px;*/ + font-size: 60px; font-weight: bold; - letter-spacing: 0.2px; - line-height: 80%; - text-transform: uppercase; - color: #333; + letter-spacing: 0.2px; + line-height: 80%; + text-transform: uppercase; + color: #333; } span.missinglink @@ -101,7 +107,7 @@ font: 12px/15px sans-serif; width: 50%; height: 400px; - color: #333; + color: #555; position: fixed; margin: 30px 80px; left: 0; @@ -121,7 +127,7 @@ font: 12px/15px sans-serif; width: 50%; height: 400px; - color: #333; + color: #555; position: fixed; margin: 30px 80px; left: 0; @@ -132,7 +138,7 @@ .content a { - border-bottom: dashed 1px #699; + border-bottom: dashed 1px red; position: relative; } @@ -167,6 +173,11 @@ display: block; } +.content .entry:hover .red +{ + color: #d22; +} + div.universe1 { @@ -248,7 +259,7 @@ div.menu { position: absolute; - bottom: 20%; + bottom: 150px; margin: 0 80px; }