MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Stadtwiki-Allmende
Wechseln zu: Navigation, Suche
Zeile 6: Zeile 6:
 
   bottom: 10px;
 
   bottom: 10px;
 
   float: right;
 
   float: right;
   right: 5%;
+
   right: 10%;
   left: 95%;
+
   left: 90%;
 
   max-width: 80px;
 
   max-width: 80px;
 
   width: 100%;
 
   width: 100%;

Version vom 20. August 2018, 22:08 Uhr

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

/* Floating Back-To-Top Button */
#topBtn {
  position: fixed;
  bottom: 10px;
  float: right;
  right: 10%;
  left: 90%;
  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;
}