MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
font-family: Verdana,Arial,sans-serif; | font-family: Verdana,Arial,sans-serif; | ||
font-size: 1.1em; | font-size: 1.1em; | ||
} | |||
td.cp { | |||
background-color:black; | |||
width:21px; | |||
} | } | ||
Line 34: | Line 39: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
color: #222; | 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; }