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

Από The Stelios Files
(Νέα σελίδα με '→‎Set a background image for the top banner: #top-wrap { background-image: url(images/header.jpg); }')
 
 
(9 ενδιάμεσες αναθεωρήσεις από τον ίδιο χρήστη δεν εμφανίζεται)
Γραμμή 1: Γραμμή 1:
/* Set a background image for the top banner */
/* Set font for body text */
#top-wrap {
body {
   background-image: url(images/header.jpg);
  font-family: Helvetica, sans-serif;
}
 
/* Set font for headings and navigation */
h1, h2, h3, h4, h5, h6, .entry-meta, #menu, #footer-wrap {
   font-family: Times New Roman, serif;
}
}

Τελευταία αναθεώρηση της 15:11, 2 Μαρτίου 2017

/* Set font for body text */
body {
  font-family: Helvetica, sans-serif;
}

/* Set font for headings and navigation */
h1, h2, h3, h4, h5, h6, .entry-meta, #menu, #footer-wrap {
  font-family: Times New Roman, serif;
}