szurubooru/public_html/css/messages.css

17 lines
250 B
CSS
Raw Normal View History

2014-08-31 23:22:56 +02:00
.message {
margin: 0 auto 0.2em auto;
2014-08-31 23:22:56 +02:00
padding: 0.4em 0.5em;
text-align: center;
max-width: 40em;
2014-08-31 23:22:56 +02:00
}
.message.error {
background: #fdd;
box-shadow: 0 0 0 1px #fcc inset;
}
.message.info {
background: #def;
box-shadow: 0 0 0 1px #cdf inset;
}