MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Stura Wiki
Zur Navigation springen Zur Suche springen
K
 
(38 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
.ns-100 .mw-body{
 
.ns-100 .mw-body{
/*    background-color: #F5DEB3;*/
+
    background-color: #FFFFE0;
    background-color: #E0FFFF;
+
 
 
}
 
}
  
 
.ns-100 #mw-head{
 
.ns-100 #mw-head{
/*    background-color: #FFEFD5;*/
+
   
    background-color: #F5F5DC;
+
  background-image:url(/intern.png);
 +
  background-repeat:no-repeat;
 +
  background-position: 180px 5px;
 +
  background-color: #F0E68C;
 +
 
 
}
 
}
  
  
 
.ns-100 {
 
.ns-100 {
/*   background-color: #FFEFD5;*/
+
    background-color: #F0E68C;
     background-color: #F5F5DC;
+
}
 +
 
 +
 
 +
/* Members only */
 +
.ns-142 .mw-body{
 +
    background-color: #FFFFE0;
 +
 
 +
}
 +
 
 +
.ns-142 #mw-head{
 +
    background-color: #F0E68C;
 +
 
 +
    background-image:url(/membersOnly.png);
 +
    background-repeat:no-repeat;
 +
/* background-position:top center; */
 +
    background-position: 180px 5px;
 +
    background-color: #F0E68C;
 +
 
 +
 
 +
}
 +
 
 +
 
 +
.ns-142 {
 +
     background-color: #F0E68C;
 +
}
 +
 
 +
/* Für Vorlage:Geklammerte Liste */
 +
.bracket-list > ol {
 +
  counter-reset: list;
 +
}
 +
 
 +
.bracket-list > ol > li {
 +
  list-style: none;
 +
}
 +
 
 +
.bracket-list > ol > li:before {
 +
  content: "("counter(list) ") ";
 +
  counter-increment: list;
 +
}
 +
 
 +
.bracket-list > ol > li > ol  {
 +
  list-style: lower-alpha;
 
}
 
}

Aktuelle Version vom 26. November 2020, 14:11 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.ns-100 .mw-body{
    background-color: #FFFFE0;

}

.ns-100 #mw-head{
    
  background-image:url(/intern.png);
  background-repeat:no-repeat;
  background-position: 180px 5px;
  background-color: #F0E68C;

}


.ns-100 {
    background-color: #F0E68C;
}


/* Members only */
.ns-142 .mw-body{
    background-color: #FFFFE0;

}

.ns-142 #mw-head{
    background-color: #F0E68C;

    background-image:url(/membersOnly.png);
    background-repeat:no-repeat;
 /* background-position:top center; */
    background-position: 180px 5px;
    background-color: #F0E68C;


}


.ns-142 {
    background-color: #F0E68C;
}

/* Für Vorlage:Geklammerte Liste */
.bracket-list > ol {
  counter-reset: list;
}

.bracket-list > ol > li {
  list-style: none;
}

.bracket-list > ol > li:before {
  content: "("counter(list) ") ";
  counter-increment: list;
}

.bracket-list > ol > li > ol  {
  list-style: lower-alpha;
}