MediaWiki:Common.css: Difference between revisions

Fixed
(gamecolors)
(Fixed)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


$UseCombinedLoginLink true
/* Mark redirects on Special:AllPages and Special:EditWatchlist */
.allpagesredirect a.mw-redirect, .watchlistredir a.mw-redirect {
color: #888 !important;
}
 
/* main page */
body.page-Super_Mario_Wiki.action-view h1.firstHeading,
body.page-Super_Mario_Wiki.action-view #contentSub > *,
body.page-Super_Mario_Wiki.action-view #siteSub,
body.page-Super_Mario_Wiki.action-view #catlinks,
body.page-Super_Mario_Wiki.action-view #lastmod {
display: none !important;
}
 
/* revision info */
.mw-revision.warningbox {
    margin-top:0px;
    padding:0px;
    border:0px;
    background:none;
}
 
#mw-revision-info, #mw-revision-info-current, #mw-revision-nav {
    color: #54595d;
}


/* References */
ol.references {
margin-top: 0;
font-size: 90%;
}
ol.references div {
display: inline;
}
ol.references span {
line-height: 1;
}


$wgDefaultSkin MonoBook
/* Video widget */
.infobox .videoWidget,
.infobox .videoWidget iframe {
display: block !important;
}
.infobox .autoResize {
margin: 0 auto !important;
}
.autoResize:not(.thumbinner) .thumbcaption {
margin: 0;
padding: 0;
}
.videoWidget + p {
margin: 0;
}


/* Changes the default font used for MediaWiki to Verdana (does not include headings or monospaced text): */
/* Media player fix */
body {
.wikitable .mediaContainer {
  font-family: "Verdana", sans-serif;
margin-top: 2px;
}
}


/* Changes the default font used for MediaWiki headings to Verdana: */
/* fake links */
#content h1,
span.fakelink {
#content h2 {
color: #002bb8;
  font-family: "Verdana", sans-serif;
cursor: pointer;
}
span.fakelink:hover {
text-decoration: underline;
}
}


body {
/* remove box-shadow from notifications */
     font-family: 'Verdana', sans-serif;
#pt-notifications-alert .mw-echo-notifications-badge:focus, #pt-notifications-notice .mw-echo-notifications-badge:focus {
     box-shadow: none;
}
}


img, .results .list-thumb:not(.list-thumb-none),
/* miscellaneous */
.ext-related-articles-card-thumb:not(.ext-related-articles-card-thumb-placeholder) {
.mw-collapsible-toggle {
image-rendering: crisp-edges;
padding-right: 0.3em;
image-rendering: pixelated;
}
}


#mw-indicator-mw-helplink a {
#toc, .toc {
    display:none;
margin-bottom: 3px;
}
}


.mw-collapsible-toggle mw-collapsible-toggle-default mw-collapsible-toggle-expanded {
.messagebox, .errorbox, .warningbox, .successbox {
  padding-right:2px;
    padding:12px;
}
}


/* game colors */
blockquote {
.SMB1A {color: black; background:red }
border-left: 3px solid #06f;
.SMB1B {color: black; background:#F73 }
margin-left: 2em;
padding-left: 1em;
}