MediaWiki:Common.css

From Peyton Hall Documentation

(Difference between revisions)
Jump to: navigation, search
Line 43: Line 43:
.mw-headline {
.mw-headline {
-
   top-margin: 1em;
+
   top-margin: 1.5em;
}
}

Revision as of 16:12, 10 May 2007

/* CSS placed here will be applied to all skins */
/*
<pre>
*/
/* Trying this to get some Wikipedia-like stuff here */
/* Messagebox templates */
.messagebox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   width: 80%;
   margin: 0 auto 1em auto;
   padding: .2em;
}
.messagebox.merge {
   border: 1px solid #c0b8cc;
   background-color: #f0e5ff;
   text-align: center;
}
.messagebox.cleanup {
   border: 1px solid #9f9fff;
   background-color: #efefff;
   text-align: center;
}
.messagebox.standard-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
}
.messagebox.nested-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
   width: 100%;
   margin: 2px 4px 2px 4px;
}
.messagebox.small-talk {
  width: 238px;
  font-size: 85%;
  float: right;
  clear: both;
  margin: 0 0 1em 1em;
  line-height: 1.25em; 
  background: #F8EABA;
}

.mw-headline {
  top-margin: 1.5em;
}

/* We'll see if that does it */
/*
</pre>
*/
Personal tools