Template:Czip Vikipedja/styles.css

From Viki Poczonkaxles
Revision as of 17:06, 22 July 2025 by Vintefejlin (talk | contribs) (Created page with "@media screen { .box1 { text-align: center; padding: 5px 5px; } html.skin-theme-clientpref-day .box1 { border: 2px solid #dbdbdb; background-color: #e6e6e6; } html.skin-theme-clientpref-night .box1 { border: 2px solid #0a0d0f; background-color: #1a2026; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
@media screen {
  .box1 {
  	text-align: center;
    padding: 5px 5px;
  }
  html.skin-theme-clientpref-day .box1 {
    border: 2px solid #dbdbdb;
    background-color: #e6e6e6;
  }
  html.skin-theme-clientpref-night .box1 {
    border: 2px solid #0a0d0f;
    background-color: #1a2026;
  }
}