MediaWiki:Monobook.css: Difference between revisions
| No edit summary | m Reverted edits by CyberMod T800 (talk) to last revision by Lawiki Tag: Rollback | ||
| (12 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| /* Classic Screamerchecker Wiki easter egg on Archive namespace */ | /* Classic Screamerchecker Wiki easter egg on Archive namespace */ | ||
| .mw-wiki-logo { | |||
|      background-image: url(https://screamer.wiki/resources/assets/ScreamerCheckerEgg.png); |      background-image: url(https://screamer.wiki/resources/assets/ScreamerCheckerEgg.png); | ||
| } | } | ||
| /* Classic ScreamerChecker Wiki background */ | /* Classic ScreamerChecker Wiki background on Archive namespace*/ | ||
| body  | body { | ||
|     background-image: url('https://screamer.wiki/images/thumb/c/ca/TheScream.jpeg/193px-TheScream.jpeg'); |     background-image: url('https://screamer.wiki/images/thumb/c/ca/TheScream.jpeg/193px-TheScream.jpeg'); !important; | ||
|     background-repeat: repeat; |     background-repeat: repeat !important; | ||
| } | } | ||
| Line 59: | Line 59: | ||
| .watchlistredir { | .watchlistredir { | ||
|     font-style: italic; |     font-style: italic; | ||
| } | |||
| /* Cursors */ | |||
| body { | |||
|   cursor: url('http://screamer.wiki/images/4/4c/Cursor.png'), pointer; HEIGHT=40 WIDTH=30} | |||
| a:link { | |||
|   cursor: url('http://screamer.wiki/images/f/fd/Link.png'), pointer; } | |||
| a:hover{ | |||
|   cursor: url('http://screamer.wiki/images/f/fd/Link.png'), pointer; } | |||
| a:active{ | |||
|   cursor: url('http://screamer.wiki/images/c/ce/Press.png'), pointer; } | |||
| a:element{ | |||
|   cursor: url('http://screamer.wiki/images/4/4c/Cursor.png'), pointer; } | |||
| /* Portable Infobox CSS here */ | |||
| .portable-infobox.pi-background { | |||
|    border-color: #a62e10; | |||
| } | |||
| .portable-infobox .pi-secondary-background { | |||
|    background-color: #a62e10; | |||
| } | |||
| .portable-infobox .pi-header{ | |||
|    font-weight: bold; | |||
|    text-align: center; | |||
| } | |||
| .portable-infobox .pi-title { | |||
|    background-color: #a62e10; | |||
|    font-size: 125%; | |||
|    color: #FFFFFF; | |||
|    font-family: Rubik; | |||
|    text-align: center; | |||
| } | |||
| .portable-infobox .pi-border-color{ | |||
|     border-color: #453d3c; | |||
| } | |||
| .portable-infobox { | |||
|    width:270px; | |||
|    border: 1px solid #a62e10; | |||
|    border-radius: 4px 4px 2px 2px; | |||
| } | } | ||
