MediaWiki:Common.css: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | No edit summary | ||
| Line 42: | Line 42: | ||
| span.green { | span.green { | ||
|    color: # |    color: #00BB00; | ||
|    font-weight: bold; |    font-weight: bold; | ||
| } | } | ||
Revision as of 20:46, 27 October 2015
/* CSS placed here will be applied to all skins */
.tablica {
  color:#FF0000;
}
table.turnirskaTablica {
  border-collapse: collapse;
  color: #222;
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}
td.cp {
  background-color:black; 
  width:21px;
}
th {
  color: #FFA34F;
  font-size: 11px;
  font-weight: bold;
  background-color: #069;
  height: 25px;
  background-image: url("../templates/subSilver/images/cellpic3.gif");
  font-family: Verdana,Arial,Helvetica,sans-serif;
}
td.row1 {
  background-color: #EFEFEF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  border-collapse: collapse;
  color: #222;
}
td.row2 {
  background-color: #DEE3E7;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  border-collapse: collapse;
  color: #222;
}
span.green {
  color: #00BB00;
  font-weight: bold;
}
span.grey {
  color: #AAAAAA;
  font-weight: bold;
}