MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Cyberonkel99 (talk | contribs) No edit summary |
Cyberonkel99 (talk | contribs) No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
@font-face { font-display: swap; font-family: 'Roboto Slab'; font-style: normal; font-weight: 300; src: url('/fts/RobotoSlab-Light.woff2') format('woff2');} | @font-face { font-display: swap; font-family: 'Roboto Slab'; font-style: normal; font-weight: 300; src: url('/fts/RobotoSlab-Light.woff2') format('woff2');} | ||
body {font-family:"Roboto Slab"!important;font-weight:300;color:# | body {font-family:"Roboto Slab"!important;font-weight:300;color:#000;} | ||
h1, h2, h3, h4, h5 {font-family:"Roboto Condensed"!important;font-weight:600;color:# | h1, h2, h3, h4, h5 {font-family:"Roboto Condensed"!important;font-weight:600;color:#222;} | ||
h1 {font-size:2.1em;!important} h2 {font-size:1.8em!important;} h3 {font-size:1.6em!important;} h4 {font-size:1.4em!important;} h5 {font-size:1.2em!important;} | h1 {font-size:2.1em;!important} h2 {font-size:1.8em!important;} h3 {font-size:1.6em!important;} h4 {font-size:1.4em!important;} h5 {font-size:1.2em!important;} | ||
.mw-page-container { | .mw-page-container {} | ||
.mw-sidebar, .sidebar-toc {font-family:"Roboto Condensed";font-weight:200; | .mw-sidebar, .sidebar-toc {font-family:"Roboto Condensed";font-weight:200;;margin-left:0;width:244px;font-size:1em!important;} | ||
.sidebar-toc::after {background:none;} | .sidebar-toc::after {background:none;} | ||
.sidebar-toc-text | .sidebar-toc-link[href="#top-page"] {color:#222;} | ||
#toc .tocnumber {display:none;} | |||
#toc .toctitle {text-align:left;} | |||
Latest revision as of 03:31, 19 February 2025
/* CSS placed here will be applied to all skins */
/* roboto-condensed-200 - latin */
@font-face {font-display: swap;font-family: 'Roboto Condensed';font-style: normal;font-weight: 200;src: url('/fts/roboto-condensed-v27-latin-200.woff2') format('woff2');}
/* roboto-condensed-regular - latin */
@font-face { font-display: swap; font-family: 'Roboto Condensed';font-style: normal;font-weight: 400;src: url('/fts/roboto-condensed-v27-latin-regular.woff2') format('woff2');}
/* roboto-condensed-600 - latin */
@font-face { font-display: swap; font-family: 'Roboto Condensed'; font-style: normal; font-weight: 600; src: url('/fts/roboto-condensed-v27-latin-600.woff2') format('woff2');}
/* roboto-slab-100 - latin */
@font-face { font-display: swap; font-family: 'Roboto Slab'; font-style: normal; font-weight: 300; src: url('/fts/RobotoSlab-Light.woff2') format('woff2');}
body {font-family:"Roboto Slab"!important;font-weight:300;color:#000;}
h1, h2, h3, h4, h5 {font-family:"Roboto Condensed"!important;font-weight:600;color:#222;}
h1 {font-size:2.1em;!important} h2 {font-size:1.8em!important;} h3 {font-size:1.6em!important;} h4 {font-size:1.4em!important;} h5 {font-size:1.2em!important;}
.mw-page-container {}
.mw-sidebar, .sidebar-toc {font-family:"Roboto Condensed";font-weight:200;;margin-left:0;width:244px;font-size:1em!important;}
.sidebar-toc::after {background:none;}
.sidebar-toc-link[href="#top-page"] {color:#222;}
#toc .tocnumber {display:none;}
#toc .toctitle {text-align:left;}