Template:SmallBox: Difference between revisions

From bradwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
width:{{{width|50%}}};  
width:{{{width|50%}}};  
margin:{{{margin|5px auto}}};  
margin:{{{margin|5px auto}}};  
padding:{{{padding|5px auto}}};  
padding:{{{padding|4px}}};  
clear:{{{clear|both}}};  
clear:{{{clear|both}}};  
background-color:{{{bg-color|#FFF}}};  
background-color:{{{bg-color|#FFF}}};  
Line 51: Line 51:
     }}
     }}
</nowiki></pre>
</nowiki></pre>


<br>
<br>
----
----
<br>
<br>


{{SmallBox|display=block  
{{SmallBox|display=block  
Line 64: Line 61:
|width=80%  
|width=80%  
|margin=5px auto  
|margin=5px auto  
|padding=25px auto
|padding=8px
|bg-color=#efa94c
|bg-color=#efa94c
|font=Arial  
|font=Arial  
Line 73: Line 70:
|border-color=#4bedca
|border-color=#4bedca
|border-radius=6px
|border-radius=6px
|NOTE THIS TITLE HAS ITS OWN DIV CONTAINER
|NOTICE: THIS TITLE TEXT IS INSIDE ITS OWN DIV CONTAINER
|txt-align=left
|txt-align=left
|txt-size=12px
|txt-size=14px
|This paragraph text is inside its own div container, with just two properties:
|This paragraph text has a separate div container.
This container only has two properties:
* txt-align
* txt-align
* txt-size
* txt-size
This is sufficient to make small message boxes with a title header.
Which is perfectly sufficient for creating message boxes with a title header.
}}
}}
<br>
----
<br>
<pre><nowiki>
    {{SmallBox|display=block
    |float=none
    |clear=both
    |width=80%
    |margin=5px auto
    |padding=8px
    |bg-color=#efa94c
    |font=Arial
    |font-size=18px
    |text-align=center
    |border-style=groove double inset ridge
    |border-width=6px
    |border-color=#4bedca
    |border-radius=6px
    |NOTICE: THIS TITLE TEXT IS INSIDE ITS OWN DIV CONTAINER
    |txt-align=left
    |txt-size=14px
    |This paragraph text has a separate div container.
    This container only has two properties:
    * txt-align
    * txt-size
    Which is perfectly sufficient for creating message boxes with a title header.
    }}
</pre></nowiki>





Revision as of 00:35, 21 January 2018

{{{1}}}








This is a small box using default parameters


    {{SmallBox|This is a small box using default parameters}}


Default Parameters:

    {{SmallBox|display=block 
    |float=none 
    |clear=both 
    |width=50% 
    |margin=5px auto 
    |padding=5px auto 
    |bg-color=#FFF 
    |font=Arial 
    |font-size=18px 
    |text-align=center 
    |border-style=groove 
    |border-width=2px 
    |border-color=#8c9091 
    |border-radius=6px
    |This is a small box showing all parameters
    }}




NOTICE: THIS TITLE TEXT IS INSIDE ITS OWN DIV CONTAINER
This paragraph text has a separate div container.

This container only has two properties:

  • txt-align
  • txt-size

Which is perfectly sufficient for creating message boxes with a title header.




<nowiki>
    {{SmallBox|display=block 
    |float=none 
    |clear=both 
    |width=80% 
    |margin=5px auto 
    |padding=8px
    |bg-color=#efa94c
    |font=Arial 
    |font-size=18px 
    |text-align=center 
    |border-style=groove double inset ridge 
    |border-width=6px 
    |border-color=#4bedca
    |border-radius=6px
    |NOTICE: THIS TITLE TEXT IS INSIDE ITS OWN DIV CONTAINER
    |txt-align=left
    |txt-size=14px
    |This paragraph text has a separate div container. 
    This container only has two properties:
    * txt-align
    * txt-size
    Which is perfectly sufficient for creating message boxes with a title header.
    }}

</nowiki>