File: /home/mmickelson/martyknows.com/wp-content/themes/grisaille/editor-style.css
/*
Theme Name: Grisaille
Description: Used to style the TinyMCE editor.
*/
/* =======================
@font-face FONTS
======================= */
@font-face {
font-family: 'WoodenNickelBlackRegular';
src: url('type/WOODENNI-webfont.eot?') format('eot'),
url('type/WOODENNI-webfont.woff') format('woff'),
url('type/WOODENNI-webfont.ttf') format('truetype'),
url('type/WOODENNI-webfont.svg#webfontDYhQeecV') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MisoRegular';
src: url('type/miso-webfont.eot');
src: url('type/miso-webfont.eot?#iefix') format('eot'),
url('type/miso-webfont.woff') format('woff'),
url('type/miso-webfont.ttf') format('truetype'),
url('type/miso-webfont.svg#webfontJN6LjXeN') format('svg');
font-weight: normal;
font-style: normal;
}
/* end-fonts */
html .mceContentBody {
max-width: 625px;
}
body {
color: #333;
font: 1em/1.4em Geneva, Verdana, sans-serif;
font-weight: 300;
line-height: 1.625;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
font-family:MisoRegular, sans-serif;
line-height: 1em;
}
h1 {
font-size: 3.2em;
}
h2 {
font-size: 2.8em;
}
h3 {
font-size: 2.4em;
}
h4 {
font-size:2em;
}
h5 {
font-size:1.6em;
}
/* Text elements */
p {
font-size: 14px;
margin-bottom:15px;
}
ul, ol {
padding-left: 20px;
}
dl {
padding-bottom: 15px;
}
dt {
color: #334759;
font-weight: bold;
}
dd {
margin-bottom: 15px;
}
strong {
font-weight: bold;
}
cite, em, i {
font-style: italic;
}
cite {
border: none;
}
.mceContentBody blockquote {
background: #FEFEFE;
font-family: miso, sans-serif;
font-size: 1.4em;
line-height: 1.1em;
padding:15px;
}
.mceContentBody blockquote p {
border-left: 3px solid #eee;
padding-left: 15px;
}
pre {
background:#fff;
border:1px solid #bbb;
padding:10px;
}
/* ALIGNMENT */
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
margin: 0 10px 10px 0;
}
.alignright {
float: right;
margin: 0 0 10px 10px;
}
/* TABLES */
table {
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 30px;
width: 100%;
}
th {
border-bottom: 1px solid #AAA;
padding: 10px 10px 5px;
}
td {
border-top: 1px solid #C3C3C3;
padding: 10px;
}
td a {
color: #334759;
}
/* Images */
img {
background: none repeat scroll 0 0 #FFF;
border: 1px solid #E2D8BA;
height: auto;
margin: 0 5px 5px 0;
padding: 3px;
max-width: 100%;
}
img.wp-smiley{
background:none;
border:none;
margin-bottom:0;
padding:0;
}
img.attachment-following-post-thumbnails {
float:left;
margin: 0 15px 25px 0;
}
.wp-caption,
.wp-caption-text,
.gallery-caption {
color: #666666;
font-size: 80%;
line-height: 1.2em;
text-align: center;
}