MediaWiki:Common.css

From paraecologist.org
Revision as of 14:23, 12 March 2012 by Mastersysop (talk | contribs)
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
body { background-image: none; background-color: #FFFFFF;} 

.pBody
{
 
}

.pBody ul 
{
 /*border: 2px solid lime;*/

 z-index: 100;
 position:absolute;
 right:0px;
 top:0px;
 border-bottom: 1px solid black;
}

#p-personal
{
 /*border: 2px solid yellow;*/
}


#p-tb
{
 border: 2px solid green;
}

#column-one

{
 /*border: 10px solid cyan;*/
}

#column-content
{
 /*border: 5px solid cyan;*/
 margin-top:80px;
}



#p-logo
{
 width:400px;
 height:40px;

}

#p-logo a
{
 z-index: 3;
 width:400px;
 height:40px;
 /*border: 5px solid yellow;*/
 position: absolute;
 top:50px;
 overflow: visible;

}



h1#firstHeading
{
 
 font-size: 13px;
 color: #a5a294;
 font-weight: bold;
 padding-top:10px;
 text-transform:uppercase;
}

// --------- hide the left Navi  

#column-content { margin: 0 0 .6em 0; }
#content { margin: 2.8em 0 0 0; }

.generated-sidebar, #p-lang, #p-tb { display:none; }

#p-cactions { left: .1em; }


#p-search
{
 position: absolute;
 top:48px;
 right: 0px;

}