Template:Quote box4: Difference between revisions
From CSDMS
Created page with "<div style="position:relative; {{#switch: {{lc:{{{align|}}}}} | center = margin: auto; | left = float: left; clear: left; margin: 0.5em 1.4em 0.8em 0;..." |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{#switch: {{lc:{{{align|}}}}} | {{#switch: {{lc:{{{align|}}}}} | ||
| center = margin: auto; | | center = margin: auto; | ||
| left = float: left; clear: left; margin: 0.5em 1.4em 0. | | left = float: left; clear: left; margin: 0.5em 1.4em 0.3em 0; | ||
| float: right; clear: right; margin: 0.30em 0 0.35em 0em; | | float: right; clear: right; margin: 0.30em 0 0.35em 0em; | ||
}} | }} | ||
{{#if:{{{width|<noinclude>1</noinclude>}}} | width: {{{width|<noinclude>30em</noinclude>}}};}} | {{#if:{{{width|<noinclude>1</noinclude>}}} | width: {{{width|<noinclude>30em</noinclude>}}};}} | ||
{{#if:{{{height|<noinclude>1</noinclude>}}} | height: {{{height|<noinclude>2em</noinclude>}}};}} | {{#if:{{{height|<noinclude>1</noinclude>}}} | height: {{{height|<noinclude>2em</noinclude>}}};}} | ||
font-weight: bold; | font-weight: bold; | ||
padding: | padding: 3px; | ||
padding-top:6px; | padding-top:6px; | ||
border: {{{border|1px}}} solid #aaa; | border: {{{border|1px}}} solid #aaa; | ||
Line 24: | Line 24: | ||
{{#if:{{{subtitle|<noinclude>1</noinclude>}}} | {{#if:{{{subtitle|<noinclude>1</noinclude>}}} | ||
|<div class="fontpage_button" style=" | |<div class="fontpage_button" style=" | ||
padding-top: | padding-top:2px; | ||
font-weight: normal; | font-weight: normal; | ||
font-style:italic; | font-style:italic; |