Änderungen

keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:  
body { background-color: grey; }
 
body { background-color: grey; }
    +
h1, h2, h3 {
 +
  font-family: sans-serif;
 +
}
   −
#content, #content table
+
h1.firstHeading { margin: 0; }
#p-cactions ul li a { background: #f5f5f5; }
+
 
 +
div#bodyContent {
 +
  font-family: sans-serif;
 +
  font-size: 8pt;
 +
}
 +
 
 +
div#content {
 +
  background-color: #CCCCCC;
 +
  width: 85%;
 +
  padding: 0.2em;
 +
  float: right;}
 +
 
 +
div#column-one {
 +
  background-color: cyan;
 +
  font-family: sans-serif;
 +
  font-size: 8pt;
 +
  width: 14%;}
 +
 
 +
.portlet ul {
 +
  margin: 1em 0.3em;
 +
  padding-left: 0;
 +
  list-style: none inside;
 +
  background-color: cyan;
 +
}
 +
 
 +
.portlet h5 {
 +
  font-variant: small-caps;
 +
  letter-spacing: 0.1em;
 +
  margin: 1em 0.3em;
 +
  font-size: 1em;}
 +
 
 +
.pBody {}
 +
 
 +
input#searchInput { background-color: #FFFFAA; width: 122px; }
 +
 
 +
div#footer {
 +
  font-family: sans-serif;
 +
  font-size: 8pt;
 +
  clear: both;
 +
  text-align: center;
 +
  margin 0;
 +
  padding: 0.3em;
 +
}
 +
 
 +
div#footer ul {
 +
  margin-left: 0;
 +
  padding-left: 0;
 +
  list-style: none;
 +
  display: inline;
 +
  }
 +
 
 +
div#footer ul li {
 +
margin-left: 0;
 +
padding: 3px 15px;
 +
list-style: none;
 +
display: inline;
 +
}
 +
 
 +
div#footer img {
 +
  float: right;
 +
}