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

Line 209: Line 209:
 
   max-width: 100%;
 
   max-width: 100%;
 
}
 
}
 
  
 
#container .flex {
 
#container .flex {
 
   display: flex;
 
   display: flex;
 +
}
 +
 +
#container .col50 {
 +
width: 50%;
 +
}
 +
 +
#container .col33 {
 +
width: 33%;
 +
}
 +
 +
#container .col66 {
 +
width: 66%;
 
}
 
}
  
Line 539: Line 550:
 
justify-content: center;
 
justify-content: center;
 
margin-bottom: 5vw;
 
margin-bottom: 5vw;
}
 
 
section#gallery {
 
    display: flex;
 
    flex-direction: column;
 
}
 
 
 
section#gallery .col2 {
 
display: flex;
 
flex-direction: row;
 
}
 
 
section#gallery .col2 > div {
 
width: 50%;
 
padding: 10px;
 
}
 
 
section#gallery img{
 
margin: 0;
 
 
}
 
}
  
Line 840: Line 831:
 
#sidebar-btn.inactive{
 
#sidebar-btn.inactive{
 
#background: rgba(0,0,0,0.5);
 
#background: rgba(0,0,0,0.5);
}
 
section#gallery .col2 {
 
flex-direction:column;
 
}
 
section#gallery .col2 > div {
 
width: 100%;
 
 
}
 
}
 
}
 
}

Revision as of 08:16, 5 June 2017