MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Stadtwiki-Allmende
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Das folgende CSS wird für alle Benutzeroberflächen geladen.: Floating Back-To-Top Button: #topBtn { position: fixed; bottom: 10px; float: ri…“)
 
Zeile 6: Zeile 6:
 
   bottom: 10px;
 
   bottom: 10px;
 
   float: right;
 
   float: right;
   right: 18.5%;
+
   right: 15%;
   left: 77.25%;
+
   left: 85%;
   max-width: 30px;
+
   max-width: 50px;
 
   width: 100%;
 
   width: 100%;
 
   font-size: 12px;
 
   font-size: 12px;

Version vom 20. August 2018, 22:06 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* Floating Back-To-Top Button */
#topBtn {
  position: fixed;
  bottom: 10px;
  float: right;
  right: 15%;
  left: 85%;
  max-width: 50px;
  width: 100%;
  font-size: 12px;
  border-color: rgba(85, 85, 85, 0.2);
  background-color: rgb(100,100,100);
  padding: .5px;
  border-radius: 4px;
}
/*On Hover Color Change*/
#topBtn:hover {
   background-color: #7dbbf1;
}