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
 
(35 intermediate revisions by 4 users not shown)
Line 1:
/* CSS placed here will be applied to all skins */
 
 
/* Network Consuls */
 
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$=":Kymiliane"],
a[href$="/Kymiliane"] {
color: #604DFF !important;
}
 
a[href$=":IberianUnionbest"],
a[href$="/IberianUnionbest"] {
color: #604DFF !important;
}
 
/* Admins */
 
a[href$=":TheElectricBomb"],
a[href$="/TheElectricBomb"] {
color: #32a852 !important;
}
 
 
a[href$=":DerVampir666"],
a[href$="/DerVampir666"] {
color: #32a852 !important;
}
 
a[href$=":Afunhumaninter"],
a[href$="/Afunhumaninter"] {
color: #32a852 !important;
}
 
 
/* Content Moderators */
 
a[href$=":M4RKAru"],
a[href$="/M4RKAru"] {
color: #ff7f27 !important;
}
 
a[href$=":DualPlay1"],
a[href$="/DualPlay1"] {
color: #ff7f27 !important;
}
 
 
/* Former Bureaucrats */
 
a[href$=":Aycee Lovelace"],
a[href$="/Aycee Lovelace"] {
color: #30267f !important;
}
 
a[href$=":Athena von Krab"],
a[href$="/Athena von Krab"] {
color: #30267f !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 15:31, 3 August 2024

/* CSS placed here will be applied to all skins */


/* Network Consuls */

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$=":Kymiliane"],
a[href$="/Kymiliane"] {
    color: #604DFF !important;
}

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

/* Admins */

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


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

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


/* Content Moderators */

a[href$=":M4RKAru"],
a[href$="/M4RKAru"] {
    color: #ff7f27 !important;
}

a[href$=":DualPlay1"],
a[href$="/DualPlay1"] {
    color: #ff7f27 !important;
}


/* Former Bureaucrats */

a[href$=":Aycee Lovelace"],
a[href$="/Aycee Lovelace"] {
    color: #30267f !important;
}

a[href$=":Athena von Krab"],
a[href$="/Athena von Krab"] {
    color: #30267f !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; 
}