MediaWiki:Monobook.css: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
No edit summary
No edit summary
 
(35 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the MonoBook skin */
/* Classic Screamerchecker Wiki easter egg on Archive namespace */
#content { background-color: #1f1f1f; }
.mw-wiki-logo {
#catlinks { background-color: #2c2c2c; }
    background-image: url(https://screamer.wiki/resources/assets/ScreamerCheckerEgg.png);
#p-logo { background-color: black; }
}
mw-head-base { background-color: black; }
/* Classic ScreamerChecker Wiki background on Archive namespace*/
mw-panel { background-color: #a62e10; }
body {
body { background-color: black; }
  background-image: url('https://screamer.wiki/images/thumb/c/ca/TheScream.jpeg/193px-TheScream.jpeg'); !important;
#footer { background-color: #a62e10; }
  background-repeat: repeat !important;
#globalWrapper { background-color: black; }
}
#column-one { background-color: black; }
 
#p-navigation { background-color: #a62e10; }
/*Tabber colors*/
#p-navigation .pBody { background-color: #1f1f1f; }
.tabbernav {
#p-search { background-color: #a62e10; }
    font-family: inherit !important;
#p-search .pBody { background-color: #1f1f1f; }
    font-weight: normal !important;
#p-tb { background-color: #a62e10; }
    font-size: 13px !important;
#p-tb .pBody { background-color: #1f1f1f; }
    border-bottom: 3px solid #595959 !important;
h1 { color: white }
    padding: 0.3em 0 !important;
h2 { color: white }
}
h3 { color: white }
.tabbernav a {
h4 { color: white }
    padding: 0.3em 0.5em !important;
a { color: #e87057 }
    margin: 0 !important;
#p-search { color: black }  
    color: lightgrey !important;
#content { color: white }
    border:1px !important;
: { color: white }
    background: #4f3e3a !important;
# { color: white }
}
.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;
}
 
/* 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;
}

Latest revision as of 00:39, 11 November 2023

/* Classic Screamerchecker Wiki easter egg on Archive namespace */
.mw-wiki-logo {
    background-image: url(https://screamer.wiki/resources/assets/ScreamerCheckerEgg.png);
}
/* Classic ScreamerChecker Wiki background on Archive namespace*/
body {
   background-image: url('https://screamer.wiki/images/thumb/c/ca/TheScream.jpeg/193px-TheScream.jpeg'); !important;
   background-repeat: repeat !important;
}

/*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;
}

/* 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;
}