Style changes to messages. Tell me if I changed too much...
This commit is contained in:
parent
38f71d4792
commit
62e2f458fb
@ -77,47 +77,6 @@ label {
|
|||||||
padding-bottom:74px;
|
padding-bottom:74px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.mediagoblin_messages {
|
|
||||||
list-style:none inside;
|
|
||||||
color:#393932;
|
|
||||||
margin:2px;
|
|
||||||
padding:2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.mediagoblin_messages li {
|
|
||||||
background-color:#d4d4d4;
|
|
||||||
border-style:solid;
|
|
||||||
border-width:3px;
|
|
||||||
border-color:#959595;
|
|
||||||
margin:5px;
|
|
||||||
padding:8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.mediagoblin_messages li.message_success {
|
|
||||||
background-color: #88d486;
|
|
||||||
border-color: #5bba59;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.mediagoblin_messages li.message_warning {
|
|
||||||
background-color: #d4c686;
|
|
||||||
border-color: #baa959;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.mediagoblin_messages li.message_error {
|
|
||||||
background-color: #d48686;
|
|
||||||
border-color: #ba5959;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.mediagoblin_messages li.message_info {
|
|
||||||
background-color: #86b9d4;
|
|
||||||
border-color: #5998ba;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.mediagoblin_messages li.message_debug {
|
|
||||||
background-color: #aa86d4;
|
|
||||||
border-color: #8659ba;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.mediagoblin_logo {
|
a.mediagoblin_logo {
|
||||||
width:34px;
|
width:34px;
|
||||||
height:25px;
|
height:25px;
|
||||||
@ -264,3 +223,36 @@ p.navigation_button{
|
|||||||
.navigation_left{
|
.navigation_left{
|
||||||
margin-right:2px;
|
margin-right:2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* messages */
|
||||||
|
|
||||||
|
ul.mediagoblin_messages {
|
||||||
|
list-style:none inside;
|
||||||
|
color:#f7f7f7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mediagoblin_messages li {
|
||||||
|
margin:5px 0;
|
||||||
|
padding:8px;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.message_success {
|
||||||
|
background-color: #378566;
|
||||||
|
}
|
||||||
|
|
||||||
|
.message_warning {
|
||||||
|
background-color: #87453b;
|
||||||
|
}
|
||||||
|
|
||||||
|
.message_error {
|
||||||
|
background-color: #87453b;
|
||||||
|
}
|
||||||
|
|
||||||
|
.message_info {
|
||||||
|
background-color: #378566;
|
||||||
|
|
||||||
|
.message_debug {
|
||||||
|
background-color: #f7f7f7;
|
||||||
|
color:#272727;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user