2012-08-25 18:53:32 +02:00
|
|
|
/*
|
|
|
|
Theme Name: Twenty Twelve
|
|
|
|
Description: Used to style the TinyMCE editor.
|
2012-08-01 17:28:50 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
html {
|
|
|
|
font-size: 87.5%;
|
|
|
|
}
|
|
|
|
html .mceContentBody {
|
|
|
|
max-width: 625px;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
color: #444;
|
|
|
|
font-family: "Open Sans", Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1;
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
2012-08-02 23:06:03 +02:00
|
|
|
|
|
|
|
/* =Headings
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
2012-08-01 17:28:50 +02:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
clear: both;
|
|
|
|
line-height: 1.846153846;
|
|
|
|
margin: 24px 0;
|
|
|
|
margin: 1.714285714rem 0;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: 21px;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 1.285714286rem;
|
|
|
|
line-height: 1.6;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 1.142857143rem;
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
h5 {
|
|
|
|
font-size: 13px;
|
|
|
|
font-size: 0.928571429rem;
|
|
|
|
}
|
|
|
|
h6 {
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 0.857142857rem;
|
|
|
|
}
|
|
|
|
hr {
|
2012-08-02 22:27:23 +02:00
|
|
|
background-color: #ccc;
|
|
|
|
border: 0;
|
|
|
|
height: 1px;
|
|
|
|
margin: 24px;
|
|
|
|
margin-bottom: 1.714285714rem;
|
2012-08-01 17:28:50 +02:00
|
|
|
}
|
|
|
|
|
2012-08-02 23:06:03 +02:00
|
|
|
|
|
|
|
/* =Text elements
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
2012-08-01 17:28:50 +02:00
|
|
|
p {
|
|
|
|
line-height: 1.714285714;
|
|
|
|
margin: 0 0 24px;
|
|
|
|
margin: 0 0 1.714285714rem;
|
|
|
|
}
|
2012-08-02 23:06:03 +02:00
|
|
|
ul,
|
|
|
|
ol {
|
2012-08-01 17:28:50 +02:00
|
|
|
margin: 0 0 24px;
|
|
|
|
margin: 0 0 1.714285714rem;
|
|
|
|
line-height: 1.714285714;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
list-style: disc outside;
|
|
|
|
}
|
|
|
|
ol {
|
|
|
|
list-style: decimal outside;
|
|
|
|
}
|
2012-08-02 23:06:03 +02:00
|
|
|
ul ul,
|
|
|
|
ol ol,
|
|
|
|
ul ol,
|
|
|
|
ol ul {
|
2012-08-01 17:28:50 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
margin: 0 0 0 24px;
|
|
|
|
margin: 0 0 0 1.714285714rem;
|
|
|
|
}
|
|
|
|
dl {
|
|
|
|
margin: 0 24px;
|
|
|
|
margin: 0 1.714285714rem;
|
|
|
|
}
|
|
|
|
dt {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
margin-bottom: 1.714285714rem;
|
|
|
|
}
|
|
|
|
dd {
|
|
|
|
line-height: 1.714285714;
|
|
|
|
margin: 0 0 24px;
|
|
|
|
margin: 0 0 1.714285714rem;
|
|
|
|
}
|
|
|
|
strong {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-08-02 23:06:03 +02:00
|
|
|
cite,
|
|
|
|
em,
|
|
|
|
i {
|
2012-08-01 17:28:50 +02:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
cite {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
big {
|
2012-08-02 22:27:23 +02:00
|
|
|
font-size: 128.571429%;
|
2012-08-01 17:28:50 +02:00
|
|
|
}
|
|
|
|
.mceContentBody blockquote {
|
|
|
|
font-style: italic !important;
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 0;
|
|
|
|
padding: 24px;
|
|
|
|
padding: 1.714285714rem;
|
|
|
|
}
|
|
|
|
pre {
|
|
|
|
border: 1px solid #ededed;
|
|
|
|
color: #666;
|
|
|
|
font-family: Consolas, Monaco, Lucida Console, monospace;
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 0.857142857rem;
|
|
|
|
line-height: 1.714285714;
|
|
|
|
margin: 24px 0;
|
|
|
|
margin: 1.714285714rem 0;
|
|
|
|
overflow: auto;
|
|
|
|
padding: 24px;
|
|
|
|
padding: 1.714285714rem;
|
|
|
|
}
|
2012-08-02 23:06:03 +02:00
|
|
|
code,
|
|
|
|
kbd,
|
|
|
|
samp,
|
|
|
|
var {
|
2012-08-01 17:28:50 +02:00
|
|
|
font-family: Consolas, Monaco, Lucida Console, monospace;
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 0.857142857rem;
|
|
|
|
line-height: 2;
|
|
|
|
}
|
2012-08-02 23:06:03 +02:00
|
|
|
abbr,
|
|
|
|
acronym,
|
|
|
|
dfn {
|
2012-08-01 17:28:50 +02:00
|
|
|
border-bottom: 1px dotted #666;
|
|
|
|
cursor: help;
|
|
|
|
}
|
|
|
|
address {
|
|
|
|
display: block;
|
|
|
|
line-height: 1.714285714;
|
|
|
|
margin: 0 0 24px;
|
|
|
|
margin: 0 0 1.714285714rem;
|
|
|
|
}
|
|
|
|
del {
|
2012-08-02 22:27:23 +02:00
|
|
|
color: #333;
|
2012-08-01 17:28:50 +02:00
|
|
|
}
|
|
|
|
ins {
|
2012-08-02 22:27:23 +02:00
|
|
|
background: #fff9c0;
|
|
|
|
border: none;
|
|
|
|
color: #333;
|
|
|
|
text-decoration: none;
|
2012-08-01 17:28:50 +02:00
|
|
|
}
|
|
|
|
sup,
|
|
|
|
sub {
|
|
|
|
font-size: 75%;
|
|
|
|
line-height: 0;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
sup {
|
|
|
|
top: -0.5em;
|
|
|
|
}
|
|
|
|
sub {
|
|
|
|
bottom: -0.25em;
|
|
|
|
}
|
2012-08-02 23:06:03 +02:00
|
|
|
input[type="text"] {
|
2012-08-01 17:28:50 +02:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 3px;
|
|
|
|
font-family: inherit;
|
|
|
|
padding: 6px;
|
|
|
|
padding: 0.428571429rem;
|
|
|
|
}
|
|
|
|
textarea {
|
|
|
|
border: 1px solid #d5d2ca;
|
|
|
|
border-radius: 3px;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 0.857142857rem;
|
|
|
|
line-height: 1.714285714;
|
|
|
|
padding: 10px;
|
|
|
|
padding: 0.714285714rem;
|
|
|
|
width: 96%;
|
|
|
|
}
|
|
|
|
|
2012-08-02 23:06:03 +02:00
|
|
|
|
|
|
|
/* =Links
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
2012-08-01 17:28:50 +02:00
|
|
|
a,
|
|
|
|
a em,
|
|
|
|
a strong {
|
|
|
|
color: #21759b;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
a:focus,
|
|
|
|
a:active,
|
|
|
|
a:hover {
|
|
|
|
color: #0f3647;
|
|
|
|
}
|
|
|
|
|
2012-08-02 23:06:03 +02:00
|
|
|
|
|
|
|
/* =Alignment
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
2012-08-01 17:28:50 +02:00
|
|
|
.alignleft {
|
|
|
|
display: inline;
|
|
|
|
float: left;
|
2012-08-02 23:06:03 +02:00
|
|
|
margin: 12px 24px 12px 0;
|
|
|
|
margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
|
2012-08-01 17:28:50 +02:00
|
|
|
}
|
|
|
|
.alignright {
|
|
|
|
display: inline;
|
|
|
|
float: right;
|
|
|
|
margin: 12px 0 12px 24px;
|
|
|
|
margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
|
|
|
|
}
|
|
|
|
.aligncenter {
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-top: 0.857142857rem;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
margin-bottom: 0.857142857rem;
|
|
|
|
}
|
|
|
|
|
2012-08-02 23:06:03 +02:00
|
|
|
|
|
|
|
/* =Tables
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
2012-08-01 17:28:50 +02:00
|
|
|
table {
|
|
|
|
border-bottom: 1px solid #ededed;
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
2012-11-14 21:13:04 +01:00
|
|
|
color: #757575;
|
2012-08-01 17:28:50 +02:00
|
|
|
font-size: 12px;
|
|
|
|
font-size: 0.857142857rem;
|
|
|
|
line-height: 2;
|
|
|
|
margin: 0 0 24px;
|
|
|
|
margin: 0 0 1.714285714rem;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
tr th {
|
|
|
|
color: #636363;
|
|
|
|
font-size: 11px;
|
|
|
|
font-size: 0.785714286rem;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 2.181818182;
|
|
|
|
text-align: left;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
border-top: 1px solid #ededed !important;
|
2012-11-14 21:13:04 +01:00
|
|
|
color: #757575;
|
2012-08-01 17:28:50 +02:00
|
|
|
font-size: inherit;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 6px 10px 6px 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2012-08-02 23:06:03 +02:00
|
|
|
|
|
|
|
/* =Images
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
2012-10-10 08:47:22 +02:00
|
|
|
img,
|
|
|
|
.editor-attachment {
|
2012-08-01 17:28:50 +02:00
|
|
|
border: 0;
|
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
img.size-full {
|
|
|
|
width: auto/9; /* Prevent stretching of full-size images in IE8 */
|
|
|
|
}
|
|
|
|
img[class*="wp-image-"] {
|
|
|
|
height: auto;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
img[class*="align"],
|
|
|
|
img[class*="wp-image-"],
|
|
|
|
img[class*="attachment-"] {
|
|
|
|
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
|
|
|
|
}
|
2013-05-22 21:10:42 +02:00
|
|
|
img.mce-wp-nextpage {
|
2012-08-01 17:28:50 +02:00
|
|
|
border-radius: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
img.wp-smiley {
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.wp-caption {
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 4px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.wp-caption-dt {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.wp-caption .wp-caption-text,
|
|
|
|
.wp-caption-dd {
|
2012-11-14 21:13:04 +01:00
|
|
|
color: #757575;
|
2012-08-01 17:28:50 +02:00
|
|
|
font-style: italic;
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 0.857142857rem;
|
|
|
|
line-height: 2;
|
|
|
|
margin: 0 0 24px;
|
|
|
|
margin: 0 0 1.71429rem;
|
2013-05-22 21:10:42 +02:00
|
|
|
}
|