MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Tramperwiki
Zur Navigation springen Zur Suche springen
(Farbe von Verweisen)
Zeile 7: Zeile 7:
 
}
 
}
  
.pbody a, #portlet a, a{color:#E08300;}
+
.pbody a, #portlet a, a {color:#E08300;}
#portlet a:visited, a:visited{color:#E08300;}
+
.pbody a.new, #portlet a.new, a.new {color:#BA004D;}
#portlet a:hover, a:hover{color:#6C757A;}
+
#portlet a:visited, a:visited {color:#E08300;}
 +
#portlet a:visited.new, a:visited.new {color:#BA004D;}
 +
#portlet a:hover, a:hover {color:#6C757A;}
 
#p-personal li a {color:#E08300;}
 
#p-personal li a {color:#E08300;}
 +
#p-personal li a.new {color:#BA004D;}
 
#p-cactions li a {color:#E08300;}
 
#p-cactions li a {color:#E08300;}
 +
#p-cactions li a.new {color:#BA004D;}
  
 
a.new {
 
a.new {

Version vom 15. Oktober 2008, 04:08 Uhr

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

.pbody a, #portlet a, a {color:#E08300;}
.pbody a.new, #portlet a.new, a.new {color:#BA004D;}
#portlet a:visited, a:visited {color:#E08300;}
#portlet a:visited.new, a:visited.new {color:#BA004D;}
#portlet a:hover, a:hover {color:#6C757A;}
#p-personal li a {color:#E08300;}
#p-personal li a.new {color:#BA004D;}
#p-cactions li a {color:#E08300;}
#p-cactions li a.new {color:#BA004D;}

a.new {
 color: #F00;
}

dd {
 border-top:solid 0px #F0F080;
 border-left:solid 2px #CCC;
 padding-top: 1px;
 padding-left: 4px;
 margin-left: 15px;
 background-color: #FFC;
}

.editsection {
  font-size: 70%;
  float: right;
}
#p-logo {
    z-index: 3;
    position: absolute; /*needed to use z-index */
    top: 26px;
    left: 0;
    height: 155px;
    width: 12em;
    overflow: visible;
}


#p-cactions {
    position: absolute;
    top: 3.3em;
    left: 11.5em;
    margin: 0;
    white-space: nowrap;
    width: 76%;
    line-height: 1.1em;
    overflow: visible;
    background: none;
    border-collapse: collapse;     padding-left: 1em;
    list-style: none;
    font-size: 95%;
}