Διαφορά μεταξύ των αναθεωρήσεων του "MediaWiki:Common.css"
Από Γνωσιακή Βάση Υπηρεσιών και Διαδικασιών του Δημοσίου Τομέα
| Γραμμή 2: | Γραμμή 2: | ||
body { | body { | ||
| − | background:url('/resources/assets/bg-map.png') no-repeat top left #dedfed; | + | background: url('/resources/assets/bg-map.png') no-repeat top left #dedfed; |
} | } | ||
| Γραμμή 10: | Γραμμή 10: | ||
#mw-page-base{ | #mw-page-base{ | ||
| − | background:none !important; | + | background: none !important; |
} | } | ||
Αναθεώρηση της 14:19, 10 Μαΐου 2015
/* CSS placed here will be applied to all skins */
body {
background: url('/resources/assets/bg-map.png') no-repeat top left #dedfed;
}
.mw-body {
margin-right: 1.25em !important;
}
#mw-page-base{
background: none !important;
}