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

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

Αναθεώρηση της 18:02, 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;
    overflow-x: visible !important;
    background-size: cover;
}

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