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

Line 299: Line 299:
 
   margin: 0;
 
   margin: 0;
 
   width: 100%;
 
   width: 100%;
 +
  table-layout: fixed;
 
}
 
}
 
#bodyContent table thead {
 
#bodyContent table thead {
Line 441: Line 442:
 
   transition: all 0.5s ease;
 
   transition: all 0.5s ease;
 
   margin: 0;
 
   margin: 0;
   padding: 0;
+
   padding: 0;
 
   text-indent: 0;
 
   text-indent: 0;
 
}
 
}
Line 689: Line 690:
 
Laptop
 
Laptop
 
************************************************************************/
 
************************************************************************/
@media (min-width: 768px) {
 
  #bodyContent .flex-gallery {
 
    flex-direction: row;
 
    flex-wrap: wrap;
 
    align-items: flex-end;
 
    justify-content: center;
 
  }
 
  #bodyContent table thead {display:table-header-group;}
 
  #bodyContent table tbody td{
 
    display: table-cell;
 
    padding: 10px;
 
    border-collapse: collapse;
 
    vertical-align: middle;
 
    table-layout: fixed;
 
  }
 
  #bodyContent table tbody td:before{content:none;}
 
}
 
 
@media (min-width: 900px) {
 
@media (min-width: 900px) {
 
   body {
 
   body {
Line 741: Line 725:
 
     color: rgba(0, 0, 0, 0.6);
 
     color: rgba(0, 0, 0, 0.6);
 
   }
 
   }
 +
 +
    #bodyContent .flex-gallery {
 +
      flex-direction: row;
 +
      flex-wrap: wrap;
 +
      align-items: flex-end;
 +
      justify-content: center;
 +
    }
 +
    #bodyContent table thead {display:table-header-group;}
 +
    #bodyContent table tbody td{
 +
      display: table-cell;
 +
      padding: 10px;
 +
      border-collapse: collapse;
 +
      vertical-align: middle;
 +
    }
 +
    #bodyContent table tbody td:before{content:none;}
 
}
 
}
 
/************************************************************************
 
/************************************************************************

Revision as of 09:53, 27 October 2017