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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Der Owner™ */
a[href$=":2x2Master"],
a[href$="/2x2Master"] {
color: #00ffbb !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$=":Aycee Lovelace"],
a[href$="/Aycee Lovelace"] {
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;
}