Difference between revisions of "Infobox Research Status.css"

From FireSpeakerWiki
Jump to navigationJump to search
Line 11: Line 11:
 
   color: silver;
 
   color: silver;
 
   margin: auto;
 
   margin: auto;
 +
  background-color: inherit;
 +
  border: none;
 
}
 
}
  

Revision as of 00:58, 17 April 2011

table {

 border-collapse: collapse;

} th {

 width: 3.5em;
 border: none;
 vertical-align: bottom;

} td .explanation {

 font-size: 80%;
 color: silver;
 margin: auto;
 background-color: inherit;
 border: none;

}

.progressbar {

 border: 1px solid grey;

}

.empty {

 background-color: white;

} .notyet {

 background-color: white;

} .inprogress {

 background-color: #77ff77;

} .done {

 background-color: green;

}