This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Template:ColoredBackground"

From OWASP
Jump to: navigation, search
m (Default: no padding)
(renamed parameters to default html-style attributes)
Line 5: Line 5:
 
== '''Usage:''' ==
 
== '''Usage:''' ==
 
=== Examples ===
 
=== Examples ===
* <nowiki>{{ColoredBackground|text=Simple Example}}</nowiki><br>{{ColoredBackground|text=Simple Example}}<br>
+
* <nowiki>{{ColoredBackground|text=simple example}}</nowiki><br>{{ColoredBackground|text=simple example}}<br>
* <nowiki>{{ColoredBackground|text=Simple Example|border=3px solid}}</nowiki><br>{{ColoredBackground|text=Simple Example with a Border|border=3px solid}}<br>
+
* <nowiki>{{ColoredBackground|text=simple example with a Border|border=2px solid}}</nowiki><br>{{ColoredBackground|text=simple example with a border|border=2px solid}}<br>
* <nowiki>{{ColoredBackground|text=Simple Example|border=3px solid|border-color=#207F4A}}</nowiki><br>{{ColoredBackground|text=Simple Example with a green Border|border=3px solid|border-color=#207F4A}}
+
* <nowiki>{{ColoredBackground|text=simple example with a green border|border=3px solid|border-color=#207F4A}}</nowiki><br>{{ColoredBackground|text=simple example with a green border|border=3px solid|border-color=#207F4A}}<br>
 +
* <nowiki>{{ColoredBackground|text=example with green background and green border|background-color=#55DF8E|border=3px solid|border-color=#207F4A}}</nowiki><br>{{ColoredBackground|text=example with green background and green border|background-color=#55DF8E|border=3px solid|border-color=#207F4A}}<br>
 
</noinclude><includeonly><div style="
 
</noinclude><includeonly><div style="
background-color: {{#if: {{{background|}}} | {{{background}}} | yellow}}; <!---- Top10:2013=#55DF8E, Top10:2010=#558EDF --->
+
background-color: {{#if: {{{background-color|}}} | {{{background-color}}} | yellow}}; <!---- Top10:2013=#55DF8E, Top10:2010=#558EDF --->
 
color:            {{#if: {{{color|}}} | {{{color}}} | black}};  
 
color:            {{#if: {{{color|}}} | {{{color}}} | black}};  
font-size:        {{#if: {{{size|}}} | {{{size}}} | 100%}};  
+
font-size:        {{#if: {{{font-size|}}} | {{{font-size}}} | 100%}};  
 
padding:          {{#if: {{{padding|}}} | {{{padding}}} | none }}; <!---- Top10: 6px --->
 
padding:          {{#if: {{{padding|}}} | {{{padding}}} | none }}; <!---- Top10: 6px --->
padding-top:      {{#if: {{{top|}}} | {{{top}}} | none }};        <!---- Top10: 8px --->
+
padding-top:      {{#if: {{{padding-top|}}} | {{{padding-top}}} | none }};        <!---- Top10: 8px --->
font-weight:      {{#if: {{{font|}}} | {{{font}}} | bold}};
+
font-weight:      {{#if: {{{font-weight|}}} | {{{font-weight}}} | bold}};
 
border:          {{#if: {{{border|}}} | {{{border}}} | none }} {{#if: {{{border-color|}}} | {{{border-color}}} | black }}; <!--- Top10:2013=#207F4A, Top10:2010=#204A7F --->
 
border:          {{#if: {{{border|}}} | {{{border}}} | none }} {{#if: {{{border-color|}}} | {{{border-color}}} | black }}; <!--- Top10:2013=#207F4A, Top10:2010=#204A7F --->
 
border-right:    {{#if: {{{border-right|}}} | {{{border-right}}} | none}};
 
border-right:    {{#if: {{{border-right|}}} | {{{border-right}}} | none}};
 
border-left:      {{#if: {{{border-left|}}} | {{{border-left}}} | none}};
 
border-left:      {{#if: {{{border-left|}}} | {{{border-left}}} | none}};
 
margin:          {{#if: {{{margin|}}} | {{{margin}}} | 0}};">{{#if: {{{text|}}} | {{{text}}} | {{#if {{{1|}}} | {{{1}}} | }} }}</div></includeonly>
 
margin:          {{#if: {{{margin|}}} | {{{margin}}} | 0}};">{{#if: {{{text|}}} | {{{text}}} | {{#if {{{1|}}} | {{{1}}} | }} }}</div></includeonly>

Revision as of 15:53, 7 September 2017

Usage:

Examples

  • {{ColoredBackground|text=simple example}}
    simple example

  • {{ColoredBackground|text=simple example with a Border|border=2px solid}}
    simple example with a border

  • {{ColoredBackground|text=simple example with a green border|border=3px solid|border-color=#207F4A}}
    simple example with a green border

  • {{ColoredBackground|text=example with green background and green border|background-color=#55DF8E|border=3px solid|border-color=#207F4A}}
    example with green background and green border