MediaWiki:Common.css: Difference between revisions

From Halopedia, the Halo wiki

m (fixing line)
mNo edit summary
Line 14: Line 14:
/* class for forum navigation templates ([[Template:forumtop|forumtop]], [[Template:shtop|shtop]]) */
/* class for forum navigation templates ([[Template:forumtop|forumtop]], [[Template:shtop|shtop]]) */
  .forumheader
  .forumheader
span.mw-plusminus-pos {color: #006400;}
span.mw-plusminus-neg {color: #8B0000;}
span.mw-plusminus-neg { color: #FF0000; font-weight: bold;}
  {
  {
   background: #eee;
   background: #eee;

Revision as of 17:33, March 20, 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;
 }

/* </nowiki>*/