Style/whitespace changes

This commit is contained in:
Tom Willemsen 2011-12-09 17:10:44 +01:00
parent 1bd58d39d9
commit 60b436532e
3 changed files with 93 additions and 94 deletions

View file

@ -5,7 +5,7 @@
p.errornote { p.errornote {
margin: 0; margin: 0;
color: #CC0000; color: #CC0000;
} }
.errorlist { .errorlist {

View file

@ -1,26 +1,26 @@
* { * {
border : 0; border: 0;
margin : 0; margin: 0;
padding : 0; padding: 0;
} }
a { a {
color : #FFC000; color: #FFC000;
text-decoration : none; text-decoration: none;
} }
a:hover { a:hover {
text-decoration : underline; text-decoration: underline;
} }
a:visited { a:visited {
color : #FF8A00; color: #FF8A00;
} }
body { body {
background-color : #000000; background-color: #000000;
color : #000000; color: #000000;
font-family : "DejaVu Sans", sans, sans-serif; font-family: "DejaVu Sans", sans, sans-serif;
} }
dd { dd {
@ -28,175 +28,175 @@ dd {
} }
p { p {
margin : 1em 0px; margin: 1em 0px;
} }
ul { ul {
margin : 1em 0; margin: 1em 0;
padding-left : 40px; padding-left: 40px;
} }
#body { #body {
background-color : #777; background-color: #777;
} }
#container { #container {
margin : 0 auto 0 auto; margin: 0 auto 0 auto;
width : 700px; width: 700px;
} }
#container #footer { #container #footer {
background-color : #0C191C; background-color: #0C191C;
color : #EEEEEC; color: #EEEEEC;
font-size : 10px; font-size: 10px;
padding : 5px; padding: 5px;
border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
} }
#content { #content {
margin-left : 100px; margin-left: 100px;
padding: 5px 20px 1px 20px; padding: 5px 20px 1px 20px;
} }
#content .container { #content .container {
color : #EEEEEC; color: #EEEEEC;
} }
#content .container .header { #content .container .header {
background-color : transparent; background-color: transparent;
padding-bottom : 5px; padding-bottom: 5px;
padding-left : 0; padding-left: 0;
padding-top : 5px; padding-top: 5px;
} }
#content .container .header a { #content .container .header a {
color : inherit; color: inherit;
text-decoration : none; text-decoration: none;
} }
#content .container .header span.tagline { #content .container .header span.tagline {
color: #EEEEEC; color: #EEEEEC;
font-size: 12px; font-size: 12px;
} }
#content .container .header span.title { #content .container .header span.title {
background-color : #2E3436; background-color: #2E3436;
left : -5px; left: -5px;
padding : 5px; padding: 5px;
position : relative; position: relative;
top : -5px; top: -5px;
} }
#header { #header {
background-color : #252A2B; background-color: #252A2B;
} }
#subheader { #subheader {
background-color: #0c181b; background-color: #0c181b;
color: #fff; color: #fff;
text-align: right; text-align: right;
font-size: 12px; font-size: 12px;
padding: 5px; padding: 5px;
} }
#logo { #logo {
float : left; float: left;
height : 100px; height: 100px;
margin : 0 20px 23px 0; margin: 0 20px 23px 0;
width : 100px; width: 100px;
} }
#ryu { #ryu {
color : #F57900; color: #F57900;
position: relative; position: relative;
top: -3px; top: -3px;
} }
#slash { #slash {
position: relative; position: relative;
top: 3px; top: 3px;
} }
#menu { #menu {
margin-left : -5px; margin-left: -5px;
float : left; float: left;
width : 100px; width: 100px;
clear: left; clear: left;
} }
#menu a { #menu a {
color : #FFC000; color: #FFC000;
text-decoration : none; text-decoration: none;
} }
#title { #title {
color : #EEEEEC; color: #EEEEEC;
height : 50px; height: 50px;
line-height : 50px; line-height: 50px;
} }
#title sup { #title sup {
font-size : 11px; font-size: 11px;
position : relative; position: relative;
top : 5px; top: 5px;
} }
.activity_even { .activity_even {
background-color : #2E3436; background-color: #2E3436;
} }
.activity_even, .activity_uneven { .activity_even, .activity_uneven {
border-bottom : 1px solid #444444; border-bottom: 1px solid #444444;
color : #EEEEEC; color: #EEEEEC;
font-size : 12px; font-size: 12px;
margin: 0 20px; margin: 0 20px;
padding : 2px 0 2px 5px; padding: 2px 0 2px 5px;
} }
.activity_last { .activity_last {
border-bottom : none; border-bottom: none;
} }
.activity_uneven { .activity_uneven {
background-color : #0C191C; background-color: #0C191C;
} }
.container { .container {
background-color : #0C191C; background-color: #0C191C;
border : 1px solid #2E3436; border: 1px solid #2E3436;
margin-bottom : 20px; margin-bottom: 20px;
padding : 2px 5px; padding: 2px 5px;
padding-left : 10px; padding-left: 10px;
} }
.clear { .clear {
clear : both; clear: both;
} }
.clearleft { .clearleft {
clear : left; clear: left;
} }
.container .header { .container .header {
background-color : #2E3436; background-color: #2E3436;
color : #F57900; color: #F57900;
font-weight : bold; font-weight: bold;
margin : -2px -5px 0 -10px; margin: -2px -5px 0 -10px;
padding-left : 5px; padding-left: 5px;
} }
.container .footer { .container .footer {
background-color : #2E3436; background-color: #2E3436;
color : #0C191C; color: #0C191C;
font-size : 10px; font-size: 10px;
margin : 0 -5px -2px -10px; margin: 0 -5px -2px -10px;
padding-left : 5px; padding-left: 5px;
} }
.emblems { .emblems {
text-align: right; text-align: right;
float: right; float: right;
margin-top: -2px; margin-top: -2px;
} }
@ -205,9 +205,9 @@ ul {
} }
.navigation a { .navigation a {
color : #FFC000; color: #FFC000;
} }
.navigation a.next { .navigation a.next {
float : right; float: right;
} }

View file

@ -10,6 +10,7 @@
<body> <body>
<div id="header"> <div id="header">
<img id="logo" src="/static/img/logo.png" width="100" height="100" /> <img id="logo" src="/static/img/logo.png" width="100" height="100" />
<h1 id="title"> <h1 id="title">
<span id="ryu">ryu</span><span id="slash">slash</span> <span id="ryu">ryu</span><span id="slash">slash</span>
</h1> </h1>
@ -21,14 +22,13 @@
<div id="container"> <div id="container">
<div id="body"> <div id="body">
<!-- <div class="clearleft"></div> -->
<div id="menu"> <div id="menu">
<div class="container"> <div class="container">
<div class="header"> <div class="header">
root root
</div> </div>
<a href="/">home</a><br />
<a href="/">home</a><br />
<a href="/blog/">blog</a><br /> <a href="/blog/">blog</a><br />
<a href="/Projects/">projects</a><br /> <a href="/Projects/">projects</a><br />
</div> </div>
@ -56,7 +56,6 @@
</a> </a>
</div> </div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>