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
681 bytes added ,  19:29, March 14, 2022
no edit summary
(fix)
 
(6 intermediate revisions by one other user not shown)
Line 137: 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 250: 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 261: 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 400: Line 418:
.oo-ui-dropdownWidget-handle {
.oo-ui-dropdownWidget-handle {
     border: 1px solid gray;
     border: 1px solid gray;
    border-radius:0px;
}
}


Line 433: 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 459: 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