Difference between revisions of "MediaWiki:Common.css"

From University Innovation Fellows
Jump to navigation Jump to search
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
table.excel {
<pre id="line1"><span>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:#222222;
+
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 #222222;
+
border: 1px solid #999999;
}</span></pre>
+
}

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;
}