Main Page
Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Line 96: | Line 96: | ||
a.new { | a.new { | ||
color: #cc1515!important; | color: #cc1515!important; | ||
+ | } | ||
+ | |||
+ | .mw-editfont-monospace { | ||
+ | font-size: larger!important; | ||
} | } |
Revision as of 08:27, 20 April 2020
/* CSS placed here will affect users of the Vector skin */ /* background colors of mediawiki tables */ table.mw_metadata td, table.mw_metadata th, table.wikitable, table.wikitable>*>th, table.wikitable>*>td, pre { background-color: #f2f2f2; } /* Table of Contents */ .toc { border: 1px solid #e7e7e7; margin: 15px 20px; border-radius: 4px; border-width: 0 1px 4px 1px; padding: 0 !important; } .toc ul { padding-left: 1.3em !important; padding-right: 0.3em !important; } #toctitle { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px; } #toctitle h2 { display: inline; font-size: 14px !important; font-weight: normal; margin-bottom: 0; } .toctoggle { float: right; } .toc ul { list-style-type: none; } a { color: #0645ad!important; } .card { background-color: #eee; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); } .shrink-card { width: 600px; } div.mw-collapsible > span.mw-collapsible-toggle > a { right: 20px; top: 32px; position: absolute; } div.mw-collapsible > span.mw-collapsible-toggle > span { display:none; } .card-body { padding: 12px; padding-top: 1px; padding-bottom: 15px; } dl.fix-bottom { margin-bottom: 0px; } .mobile-text-fix { margin-bottom: 0px!important; } .unit-set { border-collapse: collapse; border-spacing: 0; background-color: #2b333b; color: white; } table.unit-set > tbody > tr > td > ul > li { padding-left: 5px; } table.unit-set > tbody > tr > td > div.row > div.col { padding-top: 5px; } a.new { color: #cc1515!important; } .mw-editfont-monospace { font-size: larger!important; }