diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-04-13 18:12:46 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-04-13 18:12:46 +0000 |
commit | 2c37334fcccb97f921945bd1a54396d04f0e12db (patch) | |
tree | c8c075b6a06459c1e579eb5b84bf2e34be765b76 | |
parent | 57f52eb93c50156800a2de6ae06a5798a25679b9 (diff) | |
download | brdo-2c37334fcccb97f921945bd1a54396d04f0e12db.tar.gz brdo-2c37334fcccb97f921945bd1a54396d04f0e12db.tar.bz2 |
- 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.
-rw-r--r-- | themes/xtemplate/pushbutton/xtemplate.css | 42 |
1 files changed, 25 insertions, 17 deletions
diff --git a/themes/xtemplate/pushbutton/xtemplate.css b/themes/xtemplate/pushbutton/xtemplate.css index 05f9a25e9..ee8184ce5 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; |