HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/themes/vostok/css/white.css
/*
White color scheme for Vostok theme.
*/

body {
	background: #f3f3f3;
}
strong {
	color: #333;
}
#wrapper {
	color: #666;
}
#header a:link,
#header a:visited {
	color: #000;
	text-shadow: 0 1px 2px #fff;
}
#header a:hover,
#header a:active,
#header a:focus {
	color: #0087c1;
}
#header p.description {
	color: #999;
}
#access {
	border-top: 1px solid #ddd;
}
.back:link,
.back:visited {
	color: #f60;
}
.back:hover,
.back:active,
.back:focus {
	color: #fff;
}
#content .hentry, #entry-author-info {
	background: #fff;
	border: 1px solid #ddd;
}
.post h2,
.post h3,
.post h4,
.post h5,
#search h2,
.emptysearch,
.error {
	color: #222;
}
.post h2 a:link,
.post h2 a:visited {
	color: #222;
}
.post h2 a:hover,
.post h2 a:active,
.post h2 a:focus {
	color: #000;
}
.post blockquote,
.comment blockquote {
	background: #eee;
}
#wrapper .post img {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 5px
}
.date {
	color: #aaa;
}
#content a:focus {
	color: #f90;
}
.entry a:link,
.comment a:link {
	color: #0087c1;
}
.entry a:visited,
.comment a:visited {
	color: #0087c1;
}
.entry a:hover,
.entry a:active,
.entry a:focus,
.comment a:hover,
.comment a:active,
.comment a:focus {
	color: #000;
}
.post img {
	border: none;
}
.post .number-of-comments a:link,
.post .number-of-comments a:visited {
	color: #333;
}
.post .number-of-comments a:hover,
.post .number-of-comments a:active,
.post .number-of-comments a:focus {
	color: #0087c1;
}
#comments h3,
#commentform h3 {
	color: #222;
}
.comment {
	border-top: 1px solid #ddd;
}
.highlighted {
	background: #fefefe;
	border-top: 1px solid #e6e6e7;
}
.highlighted a:link,
.highlighted a:visited {
	color: #0087c1;
}
.comment cite {
	color: #333;
}
.comment .moderation {
	color: #333;
}
#commentform {
	background: #fff;
	border: 1px solid #ddd;
}
#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea {
	border: 1px solid #ccc;
}
#commentform a:link,
#commentform a:visited {
	color: #0087c1;
}
#commentform a:hover,
#commentform a:active,
#commentform a:focus {
	color: #ccc;
}
.pagination {
	color: #0087c1;
}
.pagination a:link,
.pagination a:visited {
	color: #0087c1;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
	color: #000;
}
#sidebar {
	color: #999;
}
#sidebar a:link,
#sidebar a:visited {
	color: #555;
}
#sidebar a:hover,
#sidebar a:active,
#sidebar a:focus {
	color: #0087c1;
}
#sidebar #sb-2 a:link,
#sidebar #sb-2 a:visited {
	color: #555;
}
#sidebar #sb-2 a:hover,
#sidebar #sb-2 a:active,
#sidebar #sb-2 a:focus {
	color: #0087c1;
}
#sidebar #sb-2 .input-text {
	border: 1px solid #ccc;
}
#footer {
	border-top: 1px solid #ddd;
	color: #828282;
}
#footer a:link,
#footer a:visited {
	color: #0087c1;
}
#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #000;
}
.entry-content ul li {
	background: url(../images/white/bullet.gif) 0 7px no-repeat;
}
.widget-area .email {
	background: url(../images/white/ico-mail.gif) 0 4px no-repeat;
}
.widget-area #rss li {
	background: url(../images/white/ico-rss.png) left center no-repeat;
}

/**
 * IS footer color styling for WordPress.com
 */
#infinite-footer .container { /* IS footer container */
	background: rgba( 255, 255, 255, 0.8 );
	border-color: #ccc;
}
#infinite-footer .blog-info a, /* This is the site title link in the left side of the footer */
#infinite-footer .blog-credits { /* This is the normal "Theme: " text */
	color: #111;
}
#infinite-footer .blog-credits a { /* Blog at WordPress.com and Theme Name links */
	color: #888;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover { /* Link hovers */
	color: #444;
}