Zum Inhalt springen

Benutzer:Skinbastler/css

aus Wikipedia, der freien Enzyklopädie
Dies ist eine alte Version dieser Seite, zuletzt bearbeitet am 5. Mai 2007 um 01:46 Uhr durch Skinbastler (Diskussion | Beiträge). Sie kann sich erheblich von der aktuellen Version unterscheiden.

body {

   font-family:sans-serif;

}

a { text-decoration: none; color: #002bb8; background: none; }

a:link { text-decoration: none; COLOR: #448FB3; } a:visited { text-decoration: none; /*COLOR: #71B8D9; */ COLOR: #1C6C91; } a:active { text-decoration: none; COLOR: #57CAFF; } a:hover { text-decoration: underline; color: orange; }

img { border: none; vertical-align: middle; }

ul { line-height: 1.5em; list-style-type: square; margin: .3em 0 0 1.5em; padding: 0; list-style-image: url('http://de.wikipedia.org//skins-1.5/monobook/bullet.gif'); } /*----------------------------------------------------------------------------*/

  1. titlebar-left {

background-image: url('/media/wikipedia/de/5/51/Titlebar.png'); position: absolute; top: 0; left: 0; width: 349px; height: 111px; }

  1. titlebar-center {

background-image: url('/media/wikipedia/de/6/6e/Titlebarm.png'); background-repeat:repeat-x; position: absolute; top: 0; left: 349px; right: 60px; height: 111px; }

  1. titlebar-right {

background-image: url('/media/wikipedia/de/3/35/Titlebarr.png'); position: absolute; top: 0; right: 0; width: 60px; height: 111px; }

/*----------------------------------------------------------------------------*/

  1. search {

margin-top: 45px; margin-bottom: 25px; margin-right: 1em; float: right; text-align: right; }

  1. searchextended {

color: #A1D0E5; font-family: serif; line-height: 150%; float:right; font-size:90%; margin-top: .6em; }

/*----------------------------------------------------------------------------*/

  1. action-bar {

background-color: white; border-bottom: 1px dotted #aaa;

position: absolute; top: 8em; left: 11em; right: 5em;

margin: 0; padding: 0;

       z-index: 10;

}

  1. action-bar > ul > li:last-child {

position: absolute !important; right: 0; }

  1. action-bar ul {

margin: 0; padding: 0; display: inline; }

  1. action-bar li {

font-size: 90%;

margin: 0; padding: 0.2em;

list-style: none; cursor: pointer; /* HACK */ }

  1. action-bar li {

position: relative; }

  1. action-bar ul ul {

position: absolute; }

  1. action-bar ul.action-h > li {

display: inline; }

  1. action-bar ul.action-v > li {

display: block; } /* HACK these positions are wrong, the position depends on the parebt, not the child! */

  1. action-bar ul ul.action-h {

top: 0; left: 100%; width: 100%; }

  1. action-bar ul ul.action-v {

top: 100%; left: 0; width: 100%; padding: 2px; }

  1. action-bar ul > li:hover {

/* background-color: #eee; */ background-color: white; }

  1. action-bar ul > li > ul {

background: white; display: none; border: 1px dotted #aaa; border-top: none; }

  1. action-bar ul > li:hover > ul.action-h {

display: inline; }

  1. action-bar ul > li:hover > ul.action-v {

display: block; }

  1. action-bar li.dropdown:after {

content:"▼";

   font-size: 90%;
   margin-left: 0em;
   vertical-align: baseline;

} /*----------------------------------------------------------------------------*/

  1. navigation-bar {
   font-size:90%;
   position:absolute;

top: 9em; left: 0em;

   width: 8em;

text-align: right; margin-right: 1em; }

  1. navigation-bar h1 {
   font-size:100%;

margin-bottom: 0.2em; }

  1. navigation-bar ul {

margin-left: 0; padding: 0; }

  1. navigation-bar li {

list-style: none; margin: 0; padding: 0; }

/*----------------------------------------------------------------------------*/

  1. content {

margin-top: 11em; margin-left: 10em; margin-right: 5em;

       font-size: 95%;

}

  1. content h1 {

font-family: serif; margin-bottom: 0.01em; }

  1. content h2 {

font-family: serif; margin-bottom: 0.01em; }

  1. content h3 {

font-family: serif; margin-bottom: 0.01em; }

/*----------------------------------------------------------------------------*/ .toc, .mw-warning { border: 1px dotted #aaa; padding: 0.3em 0.6em; font-size: 90%; } .toc h2 { display: inline; border: none; margin: 0em; padding: 0; font-size: 100%; font-weight: bold; } .toc #toctitle, .toc .toctitle { text-align: left; color: #666; } .toc ul { list-style-type: none; list-style-image: none; margin: 0.2em; margin-left: 0; padding-left: 0; text-align: left;

} .toc ul ul { margin: 0 0 0 2em; } .toc .toctoggle { font-size: 94%; }

/*----------------------------------------------------------------------------*/

  1. footer {

background-color: white; color: #666; font-size: 85%; }

  1. f-list {

border-top: 1px dotted #aaa; padding-top: 0.5em; text-align: center; }

  1. footer li {

display: inline; text-align: center; }

  1. f-copyrightico {

padding-top: 0.5em; float: left; text-align: left; }

  1. siteSub,

.printfooter,

  1. jump-to-nav {
   display:none;

}