Advertisement
trishoar

proxy-table.css

May 1st, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.00 KB | None | 0 0
  1. html { overflow: hidden; background-color: 909090; }
  2.  
  3. /*Start of Stats css*/
  4. TABLE.status { font-family: arial,serif;  font-size: 8pt;  background-color: white;  padding: 2; }
  5. TH.status { font-family: arial,serif;  font-size: 10pt;  text-align: left;  background-color: #999797;  color: #DCE5C1; }
  6. TR.statusOdd { font-family: arial,serif;  font-size: 8pt;  background-color: #DBDBDB; }
  7. TR.statusEven { font-family: arial,serif;  font-size: 8pt;  background-color: #C4C2C2; }
  8. TR.statusMed { font-family: arial,serif;  font-size: 8pt;  background-color: #C49000; }
  9. TR.statusMax { font-family: arial,serif;  font-size: 8pt;  background-color: #D40000; }
  10. TD.status { font-family: arial,serif;  font-size: 8pt; text-align: left; }
  11. TD.statusStat { font-family: arial,serif;  font-size: 8pt; text-align: center; }
  12. TD.statusFooter { font-family: arial,serif;  font-size: 10pt;  text-align: center;  background-color: #DBDBDB; }
  13. P.proxy { font-family: arial,serif;  font-size: 8pt; text-align: center; }
  14. /*End of Stats css*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement