Διαφορά μεταξύ των αναθεωρήσεων του «MediaWiki:Erudite.css»
Από The Stelios Files
Admin (συζήτηση | συνεισφορές) (Νέα σελίδα με '→Set a background image for the top banner: #top-wrap { background-image: url(images/header.jpg); }') |
Admin (συζήτηση | συνεισφορές) |
||
Γραμμή 2: | Γραμμή 2: | ||
#top-wrap { | #top-wrap { | ||
background-image: url(images/header.jpg); | background-image: url(images/header.jpg); | ||
} | |||
/* 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; | |||
} | } |
Αναθεώρηση της 14:39, 2 Σεπτεμβρίου 2016
/* Set a background image for the top banner */
#top-wrap {
background-image: url(images/header.jpg);
}
/* 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;
}