MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus WIKI LAUER-FISCHER GmbH
Zeile 36: | Zeile 36: | ||
** Logo properties | ** Logo properties | ||
*/ | */ | ||
− | #p-logo { | + | #p-logo {width:11.3em; height:155px; top:0; left:0;} |
#p-logo a, | #p-logo a, | ||
#p-logo a:hover {background-position: 48% 91% !important; width:11.3em; height:155px;} | #p-logo a:hover {background-position: 48% 91% !important; width:11.3em; height:155px;} | ||
Zeile 55: | Zeile 55: | ||
** the page-related actions- page/talk, edit etc | ** the page-related actions- page/talk, edit etc | ||
*/ | */ | ||
− | #p-cactions { | + | #p-cactions {font-size:110%; left: 8.95em;} |
− | + | ||
− | + | #p-cactions li { | |
− | + | display: inline; | |
+ | border: none; | ||
+ | padding: 0 0 .1em 0; | ||
+ | margin: 0 .3em 0 0; | ||
+ | overflow: visible; | ||
+ | background:#000000; | ||
+ | } | ||
+ | #p-cactions li.selected {border-color: #fabd23; | ||
+ | padding: 0 0 .2em 0; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | #p-cactions li a { | ||
+ | background-color: #fbfbfb; | ||
+ | color: #002bb8; | ||
+ | border: none; | ||
+ | padding: 0 .8em .3em; | ||
+ | position: relative; | ||
+ | z-index: 0; | ||
margin: 0; | margin: 0; | ||
− | + | text-decoration: none; | |
− | + | } | |
− | + | #p-cactions li.selected a { | |
− | + | z-index: 3; | |
− | background: | + | padding: 0 1em .2em!important; |
− | + | background-color: white; | |
− | padding- | + | } |
− | + | #p-cactions .new a { | |
− | + | color: #ba0000; | |
+ | } | ||
+ | #p-cactions li a:hover { | ||
+ | z-index: 3; | ||
+ | text-decoration: none; | ||
+ | background-color: white; | ||
+ | } | ||
+ | #p-cactions li.istalk { | ||
+ | margin-right: 0; | ||
+ | } | ||
+ | #p-cactions li.istalk a { | ||
+ | padding-right: .5em; | ||
+ | } | ||
+ | #p-cactions #ca-addsection a { | ||
+ | padding-left: .4em; | ||
+ | padding-right: .4em; | ||
} | } |
Version vom 17. Mai 2011, 07:40 Uhr
/* ** MediaWiki:Common.css ** Originaldatei fuer wiki.lauer-fischer.de ** wird benoetigt fuer die Darstellung des Interfaces nach Lauer-Fischer CI ** ** -------------------------------- BITTE NICHT LOESCHEN! ------------------------------------------------------------ ** */ #column-content {width: 100%; margin: 0 0 .6em -12.5em;} #content {margin: 12.8em 0 0 12.5em; padding: 0 1em 1em 1.7em;} #column-one {padding-top: 185px;} #content {color:#58585a; background:url(http://www.apotheke-asperg.de/images/bg_content.png) top left repeat-x #ffffff; border:none;} body {background:url(http://www.apotheke-asperg.de/images/bg.png) top left repeat-x #e7edf5; color:#ff0000;} /* ** Zeile 581 ** general portlet styles (elements in the quickbar) */ .portlet {width:11.3em; margin: 0 0 1em .6em;} .portlet h5 {color:#40576c; border:1px solid #ffffff; font-weight:bold; font-size:110%; padding: .4em .4em .5em .4em; display:block;} .portlet h5 {background:url(http://www.apotheke-asperg.de/images/bg_portlet.png) top left repeat-x #bccdde;} .pBody {background-color:transparent; border:none; padding: 0 .8em .3em 0;} .portlet ul {font-weight:bold; line-height:1.8em; list-style-type:none; list-style-image:none;} .portlet li {margin:0 0 0 -.95em;} .portlet .pBody a {color:#40576c;} /* ** Zeile 645 ** Logo properties */ #p-logo {width:11.3em; height:155px; top:0; left:0;} #p-logo a, #p-logo a:hover {background-position: 48% 91% !important; width:11.3em; height:155px;} /* ** Zeile 700 ** the personal toolbar */ /* this is the ul contained in the portlet */ #p-personal li a {color:#40576c;} #p-personal li a:hover {text-decoration:underline;} /* ** Zeile 783 ** the page-related actions- page/talk, edit etc */ #p-cactions {font-size:110%; left: 8.95em;} #p-cactions li { display: inline; border: none; padding: 0 0 .1em 0; margin: 0 .3em 0 0; overflow: visible; background:#000000; } #p-cactions li.selected {border-color: #fabd23; padding: 0 0 .2em 0; font-weight: bold; } #p-cactions li a { background-color: #fbfbfb; color: #002bb8; border: none; padding: 0 .8em .3em; position: relative; z-index: 0; margin: 0; text-decoration: none; } #p-cactions li.selected a { z-index: 3; padding: 0 1em .2em!important; background-color: white; } #p-cactions .new a { color: #ba0000; } #p-cactions li a:hover { z-index: 3; text-decoration: none; background-color: white; } #p-cactions li.istalk { margin-right: 0; } #p-cactions li.istalk a { padding-right: .5em; } #p-cactions #ca-addsection a { padding-left: .4em; padding-right: .4em; }