관리-도구
편집 파일: style.css
/* Theme Name: Jester Mobile Theme URI: http://websitez.com Description: Jester Mobile is a powerful mobile theme that utilizes jQuery library to provide advanced mobile interactions such as collapsible menus, cross-platform compatibility, widgets, and more! Author: Websitez.com Author URI: http://www.websitez.com Version: 1.0 Tags: one-column, flexible-width */ /* Start of Core CSS */ *{ padding: 0px; margin: 0px; } body { margin: 0; padding: 0; font: .9em Helvetica; -webkit-text-size-adjust: none; } ul { margin: 0; padding: 0 20px 0 20px; list-style-type: circle; list-style-position: outside; } ol { margin: 0; padding: 0 25px 0 20px; list-style-type: decimal; list-style-position: outside; } li { margin-bottom: 5px; color: #555; list-style-type: disc; text-align: left; padding-bottom: 5px; font-size: 12px; margin-right: -15px; padding-top: 0; } h1, h2, h3, h4{ padding: 5px 0px 10px; } p{ padding: 5px 0px; } a:link, a:visited{ color: #556b00; text-decoration: none; } label{ margin: 0px 0px 10px; } input { } code { font-family: Courier, "Courier New", mono; color: red; } blockquote { text-align: left; padding: 1px 10px 1px 15px; font-size: 90%; border-left: 2px solid #ccc; margin: 5px 15px; } .websitez-header{ position: relative; text-align: center; margin: 0 auto; } .websitez-header-left{ position: absolute; top: 0px; left: 0px; z-index: 100; } .websitez-header-right{ position: absolute; top: 0px; right: 0px; z-index: 100; } .websitez-menu{ } .websitez-menu-content{ display: none; } .websitez-container{ } .websitez-navigation{ text-align: center; margin: 0 auto; } .websitez-footer{ text-align: center; margin: 0 auto; } .websitez-footer-mobile{ text-align: center; margin: 0 auto; } .rounded-corners{ -moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; border-radius: 20px; } .hidden{ display: none; } /* WordPress Required CSS */ .wp-caption, .wp-caption-text, .gallery-caption{ font-size: .7em; } .aligncenter{ text-align: center; } .alignleft{ text-align: left; } .alignright{ text-align: right; } /* Start of Custom CSS */ body{ /*background: url("images/bg.gif") repeat;*/ background-color: #b4d008; } a:link, a:visited{ color: #556b00; } .websitez-header{ background: #ffffff url("images/websitez-header-bg.png") repeat-x; -webkit-box-shadow:#333333 1px 1px 5px; border-bottom: 1px solid #999999; } .websitez-header-left{ height: 40px; width: 38px; background: url("images/back-arrow.png") no-repeat; background-position: 5px 6px; } .websitez-header .logo{ margin: 0px 35px; padding: 8px 0px; display: block; overflow: hidden; font-weight: bold; font-size: 1.4em; color: #333333; text-shadow: #ffffff -1px -1px 1px; } .websitez-header-right{ } .websitez-menu{ margin: 0 10px; -moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px; -webkit-border-bottom-left: 15px; -webkit-border-bottom-right: 15px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; -khtml-border-bottom-left-radius: 15px; -khtml-border-bottom-right-radius: 15px; background-color: #eafd78; -webkit-box-shadow:#333333 1px 1px 3px; border-bottom: 1px solid #999999; border-right: 1px solid #999999; border-left: 1px solid #999999; } .websitez-menu-content{ padding: 5px 10px; } .websitez-menu-button{ text-align: center; padding: 5px 0px 3px; } .websitez-container{ padding: 10px 10px 0px; } .websitez-container h4{ text-align: center; color: #333333; padding: 0px 0px 10px; } .websitez-container .post{ background: #ffffff; margin-bottom: 10px; border: 1px solid #999999; -webkit-box-shadow:#333333 1px 1px 4px; } .websitez-container .post-wrapper{ padding: 10px 10px 5px; } .websitez-container .post-title{ color: #556b00; font-size: 1.3em; font-weight: bold; } .websitez-container .post-author{ color: #000000; font-size: .8em; } .websitez-container .post-tags{ color: #000000; font-size: .8em; margin-bottom: 5px; } .websitez-container .post-more{ color: #000000; font-size: .7em; background-color: #eafd78; border-top: 1px solid #999999; } .websitez-container .post-view-more{ text-align: right; padding: 5px 5px; float: right; width: 60%; } .websitez-container .post-read-more{ text-align: left; padding: 3px 5px; float: left; width: 30%; text-transform: uppercase; color: #333333; } .calendar{ text-align:center; position:relative; margin-bottom:5px; margin-right:10px; margin-top:0; border:1px solid #556b00; top:0px; float:left; -webkit-border-top-left-radius:9px; -webkit-border-top-right-radius:0px; -webkit-border-bottom-left-radius:0px; -webkit-border-bottom-right-radius:9px; -webkit-box-shadow:#c6c6c6 1px 1px 4px; } .calendar-month{ font-size:11px; font-weight:bold; color:#fff; letter-spacing:0; text-shadow:#000000 1px 1px 0px; text-transform:uppercase; padding:3px 10px; -webkit-border-top-left-radius:7px; -webkit-border-top-right-radius:0px; background-color: #556b00; } .calendar-day{ color:#111; background-color:#e9e9e9; text-shadow:#ffffff 1px 1px 1px; -webkit-border-bottom-left-radius:0px; -webkit-border-bottom-right-radius:9px; font:bold 18px "Arial Rounded MT Bold", Helvetica, Geneva, sans-serif; padding:2px 0 3px; text-align:center; } .websitez-navigation a{ font-size: 1.3em; color: #333333; font-weight: bold; } .websitez-footer{ padding: 5px 0px; font-size: .7em; } /* Search */ .websitez-search{ padding: 3px 0px 5px; text-align: center; } .websitez-search h3{ margin: 0; padding: 5px 0px 0px; color: #333333; text-align: left; } .websitez-search-input{ width: 93%; text-align: left; margin: 0 auto; padding: 2px 5px; font-size: 1.0em; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; } /* Sidebar */ .websitez-sidebar h3{ margin: 0; padding: 5px 0px 0px; color: #333333; } .websitez-sidebar ul{ margin: 0; padding: 0; } .websitez-sidebar ul li{ -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; margin: 4px 0px; background-color: #ffffff; padding: 5px 8px; list-style: none; -webkit-box-shadow:#333333 1px 1px 3px; font-size: 1.0em; border: 1px solid #999999; } /* Comments */ .websitez-comments{ margin-bottom: 10px; } .websitez-comments-p{ padding: 0px 0px 10px; } .websitez-comments-author{ float: left; position: relative; text-align: center; margin-right: 10px; } .websitez-comments-author-link{ text-align: center; padding: 5px 0px; } .websitez-comments-text{ padding-top: 0px; margin-top: 0px; } .websitez-comments-reply{ padding-top: 10px; } .websitez-comments-awaiting-moderation{ font-weight: bold; color: #ff0000; padding-bottom: 10px; }