User:Donni Iris/Sandbox/Template Collapse: Difference between revisions
Jump to navigation
Jump to search
Donni Iris (talk | contribs) changing all colors again to see what is what |
Donni Iris (talk | contribs) No edit summary |
||
| Line 10: | Line 10: | ||
header text color = #800080 = purple | header text color = #800080 = purple | ||
content border color = #000000 = black | content border color = #000000 = black ? | ||
content background color = #00FFFF = cyan | content background color = #00FFFF = cyan | ||
content text color = # | content text color = #FF0000 = red | ||
--> | --> | ||
{| class="mw-collapsible {{#switch:{{lc:{{{expand|no}}}}}|uncollapse|uncollapsed|expand|expanded|yes|y|1=mw-uncollapsed|#default=mw-collapsed}} {{{class|}}}" <!-- | {| class="mw-collapsible {{#switch:{{lc:{{{expand|no}}}}}|uncollapse|uncollapsed|expand|expanded|yes|y|1=mw-uncollapsed|#default=mw-collapsed}} {{{class|}}}" <!-- | ||
-->style="background-color:#inherit; color:inherit | -->style="background-color:#inherit; color:inherit; border:1px solid #FF00FF; text-align:left; <!-- | ||
-->margin:0.2em auto auto; width:100%; clear:both; <!-- | -->margin:0.2em auto auto; width:100%; clear:both; <!-- | ||
-->padding:1px;" | -->padding:1px;" | ||
|- | |- | ||
! style="background-color:#00FF00; color:inherit; font-size:87%; padding:0.2em 0.3em; text-align:center; " | | ! style="background-color:#00FF00<!-- header background color, lime -->; color:inherit; font-size:87%; padding:0.2em 0.3em; text-align:center; " | | ||
<div style="background-color:#inherit; color:#800080; display:inline; font-size: 115%;">{{{header|Collapsed content}}}</div> | <div style="background-color:#inherit; color:#800080; display:inline; font-size: 115%;">{{{header|Collapsed content}}}</div> | ||
|- | |- | ||
| style="background-color:#00FFFF; color:# | | style="background-color:#00FFFF; color:#FF0000; border:solid 1px #000000; padding:8px; " | | ||
<div>{{{1}}}</div> | <div>{{{1}}}</div> | ||
|}<!-- | |}<!-- | ||
--></includeonly> | --></includeonly> | ||