MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 41: | Line 41: | ||
} | } | ||
span. | span.green { | ||
color: # | color: #00CC00; | ||
font-weight: bold; | |||
} | |||
span.grey { | |||
color: #00CC00; | |||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Revision as of 20:41, 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: #00CC00;
font-weight: bold;
}
span.grey {
color: #00CC00;
font-weight: bold;
}