MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus PyroNeo Wiki
Zur Navigation springenZur Suche springen
K
Zeile 8: Zeile 8:
 
   background-color: red;
 
   background-color: red;
 
   color: white;
 
   color: white;
 +
  text-align: center;
 +
}
 +
.proppc {
 +
  background-color: yellow;
 +
  color: black;
 
   text-align: center;
 
   text-align: center;
 
}
 
}

Version vom 11. Januar 2014, 17:21 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.propyes {
  background-color: green;
  color: white;
  text-align: center;
}
.propno {
  background-color: red;
  color: white;
  text-align: center;
}
.proppc {
  background-color: yellow;
  color: black;
  text-align: center;
}