2010-05-21 14:56:27 -04:00
|
|
|
/*
|
|
|
|
Theme Name: Twenty Ten
|
2010-09-12 11:21:29 -04:00
|
|
|
Description: Used to style the TinyMCE editor.
|
2010-05-21 14:56:27 -04:00
|
|
|
*/
|
2010-02-17 13:50:48 -05:00
|
|
|
html .mceContentBody {
|
2010-09-12 11:21:29 -04:00
|
|
|
max-width: 640px;
|
2010-02-17 13:50:48 -05:00
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
* {
|
|
|
|
color: #444;
|
2010-09-12 11:21:29 -04:00
|
|
|
font-family: Georgia, "Bitstream Charter", serif;
|
2010-02-07 11:16:26 -05:00
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
p,
|
|
|
|
dl,
|
|
|
|
td,
|
|
|
|
th,
|
|
|
|
ul,
|
|
|
|
ol,
|
|
|
|
blockquote {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
tr th,
|
|
|
|
thead th,
|
|
|
|
label,
|
|
|
|
tr th,
|
|
|
|
thead th {
|
|
|
|
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
|
|
|
|
}
|
|
|
|
pre {
|
|
|
|
font-family: "Courier 10 Pitch", Courier, monospace;
|
|
|
|
}
|
2010-05-24 18:18:40 -04:00
|
|
|
code, code var {
|
2010-05-24 18:20:37 -04:00
|
|
|
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
body, input, textarea {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
hr {
|
2010-07-12 15:40:21 -04:00
|
|
|
background-color: #e7e7e7;
|
2010-09-12 11:21:29 -04:00
|
|
|
border: 0;
|
|
|
|
clear: both;
|
2010-02-07 11:16:26 -05:00
|
|
|
height: 1px;
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
/* Text elements */
|
2010-05-24 18:18:40 -04:00
|
|
|
p {
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
2011-09-28 11:16:30 -04:00
|
|
|
|
|
|
|
ul,
|
|
|
|
ol {
|
|
|
|
margin: 0 0 18px 1.5em;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2010-02-07 11:16:26 -05:00
|
|
|
ul {
|
|
|
|
list-style: square;
|
|
|
|
}
|
|
|
|
ol {
|
|
|
|
list-style: decimal;
|
|
|
|
}
|
|
|
|
ol ol {
|
2010-09-12 11:21:29 -04:00
|
|
|
list-style: upper-alpha;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
ol ol ol {
|
2010-09-12 11:21:29 -04:00
|
|
|
list-style: lower-roman;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
ol ol ol ol {
|
2010-09-12 11:21:29 -04:00
|
|
|
list-style: lower-alpha;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-05-24 18:18:40 -04:00
|
|
|
ul ul,
|
|
|
|
ol ol,
|
|
|
|
ul ol,
|
|
|
|
ol ul {
|
2010-09-12 11:21:29 -04:00
|
|
|
margin-bottom: 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
dl {
|
2010-09-12 11:21:29 -04:00
|
|
|
margin: 0 0 24px 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
dt {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
dd {
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
strong {
|
|
|
|
color: #000;
|
2010-09-12 11:21:29 -04:00
|
|
|
font-weight: bold;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-05-24 18:18:40 -04:00
|
|
|
cite,
|
|
|
|
em,
|
|
|
|
i {
|
|
|
|
border: none;
|
2010-09-12 11:21:29 -04:00
|
|
|
font-style: italic;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
big {
|
|
|
|
font-size: 131.25%;
|
|
|
|
}
|
|
|
|
ins {
|
2010-09-12 11:21:29 -04:00
|
|
|
background: #ffc;
|
2010-02-07 11:16:26 -05:00
|
|
|
border: none;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
del {
|
|
|
|
text-decoration: line-through;
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
blockquote {
|
|
|
|
font-style: italic;
|
|
|
|
padding: 0 3em;
|
|
|
|
}
|
|
|
|
blockquote cite,
|
|
|
|
blockquote em,
|
|
|
|
blockquote i {
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
pre {
|
|
|
|
background: #f7f7f7;
|
|
|
|
color: #222;
|
|
|
|
line-height: 18px;
|
|
|
|
margin-bottom: 18px;
|
|
|
|
padding: 1.5em;
|
|
|
|
}
|
|
|
|
abbr,
|
|
|
|
acronym {
|
|
|
|
border-bottom: 1px dotted #666;
|
|
|
|
cursor: help;
|
|
|
|
}
|
|
|
|
ins {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
sup,
|
|
|
|
sub {
|
2010-09-12 11:21:29 -04:00
|
|
|
font-size: 10px;
|
2010-02-07 11:16:26 -05:00
|
|
|
height: 0;
|
|
|
|
line-height: 1;
|
|
|
|
position: relative;
|
2010-09-12 11:21:29 -04:00
|
|
|
vertical-align: baseline;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
sup {
|
|
|
|
bottom: 1ex;
|
|
|
|
}
|
|
|
|
sub {
|
|
|
|
top: .5ex;
|
|
|
|
}
|
|
|
|
a:link {
|
2010-09-12 11:21:29 -04:00
|
|
|
color: #06c;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
a:visited {
|
2010-09-12 11:21:29 -04:00
|
|
|
color: #743399;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
a:active,
|
|
|
|
a:hover {
|
2010-07-12 15:40:21 -04:00
|
|
|
color: #ff4b33;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
p,
|
|
|
|
ul,
|
|
|
|
ol,
|
|
|
|
dd,
|
|
|
|
pre,
|
|
|
|
hr {
|
2010-09-12 11:21:29 -04:00
|
|
|
margin-bottom: 24px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
ul ul,
|
|
|
|
ol ol,
|
|
|
|
ul ol,
|
|
|
|
ol ul {
|
2010-09-12 11:21:29 -04:00
|
|
|
margin-bottom: 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
pre,
|
|
|
|
kbd,
|
|
|
|
tt,
|
|
|
|
var {
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 21px;
|
|
|
|
}
|
|
|
|
code {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
strong,
|
|
|
|
b,
|
|
|
|
dt,
|
|
|
|
th {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
color: #000;
|
|
|
|
font-weight: normal;
|
2010-09-12 11:21:29 -04:00
|
|
|
line-height: 1.5em;
|
|
|
|
margin: 0 0 20px 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: 2.4em;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 1.8em;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
font-size: 1.4em;
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
h5 {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
h6 {
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
2010-02-08 13:02:23 -05:00
|
|
|
table {
|
|
|
|
border: 1px solid #e7e7e7 !important;
|
2010-02-07 11:16:26 -05:00
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
2010-09-12 11:21:29 -04:00
|
|
|
margin: 0 -1px 24px 0;
|
|
|
|
text-align: left;
|
|
|
|
width: 100%;
|
2010-02-08 13:02:23 -05:00
|
|
|
}
|
|
|
|
tr th,
|
2010-02-07 11:16:26 -05:00
|
|
|
thead th {
|
|
|
|
border: none !important;
|
2010-02-08 13:02:23 -05:00
|
|
|
color: #888;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 18px;
|
|
|
|
padding: 9px 24px;
|
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
tr td {
|
|
|
|
border: none !important;
|
2010-02-08 13:02:23 -05:00
|
|
|
border-top: 1px solid #e7e7e7 !important;
|
2010-02-07 11:16:26 -05:00
|
|
|
padding: 6px 24px;
|
|
|
|
}
|
|
|
|
img {
|
2010-05-24 18:18:40 -04:00
|
|
|
margin: 0;
|
2010-09-12 11:21:29 -04:00
|
|
|
}
|
|
|
|
img.size-auto,
|
|
|
|
img.size-large,
|
|
|
|
img.size-full,
|
|
|
|
img.size-medium {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
.alignleft,
|
|
|
|
img.alignleft {
|
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
margin-right: 24px;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
.alignright,
|
|
|
|
img.alignright {
|
|
|
|
display: inline;
|
|
|
|
float: right;
|
|
|
|
margin-left: 24px;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
.aligncenter,
|
|
|
|
img.aligncenter {
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2010-05-24 18:20:37 -04:00
|
|
|
img.alignleft,
|
|
|
|
img.alignright,
|
|
|
|
img.aligncenter {
|
2010-02-07 11:16:26 -05:00
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
.wp-caption {
|
|
|
|
background: #f1f1f1;
|
2010-09-12 11:21:29 -04:00
|
|
|
border: none;
|
|
|
|
-khtml-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
border-radius: 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
color: #888;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
margin-bottom: 20px;
|
2010-09-12 11:21:29 -04:00
|
|
|
max-width: 632px !important; /* prevent too-wide images from breaking layout */
|
2010-02-07 11:16:26 -05:00
|
|
|
padding: 4px;
|
2010-09-12 11:21:29 -04:00
|
|
|
text-align: center;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
.wp-caption img {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
.wp-caption p.wp-caption-text {
|
|
|
|
margin: 0 0 4px;
|
|
|
|
}
|
2010-02-08 13:02:23 -05:00
|
|
|
.wp-smiley {
|
2010-09-12 11:21:29 -04:00
|
|
|
margin: 0;
|
2011-09-28 11:16:30 -04:00
|
|
|
}
|