Project

General

Profile

Feature #6802 » 0007-Add-transparency-example-to-widgetgallery-report.patch

Bruce Toll, 12/11/2018 11:08 PM

View differences:

examples/widgetgallery/approot/report.xml
<style>
span.special {
color: #FF0000;
color: #F00;
font-weight: bold;
}
span.less_special {
color:rgba(255,0,0,0.5);
font-weight: bold;
}
span.even_less_special {
color: #FF000030;
font-weight: bold;
}
......
<p>
You can attach an external style sheet, highlighting items that need
<span class="special">special attention</span>.
<span class="special">special attention</span>,
<span class="less_special">less attention</span>, or
<span class="even_less_special">almost no attention</span>.
</p>
<p>
(7-7/8)