Διαφορά μεταξύ των αναθεωρήσεων του «MediaWiki:Erudite.css»
Από The Stelios Files
Admin (συζήτηση | συνεισφορές) |
Admin (συζήτηση | συνεισφορές) |
||
Γραμμή 11: | Γραμμή 11: | ||
h1, h2, h3, h4, h5, h6, .entry-meta, #menu, #footer-wrap { | h1, h2, h3, h4, h5, h6, .entry-meta, #menu, #footer-wrap { | ||
font-family: Times New Roman, serif; | font-family: Times New Roman, serif; | ||
} | |||
/* Set the colour of the top menu */ | |||
#menu { | |||
background-color: rgba(30, 90, 160, 0.7); | |||
} | } |
Αναθεώρηση της 15:14, 1 Μαρτίου 2017
/* 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;
}
/* Set the colour of the top menu */
#menu {
background-color: rgba(30, 90, 160, 0.7);
}