MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 22: Line 22:


/*Fonts */
/*Fonts */
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Acme');
@import url('https://fonts.googleapis.com/css?family=Oxygen');


h1,h2,h3,h4,h5,h6{color:#999999; font-family: 'Pacifico', sans-serif;text-transform:uppercase;}
h1,h2,h3,h4,h5,h6{color:#999999; font-family: 'Acme', sans-serif;text-transform:uppercase;}


div#mw-panel div.portal h3{font-family: 'Pacifico', sans-serif;text-transform:uppercase;font-size:.8em;color:#ead9c9;font-weight:bold;}
div#mw-panel div.portal h3{font-family: 'Acme', sans-serif;text-transform:uppercase;font-size:.8em;color:#ead9c9;font-weight:bold;}

Revision as of 18:11, 28 November 2018

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

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

/*Fonts */
@import url('https://fonts.googleapis.com/css?family=Acme');

h1,h2,h3,h4,h5,h6{color:#999999; font-family: 'Acme', sans-serif;text-transform:uppercase;}

div#mw-panel div.portal h3{font-family: 'Acme', sans-serif;text-transform:uppercase;font-size:.8em;color:#ead9c9;font-weight:bold;}