Bugzilla – Attachment 148182 Details for
Bug 122613
HTML Filter does not resolve CSS for divs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Example CSS for the example HTML.
test.css (text/css), 1.19 KB, created by
Jens Troeger
on 2019-01-09 20:53:42 UTC
(
hide
)
Description:
Example CSS for the example HTML.
Filename:
MIME Type:
Creator:
Jens Troeger
Created:
2019-01-09 20:53:42 UTC
Size:
1.19 KB
patch
obsolete
>@font-face { > font-family: 'Gotham'; > font-style: normal; > font-weight: bold; > src: url('Gotham-Bold.otf'); >} >@font-face { > font-family: 'Apercu-Regular'; > font-style: normal; > font-weight: normal; > src: url('Apercu-Regular.otf'); >} >@font-face { > font-family: 'rabiohead'; > font-style: normal; > font-weight: normal; > src: url('rabiohead.ttf'); >} > >body { > margin-top: 1em; > margin-left: 1em; > margin-right: 1em; > font-family: 'Gotham'; > color: red; > font-size: 14.5pt; >} >p { > margin-top: .5em; > margin-bottom: .5em; > font-size: medium; >} >span.emph { > font-style: italic; >} > >div.box { > border: 2px dotted #0098A2; > padding: 0 20px 20px; > text-align: left; > color: #75B443; > border-radius: 10px; >} >p.box_head { > font-size: 35pt; > margin-top: 0.5em; > margin-bottom: 0.5em; > text-align: left; > font-family: 'rabiohead'; > color: #0098A2; >} >p.box_text { > font-size: 0.9em; > text-align: left; > font-family:'Apercu-Regular'; >} >p.box_indent { > font-size: 0.9em; > text-align: left; > font-family:'Apercu-Regular'; > text-indent: 1.3em; >} > >span.box_line { > font-family:'Apercu-Regular'; > font-size: 1.4em; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 122613
:
148181
| 148182 |
148183