szurubooru/public_html/css/messages.css

17 lines
265 B
CSS
Raw Normal View History

2014-08-31 23:22:56 +02:00
.message {
2015-08-05 16:57:33 +02:00
margin: 1em auto;
2015-06-28 12:25:35 +02:00
padding: 0.4em 0.5em;
text-align: center;
max-width: 40em;
2014-08-31 23:22:56 +02:00
}
.message.error {
2015-06-28 12:25:35 +02:00
background: #fdd;
box-shadow: 0 0 0 1px #fcc inset;
2014-08-31 23:22:56 +02:00
}
.message.info {
2015-06-28 12:25:35 +02:00
background: #def;
box-shadow: 0 0 0 1px #cdf inset;
2014-08-31 23:22:56 +02:00
}