Difference between revisions of "Template:ContentBlock"
Jump to navigation
Jump to search
ChillGenXer (talk | contribs) |
ChillGenXer (talk | contribs) |
||
Line 1: | Line 1: | ||
<includeonly> | |||
<div class="ContentBlock" | |||
style="cursor: pointer; | |||
padding: 10px; | |||
border: 2px solid #ccc; | |||
margin-bottom: 10px; | |||
font-family:'SapiensLight'; | |||
min-height: {{{minheight|200px}}}; | |||
text-align: center;"> | |||
<div class="ContentBlockTitle" style="font-size: 1.1em;">{{{title|No Title Provided}}}</div> | |||
<p>{{{content|No Content Provided}}}</p> | |||
</div> | |||
</includeonly> | |||
/* | |||
<includeonly> | <includeonly> | ||
<div style="width: {{{width|100}}}%; padding: 10px; border: 1px solid #ccc; margin-bottom: 10px;"> | <div style="width: {{{width|100}}}%; padding: 10px; border: 1px solid #ccc; margin-bottom: 10px;"> | ||
Line 5: | Line 20: | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||
*/ |
Revision as of 14:37, 9 July 2023
/*
- /