mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
#60 common/css/*.css coding style 변경.
This commit is contained in:
parent
3e43ac505f
commit
45528de097
2 changed files with 322 additions and 48 deletions
|
|
@ -1,8 +1,35 @@
|
|||
@CHARSET "UTF-8";
|
||||
|
||||
/* Message */
|
||||
.message{position:relative;border:1px solid #ddd;background-color:#f8f8f8;margin:1em 0;padding:0 1em;border-radius:4px;line-height:1.4;font-size:13px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5)}
|
||||
body>.message{margin:1em}
|
||||
.message p{margin:1em 0 !important}
|
||||
.message.info{border-color:#BCE8F1;background-color:#D9EDF7;color:#3A87AD}
|
||||
.message.error{border-color:#EED3D7;background-color:#F2DEDE;color:#B94A48}
|
||||
.message.update{border-color:#D6E9C6;background-color:#DFF0D8;color:#468847}
|
||||
.message {
|
||||
position: relative;
|
||||
border: 1px solid #ddd;
|
||||
background-color: #f8f8f8;
|
||||
margin: 1em 0;
|
||||
padding: 0 1em;
|
||||
border-radius: 4px;
|
||||
line-height: 1.4;
|
||||
font-size: 13px;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
body>.message {
|
||||
margin: 1em;
|
||||
}
|
||||
.message p {
|
||||
margin: 1em 0 !important;
|
||||
}
|
||||
.message.info {
|
||||
border-color: #BCE8F1;
|
||||
background-color: #D9EDF7;
|
||||
color: #3A87AD;
|
||||
}
|
||||
.message.error {
|
||||
border-color: #EED3D7;
|
||||
background-color: #F2DEDE;
|
||||
color: #B94A48;
|
||||
}
|
||||
.message.update {
|
||||
border-color: #D6E9C6;
|
||||
background-color: #DFF0D8;
|
||||
color: #468847;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue