Template:Box-round: Difference between revisions
From CASA Guides
Jump to navigationJump to search
Created page with "{{Box-round|title=Title|Text goes here}} ==Parameters== ;content :Text content of box ;border :Border color :''Default: #99c'' ;titlebackground :Title background color :''Defa..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | __NOEDITSECTION__ __NOTOC__<div style="clear: both;"></div> | ||
<div style="border: 1px solid {{{border|#99c}}};<!-- | |||
; | -->background: {{{titlebackground|#ccf}}};<!-- | ||
: | -->color: {{{titleforeground|#000}}};<!-- | ||
; | -->padding: .1em;<!-- | ||
: | -->text-align: center;<!-- | ||
: | -->font-weight: bold;<!-- | ||
; | -->font-size: 100%;<!-- | ||
: | -->margin-bottom: 0px;<!-- | ||
: | -->border-bottom: none;<!-- | ||
;titleforeground | -->{{border-radius|1.5em 1.5em 0 0}}<!-- | ||
: | -->{{{titlestyle|}}};"><!-- | ||
: | --><span class="plainlinks" <!-- EDIT LINK PARAMETERS | ||
; | -->style="float:right;<!-- | ||
: | -->margin-bottom:.1em;<!-- | ||
;title | -->font-size: 80%;<!-- | ||
: | -->padding-right: 0.5em;"><!-- | ||
; | --><font color="{{{titleforeground|#000000}}}">[{{fullurl:{{{editpage|{{FULLPAGENAME}}}}}|action=edit}} {{int:editsection}}]</font> <!-- | ||
: | --></span ><!-- | ||
: | --><h2 style="font-size:100%;font-weight:bold;border: none; margin: 0; padding:0; padding-bottom:.1em;"><font color="{{{titleforeground|#000000}}}">{{{title}}}</font></h2></div> | ||
; | <div style="display: block; border: 1px solid {{{border|#99c}}}; vertical-align: top; background: {{{background|#fff}}}; color: {{{foreground|#000}}}; margin-bottom: 10px; padding: .8em 1em 1em 1.3em; margin-top: 0em; {{border-radius|0 0 1.5em 1.5em}} {{{style|}}};">{{{1|{{{text|{{{content}}}}}}}}}</div> | ||
<noinclude>{{doc}}</noinclude> | |||
; | |||
: | |||
; | |||