Benutzer:Fristu/monobook.css

Dies ist eine alte Version dieser Seite, zuletzt bearbeitet am 5. Juni 2004 um 17:01 Uhr durch Fristu (Diskussion | Beiträge). Sie kann sich erheblich von der aktuellen Version unterscheiden.

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/*links*/
a:link{text-decoration:none;}
a:hover{text-decoration:underline}
#p-cactions .new a, a.new {color:red}
a:visited.new{color:darkred}
#content a:link{
letter-spacing:0.02em;
}

/*ab hier Testbereich*/
/*ul#pagehistory{margin-left:4em;padding-left:10em;text-indent:-10em}*/

.usermessage{padding:1px}

/*Kopfbereich recentchanges*/
.plainlinks{line-height:1.1em}

/*Tabelle mit Außenrand links*/
#content table{margin-left:1em}
.plainlinks table, .plainlinks td{border-collapse:collapse;margin:0;width:95%;border:1px solid lightblue}
.plainlinks p{margin:1px;padding:0.1em;border:1px solid blue}

/*Überschriften*/
h1,h2,h3,h4{
color:brown;
margin:0.5em 2em;
text-align:center;
}
h1{
border-bottom:4px dotted brown;
}
h2{border-bottom:1px solid brown}
h3{border-bottom:1px dashed brown}
h4{border-bottom:1px dotted brown}

#p-cactions {
    position:absolute;
    top: 1.7em;
    left: 12.2em;
    margin: 0;
    white-space:nowrap;
    width: 80%;
    line-height: 1.2em;
    overflow: hidden;
    /*background: none;*/
    border-collapse: collapse;
    /*padding-left: 1em;*/
    list-style: none;
    font-size: 85%;
   /* border:1px solid red;*/
}
#p-cactions li.selected a{margin-top:0px}
/*Namensräume*/
.ns--2 #content, .ns--2 #p-cactions li.selected a, .ns--2 #mytabs li.selected a{background-color:red}
.ns--1 #content, .ns--1 #p-cactions li.selected a, .ns--1 #mytabs li.selected a{background-color:#F8F8FF/*ghostwhit*/}
/*.ns-0 #content, .ns-0 #p-cactions li.selected a, .ns-0 #mytabs li.selected a{background-color:PeachPuff/*orange*/}*/
.ns-1 #content, .ns-1 #p-cactions li.selected a, .ns-1 #mytabs li.selected a{background-color:NavajoWhite}
.ns-2 #content, .ns-2 #p-cactions li.selected a, .ns-2 #mytabs li.selected a{background-color:#FFF5EE/*helles rosa*/}
.ns-3 #content, .ns-3 #p-cactions li.selected a, .ns-3 #mytabs li.selected a{background-color:#F0F5EE/*rosa*/}
.ns-4 #content, .ns-4 #p-cactions li.selected a, .ns-4 #mytabs li.selected a{background-color:lightyellow}
.ns-5 #content, .ns-5 #p-cactions li.selected a, .ns-5 #mytabs li.selected a{background-color:#F0FFE0}
.ns-6 #content, .ns-6 #p-cactions li.selected a, .ns-6 #mytabs li.selected a{background-color:#FFFACD/*LemonChiffon1, hellgelb*/}
.ns-7 #content, .ns-7 #p-cactions li.selected a, .ns-7 #mytabs li.selected a{background-color:#EEE9BF/*LemonChiffon2*/}
.ns-8 #content, .ns-8 #p-cactions li.selected a, .ns-8 #mytabs li.selected a{background-color:#FFEFDB/*AntiqueWhite1*/}
.ns-9 #content, .ns-9 #p-cactions li.selected a, .ns-9 #mytabs li.selected a{background-color:#EEDFCC/*AW2*/}
.ns-10 #content, .ns-10 #p-cactions li.selected a, .ns-10 #mytabs li.selected a{background-color:Honeydew/*lightgreen*/}
.ns-11 #content, .ns-11 #p-cactions li.selected a, .ns-11 #mytabs li.selected a{background-color:#F0FFF0/*Honeydew1*/}
.ns--1 a:link{letter-spacing:0}

/*tabs unten*/
#mytabs { 
  width: 100%;
 /* font-size: smaller;*/
  position: static;
    margin-left: 15em;
   /* margin: 0;*/
    white-space:nowrap;
  /*  width: 80%;*/
    line-height: 1.2em;
    overflow: hidden;
    /*background: none;*/
    border-collapse: collapse;
    /*padding-left: 1em;*/
    list-style: none;
    font-size: 85%;
/*border:1px solid red;*/
}
#mytabs h5 { display: none }
#mytabs ul { margin: 0; }
#mytabs li { display: inline; }
#mytabs li a {
  padding: 0 0.4em;
  border-left: 1px solid Grey;
}
/* bottom tab styling (not for IE currently) */
#mytabs {
  /*  margin: -0.3em 0 0  11.5em;
    white-space:nowrap;
    line-height: 1.1em;
    overflow: visible;
    border-collapse: collapse;
    padding: 0 0 0 1em;
    list-style: none;
    font-size: 95%;*/
}
#mytabs .hiddenStructure { display: none; }
#mytabs li {
    display: inline;
    border: 1px solid #aaaaaa;
    border-top: none;
    padding: 0.1em 0 0 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
    background: White;
}
#mytabs li.selected {
    border-color: #fabd23;
    padding: 0.2em 0 0 0;
}
#mytabs li a {
    background-color: White;
    color: #005189;
    border: none;
    padding: 0.3em 0.8em 0 0.8em;
    text-decoration: none;
    position: relative;
    margin: 0;
}
#mytabs li.selected a { z-index: 3; }
#mytabs .new a { color:#ba0000; }
#mytabs li a:hover {
    z-index: 3;
    text-decoration: none;
}
#mytabs h5 { display: none; }
#mytabs li.istalk { margin-right: 0; }
#mytabs li.istalk a { padding-right: 0.5em; }
#mytabs-ca-addsection a { 
    padding-left: 0.4em;
    padding-right: 0.4em;
}
/* offsets to distinguish the tab groups */
li#mytabs-ca-talk { margin-right: 1.6em; }
li#mytabs-ca-watch { margin-left: 1.6em; }
/*ende tabs unten*/