forest.css

/* $Id: forest.css,v 1.3 2008/04/06 23:08:27 agentken Exp $ */

/**
 * @file
 * An optional green style.
 *
 * @ingroup mysite_plugins
 */

/**
 * Standard style options for MySite
 */

span.mysite-header {
  background: url(../icons/backing.png);
  padding: 4px;
  background-color: #396;
  border: 1px solid #393;
  font: bold 1.1em verdana, arial, sans-serif;
  margin: 0;
  display: block;
}

div
.mysite-content {
  padding: 12px 8px 12px 8px;
  border-left: 1px solid #393;
  border-right: 1px solid #393;
}

div.mysite-footer {
  clear: both;
  background: url(../icons/backing.png);
  border: 1px solid #9c9;
  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;
}

div.mysite-foo
ter-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;
}

/**
 * Forest customizations
 */

span.mysite-header, span.mysite-header a {
  color: #060;
  text-decorati
on: underline;
}

div.mysite-content h2 {
  color: #060;
  font-size: 16px;
  margin: 0 0 4px 0;
}

div.mysite-content h3 {
  width: 300px;
  padding-left: 4px;
  color: #060;
  font-size: 14px;
  border-bottom: 1px solid #060;
  border-left: 3px solid #060;
}

div.mysite-content a, div.mysite-footer a {
  color: #060;
}

div.mysite-content img {
  float: left;
  margin: 0 10px 16px 0;
}

/**
 * 
Define the style selector on the edit page
 */

#mysite-forest-edit {
  text-align: left;
  width: 200px;
  background-color: #fff;
  margin: 0 0 30px 24px;
  font-family: arial, sans-serif;
  border: 1px solid #393;
}

#mysite-forest-edit span {
  background: url(../icons/menu-expanded.png) 0px 60% no-repeat;
  padding: 0 10px 0 0;
}

#mysite-forest-edit h2 {
  background-image: url(../icons/back
ing.png);
  color: #060;
  padding: 4px;
  background-color: #396;
  border-bottom: 1px solid #393;
  font: bold 1.1em verdana, arial, sans-serif;
  margin: 0;
  display: block;
}

#mysite-forest-edit a {
  font: 15px arial;
  text-decoration: underline;
  color: #060;
}

#mysite-forest-edit p {
  padding: 0 8px 0 8px;
  color: #000;
}

#mysite-forest-edit div {
  background-image: url(../icons/ba
cking.png);
  background-color: #9c9;
  border-top: 1px solid #393;
  padding: 4px;
  color: #060;
  font-size: 0.9em;
  text-decoration: underline;
}