voting/foundation.gnome.org/vote/vote.css
Vincent Untz d49c1a02f2 add anonymous voting scripts
2005-10-24  Vincent Untz  <vuntz@gnome.org>

	* configure.in:
	* foundation.gnome.org/Makefile.am:
	* foundation.gnome.org/vote/*: add anonymous voting scripts
2005-10-24 17:59:15 +00:00

54 lines
865 B
CSS

div.error {
font-style: italic;
font-weight: bold;
color: red;
}
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;
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;
}