src/pyams_skin/resources/js/ext/tinymce/dev/skins/lightgray/content.css
changeset 557 bca7a7e058a3
equal deleted inserted replaced
-1:000000000000 557:bca7a7e058a3
       
     1 /* Content.less */
       
     2 body {
       
     3   background-color: #FFFFFF;
       
     4   color: #000000;
       
     5   font-family: Verdana, Arial, Helvetica, sans-serif;
       
     6   font-size: 11px;
       
     7   scrollbar-3dlight-color: #F0F0EE;
       
     8   scrollbar-arrow-color: #676662;
       
     9   scrollbar-base-color: #F0F0EE;
       
    10   scrollbar-darkshadow-color: #DDDDDD;
       
    11   scrollbar-face-color: #E0E0DD;
       
    12   scrollbar-highlight-color: #F0F0EE;
       
    13   scrollbar-shadow-color: #F0F0EE;
       
    14   scrollbar-track-color: #F5F5F5;
       
    15 }
       
    16 td,
       
    17 th {
       
    18   font-family: Verdana, Arial, Helvetica, sans-serif;
       
    19   font-size: 11px;
       
    20 }
       
    21 /* Content.Objects.less */
       
    22 .mce-content-body {
       
    23   overflow-y: visible!important;
       
    24 }
       
    25 .mce-object {
       
    26   border: 1px dotted #3A3A3A;
       
    27   background: #D5D5D5 url(img/object.gif) no-repeat center;
       
    28 }
       
    29 .mce-pagebreak {
       
    30   cursor: default;
       
    31   display: block;
       
    32   border: 0;
       
    33   width: 100%;
       
    34   height: 5px;
       
    35   border: 1px dashed #666;
       
    36   margin-top: 15px;
       
    37   page-break-before: always;
       
    38 }
       
    39 @media print {
       
    40   .mce-pagebreak {
       
    41     border: 0px;
       
    42   }
       
    43 }
       
    44 .mce-item-anchor {
       
    45   cursor: default;
       
    46   display: inline-block;
       
    47   -webkit-user-select: all;
       
    48   -webkit-user-modify: read-only;
       
    49   -moz-user-select: all;
       
    50   -moz-user-modify: read-only;
       
    51   user-select: all;
       
    52   user-modify: read-only;
       
    53   width: 9px !important;
       
    54   height: 9px !important;
       
    55   border: 1px dotted #3A3A3A;
       
    56   background: #D5D5D5 url(img/anchor.gif) no-repeat center;
       
    57 }
       
    58 .mce-nbsp,
       
    59 .mce-shy {
       
    60   background: #AAA;
       
    61 }
       
    62 .mce-shy::after {
       
    63   content: '-';
       
    64 }
       
    65 hr {
       
    66   cursor: default;
       
    67 }
       
    68 .mce-match-marker {
       
    69   background: #AAA;
       
    70   color: #fff;
       
    71 }
       
    72 .mce-match-marker-selected {
       
    73   background: #3399ff;
       
    74   color: #fff;
       
    75 }
       
    76 .mce-spellchecker-word {
       
    77   border-bottom: 2px solid #F00;
       
    78   cursor: default;
       
    79 }
       
    80 .mce-spellchecker-grammar {
       
    81   border-bottom: 2px solid #008000;
       
    82   cursor: default;
       
    83 }
       
    84 .mce-item-table,
       
    85 .mce-item-table td,
       
    86 .mce-item-table th,
       
    87 .mce-item-table caption {
       
    88   border: 1px dashed #BBB;
       
    89 }
       
    90 td.mce-item-selected,
       
    91 th.mce-item-selected {
       
    92   background-color: #3399ff !important;
       
    93 }
       
    94 .mce-edit-focus {
       
    95   outline: 1px dotted #333;
       
    96 }