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

Line 1,187: Line 1,187:
  
 
#bodyContent .slider button {
 
#bodyContent .slider button {
  position: absolute;
+
    position: absolute;
  top: 50%;
+
    top: 0;
  border:none;
+
    border: none;
  height: 100px;
+
    height: 100%;
  width: 50px;
+
    width: 50px;
  cursor: pointer;
+
    cursor: pointer;
  margin-top: -25px;
+
    background: hsla(0, 0%, 50%, 0.5);
  background: hsla(0, 0%, 80%, 0.3);
+
 
}
 
}
 
#bodyContent .slider button:hover{
 
#bodyContent .slider button:hover{
   background: hsla(0, 0%, 60%, 0.3);
+
   background: hsla(0, 0%, 0%, 0.5);
 
}
 
}
  

Revision as of 12:28, 31 October 2017