Commit 8f29b022 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 279896 : Update Bugzilla's header and colour scheme to match bugzilla.org

Patch by byron jones (glob) <bugzilla@glob.com.au> r=myk a=myk
parent 9f4501f4
...@@ -33,41 +33,26 @@ body ...@@ -33,41 +33,26 @@ body
text-align: center; text-align: center;
width: 100%; width: 100%;
background: #000; background: #fff;
/* 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 #banner p
{ {
margin: 0; margin: 0;
margin-bottom: 1px;
padding: 0; padding: 0;
} }
#banner-name #banner-name
{ {
font-family: serif; font-size: 0px;
font-size: 255%; height: 48px;
background: transparent no-repeat url(global/header.png);
color: #fff;
}
/* hide from NN4 */
p#banner-name
{
font-size: 300%;
} }
#banner-version #banner-version
{ {
font-family: sans-serif;
font-size: 75%; font-size: 75%;
background: #fff; background: #fff;
} }
...@@ -83,12 +68,16 @@ body ...@@ -83,12 +68,16 @@ body
#footer #footer
{ {
float: left; float: left;
margin-top: 5px;
width: 100%;
font-family: sans-serif;
} }
#footer form #footer form
{ {
background: #FFFFE0; background: #edf2f2;
border: 1px solid #000; border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
} }
#footer span #footer span
...@@ -170,6 +159,29 @@ body ...@@ -170,6 +159,29 @@ body
} }
/* footer (end) */ /* footer (end) */
/* generic (begin) */
body
{
background: #fff url("global/body_back.gif") repeat-x;
}
:link {
color: #039;
}
:visited {
color: #636;
}
:link:hover, :visited:hover {
color: #333;
}
:link:active, :link:active {
color: #000;
}
/* generic (end) */
.bz_obsolete { text-decoration: line-through; } .bz_obsolete { text-decoration: line-through; }
.bz_inactive { text-decoration: line-through; } .bz_inactive { text-decoration: line-through; }
.bz_closed { text-decoration: line-through; } .bz_closed { text-decoration: line-through; }
...@@ -184,4 +196,21 @@ body ...@@ -184,4 +196,21 @@ body
padding: 1em 0; padding: 1em 0;
} }
.selected_tab
{
background: #fff;
border: 1px solid black;
}
.unselected_tab
{
background: #eee;
border: 1px solid black;
}
.spacer
{
border: 1px solid black;
}
table#flags th, table#flags td { vertical-align: baseline; text-align: left; } table#flags th, table#flags td { vertical-align: baseline; text-align: left; }
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
/* Hide from NN4 */ /* Hide from NN4 */
div#page-index .intro div#page-index .intro
{ {
width: 329px; width: 250px;
height: 220px; height: 200px;
margin-top: 2.3em; margin-top: 2.3em;
margin-right: 2.3em;
float: right; float: right;
border: 2px solid #000; background: transparent no-repeat url(index/front.png);
background: transparent no-repeat url(index/front.jpg);
} }
#page-index #report #page-index #report
...@@ -66,4 +66,4 @@ ...@@ -66,4 +66,4 @@
padding: 1em 0; padding: 1em 0;
} }
/* index page (end) */ /* index page (end) *
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment