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

(Added background, fixed minor bug)
μ (fixed bugs with overflowing)
Γραμμή 5: Γραμμή 5:
 
     background: url(http://wiki.metin2.it/images/c/ca/SkinMetin2.jpg) no-repeat fixed center top #000;
 
     background: url(http://wiki.metin2.it/images/c/ca/SkinMetin2.jpg) no-repeat fixed center top #000;
 
     background-size: cover;
 
     background-size: cover;
 +
    overflow-x: visible;
 
}
 
}
  
 
#p-cactions {
 
#p-cactions {
 
     left: inherit;
 
     left: inherit;
 +
    width: inherit;
 
     background: none;
 
     background: none;
 
}
 
}

Αναθεώρηση της 18:44, 17 Οκτωβρίου 2016

/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */
body{
    margin:auto;
    width:50%;
    background: url(http://wiki.metin2.it/images/c/ca/SkinMetin2.jpg) no-repeat fixed center top #000;
    background-size: cover;
    overflow-x: visible;
}

#p-cactions {
    left: inherit;
    width: inherit;
    background: none;
}
div#footer {
    width: 100%;
    position: absolute;
    left: 0;
}