Template:RoB style: Difference between revisions
Jump to navigation
Jump to search
(Disable again (z-index:-1 makes links in shareddata part unclickable).) |
m (...) |
||
Line 14: | Line 14: | ||
| infoboxfoother = style="background-color:{{RoB color|infoboxfoother}}; color:black; {{{2|}}}" | | infoboxfoother = style="background-color:{{RoB color|infoboxfoother}}; color:black; {{{2|}}}" | ||
| | | | ||
| shareddata = style="background-color:{{RoB color|shareddata}}; padding:4px | | shareddata = style="background-color:{{RoB color|shareddata}}; padding:4px; border:0px solid silver;" | ||
| | | | ||
| #default = {{ambox|type=delete|text=<b>Template Warning:</b> RoB_style.<br> Parameter 1 (<i>style name</i>): Used style name (<i>{{{1}}}</i>) not found.}} | | #default = {{ambox|type=delete|text=<b>Template Warning:</b> RoB_style.<br> Parameter 1 (<i>style name</i>): Used style name (<i>{{{1}}}</i>) not found.}} |
Revision as of 07:51, 3 January 2021
Template documentation (for the template shown above, sometimes hidden or invisible)
- Description
- This is a global color-style support template.
- ...
- Syntax
- Basic use:
{{RoB style|color-style-name}}
- Used where a css style="..." command can be used.
- Extended use: :
{{RoB style|color-style-name|additional css}}
- Important: As CSS don't supports multiple style-commands per element (it ignores all but the last one).
- As such the
additional css
part needs to be used to add additional styling to an element.
- Dependency
- Uses and relies on the RoB color template for the actual used (background)colors.
- Sample text-output
{{RoB style|infoboxheader}}
=>style="background-color:#3366CC; color:white; font-size:1.2em; padding:1em; "
{{RoB style|infoboxheader|border:2px;}}
=>style="background-color:#3366CC; color:white; font-size:1.2em; padding:1em; border:2px;"
- Available
color-style-names
- infoboxheader: infoboxheader
- infoboxsection: infoboxsection
- infoboxfoother: infoboxfoother
- shareddata: shareddata
Visit Template:RoB style/doc to edit this text! (How does this work?)