diff --git a/css/admin.css b/css/admin.css new file mode 100644 index 0000000..b1597ca --- /dev/null +++ b/css/admin.css @@ -0,0 +1,72 @@ +i.d12mb-nutshell { + background-image: url(../icons/acorn.png); + margin: 2px 6px 0 0; +} +i.d12mb-update { + background-image: url(../icons/update.png); + margin: 2px 6px 0 0; +} +i.d12mb-attach { + background-image: url(../icons/attach.png); + margin: 2px 6px 0 0; +} +i.d12mb-delete { + background-image: url(../icons/delete.png); + margin: 2px 6px 0 0; +} +i.d12mb-part { + background-image: url(../icons/cog.png); + margin: 2px 6px 0 0; +} +i.d12mb-mentions { + background-image: url(../icons/mentions.png); + margin: 2px 6px 0 0; +} +i.d12mb-warning { + background-image: url(../icons/warning.png); + margin: 2px 6px 0 0; +} +i.d12mb-important { + background-image: url(../icons/important.png); + margin: 2px 6px 0 0; +} +i.d12mb-notice { + background-image: url(../icons/notice.png); + margin: 2px 6px 0 0; +} +i.d12mb-error { + background-image: url(../icons/error.png); + margin: 2px 6px 0 0; +} +i.d12mb-caution { + background-image: url(../icons/caution.png); + margin: 2px 6px 0 0; +} +i.d12mb-archive { + background-image: url(../icons/archive.png); + margin: 2px 6px 0 0; +} +i.d12mb-support { + background-image: url(../icons/support.png); + margin: 2px 6px 0 0; +} +i.d12mb-contact { + background-image: url(../icons/contact.png); + margin: 2px 6px 0 0; +} +i.d12mb-global { + background-image: url(../icons/global.png); + margin: 2px 6px 0 0; +} +i.d12mb-green { + background-image: url(../icons/green.png); + margin: 2px 6px 0 0; +} +i.d12mb-accept { + background-image: url(../icons/okay.png); + margin: 2px 6px 0 0; +} +i.d12mb-stats { + background-image: url(../icons/statistics.png); + margin: 2px 6px 0 0; +} diff --git a/css/bs-mw-thick-thick.css b/css/bs-mw-thick-thick.css new file mode 100644 index 0000000..062d45d --- /dev/null +++ b/css/bs-mw-thick-thick.css @@ -0,0 +1,18 @@ +.d12-block { + margin: 10px auto; + width: 85%; + border: solid 2px #000; + border-radius: 0px; + border-left-width: 8px; + padding: 10px 10px 10px 54px; + } +.d12-block p:first-child { + margin-top: 0px; + border-bottom: solid 1px #000; + padding-bottom: 5px; + margin-bottom: 5px; + font-size: 1.2em; + } +.d12-block ul { + margin-left: 14px !important; + } diff --git a/css/bs-mw-thick-thin.css b/css/bs-mw-thick-thin.css new file mode 100644 index 0000000..2cea036 --- /dev/null +++ b/css/bs-mw-thick-thin.css @@ -0,0 +1,18 @@ +.d12-block { + margin: 10px auto; + width: 85%; + border: solid 1px #000; + border-radius: 0px; + border-left-width: 8px; + padding: 10px 10px 10px 54px; + } +.d12-block p:first-child { + margin-top: 0px; + border-bottom: solid 1px #000; + padding-bottom: 5px; + margin-bottom: 5px; + font-size: 1.2em; + } +.d12-block ul { + margin-left: 14px !important; + } diff --git a/css/bs-mw-thin-thick.css b/css/bs-mw-thin-thick.css new file mode 100644 index 0000000..aff4a44 --- /dev/null +++ b/css/bs-mw-thin-thick.css @@ -0,0 +1,18 @@ +.d12-block { + margin: 10px auto; + width: 85%; + border: solid 2px #000; + border-radius: 0px; + border-left-width: 4px; + padding: 10px 10px 10px 54px; + } +.d12-block p:first-child { + margin-top: 0px; + border-bottom: solid 1px #000; + padding-bottom: 5px; + margin-bottom: 5px; + font-size: 1.2em; + } +.d12-block ul { + margin-left: 14px !important; + } diff --git a/css/bs-mw-thin-thin.css b/css/bs-mw-thin-thin.css new file mode 100644 index 0000000..d381ca7 --- /dev/null +++ b/css/bs-mw-thin-thin.css @@ -0,0 +1,18 @@ +.d12-block { + margin: 10px auto; + width: 85%; + border: solid 1px #000; + border-radius: 0px; + border-left-width: 4px; + padding: 10px 10px 10px 54px; + } +.d12-block p:first-child { + margin-top: 0px; + border-bottom: solid 1px #000; + padding-bottom: 5px; + margin-bottom: 5px; + font-size: 1.2em; + } +.d12-block ul { + margin-left: 14px !important; + } diff --git a/css/bs-round-double.css b/css/bs-round-double.css new file mode 100644 index 0000000..b7b505c --- /dev/null +++ b/css/bs-round-double.css @@ -0,0 +1,17 @@ +.d12-block { + margin: 10px auto; + width: 85%; + border: double 3px #000; + border-radius: 4px; + padding: 10px 10px 10px 54px; + } +.d12-block p:first-child { + margin-top: 0px; + border-bottom: solid 1px #000; + padding-bottom: 5px; + margin-bottom: 5px; + font-size: 1.2em; + } +.d12-block ul { + margin-left: 14px !important; + } diff --git a/css/bs-round-single-thick.css b/css/bs-round-single-thick.css new file mode 100644 index 0000000..ad35b74 --- /dev/null +++ b/css/bs-round-single-thick.css @@ -0,0 +1,17 @@ +.d12-block { + margin: 10px auto; + width: 85%; + border: solid 2px #000; + border-radius: 4px; + padding: 10px 10px 10px 54px; + } +.d12-block p:first-child { + margin-top: 0px; + border-bottom: solid 1px #000; + padding-bottom: 5px; + margin-bottom: 5px; + font-size: 1.2em; + } +.d12-block ul { + margin-left: 14px !important; + } diff --git a/css/bs-round-single-thin.css b/css/bs-round-single-thin.css new file mode 100644 index 0000000..bff3f60 --- /dev/null +++ b/css/bs-round-single-thin.css @@ -0,0 +1,17 @@ +.d12-block { + margin: 10px auto; + width: 85%; + border: solid 1px #000; + border-radius: 4px; + padding: 10px 10px 10px 54px; + } +.d12-block p:first-child { + margin-top: 0px; + border-bottom: solid 1px #000; + padding-bottom: 5px; + margin-bottom: 5px; + font-size: 1.2em; + } +.d12-block ul { + margin-left: 14px !important; + } diff --git a/css/bs-square-double.css b/css/bs-square-double.css new file mode 100644 index 0000000..69f59e6 --- /dev/null +++ b/css/bs-square-double.css @@ -0,0 +1,17 @@ +.d12-block { + margin: 10px auto; + width: 85%; + border: double 3px #000; + border-radius: 0px; + padding: 10px 10px 10px 54px; + } +.d12-block p:first-child { + margin-top: 0px; + border-bottom: solid 1px #000; + padding-bottom: 5px; + margin-bottom: 5px; + font-size: 1.2em; + } +.d12-block ul { + margin-left: 14px !important; + } diff --git a/css/bs-square-single-thick.css b/css/bs-square-single-thick.css new file mode 100644 index 0000000..e86f2e5 --- /dev/null +++ b/css/bs-square-single-thick.css @@ -0,0 +1,17 @@ +.d12-block { + margin: 10px auto; + width: 85%; + border: solid 2px #000; + border-radius: 0px; + padding: 10px 10px 10px 54px; + } +.d12-block p:first-child { + margin-top: 0px; + border-bottom: solid 1px #000; + padding-bottom: 5px; + margin-bottom: 5px; + font-size: 1.2em; + } +.d12-block ul { + margin-left: 14px !important; + } diff --git a/css/bs-square-single-thin.css b/css/bs-square-single-thin.css new file mode 100644 index 0000000..4c1aab7 --- /dev/null +++ b/css/bs-square-single-thin.css @@ -0,0 +1,17 @@ +.d12-block { + margin: 10px auto; + width: 85%; + border: solid 1px #000; + border-radius: 0px; + padding: 10px 10px 10px 54px; + } +.d12-block p:first-child { + margin-top: 0px; + border-bottom: solid 1px #000; + padding-bottom: 5px; + margin-bottom: 5px; + font-size: 1.2em; + } +.d12-block ul { + margin-left: 14px !important; + } diff --git a/css/cs-aqua.css b/css/cs-aqua.css new file mode 100644 index 0000000..7a47ded --- /dev/null +++ b/css/cs-aqua.css @@ -0,0 +1,187 @@ +/* + 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 { + } + +/* Nutshell */ +.d12-nutshell { + border-color: #3399FF; + background: #F3F9FF url(../images/acorn.png) no-repeat 10px 10px; + } +.d12-nutshell p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Updates */ +.d12-update { + border-color: #3399FF; + background: #F3F9FF url(../images/update.png) no-repeat 10px 10px; + } +.d12-update p:first-child { + color: #3399FF; + border-color: #F3F9FF; + } + +/* Attachments */ +.d12-attach { + border-color: #3399FF; + background: #F3F9FF url(../images/attach.png) no-repeat 10px 10px; + } +.d12-attach p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Deletion */ +.d12-delete { + border-color: #3399FF; + background: #F3F9FF url(../images/delete.png) no-repeat 10px 10px; + } +.d12-delete p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Part of a Series */ +.d12-part { + border-color: #3399FF; + background: #F3F9FF url(../images/cog.png) no-repeat 10px 10px; + } +.d12-part p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Mentions */ +.d12-mention { + border-color: #3399FF; + background: #F3F9FF url(../images/mentions.png) no-repeat 10px 10px; + } +.d12-mention p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Warning */ +.d12-warning { + border-color: #3399FF; + background: #F3F9FF url(../images/warning.png) no-repeat 10px 10px; + } +.d12-warning p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Important */ +.d12-important { + border-color: #3399FF; + background: #F3F9FF url(../images/important.png) no-repeat 10px 10px; + } +.d12-important p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Notice */ +.d12-notice { + border-color: #3399FF; + background: #F3F9FF url(../images/notice.png) no-repeat 10px 10px; + } +.d12-notice p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Error */ +.d12-error { + border-color: #3399FF; + background: #F3F9FF url(../images/error.png) no-repeat 10px 10px; + } +.d12-error p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Caution */ +.d12-caution { + border-color: #3399FF; + background: #F3F9FF url(../images/caution.png) no-repeat 10px 10px; + } +.d12-caution p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Archive */ +.d12-archive { + border-color: #3399FF; + background: #F3F9FF url(../images/archive.png) no-repeat 10px 10px; + } +.d12-archive p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Support */ +.d12-support { + border-color: #3399FF; + background: #F3F9FF url(../images/support.png) no-repeat 10px 10px; + } +.d12-support p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Contact */ +.d12-contact { + border-color: #3399FF; + background: #F3F9FF url(../images/contact.png) no-repeat 10px 10px; + } +.d12-contact p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Global */ +.d12-global { + border-color: #3399FF; + background: #F3F9FF url(../images/global.png) no-repeat 10px 10px; + } +.d12-global p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Green */ +.d12-green { + border-color: #3399FF; + background: #F3F9FF url(../images/green.png) no-repeat 10px 10px; + } +.d12-green p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Accept */ +.d12-accept { + border-color: #3399FF; + background: #F3F9FF url(../images/okay.png) no-repeat 10px 10px; + } +.d12-accept p:first-child { + color: #3399FF; + border-color: #3399FF; + } + +/* Stats */ +.d12-stats { + border-color: #3399FF; + background: #F3F9FF url(../images/statistics.png) no-repeat 10px 10px; + } +.d12-stats p:first-child { + color: #3399FF; + border-color: #3399FF; + } diff --git a/css/cs-bark.css b/css/cs-bark.css new file mode 100644 index 0000000..e4f6ba9 --- /dev/null +++ b/css/cs-bark.css @@ -0,0 +1,188 @@ +/* + 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: #E5DDD4; + background: #704214 url(../images/acorn.png) no-repeat 10px 10px; + } +.d12-nutshell p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Updates */ +.d12-update { + border-color: #E5DDD4; + background: #704214 url(../images/update.png) no-repeat 10px 10px; + } +.d12-update p:first-child { + color: #E5DDD4; + border-color: #704214; + } + +/* Attachments */ +.d12-attach { + border-color: #E5DDD4; + background: #704214 url(../images/attach.png) no-repeat 10px 10px; + } +.d12-attach p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Deletion */ +.d12-delete { + border-color: #E5DDD4; + background: #704214 url(../images/delete.png) no-repeat 10px 10px; + } +.d12-delete p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Part of a Series */ +.d12-part { + border-color: #E5DDD4; + background: #704214 url(../images/cog.png) no-repeat 10px 10px; + } +.d12-part p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Mentions */ +.d12-mention { + border-color: #E5DDD4; + background: #704214 url(../images/mentions.png) no-repeat 10px 10px; + } +.d12-mention p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Warning */ +.d12-warning { + border-color: #E5DDD4; + background: #704214 url(../images/warning.png) no-repeat 10px 10px; + } +.d12-warning p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Important */ +.d12-important { + border-color: #E5DDD4; + background: #704214 url(../images/important.png) no-repeat 10px 10px; + } +.d12-important p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Notice */ +.d12-notice { + border-color: #E5DDD4; + background: #704214 url(../images/notice.png) no-repeat 10px 10px; + } +.d12-notice p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Error */ +.d12-error { + border-color: #E5DDD4; + background: #704214 url(../images/error.png) no-repeat 10px 10px; + } +.d12-error p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Caution */ +.d12-caution { + border-color: #E5DDD4; + background: #704214 url(../images/caution.png) no-repeat 10px 10px; + } +.d12-caution p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Archive */ +.d12-archive { + border-color: #E5DDD4; + background: #704214 url(../images/archive.png) no-repeat 10px 10px; + } +.d12-archive p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Support */ +.d12-support { + border-color: #E5DDD4; + background: #704214 url(../images/support.png) no-repeat 10px 10px; + } +.d12-support p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Contact */ +.d12-contact { + border-color: #E5DDD4; + background: #704214 url(../images/contact.png) no-repeat 10px 10px; + } +.d12-contact p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Global */ +.d12-global { + border-color: #E5DDD4; + background: #704214 url(../images/global.png) no-repeat 10px 10px; + } +.d12-global p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Green */ +.d12-green { + border-color: #E5DDD4; + background: #704214 url(../images/green.png) no-repeat 10px 10px; + } +.d12-green p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Accept */ +.d12-accept { + border-color: #E5DDD4; + background: #704214 url(../images/okay.png) no-repeat 10px 10px; + } +.d12-accept p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } + +/* Stats */ +.d12-stats { + border-color: #E5DDD4; + background: #704214 url(../images/statistics.png) no-repeat 10px 10px; + } +.d12-stats p:first-child { + color: #E5DDD4; + border-color: #E5DDD4; + } diff --git a/css/cs-beach.css b/css/cs-beach.css new file mode 100644 index 0000000..c69ad3f --- /dev/null +++ b/css/cs-beach.css @@ -0,0 +1,187 @@ +/* + 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 { + } + +/* Nutshell */ +.d12-nutshell { + border-color: #8A643F; + background: #FBF5DD url(../images/acorn.png) no-repeat 10px 10px; + } +.d12-nutshell p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Updates */ +.d12-update { + border-color: #8A643F; + background: #FBF5DD url(../images/update.png) no-repeat 10px 10px; + } +.d12-update p:first-child { + color: #8A643F; + border-color: #FBF5DD; + } + +/* Attachments */ +.d12-attach { + border-color: #8A643F; + background: #FBF5DD url(../images/attach.png) no-repeat 10px 10px; + } +.d12-attach p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Deletion */ +.d12-delete { + border-color: #8A643F; + background: #FBF5DD url(../images/delete.png) no-repeat 10px 10px; + } +.d12-delete p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Part of a Series */ +.d12-part { + border-color: #8A643F; + background: #FBF5DD url(../images/cog.png) no-repeat 10px 10px; + } +.d12-part p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Mentions */ +.d12-mention { + border-color: #8A643F; + background: #FBF5DD url(../images/mentions.png) no-repeat 10px 10px; + } +.d12-mention p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Warning */ +.d12-warning { + border-color: #8A643F; + background: #FBF5DD url(../images/warning.png) no-repeat 10px 10px; + } +.d12-warning p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Important */ +.d12-important { + border-color: #8A643F; + background: #FBF5DD url(../images/important.png) no-repeat 10px 10px; + } +.d12-important p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Notice */ +.d12-notice { + border-color: #8A643F; + background: #FBF5DD url(../images/notice.png) no-repeat 10px 10px; + } +.d12-notice p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Error */ +.d12-error { + border-color: #8A643F; + background: #FBF5DD url(../images/error.png) no-repeat 10px 10px; + } +.d12-error p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Caution */ +.d12-caution { + border-color: #8A643F; + background: #FBF5DD url(../images/caution.png) no-repeat 10px 10px; + } +.d12-caution p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Archive */ +.d12-archive { + border-color: #8A643F; + background: #FBF5DD url(../images/archive.png) no-repeat 10px 10px; + } +.d12-archive p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Support */ +.d12-support { + border-color: #8A643F; + background: #FBF5DD url(../images/support.png) no-repeat 10px 10px; + } +.d12-support p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Contact */ +.d12-contact { + border-color: #8A643F; + background: #FBF5DD url(../images/contact.png) no-repeat 10px 10px; + } +.d12-contact p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Global */ +.d12-global { + border-color: #8A643F; + background: #FBF5DD url(../images/global.png) no-repeat 10px 10px; + } +.d12-global p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Green */ +.d12-green { + border-color: #8A643F; + background: #FBF5DD url(../images/green.png) no-repeat 10px 10px; + } +.d12-green p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Accept */ +.d12-accept { + border-color: #8A643F; + background: #FBF5DD url(../images/okay.png) no-repeat 10px 10px; + } +.d12-accept p:first-child { + color: #8A643F; + border-color: #8A643F; + } + +/* Stats */ +.d12-stats { + border-color: #8A643F; + background: #FBF5DD url(../images/statistics.png) no-repeat 10px 10px; + } +.d12-stats p:first-child { + color: #8A643F; + border-color: #8A643F; + } diff --git a/css/cs-business.css b/css/cs-business.css new file mode 100644 index 0000000..4501ed5 --- /dev/null +++ b/css/cs-business.css @@ -0,0 +1,187 @@ +/* + 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 { + } + +/* Nutshell */ +.d12-nutshell { + border-color: #404777; + background: #F6F7F8 url(../images/acorn.png) no-repeat 10px 10px; + } +.d12-nutshell p:first-child { + color: #404777; + border-color: #404777; + } + +/* Updates */ +.d12-update { + border-color: #404777; + background: #F6F7F8 url(../images/update.png) no-repeat 10px 10px; + } +.d12-update p:first-child { + color: #404777; + border-color: #F6F7F8; + } + +/* Attachments */ +.d12-attach { + border-color: #404777; + background: #F6F7F8 url(../images/attach.png) no-repeat 10px 10px; + } +.d12-attach p:first-child { + color: #404777; + border-color: #404777; + } + +/* Deletion */ +.d12-delete { + border-color: #404777; + background: #F6F7F8 url(../images/delete.png) no-repeat 10px 10px; + } +.d12-delete p:first-child { + color: #404777; + border-color: #404777; + } + +/* Part of a Series */ +.d12-part { + border-color: #404777; + background: #F6F7F8 url(../images/cog.png) no-repeat 10px 10px; + } +.d12-part p:first-child { + color: #404777; + border-color: #404777; + } + +/* Mentions */ +.d12-mention { + border-color: #404777; + background: #F6F7F8 url(../images/mentions.png) no-repeat 10px 10px; + } +.d12-mention p:first-child { + color: #404777; + border-color: #404777; + } + +/* Warning */ +.d12-warning { + border-color: #404777; + background: #F6F7F8 url(../images/warning.png) no-repeat 10px 10px; + } +.d12-warning p:first-child { + color: #404777; + border-color: #404777; + } + +/* Important */ +.d12-important { + border-color: #404777; + background: #F6F7F8 url(../images/important.png) no-repeat 10px 10px; + } +.d12-important p:first-child { + color: #404777; + border-color: #404777; + } + +/* Notice */ +.d12-notice { + border-color: #404777; + background: #F6F7F8 url(../images/notice.png) no-repeat 10px 10px; + } +.d12-notice p:first-child { + color: #404777; + border-color: #404777; + } + +/* Error */ +.d12-error { + border-color: #404777; + background: #F6F7F8 url(../images/error.png) no-repeat 10px 10px; + } +.d12-error p:first-child { + color: #404777; + border-color: #404777; + } + +/* Caution */ +.d12-caution { + border-color: #404777; + background: #F6F7F8 url(../images/caution.png) no-repeat 10px 10px; + } +.d12-caution p:first-child { + color: #404777; + border-color: #404777; + } + +/* Archive */ +.d12-archive { + border-color: #404777; + background: #F6F7F8 url(../images/archive.png) no-repeat 10px 10px; + } +.d12-archive p:first-child { + color: #404777; + border-color: #404777; + } + +/* Support */ +.d12-support { + border-color: #404777; + background: #F6F7F8 url(../images/support.png) no-repeat 10px 10px; + } +.d12-support p:first-child { + color: #404777; + border-color: #404777; + } + +/* Contact */ +.d12-contact { + border-color: #404777; + background: #F6F7F8 url(../images/contact.png) no-repeat 10px 10px; + } +.d12-contact p:first-child { + color: #404777; + border-color: #404777; + } + +/* Global */ +.d12-global { + border-color: #404777; + background: #F6F7F8 url(../images/global.png) no-repeat 10px 10px; + } +.d12-global p:first-child { + color: #404777; + border-color: #404777; + } + +/* Green */ +.d12-green { + border-color: #404777; + background: #F6F7F8 url(../images/green.png) no-repeat 10px 10px; + } +.d12-green p:first-child { + color: #404777; + border-color: #404777; + } + +/* Accept */ +.d12-accept { + border-color: #404777; + background: #F6F7F8 url(../images/okay.png) no-repeat 10px 10px; + } +.d12-accept p:first-child { + color: #404777; + border-color: #404777; + } + +/* Stats */ +.d12-stats { + border-color: #404777; + background: #F6F7F8 url(../images/statistics.png) no-repeat 10px 10px; + } +.d12-stats p:first-child { + color: #404777; + border-color: #404777; + } diff --git a/css/cs-bw.css b/css/cs-bw.css new file mode 100644 index 0000000..11a400c --- /dev/null +++ b/css/cs-bw.css @@ -0,0 +1,187 @@ +/* + 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 { + } + +/* Nutshell */ +.d12-nutshell { + border-color: #444; + background: #fff url(../images/acorn.png) no-repeat 10px 10px; + } +.d12-nutshell p:first-child { + color: #444; + border-color: #444; + } + +/* Updates */ +.d12-update { + border-color: #444; + background: #fff url(../images/update.png) no-repeat 10px 10px; + } +.d12-update p:first-child { + color: #444; + border-color: #fff; + } + +/* Attachments */ +.d12-attach { + border-color: #444; + background: #fff url(../images/attach.png) no-repeat 10px 10px; + } +.d12-attach p:first-child { + color: #444; + border-color: #444; + } + +/* Deletion */ +.d12-delete { + border-color: #444; + background: #fff url(../images/delete.png) no-repeat 10px 10px; + } +.d12-delete p:first-child { + color: #444; + border-color: #444; + } + +/* Part of a Series */ +.d12-part { + border-color: #444; + background: #fff url(../images/cog.png) no-repeat 10px 10px; + } +.d12-part p:first-child { + color: #444; + border-color: #444; + } + +/* Mentions */ +.d12-mention { + border-color: #444; + background: #fff url(../images/mentions.png) no-repeat 10px 10px; + } +.d12-mention p:first-child { + color: #444; + border-color: #444; + } + +/* Warning */ +.d12-warning { + border-color: #444; + background: #fff url(../images/warning.png) no-repeat 10px 10px; + } +.d12-warning p:first-child { + color: #444; + border-color: #444; + } + +/* Important */ +.d12-important { + border-color: #444; + background: #fff url(../images/important.png) no-repeat 10px 10px; + } +.d12-important p:first-child { + color: #444; + border-color: #444; + } + +/* Notice */ +.d12-notice { + border-color: #444; + background: #fff url(../images/notice.png) no-repeat 10px 10px; + } +.d12-notice p:first-child { + color: #444; + border-color: #444; + } + +/* Error */ +.d12-error { + border-color: #444; + background: #fff url(../images/error.png) no-repeat 10px 10px; + } +.d12-error p:first-child { + color: #444; + border-color: #444; + } + +/* Caution */ +.d12-caution { + border-color: #444; + background: #fff url(../images/caution.png) no-repeat 10px 10px; + } +.d12-caution p:first-child { + color: #444; + border-color: #444; + } + +/* Archive */ +.d12-archive { + border-color: #444; + background: #fff url(../images/archive.png) no-repeat 10px 10px; + } +.d12-archive p:first-child { + color: #444; + border-color: #444; + } + +/* Support */ +.d12-support { + border-color: #444; + background: #fff url(../images/support.png) no-repeat 10px 10px; + } +.d12-support p:first-child { + color: #444; + border-color: #444; + } + +/* Contact */ +.d12-contact { + border-color: #444; + background: #fff url(../images/contact.png) no-repeat 10px 10px; + } +.d12-contact p:first-child { + color: #444; + border-color: #444; + } + +/* Global */ +.d12-global { + border-color: #444; + background: #fff url(../images/global.png) no-repeat 10px 10px; + } +.d12-global p:first-child { + color: #444; + border-color: #444; + } + +/* Green */ +.d12-green { + border-color: #444; + background: #fff url(../images/green.png) no-repeat 10px 10px; + } +.d12-green p:first-child { + color: #444; + border-color: #444; + } + +/* Accept */ +.d12-accept { + border-color: #444; + background: #fff url(../images/okay.png) no-repeat 10px 10px; + } +.d12-accept p:first-child { + color: #444; + border-color: #444; + } + +/* Stats */ +.d12-stats { + border-color: #444; + background: #fff url(../images/statistics.png) no-repeat 10px 10px; + } +.d12-stats p:first-child { + color: #444; + border-color: #444; + } diff --git a/css/cs-default.css b/css/cs-default.css new file mode 100644 index 0000000..12e092c --- /dev/null +++ b/css/cs-default.css @@ -0,0 +1,187 @@ +/* + 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 { + } + +/* Nutshell */ +.d12-nutshell { + border-color: #8C4815; + background: #FFEFCF url(../images/acorn.png) no-repeat 10px 10px; + } +.d12-nutshell p:first-child { + color: #8c4815; + border-color: #8C4815; + } + +/* Updates */ +.d12-update { + border-color: #4282B6; + background: #EFF6FA url(../images/update.png) no-repeat 10px 10px; + } +.d12-update p:first-child { + color: #4282B6; + border-color: #4282B6; + } + +/* Attachments */ +.d12-attach { + border-color: #404777; + background: #F6F7F8 url(../images/attach.png) no-repeat 10px 10px; + } +.d12-attach p:first-child { + color: #404777; + border-color: #404777; + } + +/* Deletion */ +.d12-delete { + border-color: #A60B05; + background: #FCEDEB url(../images/delete.png) no-repeat 10px 10px; + } +.d12-delete p:first-child { + color: #A60B05; + border-color: #A60B05; + } + +/* Part of a Series */ +.d12-part { + border-color: #333; + background: #eee url(../images/cog.png) no-repeat 10px 10px; + } +.d12-part p:first-child { + color: #333; + border-color: #333; + } + +/* Mentions */ +.d12-mention { + border-color: #0B5DA1; + background: #FFF5DB url(../images/mentions.png) no-repeat 10px 10px; + } +.d12-mention p:first-child { + color: #0B5DA1; + border-color: #0B5DA1; + } + +/* Warning */ +.d12-warning { + border-color: #D56D01; + background: #fafafa url(../images/warning.png) no-repeat 10px 10px; + } +.d12-warning p:first-child { + color: #D56D01; + border-color: #D56D01; + } + +/* Important */ +.d12-important { + border-color: #BF3829; + background: #FFF7F7 url(../images/important.png) no-repeat 10px 10px; + } +.d12-important p:first-child { + color: #BF3829; + border-color: #BF3829; + } + +/* Notice */ +.d12-notice { + border-color: #D56D01; + background: #fafafa url(../images/notice.png) no-repeat 10px 10px; + } +.d12-notice p:first-child { + color: #D56D01; + border-color: #D56D01; + } + +/* Error */ +.d12-error { + border-color: #C13A29; + background: #FFF5F5 url(../images/error.png) no-repeat 10px 10px; + } +.d12-error p:first-child { + color: #C13A29; + border-color: #C13A29; + } + +/* Caution */ +.d12-caution { + border-color: #D56D01; + background: #fafafa url(../images/caution.png) no-repeat 10px 10px; + } +.d12-caution p:first-child { + color: #D56D01; + border-color: #D56D01; + } + +/* Archive */ +.d12-archive { + border-color: #0B5DA1; + background: #eee url(../images/archive.png) no-repeat 10px 10px; + } +.d12-archive p:first-child { + color: #0B5DA1; + border-color: #0B5DA1; + } + +/* Support */ +.d12-support { + border-color: #CD0000; + background: #fff url(../images/support.png) no-repeat 10px 10px; + } +.d12-support p:first-child { + color: #CD0000; + border-color: #CD0000; + } + +/* Contact */ +.d12-contact { + border-color: #630; + background: #fff url(../images/contact.png) no-repeat 10px 10px; + } +.d12-contact p:first-child { + color: #630; + border-color: #630; + } + +/* Global */ +.d12-global { + border-color: #074; + background: #fff url(../images/global.png) no-repeat 10px 10px; + } +.d12-global p:first-child { + color: #074; + border-color: #074; + } + +/* Green */ +.d12-green { + border-color: #427D00; + background: #fff url(../images/green.png) no-repeat 10px 10px; + } +.d12-green p:first-child { + color: #427D00; + border-color: #427D00; + } + +/* Accept */ +.d12-accept { + border-color: #99C700; + background: #fff url(../images/okay.png) no-repeat 10px 10px; + } +.d12-accept p:first-child { + color: #427D00; + border-color: #99C700; + } + +/* Stats */ +.d12-stats { + border-color: #376EA3; + background: #fff url(../images/statistics.png) no-repeat 10px 10px; + } +.d12-stats p:first-child { + color: #376EA3; + border-color: #376EA3; + } diff --git a/css/cs-forest.css b/css/cs-forest.css new file mode 100644 index 0000000..ec31414 --- /dev/null +++ b/css/cs-forest.css @@ -0,0 +1,187 @@ +/* + 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 { + } + +/* Nutshell */ +.d12-nutshell { + border-color: #5D3800; + background: #EEF2EA url(../images/acorn.png) no-repeat 10px 10px; + } +.d12-nutshell p:first-child { + color: #336600; + border-color: #336600; + } + +/* Updates */ +.d12-update { + border-color: #5D3800; + background: #EEF2EA url(../images/update.png) no-repeat 10px 10px; + } +.d12-update p:first-child { + color: #336600; + border-color: #336600; + } + +/* Attachments */ +.d12-attach { + border-color: #5D3800; + background: #EEF2EA url(../images/attach.png) no-repeat 10px 10px; + } +.d12-attach p:first-child { + color: #336600; + border-color: #336600; + } + +/* Deletion */ +.d12-delete { + border-color: #5D3800; + background: #EEF2EA url(../images/delete.png) no-repeat 10px 10px; + } +.d12-delete p:first-child { + color: #336600; + border-color: #336600; + } + +/* Part of a Series */ +.d12-part { + border-color: #5D3800; + background: #EEF2EA url(../images/cog.png) no-repeat 10px 10px; + } +.d12-part p:first-child { + color: #336600; + border-color: #336600; + } + +/* Mentions */ +.d12-mention { + border-color: #5D3800; + background: #EEF2EA url(../images/mentions.png) no-repeat 10px 10px; + } +.d12-mention p:first-child { + color: #336600; + border-color: #336600; + } + +/* Warning */ +.d12-warning { + border-color: #5D3800; + background: #EEF2EA url(../images/warning.png) no-repeat 10px 10px; + } +.d12-warning p:first-child { + color: #336600; + border-color: #336600; + } + +/* Important */ +.d12-important { + border-color: #5D3800; + background: #EEF2EA url(../images/important.png) no-repeat 10px 10px; + } +.d12-important p:first-child { + color: #336600; + border-color: #336600; + } + +/* Notice */ +.d12-notice { + border-color: #5D3800; + background: #EEF2EA url(../images/notice.png) no-repeat 10px 10px; + } +.d12-notice p:first-child { + color: #336600; + border-color: #336600; + } + +/* Error */ +.d12-error { + border-color: #5D3800; + background: #EEF2EA url(../images/error.png) no-repeat 10px 10px; + } +.d12-error p:first-child { + color: #336600; + border-color: #336600; + } + +/* Caution */ +.d12-caution { + border-color: #5D3800; + background: #EEF2EA url(../images/caution.png) no-repeat 10px 10px; + } +.d12-caution p:first-child { + color: #336600; + border-color: #336600; + } + +/* Archive */ +.d12-archive { + border-color: #5D3800; + background: #EEF2EA url(../images/archive.png) no-repeat 10px 10px; + } +.d12-archive p:first-child { + color: #336600; + border-color: #336600; + } + +/* Support */ +.d12-support { + border-color: #5D3800; + background: #EEF2EA url(../images/support.png) no-repeat 10px 10px; + } +.d12-support p:first-child { + color: #336600; + border-color: #336600; + } + +/* Contact */ +.d12-contact { + border-color: #5D3800; + background: #EEF2EA url(../images/contact.png) no-repeat 10px 10px; + } +.d12-contact p:first-child { + color: #336600; + border-color: #336600; + } + +/* Global */ +.d12-global { + border-color: #5D3800; + background: #EEF2EA url(../images/global.png) no-repeat 10px 10px; + } +.d12-global p:first-child { + color: #336600; + border-color: #336600; + } + +/* Green */ +.d12-green { + border-color: #5D3800; + background: #EEF2EA url(../images/green.png) no-repeat 10px 10px; + } +.d12-green p:first-child { + color: #336600; + border-color: #336600; + } + +/* Accept */ +.d12-accept { + border-color: #5D3800; + background: #EEF2EA url(../images/okay.png) no-repeat 10px 10px; + } +.d12-accept p:first-child { + color: #336600; + border-color: #336600; + } + +/* Stats */ +.d12-stats { + border-color: #5D3800; + background: #EEF2EA url(../images/statistics.png) no-repeat 10px 10px; + } +.d12-stats p:first-child { + color: #336600; + border-color: #336600; + } diff --git a/css/cs-leaves.css b/css/cs-leaves.css new file mode 100644 index 0000000..ec4d32c --- /dev/null +++ b/css/cs-leaves.css @@ -0,0 +1,188 @@ +/* + 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; + } diff --git a/css/cs-magique.css b/css/cs-magique.css new file mode 100644 index 0000000..8c06006 --- /dev/null +++ b/css/cs-magique.css @@ -0,0 +1,188 @@ +/* + 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: #DCB9FF; + background: #5100A2 url(../images/acorn.png) no-repeat 10px 10px; + } +.d12-nutshell p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Updates */ +.d12-update { + border-color: #DCB9FF; + background: #5100A2 url(../images/update.png) no-repeat 10px 10px; + } +.d12-update p:first-child { + color: #DCB9FF; + border-color: #5100A2; + } + +/* Attachments */ +.d12-attach { + border-color: #DCB9FF; + background: #5100A2 url(../images/attach.png) no-repeat 10px 10px; + } +.d12-attach p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Deletion */ +.d12-delete { + border-color: #DCB9FF; + background: #5100A2 url(../images/delete.png) no-repeat 10px 10px; + } +.d12-delete p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Part of a Series */ +.d12-part { + border-color: #DCB9FF; + background: #5100A2 url(../images/cog.png) no-repeat 10px 10px; + } +.d12-part p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Mentions */ +.d12-mention { + border-color: #DCB9FF; + background: #5100A2 url(../images/mentions.png) no-repeat 10px 10px; + } +.d12-mention p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Warning */ +.d12-warning { + border-color: #DCB9FF; + background: #5100A2 url(../images/warning.png) no-repeat 10px 10px; + } +.d12-warning p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Important */ +.d12-important { + border-color: #DCB9FF; + background: #5100A2 url(../images/important.png) no-repeat 10px 10px; + } +.d12-important p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Notice */ +.d12-notice { + border-color: #DCB9FF; + background: #5100A2 url(../images/notice.png) no-repeat 10px 10px; + } +.d12-notice p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Error */ +.d12-error { + border-color: #DCB9FF; + background: #5100A2 url(../images/error.png) no-repeat 10px 10px; + } +.d12-error p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Caution */ +.d12-caution { + border-color: #DCB9FF; + background: #5100A2 url(../images/caution.png) no-repeat 10px 10px; + } +.d12-caution p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Archive */ +.d12-archive { + border-color: #DCB9FF; + background: #5100A2 url(../images/archive.png) no-repeat 10px 10px; + } +.d12-archive p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Support */ +.d12-support { + border-color: #DCB9FF; + background: #5100A2 url(../images/support.png) no-repeat 10px 10px; + } +.d12-support p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Contact */ +.d12-contact { + border-color: #DCB9FF; + background: #5100A2 url(../images/contact.png) no-repeat 10px 10px; + } +.d12-contact p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Global */ +.d12-global { + border-color: #DCB9FF; + background: #5100A2 url(../images/global.png) no-repeat 10px 10px; + } +.d12-global p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Green */ +.d12-green { + border-color: #DCB9FF; + background: #5100A2 url(../images/green.png) no-repeat 10px 10px; + } +.d12-green p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Accept */ +.d12-accept { + border-color: #DCB9FF; + background: #5100A2 url(../images/okay.png) no-repeat 10px 10px; + } +.d12-accept p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } + +/* Stats */ +.d12-stats { + border-color: #DCB9FF; + background: #5100A2 url(../images/statistics.png) no-repeat 10px 10px; + } +.d12-stats p:first-child { + color: #DCB9FF; + border-color: #DCB9FF; + } diff --git a/css/cs-sol.css b/css/cs-sol.css new file mode 100644 index 0000000..81d03d2 --- /dev/null +++ b/css/cs-sol.css @@ -0,0 +1,187 @@ +/* + 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 { + } + +/* Nutshell */ +.d12-nutshell { + border-color: #FFCC00; + background: #FFFFEE url(../images/acorn.png) no-repeat 10px 10px; + } +.d12-nutshell p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Updates */ +.d12-update { + border-color: #FFCC00; + background: #FFFFEE url(../images/update.png) no-repeat 10px 10px; + } +.d12-update p:first-child { + color: #FFCC00; + border-color: #FFFFEE; + } + +/* Attachments */ +.d12-attach { + border-color: #FFCC00; + background: #FFFFEE url(../images/attach.png) no-repeat 10px 10px; + } +.d12-attach p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Deletion */ +.d12-delete { + border-color: #FFCC00; + background: #FFFFEE url(../images/delete.png) no-repeat 10px 10px; + } +.d12-delete p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Part of a Series */ +.d12-part { + border-color: #FFCC00; + background: #FFFFEE url(../images/cog.png) no-repeat 10px 10px; + } +.d12-part p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Mentions */ +.d12-mention { + border-color: #FFCC00; + background: #FFFFEE url(../images/mentions.png) no-repeat 10px 10px; + } +.d12-mention p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Warning */ +.d12-warning { + border-color: #FFCC00; + background: #FFFFEE url(../images/warning.png) no-repeat 10px 10px; + } +.d12-warning p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Important */ +.d12-important { + border-color: #FFCC00; + background: #FFFFEE url(../images/important.png) no-repeat 10px 10px; + } +.d12-important p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Notice */ +.d12-notice { + border-color: #FFCC00; + background: #FFFFEE url(../images/notice.png) no-repeat 10px 10px; + } +.d12-notice p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Error */ +.d12-error { + border-color: #FFCC00; + background: #FFFFEE url(../images/error.png) no-repeat 10px 10px; + } +.d12-error p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Caution */ +.d12-caution { + border-color: #FFCC00; + background: #FFFFEE url(../images/caution.png) no-repeat 10px 10px; + } +.d12-caution p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Archive */ +.d12-archive { + border-color: #FFCC00; + background: #FFFFEE url(../images/archive.png) no-repeat 10px 10px; + } +.d12-archive p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Support */ +.d12-support { + border-color: #FFCC00; + background: #FFFFEE url(../images/support.png) no-repeat 10px 10px; + } +.d12-support p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Contact */ +.d12-contact { + border-color: #FFCC00; + background: #FFFFEE url(../images/contact.png) no-repeat 10px 10px; + } +.d12-contact p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Global */ +.d12-global { + border-color: #FFCC00; + background: #FFFFEE url(../images/global.png) no-repeat 10px 10px; + } +.d12-global p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Green */ +.d12-green { + border-color: #FFCC00; + background: #FFFFEE url(../images/green.png) no-repeat 10px 10px; + } +.d12-green p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Accept */ +.d12-accept { + border-color: #FFCC00; + background: #FFFFEE url(../images/okay.png) no-repeat 10px 10px; + } +.d12-accept p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } + +/* Stats */ +.d12-stats { + border-color: #FFCC00; + background: #FFFFEE url(../images/statistics.png) no-repeat 10px 10px; + } +.d12-stats p:first-child { + color: #FFCC00; + border-color: #FFCC00; + } diff --git a/css/cs-solstice.css b/css/cs-solstice.css new file mode 100644 index 0000000..a5e6112 --- /dev/null +++ b/css/cs-solstice.css @@ -0,0 +1,188 @@ +/* + 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: #EEE; + background: #000 url(../images/acorn.png) no-repeat 10px 10px; + } +.d12-nutshell p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Updates */ +.d12-update { + border-color: #EEE; + background: #000 url(../images/update.png) no-repeat 10px 10px; + } +.d12-update p:first-child { + color: #EEE; + border-color: #000; + } + +/* Attachments */ +.d12-attach { + border-color: #EEE; + background: #000 url(../images/attach.png) no-repeat 10px 10px; + } +.d12-attach p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Deletion */ +.d12-delete { + border-color: #EEE; + background: #000 url(../images/delete.png) no-repeat 10px 10px; + } +.d12-delete p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Part of a Series */ +.d12-part { + border-color: #EEE; + background: #000 url(../images/cog.png) no-repeat 10px 10px; + } +.d12-part p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Mentions */ +.d12-mention { + border-color: #EEE; + background: #000 url(../images/mentions.png) no-repeat 10px 10px; + } +.d12-mention p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Warning */ +.d12-warning { + border-color: #EEE; + background: #000 url(../images/warning.png) no-repeat 10px 10px; + } +.d12-warning p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Important */ +.d12-important { + border-color: #EEE; + background: #000 url(../images/important.png) no-repeat 10px 10px; + } +.d12-important p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Notice */ +.d12-notice { + border-color: #EEE; + background: #000 url(../images/notice.png) no-repeat 10px 10px; + } +.d12-notice p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Error */ +.d12-error { + border-color: #EEE; + background: #000 url(../images/error.png) no-repeat 10px 10px; + } +.d12-error p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Caution */ +.d12-caution { + border-color: #EEE; + background: #000 url(../images/caution.png) no-repeat 10px 10px; + } +.d12-caution p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Archive */ +.d12-archive { + border-color: #EEE; + background: #000 url(../images/archive.png) no-repeat 10px 10px; + } +.d12-archive p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Support */ +.d12-support { + border-color: #EEE; + background: #000 url(../images/support.png) no-repeat 10px 10px; + } +.d12-support p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Contact */ +.d12-contact { + border-color: #EEE; + background: #000 url(../images/contact.png) no-repeat 10px 10px; + } +.d12-contact p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Global */ +.d12-global { + border-color: #EEE; + background: #000 url(../images/global.png) no-repeat 10px 10px; + } +.d12-global p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Green */ +.d12-green { + border-color: #EEE; + background: #000 url(../images/green.png) no-repeat 10px 10px; + } +.d12-green p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Accept */ +.d12-accept { + border-color: #EEE; + background: #000 url(../images/okay.png) no-repeat 10px 10px; + } +.d12-accept p:first-child { + color: #EEE; + border-color: #EEE; + } + +/* Stats */ +.d12-stats { + border-color: #EEE; + background: #000 url(../images/statistics.png) no-repeat 10px 10px; + } +.d12-stats p:first-child { + color: #EEE; + border-color: #EEE; + } diff --git a/css/cs-winter.css b/css/cs-winter.css new file mode 100644 index 0000000..5efec34 --- /dev/null +++ b/css/cs-winter.css @@ -0,0 +1,187 @@ +/* + 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 { + } + +/* Nutshell */ +.d12-nutshell { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/acorn.png) no-repeat 10px 10px; + } +.d12-nutshell p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Updates */ +.d12-update { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/update.png) no-repeat 10px 10px; + } +.d12-update p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Attachments */ +.d12-attach { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/attach.png) no-repeat 10px 10px; + } +.d12-attach p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Deletion */ +.d12-delete { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/delete.png) no-repeat 10px 10px; + } +.d12-delete p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Part of a Series */ +.d12-part { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/cog.png) no-repeat 10px 10px; + } +.d12-part p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Mentions */ +.d12-mention { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/mentions.png) no-repeat 10px 10px; + } +.d12-mention p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Warning */ +.d12-warning { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/warning.png) no-repeat 10px 10px; + } +.d12-warning p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Important */ +.d12-important { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/important.png) no-repeat 10px 10px; + } +.d12-important p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Notice */ +.d12-notice { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/notice.png) no-repeat 10px 10px; + } +.d12-notice p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Error */ +.d12-error { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/error.png) no-repeat 10px 10px; + } +.d12-error p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Caution */ +.d12-caution { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/caution.png) no-repeat 10px 10px; + } +.d12-caution p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Archive */ +.d12-archive { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/archive.png) no-repeat 10px 10px; + } +.d12-archive p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Support */ +.d12-support { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/support.png) no-repeat 10px 10px; + } +.d12-support p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Contact */ +.d12-contact { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/contact.png) no-repeat 10px 10px; + } +.d12-contact p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Global */ +.d12-global { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/global.png) no-repeat 10px 10px; + } +.d12-global p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Green */ +.d12-green { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/green.png) no-repeat 10px 10px; + } +.d12-green p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Accept */ +.d12-accept { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/okay.png) no-repeat 10px 10px; + } +.d12-accept p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } + +/* Stats */ +.d12-stats { + border-color: #B9B9D5; + background: #F2F2F7 url(../images/statistics.png) no-repeat 10px 10px; + } +.d12-stats p:first-child { + color: #5D5D9E; + border-color: #5D5D9E; + } diff --git a/d12-message-blocks.php b/d12-message-blocks.php new file mode 100644 index 0000000..74c9bf6 --- /dev/null +++ b/d12-message-blocks.php @@ -0,0 +1,350 @@ +
'; + _e( 'This article in a nutshell:', 'd12-message-blocks' ); + echo '
' . $content . ''; + _e( 'Update Information:', 'd12-message-blocks' ); + echo '
' . $content . ''; + _e( 'Downloads:', 'd12-message-blocks' ); + echo '
' . $content . ''; + _e( 'This page has been marked for deletion.', 'd12-message-blocks' ); + echo '
' . $content . ''; + printf(__( 'This page is part of a series on %s', 'd12-message-blocks' ), $series ); + echo '.
' . $content . ''; + _e( 'This page has been mentioned here:', 'd12-message-blocks' ); + echo '
' . $content . ''; + _e ( 'Warning!', 'd12-message-blocks' ); + echo '
' . $content . ''; + _e ( 'Important!', 'd12-message-blocks' ); + echo '
' . $content . ''; + _e( 'Notice!', 'd12-message-blocks' ); + echo '
' . $content . ''; + _e( 'Error!', 'd12-message-blocks' ); + echo '
' . $content . ''; + _e( 'Caution!', 'd12-message-blocks' ); + echo '
' . $content . ''; + _e( 'This page has been archived.', 'd12-message-blocks' ); + echo '
' . $content . '' . $title . '
' . $content . '' . $title . '
' . $content . '' . $title . '
' . $content . '' . $title . '
' . $content . '' . $title . '
' . $content . '' . $title . '
' . $content . 'New! In version 1.1, you can select from 10 different border styles and 11 color schemes. Seven of the color schemes are suitable for light backgrounds, and the other four are suitable for dark backgrounds. (Screenshots display the "Business" color scheme.)
+ + + +Select from one of 11 different color schemes.
'; +}; + + + +// Callback for settings_field for Border Style +function bs_settings_field(){ + $options = get_option( 'd12mb_options' ); + + $html = 'Rounded Corner Options
'; + + $html .= ''; + $html .= 'Square Corner Options
'; + + $html .= ''; + $html .= 'MediaWiki Style Borders have a bar on the left side
'; + + $html .= ''; + $html .= 'Light Themes — suitable for light backgrounds
'; + + $html .= ''; + $html .= 'Dark Themes — suitable for dark backgrounds
'; + + $html .= ''; + $html .= '