Difference between revisions of "MediaWiki:Common.css"
From Hortipedia
Line 28: | Line 28: | ||
/*general portlet styles (elements in the quickbar)*/ | /*general portlet styles (elements in the quickbar)*/ | ||
− | .portlet { | + | .portlet h5 { |
− | + | background: transparent; | |
− | + | padding: 0 1em 0 .8em; | |
− | + | display: inline; | |
− | + | height: 1em; | |
− | + | text-transform: lowercase; | |
− | + | font-size: 91%; | |
− | + | ||
− | + | ||
− | + | ||
− | font-size: | + | |
font-weight: normal; | font-weight: normal; | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
− | |||
/*the personal toolbar*/ | /*the personal toolbar*/ |
Revision as of 10:47, 1 May 2009
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ /* HP Logo*/ #p-logo a { background: url( http://hortipedia.activeminds.net/images/a/ab/HP_Logo_grau_graphic_file_16KB.jpg) 35% 50% scroll no-repeat !important; padding-top:10px;} /*Nav.boxen tiefer*/ #column-one { padding-top: 200px; } /* Impressum*/ #footer { background-color: white; border-top: 1px solid #2a741b; border-bottom: 1px solid #2a741b; padding: 0 text-align: center; font-size: 90%; } /* Hintergrundfarbe grau und Schriftzug*/ body { font: x-small sans-serif; background: #e1e1e1 url(http://hortipedia.activeminds.net/images/5/58/HP_Schriftzug_graphic_file_23KB.jpg) 180px 10px no-repeat; padding-top:10px; } /*general portlet styles (elements in the quickbar)*/ .portlet h5 { background: transparent; padding: 0 1em 0 .8em; display: inline; height: 1em; text-transform: lowercase; font-size: 91%; font-weight: normal; white-space: nowrap; } /*the personal toolbar*/ #p-personal { width: 100%; white-space: nowrap; padding: 0; margin: 0; position: absolute; left: 0; top: 40px; z-index: 0; border: none; background: none; overflow: visible; line-height: 1.2em; } .wikitable, .prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #AAA solid; border-collapse: collapse; empty-cells:show; } .wikitable th, .wikitable td, .prettytable th, .prettytable td { border: 1px #AAA solid; padding: 0.3em; } .wikitable caption, .prettytable caption { margin-left: inherit; margin-right: inherit; font-weight: bold; } .hintergrundfarbe1 { /* hellgrau */ background-color: #e1e1e1; } .hintergrundfarbe2 { /* hellgrün */ background-color: #d7e4d5; } .hintergrundfarbe3 { /* hellblau */ background-color: #8e9dd6; } .hintergrundfarbe5 { /* Neutral, abgesetzt */ background-color: #e0e0e0; } .ns-4 .firstHeading { padding-top:10px; border-bottom:2pt solid #2a741b; } .ns-12 .firstHeading { padding-top:10px; border-bottom:2pt solid #fd5a1f; } .ns-14 .firstHeading { padding-top:10px; border-bottom:2pt solid #3050bd; } .page-Hauptseite .bodyContent { background-color: #00ff00; }