Source Viewer - simple.css
< Source Browser
body {
margin: 0px;
font-family: sans-serif;
font-size: 12px;
}
a:link {
color : #535378;
text-decoration: none;
}
a:hover {
color : #e23030;
text-decoration: underline;
}
a:focus {
color : #e23030;
text-decoration: underline;
}
a:visited {
color : #004000;
text-decoration: none;
}
a:visited:hover {
color : #e23030;
text-decoration: underline;
}
div#Page {
background: #D9E6FF;
display: block;
}
div#MainTitle {
border-bottom: thin solid black;
background: #9FA9FF;
padding: 10px;
}
div.MenuItemEven {
background: #B5C0D5;
margin: 0px;
padding: 5px;
float: left;
}
div.MenuItemEven:hover {
background: white;
}
div.MenuItemOdd {
background: #C5D1E7;
margin: 0px;
padding: 5px;
float: left;
}
div.MenuItemOdd:hover {
background: white;
}
div.MenuItemSel {
background: #D9E6FF;
font-weight: bold;
margin: 0px;
padding: 5px;
float: left;
}
div#Menu {
background-color : #9BB5E6;
border-bottom : thin solid black;
display: block;
}
div#StatusBar {
border-top: thin solid black;
background: #A9BFFF;
font-size: 10px;
padding: 5px;
}
td.Caption {
background-color : #c7c7c7;
font-style : italic;
text-align : center;
}
p#Footer {
font-size : 8px;
text-align : center;
}
div#Contents {
padding : 10px;
}\