MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 47: | Line 47: | ||
span.grey { | span.grey { | ||
color: # | color: #AAA; | ||
font-weight: bold; | 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;
}