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
100 bytes added ,  19:29, March 14, 2022
no edit summary
(Add)
 
(4 intermediate revisions by one other user not shown)
Line 140: Line 140:
/* Forum formatting -Algorithm & -Splaka */
/* Forum formatting -Algorithm & -Splaka */
.forumheader {
.forumheader {
border: 1px solid #aaa;
    background: #FFE79F;
border: 1px solid #7F5F00;
margin: 1em 0 15px;
margin: 1em 0 15px;
padding: 12px;
padding: 12px;
Line 151: Line 152:
padding-left: 20px;
padding-left: 20px;
}
}
.forumlist td.forum_title a.forum_new {
 
font-weight: bold;
background: url(https://ssb.wiki.gallery/images/forum_new.png) center left no-repeat;
padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
.forumlist td.forum_title a.forum_new:visited {
background: none;
background: none;
Line 277: 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 288: 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 427: Line 418:
.oo-ui-dropdownWidget-handle {
.oo-ui-dropdownWidget-handle {
     border: 1px solid gray;
     border: 1px solid gray;
    border-radius:0px;
}
}


Line 460: Line 452:


/* Formatting fixes */
/* 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; }
.mw-parser-output table sup { white-space: nowrap; }
div[style*="column-count"] > p { margin: 0 !important; }
div[style*="column-count"] > p { margin: 0 !important; }
Line 486: Line 481:
hr { overflow: hidden; }
hr { overflow: hidden; }


/* Self-link color */
/* Self-links */
a.mw-selflink { color: inherit !important; }
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 */
/* Special:Preferences */
5,287

edits

Navigation menu