MediaWiki:Monobook corrs.css: Unterschied zwischen den Versionen

Aus CorrsWiki
Wechseln zu: Navigation, Suche
Zeile 59: Zeile 59:
  
 
  h1, h2, h3, h4, h5 {
 
  h1, h2, h3, h4, h5 {
  color: #27d;
+
  color: #006600;
 
  }
 
  }
  

Version vom 11. November 2007, 14:23 Uhr

 /** Kleinschreibung nicht erzwingen */
 .portlet h5,
 .portlet h6,
 #p-personal ul,
 #p-cactions li a {
 text-transform: none;
 } 

 #page {
 /* background: #acbfd9; */
 text-align: left;
 margin: 0 auto;
 margin-top: 10px;
 padding: 0px 0 10px;
 position: relative;
 /* The entire template's width is set in this class. */
 width: 980px;
 _width: 940px;
 border: 1px solid #000;
 }

 #header {
 padding: 0;
 margin: 0;
 position: relative;
 height: 130px;
 background: black url(http://de.corrswiki.org/skins/monobook_corrs/kopfgrafik2007.jpg);
 background-repeat: no-repeat;
 margin-bottom: 10px;
 }

 #column-one {
 /* padding-top: 140px; */
 padding-top: 24px;
 padding-left: 10px;
 }

 #content {
 margin-right: 10px;
 margin-left: 170px;
 border-right: 1px solid #aaa;
 color: #444;
 }

 #p-cactions {
 margin-top: 140px;
 margin-left: 20px;
 }

 #p-personal {
 margin-top: 140px;
 }

 #p-logo {
 margin: 0;
 width: 980px;
 display: none;
 }

 h1, h2, h3, h4, h5 {
 color: #006600;
 }

 #footer {
 border-top: 1px solid red;
 border-bottom: 1px solid red;
 }