Skip to content

Instantly share code, notes, and snippets.

@kathrynwp
Created August 2, 2017 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kathrynwp/45745fe451cf5e20b57aadc0f4d1f7ae to your computer and use it in GitHub Desktop.
Save kathrynwp/45745fe451cf5e20b57aadc0f4d1f7ae to your computer and use it in GitHub Desktop.
Blue on white colour palette for Cyanotype
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],textarea {
background-color: #f7f7f7;
border: 1px solid #fff;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,textarea:focus {
background-color: #fff;
border: 1px solid #f7f7f7;
color: #222;
}
.entry-content a,.entry-footer .author-bio a,.page-content a,.taxonomy-description a,.logged-in-as a,.comment-content a,.pingback .comment-body>a,.textwidget a,.aboutme_widget a,.widget_gravatar a,.widget-grofile a,.image-navigation a:hover,.comment-navigation a:hover,.post-navigation a:hover .post-title,.entry-date a:hover,.entry-footer a:hover,.site-title a:hover,.entry-title a:hover,.comment-author a:hover,.comment-metadata a:hover,.pingback .edit-link a:hover,.site-info a:hover,#infinite-footer .blog-credits a:hover {
text-shadow: none;
}
@media screen and (max-width:51.6875em) {
.post-navigation a:hover,.post-navigation a:focus {
background-color: transparent !important;
color: inherit !important;
}
}
body,.site-header .sub-menu a,.widget_calendar tbody a:hover,.widget_calendar tbody a:focus,#infinite-footer .container {
background-color: #fff;
}
mark,ins,button:hover,button:focus,button:active,input[type="button"]:hover,input[type="button"]:focus,input[type="button"]:active,input[type="reset"]:hover,input[type="reset"]:focus,input[type="reset"]:active,input[type="submit"]:hover,input[type="submit"]:focus,input[type="submit"]:active,.site-header .nav-menu a:hover,.site-header .nav-menu a:focus,.pagination .prev:hover,.pagination .prev:focus,.pagination .next:hover,.pagination .next:focus,.widget_calendar tbody a,.page-links a:hover,.page-links a:focus,.comment-reply-link:hover,.comment-reply-link:focus,#infinite-handle span:hover,#infinite-handle span:focus,.post-navigation a:hover,.post-navigation a:focus {
color: #fff;
}
mark,ins,button:hover,button:focus,button:active,input[type="button"]:hover,input[type="button"]:focus,input[type="button"]:active,input[type="reset"]:hover,input[type="reset"]:focus,input[type="reset"]:active,input[type="submit"]:hover,input[type="submit"]:focus,input[type="submit"]:active,.site-header .nav-menu a:hover,.site-header .nav-menu a:focus,.pagination .prev:hover,.pagination .prev:focus,.pagination .next:hover,.pagination .next:focus,.widget_calendar tbody a,.page-links a:hover,.page-links a:focus,.comment-reply-link:hover,.comment-reply-link:focus,#infinite-handle span:hover,#infinite-handle span:focus,.post-navigation a:hover,.post-navigation a:focus {
background-color: #1c28a4;
}
button:hover,button:focus,button:active,input[type="button"]:hover,input[type="button"]:focus,input[type="button"]:active,input[type="reset"]:hover,input[type="reset"]:focus,input[type="reset"]:active,input[type="submit"]:hover,input[type="submit"]:focus,input[type="submit"]:active {
border-color: #1c28a4;
}
body,.widget_calendar tbody a:hover,.widget_calendar tbody a:focus {
color: #1c28a4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment