Template:Created with/layout/doc: Difference between revisions
Template page
More actions
m +cat |
m +explanation |
||
| Line 1: | Line 1: | ||
 < Template: {{T0|Created with/layout}}{{Heavily used template}} |  < Template: {{T0|Created with/layout}}{{Heavily used template|3=+}} | ||
{{TemplateBox | {{TemplateBox | ||
|1 =logo | |1 =logo | ||
| Line 63: | Line 63: | ||
== Style attributes == | == Style attributes == | ||
Besides the variations with <code>logo</code> and <code>text</code>, a great variety can be get with <code>background</code> and <code>border</code> | Besides the variations with <code>logo</code> and <code>text</code>, a great variety can be get with <code>background</code> colors and mainly with the <code>border</code> styles: | ||
* padding | * margin and padding are to alter with care - it is recommended to ''not modify'' them. The four parameters are for top, right, bottom, left. | ||
* background | :* <code>margin</code> (0px) the distance to surrounding items | ||
* border | :* <code>padding</code> (2px 4px 2px 6px) distance to items witthin the box; the first and third parameter can alter the height of the box! | ||
* <code>color</code> (#000) the color of the text | |||
* <code>background</code> (#F8F9FA) very light grey, for good readability of the black text | |||
* <code>border</code> (1px solid #BAB) the stroke-width, stroke-style, stroke-color; it is recommended to modify only that parameter. | |||
<includeonly> | <includeonly> | ||