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

(bug fixes)
Γραμμή 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;
 
     background: url(http://wiki.metin2.it/images/c/ca/SkinMetin2.jpg) no-repeat fixed center top #000;
Γραμμή 9: Γραμμή 9:
  
 
#p-cactions {
 
#p-cactions {
     left: inherit;
+
     /* left: inherit; */
     width: 99%;
+
     /* width: 99%; */
     text-align: -webkit-center;
+
     /* text-align: -webkit-center; */
 
     background: none;
 
     background: none;
 +
    position: absolute;
 +
    width: 960px;
 +
    margin: auto;
 +
    padding: 0px;
 +
    top: 263px;
 +
    left: 0;
 +
    right: 0px;
 +
    /* background: url(http://wiki.metin2.com.pt/images/a/a8/Navbg.png) no-repeat scroll center center transparent !important; */
 +
    height: 155px;
 +
    z-index: 0;
 
}
 
}
 
div#footer {
 
div#footer {
 +
    position: absolute;
 +
    margin: 0px;
 +
    margin-top: 150px;
 +
    padding: 120px 0px 0px;
 +
    display: block;
 
     width: 100%;
 
     width: 100%;
     position: absolute;
+
     border: medium none;
     left: 0;
+
     height: 203px;
 +
    background: url(http://wiki.metin2.com.pt/images/9/91/M2-footer.png) no-repeat scroll center bottom transparent;
 
}
 
}
 
div#globalWrapper {
 
div#globalWrapper {
text-align: -webkit-center;
+
/* text-align: -webkit-center; */
 +
}
 +
 
 +
#p-logo {
 +
    position: relative;
 +
    /* right: 0; */
 +
    /* left: 0; */
 +
    margin: auto;
 +
    top: -86px;
 +
    height: 168px;
 +
    width: 445px;
 +
    background-image: url(http://wiki.metin2.gr/images/5/5b/Wikilogo_made_by_dz.png);
 +
}
 +
 
 +
div#column-content {
 +
    left: 0px;
 +
    right: 0px;
 +
    top: 262px;
 +
    opacity: 0.99;
 +
    position: relative;
 +
    z-index: 1;
 +
    margin-bottom: 50px;
 +
}
 +
 
 +
div#content {
 +
    position: relative;
 +
    color: #000;
 +
    padding: 10px 35px 0px;
 +
    margin-top: 0px;
 +
    /* width: 890px; */
 +
    margin: auto;
 +
    /* border-width: 0px; */
 +
    /* background: url(http://wiki.metin2.com.pt/images/f/f8/Contentbackground.png) repeat-y; */
 
}
 
}

Αναθεώρηση της 23:47, 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: 99%; */
    /* text-align: -webkit-center; */
    background: none;
    position: absolute;
    width: 960px;
    margin: auto;
    padding: 0px;
    top: 263px;
    left: 0;
    right: 0px;
    /* background: url(http://wiki.metin2.com.pt/images/a/a8/Navbg.png) no-repeat scroll center center transparent !important; */
    height: 155px;
    z-index: 0;
}
div#footer {
    position: absolute;
    margin: 0px;
    margin-top: 150px;
    padding: 120px 0px 0px;
    display: block;
    width: 100%;
    border: medium none;
    height: 203px;
    background: url(http://wiki.metin2.com.pt/images/9/91/M2-footer.png) no-repeat scroll center bottom transparent;
}
div#globalWrapper {
/* text-align: -webkit-center; */
}

#p-logo {
    position: relative;
    /* right: 0; */
    /* left: 0; */
    margin: auto;
    top: -86px;
    height: 168px;
    width: 445px;
    background-image: url(http://wiki.metin2.gr/images/5/5b/Wikilogo_made_by_dz.png);
}

div#column-content {
    left: 0px;
    right: 0px;
    top: 262px;
    opacity: 0.99;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

div#content {
    position: relative;
    color: #000;
    padding: 10px 35px 0px;
    margin-top: 0px;
    /* width: 890px; */
    margin: auto;
    /* border-width: 0px; */
    /* background: url(http://wiki.metin2.com.pt/images/f/f8/Contentbackground.png) repeat-y; */
}