MediaWiki:Common.css: Difference between revisions

From Polcompball Wiki
Jump to navigationJump to search
Content deleted Content added
Vizdun (talk | contribs)
Tag: Replaced
No edit summary
 
(33 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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;
}

Latest revision as of 11:01, 23 March 2024

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