From 2c37334fcccb97f921945bd1a54396d04f0e12db Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Tue, 13 Apr 2004 18:12:46 +0000
Subject: [PATCH] - Patch #7120 by MegaGrunt: made the title of nodes the same
 size on home page as on the node page and improved the various header styles
 to give better visual indication of hierarchy.

---
 themes/xtemplate/pushbutton/xtemplate.css | 42 ++++++++++++++---------
 1 file changed, 25 insertions(+), 17 deletions(-)

diff --git a/themes/xtemplate/pushbutton/xtemplate.css b/themes/xtemplate/pushbutton/xtemplate.css
index 05f9a25e97bf..ee8184ce5704 100644
--- a/themes/xtemplate/pushbutton/xtemplate.css
+++ b/themes/xtemplate/pushbutton/xtemplate.css
@@ -14,7 +14,11 @@ body, p, td, li, ul, ol  {
 }
 h1, h2, h3, h4, h5, h6 {
   font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
+  margin: 0;
+}
+h1 {
   color: #369;
+  font-size: 1.6em;
 }
 img {
   display: block;
@@ -29,19 +33,6 @@ tr.light {
 tr.dark td, tr.light td {
   padding: 0.3em;
 }
-h1, h2, h3, h4, h5, h6 {
-  margin: 0;
-}
-h1 {
-  font-size: 1.2em;
-  font-weight: bold;
-}
-h2 {
-  font-size: 1.1em;
-}
-h3, h4, h5, h6 {
-  font-size: 1em;
-}
 a {
   text-decoration: none;
   font-weight: bold;
@@ -269,11 +260,28 @@ table#footer-links {
 ** additional rules /with only the differing properties!/ to .parent .class.
 ** See .comment .title for an example.
 */
-.title, .title a {
-  font-weight: bold;
-  font-size: 1.3em;
+#content .title, #content .title a {
   color: #369;
-  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
+}
+.content h1 {
+  color: #369;
+  font-size: 1.9em;
+}
+.content h2 {
+  color: #58b;
+  font-size: 1.7em;
+}
+.content h3 {
+  color: #69c;
+  font-size: 1.5em;
+}
+.content h4 {
+  color: #8be;
+  font-size: 1.3em;
+}
+.content h5 {
+  color: #96c6f6;
+  font-size: 1.15em;
 }
 .submitted {
   color: #999;
-- 
GitLab