From 2f71f2a2b0257c983cb1b0daabce624c4e16ca8e Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 9 Feb 2005 08:29:00 +0000 Subject: [PATCH] Some new styles --- theme/standard/styles_color.css | 13 +++++++++++++ theme/standard/styles_fonts.css | 19 ++++++++++++++++++- theme/standard/styles_layout.css | 9 +++++++++ theme/standard/styles_moz.css | 16 +++++++++++++++- 4 files changed, 55 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index a59ce063461..444d37d0aeb 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -95,6 +95,11 @@ th { border-color: #000000; } +.required { + background-color:#DDDDDD; +} + + /* header styles */ @@ -110,6 +115,9 @@ th { .generalbox { border-color:#DDDDDD; /* borders */ } +.informationbox { + border-color:#DDDDDD; /* borders */ +} .admin .generalboxcontent { background-color:#EEEEEE; @@ -118,6 +126,11 @@ th { border-color:#BBBBBB; } +.admin .informationbox { + border-color:#BBBBBB; + background-color:#FFFFFF; +} + .noticebox { border-color:#DDDDDD; /* borders */ } diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index bed6b97b797..4442310f18d 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -67,6 +67,23 @@ a.dimmed:hover { text-decoration:underline; } +h1,h2,h3,h4,h5,h6 { + font-weight:bold; + text-align: center; +} + +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.2em; +} +h4 { + font-size:1.1em; +} /* header styles */ .headermain { @@ -324,4 +341,4 @@ table.calendarmonth tbody td div { body#user-index #longtimenosee { text-align:center; -} \ No newline at end of file +} diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 8985bd0569a..e15d3d78f88 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -110,6 +110,10 @@ form { border-width:1px; border-style:solid; } +.informationbox { + border-width:1px; + border-style:solid; +} /* summary of a user in a nice little box - weblib.php */ @@ -547,3 +551,8 @@ body#admin-blocks .generaltablecell { padding-top: 1px; padding-bottom: 1px; } + +body#admin-config .confighelp { + display: block; + padding-bottom: 20px; +} diff --git a/theme/standard/styles_moz.css b/theme/standard/styles_moz.css index e9d53f21460..1b4fbca7bbe 100644 --- a/theme/standard/styles_moz.css +++ b/theme/standard/styles_moz.css @@ -35,7 +35,21 @@ } .noticebox { - -moz-border-radius:3px; + -moz-border-radius:5px; +} + +.informationbox { + -moz-border-radius-topleft:3px; + -moz-border-radius-topright:3px; + -moz-border-radius-bottomleft:15px; + -moz-border-radius-bottomright:15px; +} + +.informationboxcontent { + -moz-border-radius-topleft:3px; + -moz-border-radius-topright:3px; + -moz-border-radius-bottomleft:15px; + -moz-border-radius-bottomright:15px; } .userinfobox {