MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Tramperwiki
Zur Navigation springen Zur Suche springen
(css)
K (+farben message box)
 
(15 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 7: Zeile 7:
 
}
 
}
  
.pbody a, #portlet a, a{color:#E0691A;}
+
.pbody a, #portlet a, a {color:#E08300;}
#portlet a:visited, a:visited{color:#E0691A;}
+
.pbody a.new, #portlet a.new, a.new {color:#BA004D;}
#portlet a:hover, a:hover{color:#6C757A;}
+
#portlet a:visited, a:visited {color:#E08300;}
#p-personal li a {color:#E0691A;}
+
#portlet a:visited.new, a:visited.new {color:#BA004D;}
#p-cactions li a {color:#E0691A;}
+
#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;}
  
dd dl {
+
a.new {
  border-top:solid 1px #F0F080;
+
color: #F00;
  border-left:solid 1px #F0F080;
+
}
  padding-top:.5em;
+
 
  padding-left:.5em;
+
dd {
margin-left: 10px;
+
  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%;
 +
}
 +
 
 +
/* Messagebox templates */
 +
.messagebox {
 +
    border: 1px solid #aaa;
 +
    background-color: #f9f9f9;
 +
    width: 80%;
 +
    margin: 0 auto 1em auto;
 +
    padding: .2em;
 +
}
 +
.messagebox.merge {
 +
    border: 1px solid #c0b8cc;
 +
    background-color: #f0e5ff;
 +
    text-align: center;
 +
}
 +
.messagebox.cleanup {
 +
    border: 1px solid #9f9fff;
 +
    background-color: #efefff;
 +
    text-align: center;
 +
}
 +
.messagebox.standard-talk {
 +
    border: 1px solid #c0c090;
 +
    background-color: #f8eaba;
 +
    margin: 4px auto;
 
}
 
}

Aktuelle Version vom 3. November 2008, 16:17 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%;
}

/* Messagebox templates */
.messagebox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}