Difference between revisions of "Common.css"
m |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | + | .toc { float: left; clear: both; margin-right: 2.0em; } | |
− | |||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
div#mw-panel div.portal div.body ul li a { | div#mw-panel div.portal div.body ul li a { | ||
Line 11: | Line 10: | ||
} | } | ||
+ | |||
+ | .tocnumber { display: none; } | ||
+ | |||
/* Tables */ | /* Tables */ | ||
table { | table { | ||
− | |||
margin-bottom: 1.25em; | margin-bottom: 1.25em; | ||
border: 0; } | border: 0; } | ||
table thead, | table thead, | ||
table tfoot { | table tfoot { | ||
− | |||
font-weight: bold; } | font-weight: bold; } | ||
table thead tr th, | table thead tr th, | ||
Line 26: | Line 26: | ||
padding: 0.5em 0.625em 0.625em; | padding: 0.5em 0.625em 0.625em; | ||
font-size: 0.875em; | font-size: 0.875em; | ||
− | |||
text-align: left; } | text-align: left; } | ||
table tr th, | table tr th, | ||
table tr td { | table tr td { | ||
padding: 0.5625em 0.625em; | padding: 0.5625em 0.625em; | ||
− | font-size: 1. | + | font-size: 1.0em;} |
− | |||
table tr.even, table tr.alt, table tr:nth-of-type(even) { | table tr.even, table tr.alt, table tr:nth-of-type(even) { | ||
− | background: | + | background: white; } |
table thead tr th, | table thead tr th, | ||
table tfoot tr th, | table tfoot tr th, | ||
Line 42: | Line 40: | ||
display: table-cell; | display: table-cell; | ||
line-height: 1.125em; } | line-height: 1.125em; } | ||
+ | |||
+ | .referencetooltip {font-size: 12px !important;} |
Latest revision as of 11:39, 21 July 2018
/* CSS placed here will be applied to all skins */ .toc { float: left; clear: both; margin-right: 2.0em; } #ca-talk { display:none!important; } div#mw-panel div.portal div.body ul li a { font-size:14px; } .row { max-width: 90%; } .tocnumber { display: none; } /* Tables */ table { margin-bottom: 1.25em; border: 0; } table thead, table tfoot { font-weight: bold; } table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: 0.875em; text-align: left; } table tr th, table tr td { padding: 0.5625em 0.625em; font-size: 1.0em;} table tr.even, table tr.alt, table tr:nth-of-type(even) { background: white; } table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.125em; } .referencetooltip {font-size: 12px !important;}