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

Line 885: Line 885:
 
   }
 
   }
 
   #bodyContent .panel {
 
   #bodyContent .panel {
 +
    display: none;
 
     padding: 0 18px;
 
     padding: 0 18px;
 
     background-color: white;
 
     background-color: white;
Line 892: Line 893:
 
     -o-transition: max-height 0.5s ease-out;
 
     -o-transition: max-height 0.5s ease-out;
 
     transition: max-height 0.5s ease-out;
 
     transition: max-height 0.5s ease-out;
 +
  }
 +
 +
  .panel.show {
 +
    display: block;
 
   }
 
   }
 
   #bodyContent .panel p {
 
   #bodyContent .panel p {

Revision as of 21:06, 31 October 2017