Difference between revisions of "MediaWiki:Monobook.css"

From London Hackspace Wiki
Jump to navigation Jump to search
(Tabs along the top a nice Hackspace blue)
Line 7: Line 7:
 
/* Homepage appeal */
 
/* Homepage appeal */
  
div.appeal a,
 
 
#hackspace-appeal a {
 
#hackspace-appeal a {
 
  display: block;
 
  display: block;
Line 18: Line 17:
 
}
 
}
  
div.appeal a span,
 
 
#hackspace-appeal a span {
 
#hackspace-appeal a span {
 
  display: block;
 
  display: block;
Line 25: Line 23:
 
}
 
}
  
div.appeal a,
 
 
#hackspace-appeal a {
 
#hackspace-appeal a {
 
  color: #1d8399;
 
  color: #1d8399;

Revision as of 09:45, 2 February 2011

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

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

/* Homepage appeal */

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

#hackspace-appeal a span {
 display: block;
 padding: 1.25em 100px 0.75em 0.75em;
 text-shadow: 0 0 6px #000; /* For clients that support it */
}

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

#p-cactions li {
 padding: 0.2em 0;
}

#p-cactions li.selected {
 border-color: #3528A8;
 padding: 0.2em 0;
}

#p-cactions li a {
 text-transform: none;
}

#p-cactions li.selected a, #p-cactions li.selected a:hover {
 background-color: #3528A8;
 color: #fff;
 padding: 0.2em 1em !important;
}

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

#footer #about { display: none; }

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

#column-one #p-logo a {
 /* TODO: update this server-side, and then remove from this file */
 background-image: url(http://wiki.hackspace.org.uk/w/images/c/cc/Hackspace_Wiki.png) !important;
}

/* Members page */
div.memberdetails {
 display: inline-block;
 width: 110px;
 padding: 3px;
 margin: 5ex 3em;
 background-color: #f2f2f2;
 border: 1px solid black;
 float:center;
 vertical-align: middle;
}