2005-10-24 17:59:15 +00:00
|
|
|
div.error {
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2014-02-10 22:56:08 +00:00
|
|
|
div#hdrNav {
|
|
|
|
background-color: #eee;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2005-10-24 17:59:15 +00:00
|
|
|
div.votedata {
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 0.85em;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text] {
|
|
|
|
border-color: #ccc;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
background-color: #eee;
|
2014-02-10 22:47:11 +00:00
|
|
|
color: #000;
|
2005-10-24 17:59:15 +00:00
|
|
|
margin: 0.1em 0 0.1em 0;
|
|
|
|
padding-left: 0.2em;
|
|
|
|
padding-right: 0.2em;
|
|
|
|
font-size : 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.detailedvotes {
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.detailedvotes th, table.detailedvotes td {
|
|
|
|
border: 1px solid #333;
|
|
|
|
padding: 0.1em 0.5em 0.1em 0.5em;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.detailedvotes th {
|
|
|
|
text-align: center;
|
|
|
|
background-color: #222;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.detailedvotes tr.colorA {
|
|
|
|
background-color: #eee;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.detailedvotes tr.colorB {
|
|
|
|
background-color: #888;
|
|
|
|
color: #fff;
|
|
|
|
}
|
2006-01-07 14:58:27 +00:00
|
|
|
|
|
|
|
span.token {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|