summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authormyk%mozilla.org <>2004-05-12 05:49:49 +0200
committermyk%mozilla.org <>2004-05-12 05:49:49 +0200
commit1ab225cdb6b4f0c84049b09c32ecb8845ce1a5dc (patch)
tree630cb8235811cf944422e657dd7f5bda8057b970 /skins
parent8b0e08269dce8c37b35b0433c5ff2976c6a04214 (diff)
downloadbugzilla-1ab225cdb6b4f0c84049b09c32ecb8845ce1a5dc.tar.gz
bugzilla-1ab225cdb6b4f0c84049b09c32ecb8845ce1a5dc.tar.xz
Fix for bug 240486: makes the banner template CSS friendly
Patch by Vitaly Harisov r=myk a=myk
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css52
1 files changed, 52 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index c8ab3f8f1..7f725603d 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -19,6 +19,58 @@
* Christian Reis <kiko@async.com.br>
*/
+/* banner (begin) */
+ #banner
+ {
+ text-align: center;
+
+ width: 100%;
+ background: #000;
+
+ /* for Netscape 4 only */
+ border: 1px solid #fff;
+ border-bottom-width: 0.65em;
+ }
+
+ /* hide from NN4 */
+ div#banner
+ {
+ border-bottom-width: 0.2em;
+ }
+
+ #banner p
+ {
+ margin: 0;
+ padding: 0;
+ }
+
+ #banner-name
+ {
+ font-family: serif;
+ font-size: 255%;
+
+ color: #fff;
+ }
+
+ /* hide from NN4 */
+ p#banner-name
+ {
+ font-size: 300%;
+ }
+
+ #banner-version
+ {
+ font-size: 75%;
+ background: #fff;
+ }
+
+ /* hide from NN4 */
+ p#banner-version
+ {
+ font-size: 85%;
+ }
+/* banner (end) */
+
.bz_obsolete { text-decoration: line-through; }
.bz_inactive { text-decoration: line-through; }
.bz_closed { text-decoration: line-through; }