1 line
741 B
CSS
Executable File
1 line
741 B
CSS
Executable File
|
|
body {
|
|
font: 80% Verdana,Arial,sans-serif;
|
|
margin: 20px 0;
|
|
padding: 0 0;
|
|
background: #fff;
|
|
color: #000;
|
|
}
|
|
a { color: #039; }
|
|
h1, h2 { font-family: Arial,sans-serif; }
|
|
h1 { font-size: 160%; margin: 0; }
|
|
h2 { font-size: 140%; font-weight: bold; margin: 0.5em 0 0.2em 0; }
|
|
h2 a { text-decoration: none; }
|
|
p { margin: 0 0 0.5em 0; }
|
|
abbr { text-decoration: none; border: none; color: #666; }
|
|
ul { list-style: square; color: #036; }
|
|
#page {
|
|
margin: 0 80px;
|
|
}
|
|
#top {
|
|
background: #036;
|
|
padding : 1em;
|
|
color: #fff;
|
|
}
|
|
#top a {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
#items {
|
|
background: #fff;
|
|
color: inherit;
|
|
border-bottom: 1px solid #036;
|
|
}
|
|
#items div {
|
|
margin: 0 0 1em 0;
|
|
}
|
|
.uid {
|
|
font-style: italic;
|
|
float: right;
|
|
} |