Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | + | table.excel { | |
| − | |||
border-style:solid; | border-style:solid; | ||
border-width:1px; | border-width:1px; | ||
| Line 8: | Line 7: | ||
} | } | ||
table.excel thead th, table.excel tbody th { | table.excel thead th, table.excel tbody th { | ||
| − | background:# | + | background:#999999; |
border-style:solid; | border-style:solid; | ||
border-width:1px; | border-width:1px; | ||
| Line 23: | Line 22: | ||
table.excel tbody td { | table.excel tbody td { | ||
padding: 0 3px; | padding: 0 3px; | ||
| − | border: 1px solid # | + | border: 1px solid #999999; |
| − | } | + | } |
Revision as of 13:40, 25 September 2013
table.excel {
border-style:solid;
border-width:1px;
border-collapse:collapse;
font-family:sans-serif;
font-size:12px;
}
table.excel thead th, table.excel tbody th {
background:#999999;
border-style:solid;
border-width:1px;
text-align: center;
vertical-align:bottom;
}
table.excel tbody th {
text-align:center;
width:20px;
}
table.excel tbody td {
vertical-align:bottom;
}
table.excel tbody td {
padding: 0 3px;
border: 1px solid #999999;
}