Difference between revisions of "Infobox Research Status.css"

From FireSpeakerWiki
Jump to navigationJump to search
Line 7: Line 7:
 
   border: none;
 
   border: none;
 
   vertical-align: bottom;
 
   vertical-align: bottom;
 +
  font-size: 90%;
 +
  line-height: 90%;
 
}
 
}
 
td {
 
td {

Revision as of 02:11, 17 April 2011

table {

 border-collapse: collapse;
 height: 3em;

} th {

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

} td {

 text-align: center;
 width: 8em;

} td .explanation {

 font-size: 90%;
 line-height: 80%;
 vertical-align: top;
 text-align: center;

}

.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;

}