Account creation temporarily disabled

MediaWiki:Common.css: Difference between revisions

From BonziPEDIA, the Official BonziWORLD Encyclopedia of varied quality.
Jump to navigation Jump to search
No edit summary
No edit summary
 
(23 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 */
/*RAINBOW LMAO*/
@keyframes rainbow{
    0%{color: red;}
    16%{color: orange;}
    32%{color: yellow;}
    48%{color: lime;}
    64%{color: cyan;}
    80%{color: blue;}
    90%{color: #FF00FF;}
    100%{color: red;}
}
.rainbow {
animation: 2s rainbow infinite;
}


/* Special usernames for bureaucrats and admins. */
/* Special usernames for bureaucrats and admins. */


/* Bureaucrats (red name): */
/* Fune: */
a[href="/index.php/User:Fune"],
a[href="/User:Fune"] {
a[href="/index.php/User:SeamusIsANigger"] {
font-weight: bold;
color: red;
animation: 2s rainbow infinite;
text-decoration: underline;
transition: 1s;
cursor: wait;
font-family: monospace;
}
 
a[href="/User:Fune"]:hover {
text-shadow: 0px 0px 3px cyan;
font-style: italic;
animation: 0.1s rainbow infinite;
transform: rotate(90deg);
border: 1px solid black;
}
 
/* Jabba */
a[href="/User:Jabbah27"]{
color: #FFAA00;
}
 
/* SIAN: */
a[href="/User:SeamusIsANigger"] {
color: darkgreen;
font-weight: bold;
font-weight: bold;
}
}


/* Admins (purple name): */
 
a[href="/index.php/User:Ziggy"] {
/* Ziggy, Goober, Moon Man: */
a[href="/User:Ziggy"],
a[href="/User:Goober_alt"],
a[href="/User:Moon_Man"] {
color: purple;
color: purple;
font-weight: bold;
font-weight: bold;
}
/* Cockmick: */
a[href="/User:CosmicStar98"] {
color: #ff00bf;
font-weight: bold;
}
a[href="/User:Tardish"] {
color: #87cae1;
font-weight: bold;
}
a[href="/User:BlockOfShize"] {
color: red;
font-style: italic;
}
a[href="/User:TOKAN"] {
color: #FFD739;
}
a[href="/User:Plentity"]::after {
font-size: 10px;
content: " This user is a POTENTIAL kiddie diddler";
}
a[href="/User:Jewish gameings 69"]::after {
font-size: 10px;
content: " He jew";
}
}


/* [REDACTED] */
/* [REDACTED] */
a[href="/index.php/CIA"] {
a[href="/CIA"] {
text-shadow: 0px 0px 4px rgba(0, 214, 21, 1);
text-shadow: 0px 0px 4px rgba(0, 214, 21, 1);
color: black;
color: black;
Line 59: Line 130:
tr:nth-child(odd) .navbox-list {
tr:nth-child(odd) .navbox-list {
background-color: #f7f7f7;
background-color: #f7f7f7;
}
.navbox + .navbox,
.navbox + .navbox-styles + .navbox {
margin-top: -1px !important;
}
#siteSub {
    display: block;
}
}

Latest revision as of 01:01, 30 July 2024

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

/*RAINBOW LMAO*/
@keyframes rainbow{
    0%{color: red;}
    16%{color: orange;}
    32%{color: yellow;}
    48%{color: lime;}
    64%{color: cyan;}
    80%{color: blue;}
    90%{color: #FF00FF;}
    100%{color: red;}
}

.rainbow {
	animation: 2s rainbow infinite;
}

/* Special usernames for bureaucrats and admins. */

/* Fune: */
a[href="/User:Fune"] {
	font-weight: bold;
	animation: 2s rainbow infinite;
	text-decoration: underline;
	transition: 1s;
	cursor: wait;
	font-family: monospace;
}

a[href="/User:Fune"]:hover {
	text-shadow: 0px 0px 3px cyan;
	font-style: italic;
	animation: 0.1s rainbow infinite;
	transform: rotate(90deg);
	border: 1px solid black;
}

/* Jabba */
a[href="/User:Jabbah27"]{
color: #FFAA00;
}

/* SIAN: */
a[href="/User:SeamusIsANigger"] {
	color: darkgreen;
	font-weight: bold;
}


/* Ziggy, Goober, Moon Man: */
a[href="/User:Ziggy"],
a[href="/User:Goober_alt"],
a[href="/User:Moon_Man"] {
	color: purple;
	font-weight: bold;
}

/* Cockmick: */
a[href="/User:CosmicStar98"] {
	color: #ff00bf;
	font-weight: bold;
}

a[href="/User:Tardish"] {
	color: #87cae1;
	font-weight: bold;
}

a[href="/User:BlockOfShize"] {
	color: red;
	font-style: italic;
}

a[href="/User:TOKAN"] {
	color: #FFD739;
}

a[href="/User:Plentity"]::after {
	font-size: 10px;
	content: " This user is a POTENTIAL kiddie diddler";
}

a[href="/User:Jewish gameings 69"]::after {
	font-size: 10px;
	content: " He jew";
}

/* [REDACTED] */
a[href="/CIA"] {
	text-shadow: 0px 0px 4px rgba(0, 214, 21, 1);
	color: black;
	font-weight: bold;
}

/* CSS from ED required for cycle sequences to work. */
.hiddentext {
	display: none;
}

.showhidetext {
	color: #0645ad;
	cursor: pointer;
}

.showhidetext,
.collapsibletoggle {
	-khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.showhidetext:hover {
	text-decoration: underline;
}

.showhidetext:active {
	color: #faa700;
}

/* Some more CSS for navboxes */
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {
	font-weight: normal;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

tr:nth-child(odd) .navbox-list {
	background-color: #f7f7f7;
}

.navbox + .navbox,
.navbox + .navbox-styles + .navbox {
	margin-top: -1px !important;
}

#siteSub {
    display: block;
}