MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus PyroNeo Wiki
Zur Navigation springenZur Suche springen
Zeile 13: Zeile 13:
 
   background-color: yellow;
 
   background-color: yellow;
 
   color: black;
 
   color: black;
 +
  text-align: center;
 +
}
 +
.proptable {
 
   text-align: center;
 
   text-align: center;
 
}
 
}

Version vom 29. Januar 2015, 20:36 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;
}
.proptable {
  text-align: center;
}