html, body {
font-family: sans-serif;
margin:0; padding:0;
}
#head {
padding: 0px 20px;
border-bottom: 1px solid #aaa;
}
table tr th, #head {
background: #CDEB8B;
}
#body {
max-width: 700px;
padding: 0px 20px;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.error {
font-size: 20px;
padding: 10px;
font-weight: bold;
background: #FDD;
border: 1px solid red;
}
.dir a {
padding: 0 10px;
margin: 0 5px;
background: #FFD;
font-weight: bold;
}
.view img {
border: 1px solid black;
background: url(trans.png);
}
table {
border: 1px solid #aaa;
border-right: none;
width: 100%;
border-spacing: 0;
}
table tr {
text-align: left;
}
table tr td, table tr th {
border-right: 1px solid #aaa;
}
table tr th {
border-bottom: 1px solid #aaa;
padding: 2px 5px;
}
table tr td {
padding: 2px 7px;
background-repeat: no-repeat;
background-position: 2px 2px;
height: 22px;
}
table tr td:first-child {
padding: 2px 30px;
}
table tr:nth-of-type(odd) {
background: #E0E0E0;
}
table tr td:nth-of-type(2) {
text-align: right;
}
Browse Code © 2010 by Jacek Kowalski