MediaWiki:Common.css: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  (Created page with "→CSS placed here will be applied to all skins:   .tablica {   color:#FF0000; }") | No edit summary | ||
| (10 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
| .tablica { | .tablica { | ||
|    color:#FF0000; |    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: #009900; | |||
|   font-weight: bold; | |||
| } | |||
| span.grey { | |||
|   color: #AAA; | |||
|   font-weight: bold; | |||
| } | } | ||
Latest revision as of 15:36, 29 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: #009900;
  font-weight: bold;
}
span.grey {
  color: #AAA;
  font-weight: bold;
}