MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Replaced
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/*Fonts */
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Raleway');
h1,h2,h3,h4,h5,h6{color:#999999; font-family: 'Fjalla One', sans-serif;text-transform:uppercase;}
html,body{height:100%;margin:0;padding:0;font-family: 'Raleway', sans-serif;}
.mw-body .mw-editsection,.mw-body .mw-editsection-like{font-family: 'Raleway', sans-serif;}
.mw-body p{font-family: 'Raleway', line-height:inherit;margin:.9em 0}
.mw-body h1,.mw-body h2,.mw-body #firstHeading{font-family: 'Fjalla One', sans-serif;line-height:1.3;margin-bottom:.25em;padding:0;color:#ead9c9}
.mw-body h1,.mw-body #firstHeading{font-size:1.7em;font-family: 'Fjalla One', sans-serif;}
.mw-body h2{font-size:1.5em;margin-top:1em;font-family: 'Fjalla One', sans-serif;}
.mw-body h3,.mw-body h4,.mw-body h5,.mw-body h6{font-family: 'Fjalla One', sans-serif;line-height:1.6;margin-top:.3em;margin-bottom:0;padding-bottom:0;color:#c9daea}
.mw-body h3{font-family: 'Fjalla One', sans-serif;font-size:1.3em}
.mw-body h3,.mw-body h4{font-family: 'Fjalla One', sans-serif;font-weight:bold}
.mw-body h4,.mw-body h5,.mw-body h6{font-family: 'Fjalla One', sans-serif;font-size:100%}
div#mw-panel div.portal h3{font-family: 'Fjalla One', sans-serif;text-transform:uppercase;font-size:.8em;color:#ead9c9;font-weight:bold;}
div#mw-panel div.portal h3{font-family: 'Fjalla+One', sans-serif;text-transform:uppercase;font-size:.8em;color:#ead9c9;font-weight:bold;}
.tocnumber{padding-left:0;padding-right:0.5em;color:#fff}
.tocnumber:after { content: '.' }
.mw-gallery-slideshow li.gallerybox.slideshow-current {
    background: #051e37; }
.mw-body a:link { color: #c9daea; } /* normal unvisited links */
.mw-body a:link:visited { color: #c9daea; } /* visited links */
.mw-body a:link:active { color: #c9daea; } /* active links */
.mw-body a:link.new { color: #485767; } /* new links */
.mw-body-content a:link.extiw { color: #3366BB; !important } /* interwiki links */
.mw-body a:link.external { color: #3366BB; } /* external links */
.mw-body a:link.stub { color: #772233; } /* hovered links */
.mw-body a.new:visited { color:#485767; }
.mw-body a:link {color: #c9daea}
.mw-body a:hover {color: #b4c4d2}
.mw-body a:active {color: #697887}
.mw-body a.external:visited {color: #3366BB; }
.mw-body a.extiw:visited {color: #3366BB; }
.editOptions{color:#ccc;}
/* Allow limiting of which header levels are shown in a TOC;
  <div class="toclimit-3">, for instance, will limit to
  showing ==headings== and ===headings=== but no further
  (as long as there are no =headings= on the page, which
  there shouldn't be according to the MoS).
*/
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}
#ca-talk { display:none!important; }
#ca-viewsource { display:none!important; }

Revision as of 21:25, 12 July 2019

/* CSS placed here will be applied to all skins */