2010-02-08 13:02:23 -05:00
|
|
|
/*
|
2010-02-07 11:16:26 -05:00
|
|
|
Theme Name: Twenty Ten
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2010-05-03 15:17:27 -04:00
|
|
|
/*
|
|
|
|
RTL Basics
|
|
|
|
*/
|
2010-02-07 11:16:26 -05:00
|
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
direction:rtl;
|
|
|
|
unicode-bidi:embed;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
LAYOUT: Two-Column (Right)
|
|
|
|
DESCRIPTION: Two-column fixed layout with one sidebar right of content
|
|
|
|
*/
|
|
|
|
|
|
|
|
#container {
|
|
|
|
float: right;
|
|
|
|
margin: 0 0 0 -240px;
|
|
|
|
}
|
|
|
|
#content {
|
2010-05-03 15:17:27 -04:00
|
|
|
margin: 0 20px 36px 280px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#primary,
|
|
|
|
#secondary {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
#secondary {
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* =Fonts
|
|
|
|
-------------------------------------------------------------- */
|
2010-02-08 13:02:23 -05:00
|
|
|
body,
|
|
|
|
input,
|
2010-02-07 11:16:26 -05:00
|
|
|
textarea,
|
2010-05-26 10:15:27 -04:00
|
|
|
.page-title span,
|
|
|
|
.pingback a.url,
|
|
|
|
h3#comments-title,
|
|
|
|
h3#reply-title,
|
|
|
|
#access .menu,
|
|
|
|
#access div.menu ul,
|
|
|
|
#cancel-comment-reply-link,
|
|
|
|
.form-allowed-tags,
|
|
|
|
#site-info,
|
|
|
|
#site-title,
|
|
|
|
#wp-calendar,
|
|
|
|
.comment-meta,
|
|
|
|
.comment-body tr th,
|
|
|
|
.comment-body thead th,
|
|
|
|
.entry-content label,
|
|
|
|
.entry-content tr th,
|
|
|
|
.entry-content thead th,
|
|
|
|
.entry-meta,
|
|
|
|
.entry-title,
|
|
|
|
.entry-utility,
|
|
|
|
#respond label,
|
|
|
|
.navigation,
|
|
|
|
.page-title,
|
|
|
|
.pingback p,
|
|
|
|
.reply,
|
|
|
|
.widget-title,
|
|
|
|
input[type=submit] {
|
2010-05-03 15:17:27 -04:00
|
|
|
font-family: Arial, Tahoma, sans-serif;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* =Structure
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
/* The main theme structure */
|
|
|
|
#footer-widget-area .widget-area {
|
|
|
|
float: right;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
#footer-widget-area #fourth {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
#site-info {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#site-generator {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* =Global Elements
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
/* Text elements */
|
2010-11-19 00:37:47 -05:00
|
|
|
ul, ol {
|
2010-02-07 11:16:26 -05:00
|
|
|
margin: 0 1.5em 18px 0;
|
|
|
|
}
|
|
|
|
blockquote {
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Text meant only for screen readers */
|
|
|
|
.screen-reader-text {
|
|
|
|
left: auto;
|
|
|
|
text-indent:-9000px;
|
2010-05-03 15:17:27 -04:00
|
|
|
overflow:hidden;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* =Header
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
#site-title {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#site-description {
|
|
|
|
clear: left;
|
|
|
|
float: left;
|
2010-05-03 15:17:27 -04:00
|
|
|
font-style: normal;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-09-24 15:56:56 -04:00
|
|
|
#branding img {
|
|
|
|
float: right;
|
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
|
|
|
|
/* =Menu
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
#access {
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
|
2010-05-03 15:17:27 -04:00
|
|
|
#access .menu-header,
|
|
|
|
div.menu {
|
2010-02-08 13:02:23 -05:00
|
|
|
margin-right: 12px;
|
|
|
|
margin-left: 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
|
2010-05-03 15:17:27 -04:00
|
|
|
#access .menu-header li,
|
|
|
|
div.menu li{
|
2010-02-07 11:16:26 -05:00
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#access ul ul {
|
2010-02-08 13:02:23 -05:00
|
|
|
left:auto;
|
2010-02-07 11:16:26 -05:00
|
|
|
right:0;
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
#access ul ul ul {
|
2010-02-08 13:02:23 -05:00
|
|
|
left:auto;
|
|
|
|
right:100%;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* =Content
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
2010-02-08 13:02:23 -05:00
|
|
|
#content table {
|
|
|
|
text-align: right;
|
|
|
|
margin: 0 0 24px -1px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-05-03 15:17:27 -04:00
|
|
|
.page-title span {
|
|
|
|
font-style:normal;
|
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
.entry-title,
|
|
|
|
.entry-meta {
|
|
|
|
clear: right;
|
|
|
|
float: right;
|
|
|
|
margin-left: 68px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry-content input.file,
|
|
|
|
.entry-content input.button {
|
|
|
|
margin-left: 24px;
|
|
|
|
margin-right:0;
|
|
|
|
}
|
|
|
|
.entry-content blockquote.left {
|
|
|
|
float: right;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 24px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.entry-content blockquote.right {
|
|
|
|
float: left;
|
|
|
|
margin-right: 24px;
|
|
|
|
margin-left: 0;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
#entry-author-info #author-avatar {
|
|
|
|
float: right;
|
|
|
|
margin: 0 0 0 -104px;
|
|
|
|
}
|
|
|
|
#entry-author-info #author-description {
|
|
|
|
float: right;
|
|
|
|
margin: 0 104px 0 0;
|
|
|
|
}
|
|
|
|
|
2010-02-08 13:02:23 -05:00
|
|
|
/* Gallery listing
|
2010-02-07 11:16:26 -05:00
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
.category-gallery .gallery-thumb {
|
|
|
|
float: right;
|
|
|
|
margin-left:20px;
|
|
|
|
margin-right:0;
|
|
|
|
}
|
|
|
|
|
2010-05-03 15:17:27 -04:00
|
|
|
|
|
|
|
/* Images
|
2010-02-07 11:16:26 -05:00
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
2010-02-08 13:02:23 -05:00
|
|
|
#content .gallery .gallery-caption {
|
2010-02-07 11:16:26 -05:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2010-05-03 15:17:27 -04:00
|
|
|
#content .gallery .gallery-item {
|
|
|
|
float: right;
|
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
|
|
|
|
/* =Navigation
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
.nav-previous {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.nav-next {
|
|
|
|
float: left;
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* =Comments
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
.commentlist li.comment {
|
|
|
|
padding: 0 56px 0 0;
|
|
|
|
}
|
|
|
|
.commentlist .avatar {
|
|
|
|
right: 0;
|
|
|
|
left: auto;
|
|
|
|
}
|
2010-05-03 15:17:27 -04:00
|
|
|
.comment-author .says, #comments .pingback .url {
|
2010-02-07 11:16:26 -05:00
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Comments form */
|
|
|
|
.children #respond {
|
|
|
|
margin: 0 0 0 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* =Widget Areas
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
.widget-area ul {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
.widget-area ul ul {
|
|
|
|
margin-right: 1.3em;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
#wp-calendar caption {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
#wp-calendar tfoot #next {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2010-05-03 15:17:27 -04:00
|
|
|
|
2010-02-07 11:16:26 -05:00
|
|
|
/* Main sidebars */
|
|
|
|
#main .widget-area ul {
|
|
|
|
margin-right: 0;
|
|
|
|
padding: 0 0 0 20px;
|
|
|
|
}
|
|
|
|
#main .widget-area ul ul {
|
|
|
|
margin-right: 1.3em;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* =Footer
|
|
|
|
-------------------------------------------------------------- */
|
2010-05-03 15:17:27 -04:00
|
|
|
#site-generator {
|
|
|
|
font-style:normal;
|
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
#site-generator a {
|
|
|
|
background-position: right center;
|
2010-05-26 10:15:27 -04:00
|
|
|
padding-right: 20px;
|
2010-02-07 11:16:26 -05:00
|
|
|
padding-left: 0;
|
|
|
|
}
|