User:Dinoguy1000/common.css - minecraft.fandom.com
Jump to navigation
Jump to search
Treść tej podstrony pochodzi z artykułu „User:Dinoguy1000/common.css” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
/* make it easier to find redirects */
.mw-redirect,
.mw-redirect:link,
.mw-redirect:visited,
.mw-redirect:hover,
.mw-redirect:active {
color: #308050;
}
/* but not for diff comments (based on CSS from [[User:Ultradude25/vector.css]] */
.comment .mw-redirect,
.mw-usertoollinks .mw-redirect,
.comment .mw-redirect:link,
.mw-usertoollinks .mw-redirect:link {
color: #0645AD !important
}
.comment .mw-redirect:visited,
.mw-usertoollinks .mw-redirect:visited {
color: #0B0080 !important
}
.comment .mw-redirect:hover,
.mw-usertoollinks .mw-redirect:hover,
.comment .mw-redirect:active,
.mw-usertoollinks .mw-redirect:active {
color: #FAA700 !important
}
/* edit summary field gets full width */
input#wpSummary {
width: 100%;
}
/* rounded corners for diffs */
td.diff-addedline,
td.diff-addedline .diffchange,
td.diff-deletedline,
td.diff-deletedline .diffchange,
td.diff-context {
border-radius: 0.33em;
}
/* Monospaced font and preserved whitespace for diffs */
td.diff-addedline, td.diff-deletedline, td.diff-context {
font-family: monospace, monospace; /* has to be doubled to fix the font-size issue in Webkit */
white-space: pre-wrap;
}
/* hide stuff I don't care about */
#p-sharing,
#global-wrapper #content #siderail,
#global-wrapper #content div#atflb,
#global-wrapper #content div#btflb {
display: none !important;
}
/* content area has reduced width because of the siderail */
#global-wrapper.with-siderail #content div#bodyContent {
width: 100%;
}
/* notification badges shouldn't overlap (and prevent interacting with) personal actions menu
this also causes a bunch of other stuff to cover the badges (e.g. the edit area) but whatever */
div.mw-notification-area {
z-index: default;
}
/*** shamelessly stolen from Wikia ***/
/* make "Updated since last visit" on history pages stand out */
span.updatedmarker {
color: black;
background-color: lime;
}
/*** end shamelessly stolen from Wikia ***/