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…“)
 
K
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 6: Zeile 6:
 
   bottom: 10px;
 
   bottom: 10px;
 
   float: right;
 
   float: right;
   right: 18.5%;
+
   right: 6%;
   left: 77.25%;
+
   left: 94%;
   max-width: 30px;
+
   max-width: 80px;
 
   width: 100%;
 
   width: 100%;
 
   font-size: 12px;
 
   font-size: 12px;
Zeile 15: Zeile 15:
 
   padding: .5px;
 
   padding: .5px;
 
   border-radius: 4px;
 
   border-radius: 4px;
 +
  text-align: center;
 
}
 
}
 
/*On Hover Color Change*/
 
/*On Hover Color Change*/

Aktuelle Version vom 23. August 2018, 18:20 Uhr

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

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