MediaWiki:Common.css

From Polcompball Wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */


/* Network Consuls */
	
a[href$=":Agent Isai"],
a[href$="/Agent Isai"] {
    color: #007FFF !important;
}

a[href$=":Denatidum"],
a[href$="/Denatidum"] {
    color: #007FFF !important;
}

a[href$=":SchizoACC"],
a[href$="/SchizoACC"] {
    color: #007FFF !important;
}

/* Bureaucrats */

a[href$=":TheGhostOfInky"],
a[href$="/TheGhostOfInky"] {
	color: #604DFF !important;
}

a[href$=":Monkeysszz"],
a[href$="/Monkeysszz"] {
    color: #604DFF !important;
}

a[href$=":2x2Master"],
a[href$="/2x2Master"] {
    color: #604DFF !important;
}

a[href$=":Athena_von_Krab"],
a[href$="/Athena_von_Krab"] {
    color: #604DFF !important;
}

a[href$=":Nguyenreich"],
a[href$="/Nguyenreich"] {
    color: #604DFF !important;
}

/* Admins */

a[href$=":TheElectricBomb"],
a[href$="/TheElectricBomb"] {
    color: #32a852 !important;
}


a[href$=":DerVampir666"],
a[href$="/DerVampir666"] {
    color: #32a852 !important;
}

/*Bots*/

a[href$=":Polcompbot"],
a[href$="/Polcompbot"] {
    color: aquamarine !important;
}

/*Global rules*/

.portable-infobox .pi-header, .portable-infobox .pi-border-color, .portable-infobox .pi-title, .pi-item .pi-item-spacing .pi-title, .client-js .pi-collapse .pi-header:first-child {
  border-bottom: unset;
}

/*****Custom cursor *****/ 
/*Global cursor */ 
body {
     cursor: url('/wiki/Special:FilePath/Polcomp-cur.png'), pointer; 
} 
/*Link cursor */
a:hover {
     cursor: url('/wiki/Special:FilePath/Polcomp-curhover.png'), pointer; 
}