Difference between revisions of "User:GPFontaine/monobook.css"

From Sydapedia
Jump to navigationJump to search
m
m
 
Line 1: Line 1:
body { margin: 0px; padding: 0px; color: black; }
+
  /* Most changes should be made in [[MediaWiki:Common.css]], unless only Cologneblue skin users should be effected. <nowiki>*/
#specialform { display: inline; }
+
   
#content { top: 0; margin: 0; padding: 0; }
+
  #pabanner { text-align:left !important; }
#topbar { padding: 0px; }
+
   
#powersearch {
+
  /* Book infobox display */
  background: #DDEEFF; border-style: solid; border-width: 1; padding: 2;
+
   
}
+
  .bookInfobox {
#quickbar {
+
  position:absolute;
  width: 140px; top: 18ex; padding: 2px; visibility: visible; z-index: 99;
+
  z-index:100;
}
+
  border:none;
#article, #article td, #article th, #article p {
+
  background:none;
  font-family: Verdana, Arial, sans-serif;
+
  left: 150px;
  font-size: 10pt; color: black;
+
  top: 5.0em;
}
+
  float:right;
#article p {
+
  margin:0.0em;
padding-top: 0; padding-bottom: 0;
+
  padding:0.0em;
margin-top: 1ex; margin-bottom: 0;
+
  line-height:1.5em;
}
+
  text-align:left;
p, pre, td, th, li, dd, dt { line-height: 12pt; }
+
  white-space:nowrap;
textarea { overflow: auto; }
+
  }
 
+
   
#footer { padding: 4px; }
+
  .bookInfobox-monobook {
#footer form { display: inline; }
+
  display: none;
#sitetitle {
+
  speak: none;
  font-family: Times, serif;
+
  }
  color: white;
+
   
  font-weight: normal; font-size: 32pt;
+
  /* Top-navigation - used in Template:TopNav and several book template */
  line-height: 32pt;
+
   
}
+
  #top-navigation {
td.top {
+
  position:absolute;
background-color: #6688AA; color: white;
+
  left: 150px;
margin-top: 4px; margin-bottom: 4px;
+
  top: 5.0em;
padding-top: 0; padding-bottom: 0;
+
  }
text-transform: uppercase;
+
   
font-family: Verdana, Arial, sans-serif; font-size: 8pt;
+
  /* End of Cologneblue.css </nowiki>*/
}
 
td.top a {
 
font-family: Verdana, Arial, sans-serif;
 
background-color: #6688AA; color: white;
 
text-decoration: none; font-size: 10pt;
 
}
 
td.bottom {
 
font-family: Verdana, Arial, sans-serif;
 
font-size: 10pt;
 
padding: 0;
 
}
 
#pagestats {
 
font-family: Verdana, Arial, sans-serif;
 
color: black;
 
font-size: 9pt;
 
}
 
#sitesub {
 
font-family: Verdana, Arial, sans-serif;
 
  font-size: 9pt; font-weight: bold;
 
  color: black;
 
  padding-top: 0;
 
}
 
#quickbar {
 
font-family: Verdana, Arial, sans-serif;
 
font-size: 8pt; font-weight: bold; line-height: 9.5pt;
 
text-decoration: none;
 
  color: black;
 
padding: 0; margin-top: 0;
 
}
 
#quickbar a { color: #446688; }
 
 
 
#quickbar h6 {
 
  font-family: Verdana, Arial, sans-serif;
 
  font-size: 10pt; font-weight: bold; line-height: 12pt;
 
  text-decoration: none;
 
  color: #666666;
 
padding: 0; margin-bottom: 2px; margin-top: 6px;
 
}
 
#quickbar form { padding: 0; margin-top: 0; }
 
 
 
h1 { font-family: Arial, Helvetica, sans-serif;
 
color: #666666;
 
font-family: Verdana, Arial, sans-serif;
 
  font-size: 18pt; font-weight: bold; line-height: 21pt;
 
}
 
h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
 
#article p.subtitle {
 
  color: #666666; font-size: 11pt; font-weight: bold;
 
  padding-top: 0; margin-top: 0; padding-bottom: 1ex;
 
}
 
a { color: #223366; }
 
a.external { color: #336644; }
 
a:visited { color: #8D0749; }
 
a.printable { text-decoration: underline; }
 
a.stub { color:#772233; text-decoration:none; }
 
h2, h3, h4, h5, h6 { margin-bottom: 0; }
 
small { font-size: 75%; }
 

Latest revision as of 18:31, 1 January 2008

 /* Most changes should be made in [[MediaWiki:Common.css]], unless only Cologneblue skin users should be effected. <nowiki>*/
 
 #pabanner { text-align:left !important; }
 
 /* Book infobox display */
 
 .bookInfobox {
   position:absolute;
   z-index:100;
   border:none;
   background:none;
   left: 150px;
   top: 5.0em;
   float:right;
   margin:0.0em;
   padding:0.0em;
   line-height:1.5em;
   text-align:left;
   white-space:nowrap;
 }
 
 .bookInfobox-monobook {
   display: none;
   speak: none;
 }
 
 /* Top-navigation - used in Template:TopNav and several book template */
 
 #top-navigation {
   position:absolute;
   left: 150px;
   top: 5.0em;
 }
 
 /* End of Cologneblue.css </nowiki>*/