Template:Alert/styles.css: Difference between revisions
Created page with ".alert-container { background: #FBFBFB; border-top: 1px solid #A2A9B1; border-right: 1px solid #A2A9B1; border-bottom: 1px solid #A2A9B1; border-left-width: 10px; border-left-style: solid; text-align: left; } .alert-text { margin: 16px 10% 16px 10%; padding: 0px 7px 0px 7px; text-align: left; } .alert-caution { border-left-color: #B32424; } .alert-important { border-left-color: DarkOrchid; } .alert-note { border-left-color: #3366CC; } .alert-tip { bord..." |
Tag: Undo |
||
| (21 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
.alert-container | .alert-container | ||
{ | { | ||
border-left-width: 4px; | |||
border-left-width: | |||
border-left-style: solid; | border-left-style: solid; | ||
text-align: left; | text-align: left; | ||
| Line 12: | Line 8: | ||
.alert-text | .alert-text | ||
{ | { | ||
margin: 16px | margin: 16px 0px 16px 0px; | ||
padding: | padding-left: 4px; | ||
text-align: left; | text-align: left; | ||
vertical-align: top; | |||
} | } | ||
.alert- | .alert-icon | ||
{ | { | ||
padding-right: 0.2em; | |||
. | |||
} | } | ||