MediaWiki:Common.css

From Halopedia, the Halo wiki

Revision as of 18:35, June 9, 2007 by halowikia>RelentlessRecusant (testing out new CSS)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/** 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;
 }

/* 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;
     }

/* </nowiki>*/