Template:Journal: Difference between revisions
From Lenn's Fun Stuff
No edit summary |
m 1 revision imported |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div style="max-width: 850px; margin: 30px auto; background: #fcfaf2; border: 2px solid #d4c5a1; box-shadow: 8px 8px 20px rgba(0,0,0,0.15); padding: 60px; position: relative; overflow: hidden; border-radius: 3px;"> | <div style="max-width: 850px; margin: 30px auto; background: #fcfaf2; border: 2px solid #d4c5a1; box-shadow: 8px 8px 20px rgba(0,0,0,0.15); padding: 60px; position: relative; overflow: hidden; border-radius: 3px;"> | ||
<div style="position: absolute; top: 35px; right: - | <div style="position: absolute; top: 35px; right: -45px; transform: rotate(20deg); | ||
border: 4px double white; | |||
padding: 8px 50px; | |||
/* BACKGROUND COLOR LOGIC */ | |||
background: {{#switch: {{{alignment|}}} | |||
padding: | | light = #b8a06e | ||
| dark = #8b0000 | |||
| void = #4b0082 | |||
| #b8a06e }}; | |||
/* TEXT COLOR LOGIC (White looks best on solid colors) */ | |||
color: white; | |||
font-family: 'Cinzel', serif; font-weight: bold; font-size: 1.2em; text-transform: uppercase; opacity: 0. | font-family: 'Cinzel', serif; font-weight: bold; font-size: 1.2em; text-transform: uppercase; | ||
opacity: 0.8; pointer-events: none; z-index: 10; box-shadow: 2px 2px 5px rgba(0,0,0,0.2);"> | |||
{{{status|SECRET}}} | {{{status|SECRET}}} | ||
</div> | </div> | ||
| Line 35: | Line 36: | ||
</div> | </div> | ||
[[Category:Lore]] | [[Category:Lore]] | ||
<!-- | |||
alignment = dark → Red Stamp | |||
alignment = void → Purple Stamp | |||
alignment = light → Gold Stamp | |||
--> | |||