Difference between revisions of "Template:Cologne-Duesseldorf/css"

Line 587: Line 587:
 
     color: rgba(0, 0, 0, 0.6);
 
     color: rgba(0, 0, 0, 0.6);
 
   }
 
   }
 +
  #bodyContent #return-to-top i {
 +
    color: #fff;
 +
    margin: 0;
 +
    position: relative;
 +
    left: 16px;
 +
    top: 13px;
 +
    font-size: 19px;
 +
    -webkit-transition: all 0.3s ease;
 +
    -moz-transition: all 0.3s ease;
 +
    -ms-transition: all 0.3s ease;
 +
    -o-transition: all 0.3s ease;
 +
    transition: all 0.3s ease;
 +
    }
 +
    #bodyContent #return-to-top:hover {
 +
        background: rgba(0, 0, 0, 0.9);
 +
    }
 +
    #bodyContent #return-to-top:hover i {
 +
        color: #fff;
 +
        top: 5px;
 +
    }
  
  

Revision as of 17:36, 19 September 2017