Actions

Template

Difference between revisions of "Content a"

Line 1: Line 1:
<css> @import url('https://fonts.googleapis.com/css?family=Asap');</css>
+
 
 
<div style=" padding:1px;">
 
<div style=" padding:1px;">
<div style="background:#{{{bgcolor|2a2a2a}}}; color:#{{{txcolor|fff}}}; font-size:18pt; letter-spacing: 3px; font-family:  font-family: 'Asap', sans-serif; text-align:center; padding:8px;">{{{title}}}</div>
+
<div style="background:#{{{bgcolor|2a2a2a}}}; color:#{{{txcolor|fff}}}; font-size:18pt; letter-spacing: 3px; font-family:  font-family: 'Asap', sans-serif; text-align:center; padding:5px;">{{{title}}}</div>
 
<div style="padding:10px 0;">{{{content}}}</div></div><noinclude>
 
<div style="padding:10px 0;">{{{content}}}</div></div><noinclude>
 
===Paste into Editor===
 
===Paste into Editor===

Revision as of 13:45, 8 August 2018

{{{title}}}
{{{content}}}

Paste into Editor

{{Content_a
 | title      = 
 | bgcolor    = 
 | txcolor    = 
 | content    = 
}}

Guide

On larger screens this is a small block.

  • Title Sets the title of the header
  • bgcolor sets the color of the header's background, default is #2a2a2a
  • txtcolor sets the color of the header's text, numbers only. Defaults to #fff
  • content Fill with whatever you wish.