Created
July 3, 2011 09:36
-
-
Save ardianzzz/1062110 to your computer and use it in GitHub Desktop.
SwissPress -- modified
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: SwissPress | |
Description: Designed by <a href="http://www.firmanfirdaus.com">Firman Firdaus</a> for <a href="http://www.wpcharity.com">WPCharity</a> | |
Theme URI: http://wpcharity.com | |
Author: Moch. Zamroni | |
Author URI: http://wpcharity.com | |
Template: twentyten | |
Version: 1.0.0 | |
Copyright: (c) 2010 WPCharity. | |
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html | |
*/ | |
@import url(../twentyten/style.css); | |
a:link, | |
a:visited, | |
a:active{ | |
color: #333; | |
text-decoration: none; | |
} | |
a:hover { | |
color: #ff4b33; | |
} | |
body{ | |
background-color: #fff; | |
color: #666; | |
border-top: 4px solid #ddd; | |
} | |
body, input, textarea, .page-title span, .pingback a.url, | |
#content, #content input, #content textarea{ | |
font: normal 14px/22px arial, helvetica, sans-serif; | |
color: #666; | |
} | |
#wrapper{ | |
margin: 0px auto; | |
} | |
#header{ | |
padding: 0px; | |
border-bottom: 4px solid #ddd; | |
padding-bottom:16px; | |
} | |
#header:after { | |
content:""; | |
display:block; | |
height:0; | |
visibility:hidden; | |
clear:both; | |
} | |
#access{ | |
background-color: transparent; | |
} | |
#access a{ | |
color: #666; | |
font-size: 10px; | |
text-transform: uppercase; | |
padding: 0 35px 0 15px; | |
line-height: 35px; | |
height: 25px; | |
} | |
#access li:hover > a, | |
#access ul ul :hover > a { | |
background: #ebebeb; | |
color: #333; | |
} | |
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a { | |
color: #333; | |
} | |
#access .menu-header li, div.menu li{ | |
border-left: 1px solid #ddd; | |
} | |
#access .menu-header, div.menu{ | |
margin-left: 0px; | |
} | |
#access ul ul { | |
top: 25px; | |
} | |
#access ul ul a { | |
background: #fff; | |
border-top: 1px solid #ddd; | |
} | |
.header-search{ | |
border: 1px solid #ddd; | |
width: 230px; | |
height: 22px; | |
float: right; | |
margin: 8px 0 0 0; | |
} | |
input[type="text"].search-text{ | |
background: #fff; | |
border: 0px; | |
box-shadow: none; | |
-moz-box-shadow: none; | |
-webkit-box-shadow: none; | |
padding: 4px 0 0 5px; | |
font: normal 11px arial, helvetica, sans-serif; | |
width: 200px; | |
} | |
.header-search input[type="image"]{ | |
vertical-align: middle; | |
} | |
#site-title{ | |
display: inline-block; | |
width: auto; | |
margin: 40px 100px 0 0; | |
max-width:450px; | |
} | |
#site-title a{ | |
font: bold 28px arial, helvetica, sans-serif; | |
color: #505d5c; | |
letter-spacing: -1px; | |
} | |
#site-description{ | |
float: left; | |
font: normal 14px arial, helvetica, sans-serif; | |
color: #505d5c; | |
margin: 55px 0 0 0; | |
width: auto; | |
} | |
#main{ | |
border-top: 1px solid #ddd; | |
margin-top: 2px; | |
border-bottom: 4px solid #ddd; | |
margin-bottom: 2px; | |
} | |
#content .entry-title, | |
.widget-title{ | |
font: bold 18px arial, helvetica, sans-serif; | |
color: #666; | |
border-bottom: 1px solid #ddd; | |
padding: 5px 0; | |
margin-bottom: 10px; | |
} | |
.widget-title { font-weight:400; } | |
.widget_rss a.rsswidget{ | |
color: #666; | |
} | |
.widget_rss a.rsswidget:hover{ | |
text-decoration: none; | |
color: #333; | |
} | |
#main .widget-area ul ul li a:hover{ | |
text-decoration: underline; | |
} | |
#content .entry-title{ | |
padding: 5px 0 5px 90px; | |
margin-bottom: 0px; | |
} | |
#content .entry-title a{ | |
color: #666; | |
} | |
.page #content .entry-title, | |
.page #content .entry-content{ | |
padding-left: 0px; | |
} | |
.feat{ | |
width: 70px; | |
height: 70px; | |
position: absolute; | |
margin: 20px 20px 0 0; | |
} | |
.entry-content, .entry-summary, .entry-utility{ | |
padding-left: 90px; | |
} | |
.home .entry-utility, | |
.category .entry-utility, | |
.search .entry-utility, | |
.archive .entry-utility{ | |
display: none; | |
} | |
.entry-utility{ | |
text-transform: uppercase; | |
font-size: 10px; | |
line-height: 16px; | |
} | |
.entry-meta{ | |
float: left; | |
margin: 7px 0 0 -90px; | |
font: normal 10px arial, helvetica, sans-serif; | |
text-transform: uppercase; | |
} | |
.entry-meta .meta-prep, | |
.entry-meta .meta-sep, | |
.entry-meta .author{ | |
display: none; | |
} | |
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{ | |
color: #666; | |
margin-bottom: 10px; | |
} | |
#entry-author-info{ | |
border-top: 0px; | |
background-color: transparent; | |
font: normal 12px/18px arial, helvetica, sans-serif; | |
color: #888; | |
padding: 0px; | |
} | |
#content #entry-author-info h2{ | |
font-size: 14px; | |
margin-bottom: 5px; | |
border-top: 1px solid #ddd; | |
padding: 20px 0 0 0; | |
} | |
.comment-meta{ | |
font-size: 10px; | |
text-transform: uppercase; | |
margin-bottom: 10px; | |
} | |
#entry-author-info #author-avatar{ | |
margin: 25px 0 0 0; | |
position: absolute; | |
border: 0px; | |
padding: 0px; | |
height: 70px; | |
width: 70px; | |
} | |
#entry-author-info #author-description{ | |
margin: 0 0 0 90px; | |
} | |
.home .sticky{ | |
background-color: transparent; | |
border: 0px; | |
} | |
.page-link{ | |
color: #666; | |
} | |
.home .sticky .page-link a{ | |
background-color: #ebebeb; | |
} | |
#main .widget-area ul{ | |
padding: 0px; | |
font: normal 12px arial, helvetica, sans-serif; | |
} | |
#main .widget-area ul ul{ | |
list-style: none; | |
padding: 0px; | |
margin: 0px; | |
} | |
#main .widget-area ul ul li{ | |
border-bottom: 1px solid #ddd; | |
padding: 10px 0; | |
} | |
#main .widget-area ul ul li a{ | |
color: #666; | |
} | |
#footer{ | |
margin-bottom: 0px; | |
} | |
#access, #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper{ | |
width: 800px; | |
} | |
#content{ | |
margin: 0 250px 0 0; | |
} | |
#content dt, #content th{ | |
color: #333; | |
} | |
#content .pull{ | |
margin-left: -90px; | |
max-width: 550px; | |
} | |
.wp-caption{ | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
border-radius: 5px; | |
padding-bottom: 0px; | |
max-width: 450px !important; | |
} | |
.wp-caption img{ | |
max-width: 440px !important; | |
} | |
#content embed{ | |
max-width: 460px !important; | |
} | |
#content .wp-caption p{ | |
margin-bottom: 0px; | |
padding-bottom: 10px; | |
} | |
.more-link{ | |
display: none; | |
} | |
.page-link{ | |
font-size: 12px; | |
text-transform: uppercase; | |
} | |
.readmore, | |
.reply, | |
#respond .form-submit input { | |
margin: 0 0 0 90px; | |
font: normal 10px arial, helvetica, sans-serif; | |
text-transform: uppercase; | |
} | |
.reply{ | |
margin: 20px 0 0 0; | |
} | |
#respond .form-submit input{ | |
margin: 0px; | |
} | |
.readmore a, | |
.reply a, | |
#content .page-link a, | |
#respond .form-submit input { | |
text-decoration: none; | |
color: #fff !important; | |
background-color: #666; | |
padding: 4px 8px; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
border-radius: 5px; | |
cursor: pointer; | |
border: 0px; | |
} | |
.readmore a:hover, | |
.reply a:hover, | |
#content .page-link a:hover, | |
#respond .form-submit input:hover{ | |
background-color: #333; | |
} | |
.form-allowed-tags{ | |
display: none; | |
} | |
.paged #nav-above, .single #nav-above{ | |
display: none; | |
} | |
#nav-below{ | |
margin-left: 90px; | |
border-top: 1px solid #ddd; | |
padding: 10px 0; | |
font: normal 10px arial, helvetica, sans-serif; | |
text-transform: uppercase; | |
} | |
blockquote { | |
background: url(img/quote.gif) no-repeat top left; | |
} | |
.featfull{ | |
margin: -10px 0 10px -90px; | |
} | |
.featfull img{ | |
width: 550px; | |
height: auto; | |
} | |
#primary, #secondary{ | |
width: 230px; | |
} | |
#comments{ | |
margin: 0 0 0 90px; | |
} | |
.page #comments{ | |
margin: 0px; | |
} | |
#content #comments p{ | |
margin-bottom: 10px; | |
} | |
h3#comments-title, | |
h3#reply-title{ | |
font-size: 16px; | |
padding: 5px 0; | |
margin: 10px 0; | |
border-bottom: 1px solid #ddd; | |
} | |
h3#comments-title em{ | |
font-style: normal; | |
color: #333; | |
} | |
.commentlist li.comment{ | |
line-height: 20px; | |
font-size: 12px; | |
margin-bottom: 10px; | |
} | |
.comment-notes{ | |
font-size: 12px; | |
} | |
#comments .pingback{ | |
margin-bottom: 10px; | |
padding-bottom: 0px; | |
} | |
#content #comments ol{ | |
margin-bottom: 10px; | |
} | |
#content blockquote p{ | |
margin-bottom: 10px; | |
} | |
#respond{ | |
margin: 10px 0; | |
} | |
#respond input[type="text"], #respond textarea { | |
background: #fff; | |
border: 1px solid #ddd; | |
box-shadow: none; | |
padding: 2px; | |
} | |
#site-info, | |
#site-generator{ | |
padding: 20px 0; | |
} | |
#site-info{ | |
width: auto; | |
font: normal 10px arial, helvetica, sans-serif; | |
text-transform: uppercase; | |
} | |
#site-info a{ | |
color: #666; | |
} | |
#site-generator { | |
text-align: right; | |
font: normal 10px arial, helvetica, sans-serif; | |
text-transform: uppercase; | |
} | |
#site-generator a.wpcharity{ | |
background: url(img/wpcharity.png) no-repeat left center; | |
} | |
#colophon{ | |
padding: 0px; | |
border: 0px; | |
} | |
#footer{ | |
border-top: 1px solid #ddd; | |
} | |
#footer-widget-area .widget-area{ | |
width: 180px; | |
padding-top: 20px; | |
font-size: 12px; | |
line-height: 22px; | |
} | |
ol, ul{ | |
margin-left: 0px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment