diff --git a/css/chpurple.css b/css/chpurple.css new file mode 100644 index 0000000..ffa97d4 --- /dev/null +++ b/css/chpurple.css @@ -0,0 +1,29 @@ +/* Contextual Help Settings */ +/* BLUE */ +#contextual-help-link-wrap, +#contextual-help-wrap { + border-bottom: 1px solid #7200b2; + border-left: 1px solid #7200b2; + border-right: 1px solid #7200b2; + background: #eadcf5; +} + +#contextual-help-link-wrap { /* Fixes bottom border issue on #contextual-help-wrap */ + border-top: none; + margin-right: 1px; + margin-top: -1px; + } + +a#contextual-help-link { + color: #7200b2; + font-weight: bold; + } +a#contextual-help-link:hover { + color: #00138B; + } + +/* WP 4.4 fix */ +button#contextual-help-link, +button#show-settings-link { + box-shadow: none; +} diff --git a/css/sopurple.css b/css/sopurple.css new file mode 100644 index 0000000..ead6f1d --- /dev/null +++ b/css/sopurple.css @@ -0,0 +1,29 @@ +/* Screen Options Settings */ +/* BLUE */ + +#screen-options-link-wrap, +#screen-options-wrap { + border-bottom: 1px solid #7200b2; + border-left: 1px solid #7200b2; + border-right: 1px solid #7200b2; + background: #eadcf5; +} + +#screen-options-link-wrap { /* Fixes bottom border issue on #screen-options-wrap */ + border-top: none; + margin-top: -1px; + } + +a#show-settings-link { + color: #7200b2; + font-weight: bold; + } +a#show-settings-link:hover { + color: #00138B; + } + +/* WP 4.4 fix */ +button#contextual-help-link, +button#show-settings-link { + box-shadow: none; +} diff --git a/seeing_red.php b/seeing_red.php index 0ff5a04..6081861 100644 --- a/seeing_red.php +++ b/seeing_red.php @@ -1,20 +1,20 @@
New! You now have the option to style the "Screen Options" and "Help" tabs separately.
+You have the option to style the "Screen Options" and "Help" tabs separately.
You can also choose from other color schemes besides red.
-