d12-message-blocks/css/cs-leaves.css
2015-10-18 12:33:08 -04:00

189 lines
3.7 KiB
CSS

/*
Don't need this class right now, but let's save it.
We can use it in future updates.
Plugin adopters can also style this text using a child theme.
*/
.d12-sc-text {
color: #fff;
}
/* Nutshell */
.d12-nutshell {
border-color: #D1E3D1;
background: #006600 url(../images/acorn.png) no-repeat 10px 10px;
}
.d12-nutshell p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Updates */
.d12-update {
border-color: #D1E3D1;
background: #006600 url(../images/update.png) no-repeat 10px 10px;
}
.d12-update p:first-child {
color: #D1E3D1;
border-color: #006600;
}
/* Attachments */
.d12-attach {
border-color: #D1E3D1;
background: #006600 url(../images/attach.png) no-repeat 10px 10px;
}
.d12-attach p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Deletion */
.d12-delete {
border-color: #D1E3D1;
background: #006600 url(../images/delete.png) no-repeat 10px 10px;
}
.d12-delete p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Part of a Series */
.d12-part {
border-color: #D1E3D1;
background: #006600 url(../images/cog.png) no-repeat 10px 10px;
}
.d12-part p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Mentions */
.d12-mention {
border-color: #D1E3D1;
background: #006600 url(../images/mentions.png) no-repeat 10px 10px;
}
.d12-mention p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Warning */
.d12-warning {
border-color: #D1E3D1;
background: #006600 url(../images/warning.png) no-repeat 10px 10px;
}
.d12-warning p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Important */
.d12-important {
border-color: #D1E3D1;
background: #006600 url(../images/important.png) no-repeat 10px 10px;
}
.d12-important p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Notice */
.d12-notice {
border-color: #D1E3D1;
background: #006600 url(../images/notice.png) no-repeat 10px 10px;
}
.d12-notice p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Error */
.d12-error {
border-color: #D1E3D1;
background: #006600 url(../images/error.png) no-repeat 10px 10px;
}
.d12-error p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Caution */
.d12-caution {
border-color: #D1E3D1;
background: #006600 url(../images/caution.png) no-repeat 10px 10px;
}
.d12-caution p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Archive */
.d12-archive {
border-color: #D1E3D1;
background: #006600 url(../images/archive.png) no-repeat 10px 10px;
}
.d12-archive p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Support */
.d12-support {
border-color: #D1E3D1;
background: #006600 url(../images/support.png) no-repeat 10px 10px;
}
.d12-support p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Contact */
.d12-contact {
border-color: #D1E3D1;
background: #006600 url(../images/contact.png) no-repeat 10px 10px;
}
.d12-contact p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Global */
.d12-global {
border-color: #D1E3D1;
background: #006600 url(../images/global.png) no-repeat 10px 10px;
}
.d12-global p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Green */
.d12-green {
border-color: #D1E3D1;
background: #006600 url(../images/green.png) no-repeat 10px 10px;
}
.d12-green p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Accept */
.d12-accept {
border-color: #D1E3D1;
background: #006600 url(../images/okay.png) no-repeat 10px 10px;
}
.d12-accept p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}
/* Stats */
.d12-stats {
border-color: #D1E3D1;
background: #006600 url(../images/statistics.png) no-repeat 10px 10px;
}
.d12-stats p:first-child {
color: #D1E3D1;
border-color: #D1E3D1;
}