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

Line 261: Line 261:
 
   position: absolute;
 
   position: absolute;
 
   width: 70vw;
 
   width: 70vw;
   top: 5vw;
+
   top: 15vw;
 
   left: 15vw;
 
   left: 15vw;
 
   border-radius: 20px;
 
   border-radius: 20px;
Line 269: Line 269:
  
 
.close {
 
.close {
  background: #000;
+
    font-size: 24pt;
  color: #FFFFFF;
+
    z-index: 3;
  line-height: 25px;
+
    position: fixed;
  position: absolute;
+
    right: 10vw;
  right: -12px;
+
    top: 10vw;
  text-align: center;
+
    display: flex;
  top: -10px;
+
    flex-direction: row;
  width: 24px;
+
    justify-content: center;
  text-decoration: none;
+
    align-items: center;
  font-weight: bold;
+
    width: 20px;
  border-radius: 12px;
+
    height: 20px;
  box-shadow: 1px 1px 3px #000;
+
    cursor: pointer;
 +
    background: #149375;
 +
    padding: 28px;
 +
    color: white;
 +
    border: 3px solid white;
 +
    border-radius: 100%;
 +
    box-shadow: 0px 4px 12px 2px rgba(0,0,0,0.3);
 
}
 
}
  

Revision as of 07:55, 5 June 2017