Merge pull request #66 from scott1702/message-colours

Soften message background colours
This commit is contained in:
Ingo Schommer 2015-06-17 12:25:36 +12:00
commit 413d8e396a

View File

@ -82,6 +82,11 @@ html {
color:#808c8d; color:#808c8d;
} }
#sidebar .nav a.current:hover {
background-color: #03527a;
color: #fff;
}
#sidebar .nav .section .top { #sidebar .nav .section .top {
background: #f6f7f8; background: #f6f7f8;
border: none; border: none;
@ -456,12 +461,12 @@ html {
.notice, .notice,
.note, .note,
.warningBox { .warningBox {
background: #F9F17A; background: #FFFFAD;
} }
.warning, .warning,
.alert { .alert {
background: #e75242; background: #FF8480;
color:#fff; color:#fff;
} }
.warning a, .warning a,
@ -474,14 +479,17 @@ html {
color:#666; color:#666;
} }
.info, .hint {
.hint { background: #f4f4f4;
background: rgb(184, 229, 250);
} }
.warning p { .info {
margin-bottom: 0; background: #CAF7FF;
} }
.warning p {
margin-bottom: 0;
}
.warningBoxTop { .warningBoxTop {
padding: 10px 10px 10px 70px; padding: 10px 10px 10px 70px;