You must log in to edit PetroWiki. Help with editing

Content of PetroWiki is intended for personal use only and to supplement, not replace, engineering judgment. SPE disclaims any and all liability for your use of such content. More information


MediaWiki:Common.css: Difference between revisions

PetroWiki
Jump to navigation Jump to search
mNo edit summary
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
.ns-100 #mainContent p,h1,h2,#side {
        /*color:#817D7D;*/
        line-height: 1.3; /* value other than 'normal' needed for WinIE */
/* background-image: url(./skins/common/images/as_is.png); */
        /* margin: 0px 20px 0px 0px;        */
}
.ns-100 .approvedAndLatestMsg  
.ns-100 .approvedAndLatestMsg  
{  
{  
Line 12: Line 4:
}
}


/* .ns-100 #ca-talk, #ca-history, #ca-watch, #ca-viewsource { display: none !important; } */
#nav li a.goog-logo-link{
background:none;
border-style:none !important;
border:0px !important;
display:block;
line-height:0em !important;
padding:0px !important;
margin:0px !important;
}
/*
div.goog-te-gadget {
  color: transparent !important;
}
*/




Line 76: Line 81:
padding: 3px;
padding: 3px;
left:20%;
left:20%;
}
*/
#pioneer_sponsor
{
text-align:center;
padding-bottom:5px;
color:red;
}
tt, code, pre {
    font-family: monospace, "Courier New";
}
#nav li a.goog-logo-link{
background:none;
border-style:none !important;
border:0px !important;
display:block;
line-height:0em !important;
padding:0px !important;
margin:0px !important;
}
/*
div.goog-te-gadget {
  color: transparent !important;
}
}
*/
*/

Revision as of 11:10, 18 September 2013

.ns-100 .approvedAndLatestMsg 
{ 
   display:none;
}

#nav li a.goog-logo-link{
background:none;
border-style:none !important;
border:0px !important;
display:block;
line-height:0em !important;
padding:0px !important;
margin:0px !important;
}
/*
div.goog-te-gadget {
  color: transparent !important;
}
*/


#infobox
{
  margin:0px 0px 0px 10px;
  border:1px ridge black;
  float: right;
  width: 20%; 
  padding:2px;
}

#infobox #infobox_heading{
text-align:center; 
border-bottom: ridge 1px black; 
padding:2px;
}

#infobox #infobox_image
{    
  align:center; 
  border-bottom: ridge 1px black; padding:2px;
}

#infobox #infobox_series
{
      border-bottom: ridge 1px black;
      padding:2px;
}

#infobox #infobox_series #infobox_series_chiefEditor
, #infobox #infobox_volume #infobox_volume_editor
, #infobox #infobox_volume #infobox_volume_editor #infobox_volume_editor_copyright
, #infobox #infobox_volume #infobox_volume_editor #infobox_volume_editor_copyright #infobox_volume_editor_copyright_publisher
, #infobox #infobox_chapter #infobox_chapter_author
, #infobox #infobox_chapter #infobox_chapter_author #infobox_chapter_author_authorInfo
, #infobox #infobox_chapter #infobox_chapter_author #infobox_chapter_author_authorInfo #infobox_chapter_author_authorInfo_pgNumber
{
  padding:2px;
}

#infobox #infobox_volume
{
  border-bottom: ridge 1px black; 
  padding:2px;
}

#infobox #infobox_volume #infobox_volume_name, #infobox #infobox_chapter #infobox_chapter_name
{
}

/* Site Notice at the top.. */
/*
#siteNotice {
position:relative;
display:block;
width:60%;
text-align: center;
font-size: 116%;
font-weight: normal;
border: 2px solid #ffaa00;
background: #EDEDED;
padding: 3px;
left:20%;
}
*/