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

From Sydapedia
Jump to navigationJump to search
m (New page: body { →‎Background color is set separately on page type: color: black; } #article { } #specialform { display: inline; } #powersearch { background: #DDEEFF; border-style: solid; bor...)
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
body {
+
/* Most changes should be made in [[MediaWiki:Common.css]], unless only Cologneblue skin users should be effected. <nowiki>*/
/* Background color is set separately on page type */
+
color: black;
+
#pabanner { text-align:left !important; }
}
+
#article { }
+
/* Book infobox display */
#specialform { display: inline; }
+
#powersearch {
+
.bookInfobox {
  background: #DDEEFF; border-style: solid; border-width: 1; padding: 2;
+
  position:absolute;
}
+
  z-index:100;
.bodytext { }
+
  border:none;
a.interwiki, a.external { color: #3366BB; }
+
  background:none;
a.printable { text-decoration: underline; }
+
  left: 150px;
a.stub { color:#772233; text-decoration:none; }
+
  top: 5.0em;
h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; }
+
  float:right;
h2, h3, h4, h5, h6 { margin-bottom: 0; }
+
  margin:0.0em;
textarea { overflow: auto; }
+
  padding:0.0em;
p.subtitle { padding-top: 0; margin-top: 0; }
+
  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>*/

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