Both the Screamercord and this very wiki are currently listed as adult websites by AI classification models. We are currently working to remedy this, 2026 is not 2019.
In the meantime, you can help by moving all permalinks to IPFS
MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Easter egg original background for mono book |
||
| Line 2: | Line 2: | ||
.ns-4 .mw-wiki-logo { | .ns-4 .mw-wiki-logo { | ||
background-image: url(https://screamer.wiki/resources/assets/ScreamerCheckerEgg.png); | background-image: url(https://screamer.wiki/resources/assets/ScreamerCheckerEgg.png); | ||
body { | |||
background-image: url('https://screamer.wiki/images/thumb/c/ca/TheScream.jpeg/193px-TheScream.jpeg'); | |||
background-repeat: repeat; | |||
} | |||
} | } | ||
| Line 54: | Line 58: | ||
.watchlistredir { | .watchlistredir { | ||
font-style: italic; | font-style: italic; | ||
} | } | ||
Revision as of 21:16, 13 May 2021
/* Classic Screamercheckwer Wiki easter egg on Archive namespace */
.ns-4 .mw-wiki-logo {
background-image: url(https://screamer.wiki/resources/assets/ScreamerCheckerEgg.png);
body {
background-image: url('https://screamer.wiki/images/thumb/c/ca/TheScream.jpeg/193px-TheScream.jpeg');
background-repeat: repeat;
}
}
/*Tabber colors*/
.tabbernav {
font-family: inherit !important;
font-weight: normal !important;
font-size: 13px !important;
border-bottom: 3px solid #595959 !important;
padding: 0.3em 0 !important;
}
.tabbernav a {
padding: 0.3em 0.5em !important;
margin: 0 !important;
color: lightgrey !important;
border:1px !important;
background: #4f3e3a !important;
}
.tabberactive a {
color: white !important;
background: #A62E10 !important;
}
.tabbernav :not(.tabberactive) a:hover {
background: rgba(42,161,152, 0.2) !important;
}
/* Cursors */
body {
cursor: url('http://wiki.screamerfanbase.com/images/4/4c/Cursor.png'), pointer; HEIGHT=40 WIDTH=30}
a:link {
cursor: url('http://wiki.screamerfanbase.com/images/f/fd/Linkl.png'), pointer; }
a:hover{
cursor: url('http://wiki.screamerfanbase.com/images/f/fd/Linkl.png'), pointer; }
a:active{
cursor: url('http://wiki.screamerfanbase.com/images/c/ce/Press.png'), pointer; }
a:element{
cursor: url('http://wiki.screamerfanbase.com/images/4/4c/Cursor.png'), pointer; }
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
font-style: italic;
}
.allpagesredirect:after {
color: #808080; content: " (redirect)"
}
.watchlistredir {
font-style: italic;
}