Template:Borders

From BlogNomic Wiki
Jump to navigation Jump to search

border-top:8px groove #aaa;border-bottom:8px groove #aaa;border-right:8px groove #aaa;border-left:8px groove #aaa;

This template generates the CSS for wide colored borders. By default, these are gray, but you can specify, e.g., "north=blocked" to make the north border red rather than gray.

Example: {{borders|west=blocked|south=blocked}} produces border-top:8px groove #aaa;border-bottom:8px groove #f00;border-right:8px groove #aaa;border-left:8px groove #f00;