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

Από The Stelios Files
(change the width of the entire page and center it)
μ
 
(8 ενδιάμεσες αναθεωρήσεις από τον ίδιο χρήστη δεν εμφανίζεται)
Γραμμή 3: Γραμμή 3:
   display: none;
   display: none;
}
}
#globalWrapper {
.tocnumber { display: none; }
position:relative;
.mw-headline-number { display: none; }
font-size: 127%;
/* controls the main body area styling */
width: 900px;
#p-cactions {
margin-left:auto;
    padding-top: 1.5em;
margin-right:auto;
    padding-bottom: .5em;
padding: 0;
    background-color: #f6f6f6;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
}

Τελευταία αναθεώρηση της 17:21, 24 Δεκεμβρίου 2017

/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */
.keywords {
   display: none;
}
.tocnumber { display: none; }
.mw-headline-number { display: none; }
/* controls the main body area styling */
#p-cactions {
    padding-top: 1.5em;
    padding-bottom: .5em;
    background-color: #f6f6f6;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}