Difference between revisions of "MediaWiki:Monobook.css"

From London Hackspace Wiki
Jump to navigation Jump to search
m (Reverted edits by Fridgehead (Talk) to last revision by Alexmuller)
m (Footer)
Line 4: Line 4:
 
  vertical-align: top;
 
  vertical-align: top;
 
}
 
}
 +
 +
/* Homepage appeal */
  
 
div.appeal a {
 
div.appeal a {
Line 25: Line 27:
 
  background: url(http://wiki.hackspace.org.uk/w/images/2/24/Appeal-no-text.jpg) right top no-repeat;
 
  background: url(http://wiki.hackspace.org.uk/w/images/2/24/Appeal-no-text.jpg) right top no-repeat;
 
  font-weight: bold;
 
  font-weight: bold;
 +
}
 +
 +
/* Make the wiki look a little more Hackspace-y */
 +
 +
#footer {
 +
background-color: none;
 +
border: none;
 +
text-align: right;
 +
}
 +
 +
#footer, #footer a {
 +
color: #666;
 
}
 
}
  

Revision as of 08:57, 24 December 2010

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

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

/* Homepage appeal */

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

div.appeal a span {
 display: block;
 padding: 1.25em 100px 0.75em 0.75em;
 text-shadow: 0 0 6px #000;
}

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;
}

/* Make the wiki look a little more Hackspace-y */

#footer {
 background-color: none;
 border: none;
 text-align: right;
}

#footer, #footer a {
 color: #666;
}

/* Site logo (see [[:File:Hackspace_Wiki.png]]) */

#column-one #p-logo a {
 background-image: url(http://wiki.hackspace.org.uk/w/images/c/cc/Hackspace_Wiki.png) !important;
}