Infobox Research Status.css

From FireSpeakerWiki
Jump to navigationJump to search

table.researchstatus {

 border-collapse: collapse;
 height: 3em;

} .researchstatus tr th {

 width: 8em;
 border: none;
 vertical-align: bottom;
 font-size: 90%;
 line-height: 90%;

} .researchstatus tr td {

 text-align: center;
 width: 8em;
 line-height: 110%;

} .researchstatus tr td .explanation {

 line-height: 90%;
 font-size: 90%;
 vertical-align: top;
 text-align: center;
 margin-bottom: 1em;

}

.notyet, .empty .explanation {

 color: grey;

} .inprogress .explanation {

 color: grey;

} .done .explanation {

 color: silver;

}

.progressbar {

 border: 1px solid grey;

}

.empty, .notyet {

 background-color: white;

} .inprogress {

 background-color: #77ff77;

} .done {

 background-color: green;
 color: white;

}