1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
body
{
margin: 2em;
padding: 0;
font: 100% arial, hevetica, sans-serif;
color: #000;
background-color: #fff;
}
a { color: #000; text-decoration: none;}
#header
{
border-bottom: 1px solid #999;
}
#header h1
{
color: #000;
}
#mainnav
{
display: none;
}
#menu
{
display: none;
}
#menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
line-height: 165%;
}
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #999; }
.blogentry ul
{
list-style-type: none;
text-align: right;
margin: 1em 0;
padding: 0;
font-size: 95%;
}
.blogentry li
{
display: inline;
padding: 0 0 0 7px;
}
.imagefloat
{
display: none;
}
#footer
{
clear: both;
color: #000;
text-align: right;
padding: 5px;
font-size: 90%;
border-top: 1px solid #999;
margin-top: 2em;
}
#skipmenu
{
display: none;
}
|