|
@@ -16,7 +16,27 @@ add_color_rule( 'bg', '#bdcbcc', array(
|
|
|
.post-navigation-container a:hover,
|
|
|
.page-header p,
|
|
|
.error404 .page-content > p,
|
|
|
- .search-no-results .page-content > p', 'color', 'bg', 5 ),
|
|
|
+ .search-no-results .page-content > p,
|
|
|
+ body:not(.single) .format-audio.post-password-required,
|
|
|
+ body:not(.single) .format-audio .post-password-form label,
|
|
|
+ body:not(.single) .format-gallery.post-password-required,
|
|
|
+ body:not(.single) .format-gallery .post-password-form label,
|
|
|
+ body:not(.single) .format-image.post-password-required,
|
|
|
+ body:not(.single) .format-image .post-password-form label,
|
|
|
+ body:not(.single) .format-video.post-password-required,
|
|
|
+ body:not(.single) .format-video .post-password-form label,
|
|
|
+ body:not(.single) .format-audio .post-password-form input[type="submit"],
|
|
|
+ body:not(.single) .format-gallery .post-password-form input[type="submit"],
|
|
|
+ body:not(.single) .format-image .post-password-form input[type="submit"],
|
|
|
+ body:not(.single) .format-video .post-password-form input[type="submit"],
|
|
|
+ body:not(.single) .format-audio .post-password-form input[type="submit"]:hover,
|
|
|
+ body:not(.single) .format-audio .post-password-form input[type="submit"]:focus,
|
|
|
+ body:not(.single) .format-gallery .post-password-form input[type="submit"]:hover,
|
|
|
+ body:not(.single) .format-gallery .post-password-form input[type="submit"]:focus,
|
|
|
+ body:not(.single) .format-image .post-password-form input[type="submit"]:hover,
|
|
|
+ body:not(.single) .format-image .post-password-form input[type="submit"]:focus,
|
|
|
+ body:not(.single) .format-video .post-password-form input[type="submit"]:hover,
|
|
|
+ body:not(.single) .format-video .post-password-form input[type="submit"]:focus', 'color', 'bg', 5 ),
|
|
|
|
|
|
array( 'body:not(.single) .format-audio .entry-meta,
|
|
|
body:not(.single) .format-audio .entry-meta a,
|
|
@@ -37,6 +57,19 @@ add_color_rule( 'bg', '#bdcbcc', array(
|
|
|
.posts-navigation .nav-previous a,
|
|
|
.posts-navigation .nav-next a', 'color', 'bg', 3 ),
|
|
|
|
|
|
+ array( 'body:not(.single) .format-audio .post-password-form input[type="submit"],
|
|
|
+ body:not(.single) .format-gallery .post-password-form input[type="submit"],
|
|
|
+ body:not(.single) .format-image .post-password-form input[type="submit"],
|
|
|
+ body:not(.single) .format-video .post-password-form input[type="submit"],
|
|
|
+ body:not(.single) .format-audio .post-password-form input[type="submit"]:hover,
|
|
|
+ body:not(.single) .format-audio .post-password-form input[type="submit"]:focus,
|
|
|
+ body:not(.single) .format-gallery .post-password-form input[type="submit"]:hover,
|
|
|
+ body:not(.single) .format-gallery .post-password-form input[type="submit"]:focus,
|
|
|
+ body:not(.single) .format-image .post-password-form input[type="submit"]:hover,
|
|
|
+ body:not(.single) .format-image .post-password-form input[type="submit"]:focus,
|
|
|
+ body:not(.single) .format-video .post-password-form input[type="submit"]:hover,
|
|
|
+ body:not(.single) .format-video .post-password-form input[type="submit"]:focus', 'border-color', 'bg', 5 ),
|
|
|
+
|
|
|
array( '.single #primary .author-info', 'background-color', 0.1 ),
|
|
|
|
|
|
// Background colour - contrast against background
|
|
@@ -95,7 +128,15 @@ add_color_rule( 'bg', '#bdcbcc', array(
|
|
|
body:not(.single) .format-aside,
|
|
|
body:not(.single) .format-aside a', 'color' ),
|
|
|
|
|
|
- array( 'body:not(.single) .format-aside .entry-content', 'color', 0.8 ),
|
|
|
+ array( 'body:not(.single) .format-aside .entry-content,
|
|
|
+ body:not(.single) .format-aside input[type="submit"],
|
|
|
+ body:not(.single) .format-aside input[type="submit"]:hover,
|
|
|
+ body:not(.single) .format-aside input[type="submit"]:focus,
|
|
|
+ body:not(.single) .format-aside .post-password-form label', 'color', 0.8 ),
|
|
|
+
|
|
|
+ array( 'body:not(.single) .format-aside input[type="submit"],
|
|
|
+ body:not(.single) .format-aside input[type="submit"]:hover,
|
|
|
+ body:not(.single) .format-aside input[type="submit"]:focus', 'border-color', 0.8 ),
|
|
|
|
|
|
array( 'body:not(.single) .format-aside .entry-meta,
|
|
|
body:not(.single) .format-aside .entry-meta .entry-meta,
|