Make WordPress Core

Ticket #30038: 30038.patch

File 30038.patch, 1.2 KB (added by azaozz, 10 years ago)
  • src/wp-includes/js/tinymce/skins/wordpress/wp-content.css

     
    1111
    1212body {
    1313        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    14         font-size: 13px;
    15         line-height: 19px;
     14        font-size: 100%;
     15        line-height: 1.5;
    1616        color: #333;
    1717        margin: 9px 10px;
     18        max-width: 100%;
    1819}
    1920
    2021body.rtl {
     
    2627}
    2728
    2829body.wp-autoresize {
    29         max-width: 100%;
    3030        overflow: visible !important;
    3131        /* The padding ensures margins of the children are contained in the body. */
    3232        padding-top: 1px !important;
     
    4242        font-weight: bold !important;
    4343}
    4444
     45pre {
     46        font-family: Consolas, Monaco, monospace;
     47}
     48
     49td,
     50th {
     51        font-family: inherit;
     52        font-size: inherit;
     53}
     54
    4555/* DFW mode */
    4656html.wp-fullscreen,
    4757html.wp-fullscreen body#tinymce {
     
    110120        margin: 0;
    111121}
    112122
    113 pre {
    114         font: 12px/18px Consolas, Monaco, monospace;
    115 }
    116 
    117 td {
    118         color: #000;
    119         font-size: 11px;
    120         margin: 8px;
    121 }
    122 
    123123/* Remove blue highlighting of selected images in WebKit */
    124124img::selection {
    125125        background-color: transparent;