1,254
edits
Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done!
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
.title-bar{ | |||
background:#CC0000; | |||
} | |||
.panel { | .panel { | ||
background:# | background:#E0E0E0; | ||
color:#282828; | color:#282828; | ||
margin:5px; | margin:5px; | ||
Line 13: | Line 17: | ||
.panel .title { | .panel .title { | ||
background:# | background:#181818; | ||
} | } | ||
Line 51: | Line 55: | ||
} | } | ||
}}<div class="panel ms-depth-4 {{#if:{{{panelClass|}}}|{{{panelClass}}}}}" {{#if:{{{style|}}}|style="{{{style}}}"}}>{{#if:{{{title|}}}| | }}<div class="panel ms-depth-4 {{#if:{{{panelClass|}}}|{{{panelClass}}}}}" {{#if:{{{style|}}}|style="{{{style}}}"}}>{{#if:{{{title|}}}| | ||
<div class="title">{{{title}}}</div>}} | <div class="title">{{{title}}}</div> | ||
<div class="title-bar"></div>}} | |||
<div class="content" {{#if:{{{contentstyle|}}}|style="{{{contentstyle}}}"}}> | <div class="content" {{#if:{{{contentstyle|}}}|style="{{{contentstyle}}}"}}> | ||
{{{content}}} | {{{content}}} |