MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Tamriel-Almanach
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(27 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Do not force 'lowercase' */
/* Reiter für Navigationsbereiche: Farbe, Rand und runde Ecke rechts-oben */
.portlet h5,
.portlet h5 {
.portlet h6,
  background-color: #d1d4e0;
#p-personal ul,
  font-weight:bold;
#p-cactions li a {
  margin-top:10px;
text-transform: none;
  border: thin solid silver;
}
  -moz-border-radius-topright: 1em;
/* Reiter für Navigationsbereiche: Farbe, Rand und runde Ecke rechts-oben */
.portlet h5  
{
  background-color: #d1d4e0;
  font-weight:bold;
  margin-top:10px;
  border: thin solid silver;
  -moz-border-radius-topright: 1em;
}
 
#content {
  border-color:silver;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomleft: 1em;
}
}


/* Einrückung in Inhaltsverzeichnissen bei Umbruch */
li.toclevel-1 {
      text-indent:-0.4em;
      margin-left:0.4em;
}
/* Navigationskategorien: runde Ecken, Hovereffekt */


/* Navigationskategorien: runde Ecken, Hovereffekt, Randfarbe */
div.pBody {
div.pBody {
   -moz-border-radius-topright: 1em;
   -moz-border-radius-topright: 1em;
Zeile 43: Zeile 22:
}
}


/* same following the css3 draft specs, any browsers supporting this? */
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}


/* Reiter über Inhalt: angepasst an Hauptseite */
/* Reiter über Inhalt: angepasst an Hauptseite */
#p-cactions ul li {
#p-cactions ul li {
   background-color:#d1d4e0;
   background-color:#e8eaf7;
   border:thin solid #a2b5cd;;
   border:thin solid #a2b5cd;
   border-bottom:none;
   border-bottom:none;
}
}
#p-cactions ul li a {
#p-cactions ul li a {
   background-color:#d1d4e0;
   background-color:#e8eaf7;
   border:none;
   border:none;
}
}
#p-cactions li.selected {
#p-cactions li.selected {
   border-color: silver;
   border-color: silver;
Zeile 70: Zeile 41:
#p-cactions div ul li:last-child, #p-cactions div ul li:last-child a {
#p-cactions div ul li:last-child, #p-cactions div ul li:last-child a {
   -moz-border-radius-topright: 1em;
   -moz-border-radius-topright: 1em;
}
/* Seiteninhalt: Ecken abgerundet, Randfarbe */
#content {
  border-color:silver;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomleft: 1em;
}
/* Einrückung in Inhaltsverzeichnissen bei Umbruch */
li.toclevel-1 {
  text-indent:-0.4em;
  margin-left:0.4em;
}
/* Verhindert, dass Tabbezeichnungen klein geschrieben werden */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
}




/* Hintergrundfarbe für alle Spezialseiten geändert */
/* Hintergrundfarbe für alle Spezialseiten geändert */
 
/* .ns--1 #content,
.ns--1 #content,
.ns--1 #mytabs li.selected a,
.ns--1 #mytabs li.selected a,
.ns--1 #p-cactions li.selected a,
.ns--1 #p-cactions li.selected a,
.ns--1 #p-cactions li.selected a:hover, .ns--1 #p-cactions li.selected a:active {
.ns--1 #p-cactions li.selected a:hover, .ns--1 #p-cactions li.selected a:active {
   background-color: #e8eaf7;
   background-color: #e8eaf7;
}
} */
 


/* Randfarbe des Footers */
/* Randfarbe des Footers */
#footer {
#footer {
   border-top: 1px solid silver;
   border-top: 1px solid silver;
   border-bottom: 1px solid silver;
   border-bottom: 1px solid silver;
}
/* CSS3-Kompatiblität abgedeckt */
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}
.portlet h5 {
  border-radius-topright: 1em
}
#content {
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
#p-cactions div ul li:first-child, #p-cactions div ul li:first-child a {
  border-radius-topleft: 1em;
}
#p-cactions div ul li:last-child, #p-cactions div ul li:last-child a {
  border-radius-topright: 1em;
}
/* benötigt für Zeitachsen-Vorlage */
div.timelinesingle div {
  display:none;
  z-index:0;
}
div.timelinesingle:hover div {
  display:block;
  z-index:1;
}
}

Aktuelle Version vom 10. November 2010, 16:29 Uhr

/* Reiter für Navigationsbereiche: Farbe, Rand und runde Ecke rechts-oben */
.portlet h5 {
  background-color: #d1d4e0;
  font-weight:bold;
  margin-top:10px;
  border: thin solid silver;
  -moz-border-radius-topright: 1em;
}


/* Navigationskategorien: runde Ecken, Hovereffekt, Randfarbe */
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  border-color:silver; 
}
.pBody li {
  list-style-image: url(http://www.scharesoft.de/joomla/almanach/skins/monobook/Bullet1.gif);
}
.pBody li:hover, .pBody li:active {
  list-style-image: url(http://www.scharesoft.de/joomla/almanach/skins/monobook/Bullet2.gif);
}


/* Reiter über Inhalt: angepasst an Hauptseite */
#p-cactions ul li {
  background-color:#e8eaf7;
  border:thin solid #a2b5cd;
  border-bottom:none;
}
#p-cactions ul li a {
  background-color:#e8eaf7;
  border:none;
}
#p-cactions li.selected {
  border-color: silver;
}
#p-cactions div ul li:first-child, #p-cactions div ul li:first-child a {
  -moz-border-radius-topleft: 1em;
}
#p-cactions div ul li:last-child, #p-cactions div ul li:last-child a {
  -moz-border-radius-topright: 1em;
}


/* Seiteninhalt: Ecken abgerundet, Randfarbe */
#content {
  border-color:silver; 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}


/* Einrückung in Inhaltsverzeichnissen bei Umbruch */
li.toclevel-1 {
  text-indent:-0.4em;
  margin-left:0.4em;
}


/* Verhindert, dass Tabbezeichnungen klein geschrieben werden */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}


/* Hintergrundfarbe für alle Spezialseiten geändert */
/* .ns--1 #content,
.ns--1 #mytabs li.selected a,
.ns--1 #p-cactions li.selected a,
.ns--1 #p-cactions li.selected a:hover, .ns--1 #p-cactions li.selected a:active {
  background-color: #e8eaf7;
} */


/* Randfarbe des Footers */
#footer {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}


/* CSS3-Kompatiblität abgedeckt */
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}
.portlet h5 {
  border-radius-topright: 1em
}
#content {
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
#p-cactions div ul li:first-child, #p-cactions div ul li:first-child a {
  border-radius-topleft: 1em;
}
#p-cactions div ul li:last-child, #p-cactions div ul li:last-child a {
  border-radius-topright: 1em;
}


/* benötigt für Zeitachsen-Vorlage */

div.timelinesingle div {
  display:none;
  z-index:0;
}

div.timelinesingle:hover div {
  display:block;
  z-index:1;
}