MediaWiki:Monobook corrs.css: Unterschied zwischen den Versionen

Aus CorrsWiki
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
/** Kleinschreibung nicht erzwingen */
+
/** Kleinschreibung nicht erzwingen */
 
  .portlet h5,
 
  .portlet h5,
 
  .portlet h6,
 
  .portlet h6,
Zeile 8: Zeile 8:
  
 
  body {
 
  body {
  font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */  
+
  font-family: Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */  
 +
font-size: 11px;
 
  }
 
  }
  

Version vom 11. November 2007, 14:21 Uhr

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

 body {
 font-family: Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */ 
 font-size: 11px; 
 }

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

/*- Main Menu in Header */

 ul.menu {
 margin: 0;
 padding: 0;
 position: absolute;
 bottom: 0;
 left: 20px;
 width: 90%;
 }

 ul.menu li {
 display: inline;
 margin: 0;
 }

 ul.menu,
 ul.menu li a {
 padding: 5px 15px 6px;
 }

 ul.menu li a {
 font: 1em Verdana, Helvetica, Arial, Sans-Serif;
 color: white;
 margin: 0;
 }

 ul.menu li a:hover {
 background: #333;
 color: #eee !important;
 text-decoration: none;
 }

 ul.menu li.current_page_item a,
 ul.menu li.current_page_item a:hover {
 color: #333 !important;
 background: white;
 text-decoration: none;
 }


 /* Navigation Link - Klassen */ 

 .navi-red {
	border-top: 2px solid red;
 }

 .navi-orange {
	border-top: 2px solid orange;
 }

 .navi-green {
	border-top: 2px solid #009900;
 }

 .navi-blue {
	border-top: 2px solid #27d;
 }


 #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: #27d;
 }

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