c886ce0eb8ccb49236d7012ae5c6a0aaf2170f7a
[myslice.git] / plugins / messages / messages.css
1 /* http://www.w3schools.com/html/html_colornames.asp */
2 /* someone please feel free to pick a better set of colors */
3 ul.messages {
4     background-color: #d0f0d0;
5     list-style-type: none;
6 }
7 li.fatal { background-color: CornflowerBlue;}
8 li.error { background-color: Coral; }
9 li.warning { background-color: Gold; }
10 li.info { background-color: LightGreen; }
11 li.debug { background-color: Azure; } 
12
13 span.messages-date { 
14     font-size: 75%;
15     padding: 0px 1em 0px 2em;
16 }
17
18 span.messages-level {
19     float: left;
20     width: 40px;
21     font-size: 90%;
22 }