Template:Collapse top/doc: Difference between revisions
m
no edit summary
w:en>Mrjulesd m (typo) |
w:en>Mrjulesd mNo edit summary |
||
Line 31: | Line 31: | ||
;bg: Sets the background color of the collapsed material. Defaults to #000CFC - a pleasant green. Other colors available from [[List of colors]]. For example <code><nowiki>{{cot|This is the title text|bg=#F0F2F5}}</nowiki></code> | ;bg: Sets the background color of the collapsed material. Defaults to #000CFC - a pleasant green. Other colors available from [[List of colors]]. For example <code><nowiki>{{cot|This is the title text|bg=#F0F2F5}}</nowiki></code> | ||
;fc: Sets the font color of the title of the collapsible bar. Defaults to Black. Other colors available from [[List of colors]]. For example <code><nowiki>{{cot|This is the title text|fc=#F0F2F5}}</nowiki></code> | ;fc: Sets the font color of the title of the collapsible bar. Defaults to Black. Other colors available from [[List of colors]]. For example <code><nowiki>{{cot|This is the title text|fc=#F0F2F5}}</nowiki></code> | ||
;border: Sets the width of the border line on the collapsed material. defaults to 1px. For example <code><nowiki>{{cot|This is the title text| | ;border: Sets the width of the border line on the collapsed material. defaults to 1px. For example <code><nowiki>{{cot|This is the title text|border=2px}}</nowiki></code> | ||
;b-color: Sets the border color. defaults to silver. For example <code><nowiki>{{cot|This is the title text|b-color=#F0F2F5}}</nowiki></code> | ;b-color: Sets the border color. defaults to silver. For example <code><nowiki>{{cot|This is the title text|b-color=#F0F2F5}}</nowiki></code> | ||
;padding: Sets the padding on the collapsed material in the colored area. Defaults to 8px. For example <code><nowiki>{{cot|This is the title text|padding=16px}}</nowiki></code> | ;padding: Sets the padding on the collapsed material in the colored area. Defaults to 8px. For example <code><nowiki>{{cot|This is the title text|padding=16px}}</nowiki></code> |