Difference between revisions of "MediaWiki:Monobook.css"

From London Hackspace Wiki
Jump to navigation Jump to search
(Undo revision 7615 by Ms7821 (Talk))
Line 8: Line 8:
 
  display: block;
 
  display: block;
 
  height: 172px;
 
  height: 172px;
 +
width: 1024px;
 
  font-family: helvetica, arial, monospace;
 
  font-family: helvetica, arial, monospace;
 
  font-size: 2.25em;
 
  font-size: 2.25em;
 
  line-height: 1.125em;
 
  line-height: 1.125em;
margin: 0 auto 0 auto;
 
 
}
 
}
  

Revision as of 03:34, 14 December 2010

/* CSS placed here will affect users of the Monobook skin */

table.topalign tr {
 vertical-align: top;
}

div.appeal a {
 display: block;
 height: 172px;
 width: 1024px;
 font-family: helvetica, arial, monospace;
 font-size: 2.25em;
 line-height: 1.125em;
}

div.appeal a span {
 display: block;
 padding: 1.25em 100px 0.75em 0.75em;
}

div.appeal a {
 color: #1d8399;
 background: url(http://wiki.hackspace.org.uk/w/images/2/24/Appeal-no-text.jpg) right top no-repeat;
 font-weight: bold;
}