MediaWiki:Common.css: Difference between revisions
From Halopedia, the Halo wiki
(test!!) |
No edit summary |
||
Line 33: | Line 33: | ||
} | } | ||
/* Administrator Hilights by RelentlessRecusant */ | /* Administrator and bot Hilights by RelentlessRecusant and Guesty-Persony-Thingy */ | ||
table.diff a[title="User:RelentlessRecusant"], | table.diff a[title="User:RelentlessRecusant"], | ||
Line 45: | Line 45: | ||
ul.special li a[title="User:ED"], | ul.special li a[title="User:ED"], | ||
table.diff a[title="User:ED"], | table.diff a[title="User:ED"], | ||
table.diff a[title="User:Dragonclaws"], | |||
ul#pagehistory li a[title="User:Dragonclaws"], | ul#pagehistory li a[title="User:Dragonclaws"], | ||
ul.special li a[title="User:Dragonclaws"] { font-weight: bold;color:olivedrab} | ul.special li a[title="User:Dragonclaws"] { font-weight: bold;color:olivedrab} | ||
table.diff a[title="User:GPTBot"], | |||
ul#pagehistory li a[title="User:GPTBot"], | |||
ul.special li a[title="User:GPTBot"] { font-weight: bold;color:green} | |||
/* Help header tests by Catherine */ | /* Help header tests by Catherine */ |
Revision as of 22:26, July 4, 2007
/** CSS placed here will be applied to all skins */
#column-content #content {position: relative; }
/* <pre><nowiki> */
#/* Forum formatting -Algorithm & -Splaka */
#.forumheader { border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; }
#.forumlist td.forum_edited a { color: black; text-decoration: none }
#.forumlist td.forum_title a { padding-left: 20px; }
#.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
center left no-repeat; padding-left: 20px; }
#.forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; }
#.forumlist th.forum_title { padding-left: 20px; }
/* class for forum navigation templates ([[Template:forumtop|forumtop]], [[Template:shtop|shtop]]) */
.forumheader
span.mw-plusminus-pos {color: #006400;}
span.mw-plusminus-neg {color: #8B0000;}
span.mw-plusminus-neg { color: #FF0000; font-weight: bold;}
{
background: #eee;
border: 1px solid #aaa;
padding: 5px;
}
/* MediaWiki:Sitenotice tests by Jack Phoenix */
#siteSub {
display: inline;
font-size: 90%;
font-weight: normal;
font-style: italic;
}
/* Administrator and bot Hilights by RelentlessRecusant and Guesty-Persony-Thingy */
table.diff a[title="User:RelentlessRecusant"],
ul#pagehistory li a[title="User:RelentlessRecusant"],
ul.special li a[title="User:RelentlessRecusant"],
table.diff a[title="User:Guesty-Persony-Thingy"],
ul#pagehistory li a[title="User:Guesty-Persony-Thingy"],
ul.special li a[title="User:Guesty-Persony-Thingy"],
table.diff a[title="User:ED"],
ul#pagehistory li a[title="User:ED"],
ul.special li a[title="User:ED"],
table.diff a[title="User:ED"],
table.diff a[title="User:Dragonclaws"],
ul#pagehistory li a[title="User:Dragonclaws"],
ul.special li a[title="User:Dragonclaws"] { font-weight: bold;color:olivedrab}
table.diff a[title="User:GPTBot"],
ul#pagehistory li a[title="User:GPTBot"],
ul.special li a[title="User:GPTBot"] { font-weight: bold;color:green}
/* Help header tests by Catherine */
.basic {
background-image: url('http://images.wikia.com/communitytest/images/3/3b/Greenheader.png');
color:#006600;
}
.moderate {
background-image: url('http://images.wikia.com/communitytest/images/7/7f/Blueheader.png');
color:#333399;
}
.expert {
background-image: url('http://images.wikia.com/communitytest/images/e/ed/Purpleheader.png');
color:#663399;
}
.red {
background-image: url('http://images.wikia.com/halo/images/7/79/Redheader.png');
color:#990000;
}
.helpheader {
background-repeat: repeat-y;
font-size: 140%;
line-height: 150%;
margin: 15px 0px 3px 0px;
padding:0.4em;
text-align:left;
vertical-align:middle;
border-style: none;
}
{
body, #content { background: white!important; }
/* tweaks for title-messing templates */
#title-override { left: 0px!important; font-weight: bold!important; background: #f4f8ff!important; }
#title-eraicons { display: none!important; visibility: hidden;!important }
div.tleft { border: none!important; }
div.tright { margin-left: 13px!important; }
div.thumb { background: inherit!important; }
h1, h2, h3, h4, h5, h6, .firstHeading { background: inherit;!important }
#toc { background: inherit!important; border-width: 0px!important }
/* temporary hack; that div should be assigned class=noprint */
.infoboxfooter { display:none;!important }
.printfooter { background: inherit!important; }
#catlinks, #footer { display:none;!important }
}
#search-icon-wrapper
{
cursor: pointer;
}
#search-popup
{
position: absolute;
background: #f2f5f9;
text-align: left;
z-index: 8;
}
/* </nowiki>*/