File: /home/mmickelson/martyknows.com/wp-content/themes/skeptical/styles/red.css
body {
background-color: #f1f1f1;
}
a:link,
a:visited {
color: #c52020;
}
h1,
h2,
h3,
h4,
h5,
h6,
.post .title a:hover {
color: #7b0404;
}
#header {
background-color: #c52020;
}
#navigation ul.rss li a {
background-image: url(red/ico-rss.png);
}
.nav li ul {
background-color: #7b0404;
}
.nav li ul li {
border-bottom: 1px solid #610808;
border-top: 1px solid #a60e0e;
}
.nav li:hover > a,
.nav a:hover,
.nav li.current_page_item a:link,
.nav li.current_page_item a:visited,
.nav li.current_page_ancestor a:link,
.nav li.current_page_ancestor a:visited,
.nav li.current-menu-item a:link,
.nav li.current-menu-item a:visited,
.nav li.current-menu-ancestor a:link,
.nav li.current-menu-ancestor a:visited {
background-color: #7b0404;
}
.nav li ul li a:hover,
.nav li ul li.current_page_item a:link,
.nav li ul li.current_page_item a:visited,
.nav li ul li.current-menu-item a:link,
.nav li ul li.current-menu-item a:visited {
background-color: #610808 !important;
}
#logo .site-description {
color: #f1f1f1;
}
.widget h3 a {
color: #7b0404;
}
#footer-secondary,
#footer {
background-color: #dbdbdb;
}
#footer,
#footer a:link,
#footer a:visited {
color: #333;
}
.post .meta .post-date,
.post .meta ul,
#footer-secondary .footer-secondary-headings {
background-color: #dd4848;
}
.post .meta .post-date .bg,
#footer-secondary .footer-secondary-headings .bg,
#commentform label .bg {
background-image: url(red/bg-postdate.png);
}
.post .meta ul li {
color: #ea9595;
}
#wp-calendar td {
color: #bc3131;
}
#wp-calendar th {
background-color: #e77c7c;
}
#wp-calendar th {
color: #fff;
}
.widget_twitter ul li a {
color: #c52020
}
.widget_rss ul li a {
color: #c52020
}
a.button,
a.comment-reply-link,
#commentform #submit,
.widget input.submit,
#contact-page ol.forms li.buttons .submit,
.widget #searchsubmit,
.widget_blog_subscription input[type="submit"],
#searchsubmit {
/*Background*/
background: #7b0404; /*Fallback*/
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(.2, #dd4848),
color-stop(1, #7b0404)
);
background: -moz-linear-gradient(
center top,
#dd4848 20%,
#7b0404 100%
);
border: 1px solid #7b0404;
border-bottom-color: #7b0404;
}
a.button:hover,
a.button.hover,
a.button.active,
a.comment-reply-link:hover,
#commentform #submit:hover,
.entry input[type="submit"]:hover,
.widget input.submit:hover,
.widget #searchsubmit:hover,
.widget_blog_subscription input[type="submit"]:hover,
#searchsubmit:hover {
/*Background*/
background: #3d7830; /*Fallback*/
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(.2, #dd4848),
color-stop(1, #a21616)
);
background: -moz-linear-gradient(
center top,
#dd4848 20%,
#a21616 100%
);
}