Make WordPress Core

Ticket #21376: 21376.6.diff

File 21376.6.diff, 2.4 KB (added by obenland, 13 years ago)
  • wp-content/themes/twentytwelve/editor-style.css

     
    1 /*
    2 Theme Name: Twenty Twelve
    3 Description: Used to style the TinyMCE editor.
    4 */
     1/**
     2 * Theme Name: Twenty Twelve
     3 * Description: Used to style the TinyMCE editor.
     4 */
    55
    66html {
    77        font-size: 87.5%;
     
    1919        vertical-align: baseline;
    2020}
    2121
    22 /* Headings */
     22/**
     23 * 1.0 Headings
     24 */
    2325h1,
    2426h2,
    2527h3,
     
    7173        margin: 0 0 24px;
    7274        margin: 0 0 1.714285714rem;
    7375}
    74 ul, ol {
     76ul,
     77ol {
    7578        margin: 0 0 24px;
    7679        margin: 0 0 1.714285714rem;
    7780        line-height: 1.714285714;
     
    8386ol {
    8487        list-style: decimal outside;
    8588}
    86 ul ul, ol ol, ul ol, ol ul {
     89ul ul,
     90ol ol,
     91ul ol,
     92ol ul {
    8793        margin-bottom: 0;
    8894}
    8995li {
     
    107113strong {
    108114        font-weight: bold;
    109115}
    110 cite, em, i {
     116cite,
     117em,
     118i {
    111119        font-style: italic;
    112120}
    113121cite {
     
    136144        padding: 24px;
    137145        padding: 1.714285714rem;
    138146}
    139 code, kbd, samp, var {
     147code,
     148kbd,
     149samp,
     150var {
    140151        font-family: Consolas, Monaco, Lucida Console, monospace;
    141152        font-size: 12px;
    142153        font-size: 0.857142857rem;
    143154        line-height: 2;
    144155}
    145 abbr, acronym, dfn {
     156abbr,
     157acronym,
     158dfn {
    146159        border-bottom: 1px dotted #666;
    147160        cursor: help;
    148161}
     
    174187sub {
    175188        bottom: -0.25em;
    176189}
    177 input[type=text] {
     190input[type="text"] {
    178191        border: 1px solid #ccc;
    179192        border-radius: 3px;
    180193        font-family: inherit;
     
    193206        width: 96%;
    194207}
    195208
    196 /* Links */
     209/**
     210 * 3.0 Links
     211 */
    197212a,
    198213a em,
    199214a strong {
     
    206221        color: #0f3647;
    207222}
    208223
    209 /* Alignment */
     224/**
     225 * 4.0 Alignment
     226 */
    210227.alignleft {
    211228        display: inline;
    212229        float: left;
     230        margin: 12px 24px 12px 0;
     231        margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
    213232}
    214233.alignright {
    215234        display: inline;
     
    226245        margin-bottom: 0.857142857rem;
    227246}
    228247
    229 /* Tables */
     248/**
     249 * 5.0 Tables
     250 */
    230251table {
    231252        border-bottom: 1px solid #ededed;
    232253        border-collapse: collapse;
     
    257278        text-align: left;
    258279}
    259280
    260 /* Images */
     281/**
     282 * 6.0 Images
     283 */
    261284img {
    262285        border: 0;
    263286        border-radius: 3px;
     
    271294        height: auto;
    272295        max-width: 100%;
    273296}
    274 img.alignleft {
    275         margin: 12px 24px 12px 0;
    276         margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
    277 }
    278297img[class*="align"],
    279298img[class*="wp-image-"],
    280299img[class*="attachment-"] {