Template:Itar xi czip pi Wikimedia/styles.css: Difference between revisions

From Viki Poczonkaxles
Jump to navigation Jump to search
Created page with "@media screen { .box1 { text-align: center; padding: 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; } }"
Tag: Recreated
 
mNo edit summary
 
Line 2: Line 2:
   .box1 {
   .box1 {
   text-align: center;
   text-align: center;
     padding: 5px;
     padding: 5px 5px;
   }
   }
   html.skin-theme-clientpref-day .box1 {
   html.skin-theme-clientpref-day .box1 {

Latest revision as of 18:04, 10 July 2025

@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;
  }
}