Szablon:Cytaty sekcje.css

Z Nonsensopedii, polskiej encyklopedii humoru
/* <nowiki> */
@media only screen and (min-width: 850px) {
   .glowna-kolumna:nth-child(1) {
      grid-column: 1 / span 2;
   }
   .glowna-kolumna:nth-child(2) {
      grid-column: 3 / span 2;
   }
   .glowna-kolumna {
      padding-bottom: 9px;
      margin-bottom: 3px;
      background: #fffff9;
      border: solid #ebe57a 1px;
      border-radius: 3px;
   }

   .glowna-topka {
      border: 1px solid #ebe57a;
      background: #fffff9;
   }

   .glowna-footer {
      border: 1px solid #ebe57a;
      background: #fffff9;
   }

   .panelcss-header {
      padding: 2px !important;
      border-radius: 0 !important;
   }

   /* uproszczony panelcss */
   .panelcss-header {
      background: #ebe57a;
   }
   .panelcss-header img {
      margin-bottom: 2px;
   }

   .glowna-topka {
      margin-bottom: 3px !important;
   }
}
/* </nowiki> */
/*
[[Kategoria:Szablony CSS]]
*/