Διαφορά μεταξύ των αναθεωρήσεων του «MediaWiki:Erudite.css»
Από The Stelios Files
Admin (συζήτηση | συνεισφορές) |
Admin (συζήτηση | συνεισφορές) |
||
Γραμμή 20: | Γραμμή 20: | ||
background-color: rgba(30, 90, 160, 0.7); | background-color: rgba(30, 90, 160, 0.7); | ||
} | } | ||
#tagline{ | |||
#tagline { | |||
background-color: rgba(30, 90, 160, 0.7); | background-color: rgba(30, 90, 160, 0.7); | ||
} | } | ||
#nav{ | |||
#nav { | |||
background-color: rgba(30, 90, 160, 0.7); | background-color: rgba(30, 90, 160, 0.7); | ||
} | } | ||
#footer-wrap-inner{ | |||
#footer-wrap-inner { | |||
background-color: rgba(30, 90, 160, 0.7); | background-color: rgba(30, 90, 160, 0.7); | ||
} | } |
Αναθεώρηση της 14:02, 2 Μαρτίου 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;
}
#menu {
background-color: rgba(30, 90, 160, 0.7);
}
#top-wrap {
background-color: rgba(30, 90, 160, 0.7);
}
#tagline {
background-color: rgba(30, 90, 160, 0.7);
}
#nav {
background-color: rgba(30, 90, 160, 0.7);
}
#footer-wrap-inner {
background-color: rgba(30, 90, 160, 0.7);
}