Infobox Research Status.css: Difference between revisions
From FirespeakerWiki
Jump to navigationJump to search
Firespeaker (talk | contribs) No edit summary |
Firespeaker (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
border: none; | border: none; | ||
vertical-align: bottom; | vertical-align: bottom; | ||
} | |||
td { | |||
text-align: center; | |||
} | } | ||
td .explanation { | td .explanation { | ||
font-size: 80%; | font-size: 80%; | ||
color: silver; | color: silver; | ||
margin: auto; | |||
line-spacing: 80%; | |||
vertical-align: top; | |||
text-align: center; | |||
} | } | ||
Revision as of 05:04, 17 April 2011
table {
border-collapse: collapse;
} th {
width: 3.5em; border: none; vertical-align: bottom;
} td {
text-align: center;
} td .explanation {
font-size: 80%; color: silver; margin: auto; line-spacing: 80%; vertical-align: top; text-align: center;
}
.progressbar {
border: 1px solid grey;
}
.empty {
background-color: white;
} .notyet {
background-color: white;
} .inprogress {
background-color: #77ff77;
} .done {
background-color: green;
}