Διαφορά μεταξύ των αναθεωρήσεων του "MediaWiki:Common.css"

Γραμμή 2: Γραμμή 2:
 
body{     
 
body{     
 
     background: url(/images/6/65/Background_Idra.jpg) no-repeat fixed center top #000;
 
     background: url(/images/6/65/Background_Idra.jpg) no-repeat fixed center top #000;
 +
    background-size: cover;
 
}
 
}
  

Αναθεώρηση της 19:43, 8 Απριλίου 2020

/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */
body{    
    background: url(/images/6/65/Background_Idra.jpg) no-repeat fixed center top #000;
    background-size: cover;
}

td,th {padding: 2px }

/* Christmas bg start 
.christmasbgtable {
background: url(/images/4/47/Boxesheaderbackgroundxmas.png) no-repeat !important;
background-size: 100% 100% !important;
}

.boxesheaderbackground {
    background: url(/images/4/47/Boxesheaderbackgroundxmas.png) repeat 0em 0em;
}
 Christmas bg ends */