v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "MediaWiki:Common.css"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m (seemingly, the problem is with Firefox itself - https://support.mozilla.com/en-US/questions/800852)
(Blanked the page)
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
 
div#norate{
 
display:none;
 
}
 
  
#ca-rater{
 
margin-left:1.7em !important;
 
}
 
 
.rater_red{
 
color:#A00;
 
}
 
 
.rater_green{
 
color:#0A0;
 
}
 
 
.rater_box{
 
border: 1px #AAA solid;
 
padding: 5px;
 
padding-top:0px;
 
margin-bottom:7px;
 
}
 
 
div#content {
 
  color: #333;
 
}
 
h1, h2, h3, h4, h5, h6 {
 
  color: #333;
 
}
 
 
table {
 
color: #333;
 
}
 
 
a.new, #p-personal a.new {
 
color: #9D1212;
 
}
 
a.new, #quickbar a.new { color: #9D1212; }
 
 
a.new:visited, #p-personal a.new:visited {
 
color: #9D1212;
 
}
 
#p-cactions .new a {
 
color: #9D1212;
 
}
 
 
a {
 
text-decoration: none;
 
color: #36b;
 
background: none;
 
}
 
a:visited {
 
color: #322588;
 
}
 
a:active {
 
color: #CA7A02;
 
}
 
a:hover {
 
text-decoration: underline;
 
}
 
a.stub {
 
color: #772233;
 
}
 
 
 
 
body.page-Main_Page h1.firstHeading { display: none !important; }
 
 
/* Pad Google AdSense box in portlet in sidebar */
 
#p-googleadsense .pBody {
 
    padding-top: 5px;
 
    text-align:  center;
 
}
 
 
 
#f-poweredbyico { display: none; }
 
 
div.topicon {
 
    top: -3.2em;
 
    position: absolute;
 
    z-index: 10;
 
    display: block !important;
 
}
 
 
div#bodyContent { position: relative; }
 
div#email-entry { display: none; }
 
 
pre { font-family: "Andale Mono", monospace; }
 

Revision as of 04:05, 6 November 2011