MediaWiki:Monobook.css: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the MonoBook skin */
*/Classic Screamercheckwer Wiki */
#content { background-color: #1f1f1f; }
#catlinks { background-color: #2c2c2c; }
#p-logo { background-color: black; }
mw-head-base { background-color: black; }
mw-panel { background-color: #a62e10; }
body { background-color: black; }
#footer { background-color: #a62e10; }
#globalWrapper { background-color: black; }
#column-one { background-color: black; }
#p-navigation { background-color: #a62e10; }
#p-navigation .pBody { background-color: #1f1f1f; }
#p-search { background-color: #a62e10; }
#p-search .pBody { background-color: #1f1f1f; }
#p-tb { background-color: #a62e10; }
#p-tb .pBody { background-color: #1f1f1f; }
h1 { color: white }
h2 { color: white }
h3 { color: white }
h4 { color: white }
a { color: #e87057 }
a:visited { color: #e87057 }
#p-search { color: black }
#content { color: white }
: { color: white }
# { color: white }


/*Tabber colors*/
/*Tabber colors*/

Revision as of 23:13, 29 August 2019

*/Classic Screamercheckwer Wiki */

/*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/Link.png'), pointer; }
 
a:hover{
  cursor: url('http://wiki.screamerfanbase.com/images/f/fd/Link.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; }