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: 15%;
+
   right: 5%;
   left: 85%;
+
   left: 95%;
   max-width: 50px;
+
   max-width: 80px;
 
   width: 100%;
 
   width: 100%;
 
   font-size: 12px;
 
   font-size: 12px;

Version vom 20. August 2018, 22:07 Uhr

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

/* Floating Back-To-Top Button */
#topBtn {
  position: fixed;
  bottom: 10px;
  float: right;
  right: 5%;
  left: 95%;
  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;
}
/*On Hover Color Change*/
#topBtn:hover {
   background-color: #7dbbf1;
}