File: D:/HostingSpaces/SBogers10/promic.komma-mediadesign.nl/wwwroot/php/styles.css
html, body {
background: #000;
}
body {
font: 14px "Helvetica Neue", Arial, sans-serif;
margin: 20px;
padding: 0;
}
.page {
width: 760px;
margin: 0 auto;
}
.page h1 {
font-size: 27px;
margin: 0 3px 17px;
padding: 0;
color: #fff;
}
.nav {
height: 20px;
margin: 0 0 10px;
padding: 0;
}
.nav:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.nav li {
margin: 0 10px 0 0;
padding: 0;
list-style: none;
float: left;
display: inline;
}
.nav a {
padding: 0 4px;
display: block;
line-height: 20px;
color: #fff;
}
.nav a:hover {
background: #5db0e6;
text-decoration: none;
}
.nav a:focus {
outline: none;
}
.nav .selected {
background: #176092;
text-decoration: none;
}
.nav .selected:hover {
background: #176092;
}
.log {
height: 399px;
overflow: auto;
border: 1px solid #f3f3f3;
background: #FFF;
}
.log p {
height: 25px;
overflow: hidden;
margin: 0;
padding: 0 5px;
line-height: 25px;
font-size: 12px;
}
.log .even {
background: #f3f3f3;
}
.log .init {
color: #ff6600;
}
.log .change {
color: #176092;
}
.log .track {
color: #39414a;
}