User:Lira/monobook.css
From Homestar Runner Wiki
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Mozilla / Firefox: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac)
- Safari: press Cmd-Option-E
- IE: hold Ctrl while clicking Refresh, or press Ctrl-F5
- Konqueror: simply click the Reload button, or press F5
- Opera users may need to completely clear their cache in Tools→Preferences.
/* Lira's Cascading Cheat Sheet */
#p-logo a {
background-image: url(https://i.imgur.com/KreSq24.gif) !important;
background-size: 100%;
}
body {
font-size: 10px;
font-family: "Perfect DOS VGA 437", verdana, geneva, arial, helvetica, sans-serif;
background: #000000 url(https://i.imgur.com/WU7gh9G.png) 0 0 repeat-x;
background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
color: #E5E5E5;
}
pre {
background: #35363A;
overflow: auto;
}
#content {
margin-left: 12.6em;
color: #E5E5E5;
background: #202124;
}
#footer {
color: #E5E5E5;
background: #202124;
}
#p-cactions ul li a {background: #202124;}
#p-cactions ul li.selected a {background: #35363A;}
#p-navigation div {background: #202124;}
#p-tb div {background: #202124;}
#p-search div {background: #202124;}
#p-externallinks div {background: #202124;}
input.searchButton {
background-color: #202124;
color: #E5E5E5;
}
#searchInput {
background: #202124;
color: #E5E5E5;
}
li#pt-userpage {background: url(https://i.imgur.com/jZVTQ3n.png) center left no-repeat;}
textarea#wpTextbox1 {
color: #A6ADBA;
background: #282C34;
}
input#wpSummary {
color: #E5E5E5;
padding-left: 2px;
background: #282C34;
border-style: solid;
border-width: thin;
}
#wpSave {
color: #E5E5E5;
border: 1;
background: #282C34;
border-style: solid;
border-width: thin;
}
#wpPreview {
color: #E5E5E5;
border: 1;
background: #282C34;
border-style: solid;
border-width: thin;
}
#wpDiff {
color: #E5E5E5;
border: 1;
background: #282C34;
border-style: solid;
border-width: thin;
}
a {color: #0094FF;}
a:visited {color: #0064FF;}
a.new {color: #FF0064;}
a.new:visited {color: #E5002D;}
#bodyContent a.extiw, #bodyContent a.extiw:active,
#article a.extiw, #article a.extiw:active,
#mw_contentholder a.extiw, #mw_contentholder a.extiw:active
{color: #3FFFB8;}
/* Styling external links */
#bodyContent a.external, #content a.external, #mw_contentholder a.external {
background: url(https://i.imgur.com/nNTP1vI.png) center right no-repeat !important;
padding-left: 0px !important;
padding-right: 13px !important;
color: #3FFFB8;
}
/* Styling links to Homestar Runner */
#n-officialsite a,
#bodyContent a[href ^="http://www.homestarrunner.com"],
#article a[href ^="http://www.homestarrunner.com"],
#mw_contentholder a[href ^="http://www.homestarrunner.com"]
{
background: url(https://i.imgur.com/Lc3Z81Z.png) center left no-repeat !important;
padding-left: 13px !important;
padding-right: 0px !important;
color: #FFC800;
}
/* Styling links to Homestar Runner Store */
#bodyContent a[href ^="http://homestarrunner.stores.yahoo.net"],
#article a[href ^="http://homestarrunner.stores.yahoo.net"],
#mw_contentholder a[href ^="http://homestarrunner.stores.yahoo.net"]
/* The following two addresses are not current and are included for legacy purposes only */
#bodyContent a[href ^="http://store.yahoo.com/homestarrunner"],
#article a[href ^="http://store.yahoo.com/homestarrunner"],
#mw_contentholder a[href ^="http://store.yahoo.com/homestarrunner"]
{
background: url(https://i.imgur.com/V42zeG0.png) center left no-repeat !important;
padding-left: 23px !important;
padding-right: 0px !important;
color: #FF0000;
}
/* Styling links to Videlectrix */
#bodyContent a[href ^="http://www.videlectrix.com"],
#article a[href ^="http://www.videlectrix.com"],
#mw_contentholder a[href ^="http://www.videlectrix.com"]
{
background: url(https://i.imgur.com/s2wbeLN.png) center left no-repeat !important;
padding-left: 13px !important;
padding-right: 0px !important;
color: #00468B;
}
/* Styling links to Thorax Corp. */
#bodyContent a[href ^="http://www.thoraxcorp.com"],
#article a[href ^="http://www.thoraxcorp.com"],
#mw_contentholder a[href ^="http://www.thoraxcorp.com"]
{
background: url(https://i.imgur.com/4qOV9t9.png) center left no-repeat !important;
padding-left: 20px !important;
padding-right: 0px !important;
color: #009900;
}
/* Styling links to YouTube */
#bodyContent a[href ^="http://www.youtube.com"],
#article a[href ^="http://www.youtube.com"],
#mw_contentholder a[href ^="http://www.youtube.com"],
#bodyContent a[href ^="http://www.youtu.be"],
#article a[href ^="http://www.youtu.be"],
#mw_contentholder a[href ^="http://www.youtu.be"]
{
background: url(https://i.imgur.com/kf3Omu4.png) center left no-repeat !important;
padding-left: 13px !important;
padding-right: 0px !important;
color: #FF0000;
}
/* Styling links to Telltale Games */
#bodyContent a[href ^="http://www.telltalegames.com"],
#article a[href ^="http://www.telltalegames.com"],
#mw_contentholder a[href ^="http://www.telltalegames.com"]
{
background: url(https://i.imgur.com/Jc7LKeb.png) center left no-repeat !important;
padding-left: 13px !important;
padding-right: 0px !important;
color: #A84729;
}
input[type="radio"], input[type="checkbox"] {
border: none;
}
select {
border: 1px solid #2f6fab;
}
/* Removing white padding from thumbs on colored backgrounds */
.nonwhite div.thumb
{
border: none;
margin-top: 10px;
margin-bottom: 0px;
}
.nonwhite div.tleft
{
border: none;
}
.nonwhite div.tright
{
margin-left: 13px;
}
body.page-Main_Page h1.firstHeading,
body.page-User_It_s_dot_com_Main_Page h1.firstHeading,
body.page-User_It_s_dot_com_Main_Page span.subpages
{
display: none;
}
