Template:Messagebox/styles.css: Difference between revisions
No edit summary |
remove confusing red coloring of links |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
padding:8px; | padding:8px; | ||
margin:10px; | margin:10px; | ||
} | } | ||
.message-success { | .message-success { | ||
| Line 24: | Line 14: | ||
padding-left: 32px; | padding-left: 32px; | ||
} | } | ||
.message-failure { | .message-failure, .message-forbidden { | ||
border:1px solid #DD3C10; | border:1px solid #DD3C10; | ||
background-color:#FFEBE8; | background-color:#FFEBE8; | ||
| Line 31: | Line 20: | ||
} | } | ||
.message-warning { | .message-warning { | ||
border: 1px solid #ff9900; | border: 1px solid #ff9900; | ||
background-color:#fbf8c7; | background-color:#fbf8c7; | ||