Be sure to read our policy on citing sources before editing!

Difference between revisions of "MediaWiki:Common.css"

From Jiggywikki, a Banjo-Kazooie wiki
Jump to navigationJump to search
1,979 bytes added ,  19:29, March 14, 2022
no edit summary
(remove)
 
(13 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Image thumbs */
html .thumbimage { background-color: #fff; }
/* Image/gallery classes */
img.blackbg, .gallery.blackbg img { background: #000 !important; }
img.graybg, img.greybg, .gallery.graybg img, .gallery.greybg img {
background: #808080 !important;
}
ul.gallery img, table.filehistory img, table.listfiles img, table.searchResultImage img {
image-rendering: crisp-edges;
image-rendering: pixelated;
}
.pixelated, .pixelart, .sprites, .sprite {
image-rendering: crisp-edges; image-rendering: pixelated;
}


/* links */
/* links */
Line 119: Line 137:
}
}


/* Forum formatting -Algorithm & -Splaka */
.forumheader {
    background: #FFE79F;
border: 1px solid #7F5F00;
margin: 1em 0 15px;
padding: 12px;
}
.forumlist td.forum_edited a {
color: #000;
text-decoration: none;
}
.forumlist td.forum_title a {
padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
background: none;
font-weight: normal;
padding-left: 20px;
}
.forumlist th.forum_title {
padding-left: 20px;
}


/* jiggywikki colors */  
/* jiggywikki colors */  
Line 163: Line 205:
ol.references span {
ol.references span {
line-height: 1;
line-height: 1;
}
ol.references li:target, sup.reference:target {
    background-color: transparent;
    font-weight: bold;
}
}


Line 237: Line 274:


body.page-Main_Page.action-view h1.firstHeading,
body.page-Main_Page.action-view h1.firstHeading,
body.page-Main_Page.action-view #contentSub > *,
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-view #catlinks,
body.page-Main_Page.action-view #catlinks,
body.page-Main_Page.action-view #lastmod,
body.page-Main_Page.action-view #lastmod {
body.page-Main_Page.action-view .mw-revision {  
display: none !important;
display: none;
}
}
body.page-Main_Page.action-view #bodyContent {
body.page-Main_Page.action-view #bodyContent {
Line 248: Line 285:
body.page-Main_Page.action-view .usermessage {
body.page-Main_Page.action-view .usermessage {
margin-top: 43px;
margin-top: 43px;
}
body.page-Main_Page.action-view #bodyContent {
margin-top: -20px;
}
body.page-Main_Page.action-view #siteNotice {
margin-bottom: 28px;
}
}


Line 326: Line 357:
text-align: unset;
text-align: unset;
}
}
.gallery.center {
margin-left: auto !important;
margin-right: auto !important;
}
.gallery.centertext .gallerytext {
text-align: center !important;
}
.mw-gallery-slideshow .gallerybox + .gallerybox {
display: none;
}
.mw-gallery-slideshow-thumbnails-toggled ~ .gallerybox {
display: inline-block !important;
}


/* Edit section */
/* Edit section */
Line 371: Line 418:
.oo-ui-dropdownWidget-handle {
.oo-ui-dropdownWidget-handle {
     border: 1px solid gray;
     border: 1px solid gray;
    border-radius:0px;
}
}


Line 402: Line 450:
     border-radius: 0px;
     border-radius: 0px;
}
}
/* Formatting fixes */
li ul, li ol { margin-top: 0.1em !important; }
dl + ul, dl + ol { margin-top: -0.3em !important; }
ul + dl, ol + dl  { margin-top: 0.3em !important; }
.mw-parser-output table sup { white-space: nowrap; }
div[style*="column-count"] > p { margin: 0 !important; }
span.comment, .mw-parser-output a.external.free, .filehistory.wikitable td[dir] {
word-wrap: anywhere;
}
/* Scrollable tables */
table.scrollable {
display: block;
overflow: auto;
max-width: max-content;
border: 0;
}
/* Show/hide toggles */
.navbox .mw-collapsible-toggle {
text-align: right;
min-width: 3.729em;
}
.wikitable.mw-collapsed .mw-collapsible-toggle {
margin-left: 10px;
}
/* Horizontal rule */
hr { overflow: hidden; }
/* Self-links */
body.mediawiki a.mw-selflink {
color: inherit !important;
cursor: inherit !important;
text-decoration: inherit !important;
font-weight: bold !important;
}
/* Inline link colors */
a font:hover, a span:hover {
text-decoration: inherit;
}
/* Special:Preferences */
#mw-htmlform-mobile .oo-ui-inline-help { display: none; }


/* Miscellaneous */
/* Miscellaneous */
Line 424: Line 518:
top: -17px;
top: -17px;
right: 1px;
right: 1px;
}
img, .results .list-thumb:not(.list-thumb-none),
.ext-related-articles-card-thumb:not(.ext-related-articles-card-thumb-placeholder) {
image-rendering: crisp-edges;
image-rendering: pixelated;
}
}


Line 543: Line 631:
hr {
hr {
   background-color:#a58f4c;
   background-color:#a58f4c;
}
.catlinks {
    margin-top:10px;
}
}
5,287

edits

Navigation menu