/** * CSS - Stylistic CSS Styles * * @package WPFramework * @subpackage Media */ body{background: #fbf9f6;} input, textarea{border: solid 1px #ccc;} table {border: none;} th {background: #aaa;} td {border-bottom: solid 1px #ddd;} /*button*/ button {background: #2b2bff; color:#fff;} button:hover{background: #4c4cfe;} /*links*/ a {color: #4a4aff;} .entry-content a:link, .entry-content a:active, .entry-content a:visited { text-decoration: none; } .entry-content a:hover { text-decoration: underline; } /*header*/ .header {margin: 0 4px;color: #000;background: url(../images/bg_header.png) no-repeat left bottom; height: 80px;} #logo { padding-left: 160px; } #tagline { margin-top: 4px; margin-left: 210px; color: #666; } /*nav*/ .nav {background: #2b2bff; border: solid 1px #5353ff;} .nav a {font-weight: bold; color: #bbb; border:none; text-decoration: none;} .nav a:hover {color: #eee; background: #2b2bff;} .nav ul{background:#6363fd; border: dotted 1px #9b9bfd;} .nav .current_page_item a{color: #fff;} /*body*/ .hfeed {margin-left: 10px;} /*entry*/ .entry-title {margin: 0 0 6px 2px;border-bottom: solid 2px #ddd;} .entry-header {font-size: 80%;color: #888;text-align: right;} .article {margin: 20px 10px;color: #222;font-size: 14px;line-height: 1.6em;} .entry-footer { border-top: solid 1px #d0e2ed;padding: 4px; font-size: 80%; color: #888; text-align: right;} /*comments*/ .comment-title {font-size: 160%;font-weight: bold;margin: 6px;} .comment {border-top: dashed 2px #333;padding: 10px 1em;} .comment-meta {font-size: 80%;color: #666;} .comment-content {margin: 4px 1em;} /*sidebar*/ .aside {background: #e7e7ff;padding: 10px 16px;} /*widget*/ .widget-title {font-weight: bold;color: #222;} /*footer*/ .footer {margin-top: 10px;color: #888;font-size: 80%;} .footer a{color: #888;} .footer a:hover{color: #888; text-decoration:underline;}