Screamer Forums and Screamer gallery have returned.

The Screamer Forums will likely remain read only unless it's known that it will be active, since forums in general are kind of dead because of Discord.

MediaWiki:Vector.css: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
#mw-panel { background-color: #a62e10; }
#mw-panel { background-color: #a62e10; }


#content p { color: #white; }
#content { color: #white; }





Revision as of 08:21, 20 August 2019

/* CSS placed here will affect users of the Vector skin */


/* changes the background color of the bottom and left of each page, up to behind half of the logo */
body {background: #1f1f1f}


#content { background-color: #1f1f1f; } - changes the background color of the content of articles/pages, including the title of the articles.

#mw-panel { background-color: #a62e10; }

#content { color: #white; }


/*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('https://vignette.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; HEIGHT=40 WIDTH=30}
 
a:link {
  cursor: url('https://vignette.wikia.nocookie.net/screamerchecker/images/f/fd/Link.png'), pointer; }
 
a:hover{
  cursor: url('https://vignette.wikia.nocookie.net/screamerchecker/images/f/fd/Link.png'), pointer; }
 
a:active{
  cursor: url('https://vignette.wikia.nocookie.net/screamerchecker/images/c/ce/Press.png'), pointer; }
  
a:element{
  cursor: url('https://vignette.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; }