/* $Id: midnight.css,v 1.3 2008/04/06 23:08:27 agentken Exp $ */
/**
* @file
* An optional black and grey gothic style.
*
* @ingroup mysite_plugins
*/
/**
* Standard style options for MySite
*/
span.mysite-header {
padding: 4px;
background-color: #999;
border: 1px solid #000;
font: bold 1.1em verdana, arial, sans-serif;
margin: 0;
display: block;
}
div.mysite-content {
padding: 12px 8px 12px 8px;
border-left: 1px solid #000;
border-right: 1px solid #000;
background-color: #000;
color: #fff;
}
div.mysite-footer {
clear: both;
background-color: #999;
border: 1px solid #000;
height: 25px;
}
div.mysite-footer-left {
float: left;
padding: 2px 4px 0px 4px;
}
div.mysite-footer-left a {
text-decoration: underline;
font-size: 0.9em;
color: #fff;
}
div.mysite-footer-right {
text-align: right;
padding: 4px 4px 0px 4px;
}
/**
* Interface helpers
*/
div.mysite-helper {
background-color: #fff;
padding: 10px 0 10px 0;
border: 2px dashed #c00;
}
div.mysite-active {
background-color: #fed;
}
div.mysite-hover {
background-color: #dfd;
}
/**
* Red customizations
*/
span.mysite-header, span.mysite-header a {
color: #000;
text-decoration: underline;
}
div.mysite-content h2 {
color: #ffc;
font-size: 16px;
margin: 0 0 4px 0;
}
div.mysite-content h3 {
width: 300px;
padding-left: 4px;
color: #900;
font-size: 14px;
border-bottom: 1px solid #900;
border-left: 3px solid #900;
}
div.mysite-content a, div.mysite-footer a {
color: #ffc;
}
div.mysite-content img {
float: left;
margin: 0 10px 16px 0;
}
/**
* Define the style selector on the edit page
*/
#mysite-midnight-edit {
text-align: left;
width: 200px;
background-color: #000;
margin: 0 0 30px 24px;
font-family: arial, sans-serif;
border: 1px solid #000;
}
#mysite-midnight-edit span {
background: url(../icons/menu-expanded.png) 0px 60% no-repeat;
padding: 0 10px 0 0;
}
#mysite-midnight-edit h2 {
background: url(../icons/menu-expanded.png) 5px 60% no-repeat;
color: #000;
padding: 4px;
background-color: #999;
border-bottom: 1px solid #000;
font: bold 1.1em verdana, arial, sans-serif;
margin: 0;
display: block;
}
#mysite-midnight-edit a {
font: 15px arial;
text-decoration: underline;
color: #ffc;
}
#mysite-midnight-edit p {
padding: 0 8px 0 8px;
color: #fff;
}
#mysite-midnight-edit div {
background-color: #999;
border-top: 1px solid #000;
padding: 4px;
color: #ffc;
font-size: 0.9em;
text-decoration: underline;
}