File: /home/mmickelson/martyknows.com/wp-content/themes/autofocus/editor-style.css
/*
Theme Name: AutoFocus
Description: Used to style the TinyMCE editor.
*/
html .mceContentBody {
max-width: 590px;
padding: 24px;
}
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, dialog, embed, figcaption, figure, footer, header,
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
-webkit-text-size-adjust: none;
border: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
line-height: 24px;
margin: 0;
padding: 0;
text-rendering: optimizeLegibility;
vertical-align: baseline;
}
article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display:block;
}
/* =Typography
-------------------------------------------------------------- */
body {
background: #fff;
color: #777;
font-family: "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;
font-size: 17px;
}
a {
color: #111;
outline: none;
text-decoration: none;
}
a img {
border: none;
}
a:hover,
a:active,
a:focus {
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #444;
font-weight: normal;
margin: 0 0 24px;
}
h1,
h2 {
line-height: 48px;
}
h1 {
font-size: 45px;
}
h2 {
font-size: 34px;
}
h3 {
font-size: 23px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 17px;
}
h6 {
font-size: 15px;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
margin: 0;
}
p {
margin: 0 0 24px;
}
p img {
display: block;
}
b,
strong,
dfn {
font-weight: bold;
}
cite,
dfn,
em,
i {
font-style: italic;
}
del,
s,
strike {
color: #999;
text-decoration: line-through;
}
ins {
color: #444;
font-weight: bold;
}
sub,
sup {
line-height: 0;
position: relative;
}
sup {
bottom: 7px;
}
sub {
top: 5px;
}
abbr,
acronym {
border-bottom: 1px dotted #999;
}
address {
font-style: italic;
margin: 0 0 24px;
}
blockquote,
q {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
margin: 0 0 24px;
padding: 23px 24px;
quotes: none;
}
blockquote {
font-size: 20px;
font-style: italic;
}
q {
border: none;
display: inline-block;
margin: 0;
padding: 0 8px;
}
blockquote p:last-child {
margin: 0;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
ol,
ul {
margin: 0 24px 24px 0;
padding: 0 0 0 49px;
}
li ol,
li ul {
margin: 0;
}
ul,
ul ul ul ul {
list-style-type: disc;
}
ul ul {
list-style-type: circle;
}
ul ul ul {
list-style-type: square;
}
ol,
ol ol ol ol {
list-style-type: decimal;
}
ol ol {
list-style-type: upper-alpha;
}
ol ol ol {
list-style-type: lower-roman;
}
dl {
margin: 0 0 24px 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 24px 24px;
}
pre {
margin: 0 0 24px;
white-space: pre;
}
pre,
code,
tt {
font-family: "Lucida Console", Monaco, monospace;
font-size: 16px;
}
big {
display: block;
font-size: 20px;
line-height: 48px;
margin: 0 0 24px;
}
p big {
display: inline;
line-height: 0;
margin: 0;
}
small {
display: block;
font-size: 14px;
line-height: 24px;
margin: 0 0 24px;
}
p small {
display: inline;
line-height: 0;
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 24px;
width: 100%;
}
th {
font-weight: bold;
}
table,
td,
th {
vertical-align: middle;
}
th,
td,
caption {
padding: 0 12px 0 6px;
}
tbody tr:nth-child(even) td,
tbody tr.even td {
background: #f8f8f8;
}
tfoot {
font-style: italic;
}
/* =Layout
-------------------------------------------------------------- */
hr {
background: #eee;
border: none;
clear: both;
color: #eee;
float: none;
height: 1px;
margin: 0 0 23px;
width: 100%;
}
hr.space {
background: #fff;
color: #fff;
visibility: hidden;
}
/* =Images
-------------------------------------------------------------- */
.aligncenter { /* center aligned images */
display: block;
margin: 12px auto;
}
div.aligncenter { /* center aligned captions */
margin: 0 auto 19px;
}
.aligncenter img { /* images within center aligned captions */
display: block;
margin: 0 auto;
}
.alignleft { /* left aligned images */
display: block;
float: left;
margin: 12px 15px 12px 0;
}
div.alignleft { /* left aligned captions */
margin: 12px 15px 7px 0;
}
.alignleft img { /* images within left aligned captions */
display: block;
margin: 0 auto;
}
.alignright { /* right aligned images */
display: block;
float: right;
margin: 12px 0 12px 15px;
}
div.alignright { /* right aligned captions */
margin: 12px 0 7px 15px;
}
.alignright img { /* images within right aligned captions */
display: block;
margin: 0 auto;
}
.alignnone { /* none aligned images */
display: inline;
margin: 0 0 -6px;
}
div.alignnone { /* none aligned captions */
display: block;
margin: 0 0 19px;
}
.alignnone img { /* images within none aligned captions */
display: block;
margin: 0 auto;
}
.wp-caption { /* default caption style */
background: #f8f8f8;
margin-bottom: 19px;
padding-top: 5px;
}
.wp-caption-text { /* caption text */
font-style: italic;
margin-bottom: 0;
text-align: center;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
#content img {
height: auto;
max-width: 100%;
}
.wp-smiley {
display: inline-block;
}
.gallery {
float: left;
margin-bottom: 0 !important;
width: 100%;
}