User:Ganonmew/common.css: Difference between revisions

no edit summary
m (In correspondence with his name change.)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 17: Line 17:
@import url(https://fonts.googleapis.com/css?family=Mountains+of+Christmas:700);
@import url(https://fonts.googleapis.com/css?family=Mountains+of+Christmas:700);
@import url(https://fonts.googleapis.com/css?family=Vast+Shadow);
@import url(https://fonts.googleapis.com/css?family=Vast+Shadow);
#bodyContent a[title="User:DatNuttyKid"] { color: #FFD700; font-weight: bold; font-family: Arial Black; text-shadow: 0px 0px 3px black; }
#bodyContent a[title="User:DatNuttyKid"] { color: #FFD700; font-weight: bold; font-family: Arial Black; text-shadow: 0px 0px 3px black; }
#bodyContent a[title="User:INoMed"] { color: #ff0000; font-weight: bold; font-family: Times New Roman; text-shadow: 0px 0px 3px red; }
#bodyContent a[title="User:INoMed"] { color: #ff0000; font-weight: bold; font-family: Times New Roman; text-shadow: 0px 0px 3px red; }
Line 91: Line 92:
#bodyContent a[title="User:Joaco"] { color: blue; font-family: Lucida Grande; font-weight: bold; }
#bodyContent a[title="User:Joaco"] { color: blue; font-family: Lucida Grande; font-weight: bold; }
#bodyContent a[title="User:Nishifue"] { color: red; font-family: Atmosphere Bold; font-weight: bold; }
#bodyContent a[title="User:Nishifue"] { color: red; font-family: Atmosphere Bold; font-weight: bold; }
a.whorb { background: url(/images/thumb/0/0b/Rollback.png/14px-Rollback.png) left no-repeat; padding:0 0 0 15px; }
 
a.whobot { background: url(/images/thumb/1/17/Bot.png/14px-Bot.png) left no-repeat; padding:0 0 0 15px; }
a.whoadmin { background: url(/images/thumb/4/46/Administrator.png/14px-Administrator.png) left no-repeat; padding:0 0 0 15px; }
a.whocrat { background: url(/images/thumb/5/5c/Bureaucrat.png/14px-Bureaucrat.png) left no-repeat; padding:0 0 0 15px; }
a.whodev { background: url(/images/thumb/3/32/Developer.png/14px-Developer.png) left no-repeat; padding:0 0 0 15px; }
/* hide unneccessary items in userpage bar */
/* hide unneccessary items in userpage bar */
#pt-watchlist, #pt-logout { display:none !important; }
#pt-watchlist, #pt-logout { display:none !important; }
Line 106: Line 103:
}
}
/* Wikitable settings */
/* Wikitable settings */


/* Code boxes */
/* Code boxes */
Line 135: Line 131:
}
}
/* Colour the links */
/* Colour the links */
a { color: #60cc60; }
a:visited { color: #60cc60; }
a:active { color: #60cc60; }
a.new, a.new:visited { color:#5555ff; text-decoration: underline; }
a.interwiki, a.extiw { color:#60cc60; }
a.external { color: #60cc60; }
a.stub { color: #60cc60; }
a.external:visited { color: #60cc60; }
a.stub:visited { color:#60cc60; }
a.extiw:visited, a.interwiki:visited { color:#60cc60; }
a.active:visited { color:#60cc60; }
/* Redir links coloured (For maintenance) */
.mw-redirect { color: yellow; }
.mw-redirect:visited { color: yellow; }
.mw-redirect:active { color: yellow; }
/* Edit box */
/* Edit box */
.wikiEditor-ui textarea#wpTextbox1 {
.wikiEditor-ui textarea#wpTextbox1 {