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

Από The Stelios Files
 
Γραμμή 1: Γραμμή 1:
/* Set a background image for the top banner */
#top-wrap {
  background-image: url(images/header.jpg);
}
/* Set font for body text */
/* Set font for body text */
body {
body {
Γραμμή 11: Γραμμή 7:
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;
}
#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);
}
#footer {
  background-color: rgba(30, 90, 160, 0.7);
}
}

Τελευταία αναθεώρηση της 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;
}