Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
1ab225cd
Commit
1ab225cd
authored
May 12, 2004
by
myk%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 240486: makes the banner template CSS friendly
Patch by Vitaly Harisov r=myk a=myk
parent
8b0e0826
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
115 additions
and
14 deletions
+115
-14
global.css
css/global.css
+52
-0
global.css
skins/standard/global.css
+52
-0
banner.html.tmpl
template/en/default/global/banner.html.tmpl
+11
-14
No files found.
css/global.css
View file @
1ab225cd
...
...
@@ -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
;
}
...
...
skins/standard/global.css
View file @
1ab225cd
...
...
@@ -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
;
}
...
...
template/en/default/global/banner.html.tmpl
View file @
1ab225cd
...
...
@@ -24,17 +24,14 @@
[% PROCESS global/variables.none.tmpl %]
<table bgcolor="#000000" width="100%" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td>
<center><font color="#FFFFFF" size="8">
This is [% terms.Bugzilla %]
</font></center>
</td>
</tr>
</table>
<center><font size="-1">
<a href="http://www.bugzilla.org/">Bugzilla</a> Version [% VERSION %]
</font></center>
<div id="banner">
<div class="intro"></div>
<p id="banner-name">
<span>This is [% terms.Bugzilla %]</span>
</p>
<p id="banner-version">
<a href="http://www.bugzilla.org/"><span>Bugzilla</span></a>
<span>Version [% VERSION %]</span>
</p>
<div class="outro"></div>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment