MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus PyroNeo Wiki
Zur Navigation springenZur Suche springen
K
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
.propyes {
 
.propyes {
   background-color: green;
+
   background-color: #66FF00;
 
   color: white;
 
   color: white;
 
   text-align: center;
 
   text-align: center;
 
}
 
}
 
.propno {
 
.propno {
   background-color: red;
+
   background-color: #FF6600;
 
   color: white;
 
   color: white;
 
   text-align: center;
 
   text-align: center;
 
}
 
}
 
.proppc {
 
.proppc {
   background-color: yellow;
+
   background-color: #FFFF66;
 
   color: black;
 
   color: black;
 
   text-align: center;
 
   text-align: center;

Version vom 29. Januar 2015, 20:53 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.propyes {
  background-color: #66FF00;
  color: white;
  text-align: center;
}
.propno {
  background-color: #FF6600;
  color: white;
  text-align: center;
}
.proppc {
  background-color: #FFFF66;
  color: black;
  text-align: center;
}
.proptable {
  text-align: center;
}