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

Από Γνωσιακή Βάση Υπηρεσιών και Διαδικασιών του Δημοσίου Τομέα
Μετάβαση στην πλοήγηση Πήδηση στην αναζήτηση
(Created page with "→‎CSS placed here will be applied to all skins: body { background:url('/resources/assets/bg-map.png') no-repeat top left #dedfed; }")
 
Χωρίς σύνοψη επεξεργασίας
Γραμμή 3: Γραμμή 3:
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;
}
.mw-body {
  margin-right: 1.25em;
}
}

Αναθεώρηση της 12:14, 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;
}