src/pyams_skin/resources/js/ext/tinymce/dev/skins/lightgray/Content.Objects.less
changeset 69 a361355b55c7
child 473 ca7ba7882abe
equal deleted inserted replaced
68:fd8fb93e1b6a 69:a361355b55c7
       
     1 /* Content.Objects.less */
       
     2 
       
     3 .mce-object {
       
     4 	border: 1px dotted #3A3A3A;
       
     5 	background: #D5D5D5 url(img/object.gif) no-repeat center;
       
     6 }
       
     7 
       
     8 .mce-pagebreak {
       
     9 	cursor: default;
       
    10 	display: block;
       
    11 	border: 0;
       
    12 	width: 100%;
       
    13 	height: 5px;
       
    14 	border: 1px dashed #666;
       
    15 	margin-top: 15px;
       
    16 	page-break-before: always;
       
    17 }
       
    18 
       
    19 @media print {
       
    20   .mce-pagebreak {
       
    21     border: 0px;
       
    22   }
       
    23 }
       
    24 
       
    25 .mce-item-anchor {
       
    26 	cursor: default;
       
    27 	display: inline-block;
       
    28 	-webkit-user-select: all;
       
    29 	-webkit-user-modify: read-only;
       
    30 	-moz-user-select: all;
       
    31 	-moz-user-modify: read-only;
       
    32 	user-select: all;
       
    33 	user-modify: read-only;
       
    34 	width: 9px !important;
       
    35 	height: 9px !important;
       
    36 	border: 1px dotted #3A3A3A;
       
    37 	background: #D5D5D5 url(img/anchor.gif) no-repeat center;
       
    38 }
       
    39 
       
    40 .mce-nbsp, .mce-shy {
       
    41 	background: #AAA;
       
    42 }
       
    43 
       
    44 .mce-shy::after {
       
    45 	content: '-';
       
    46 }
       
    47 
       
    48 hr {
       
    49 	cursor: default;
       
    50 }
       
    51 
       
    52 .mce-match-marker {
       
    53 	background: #AAA;
       
    54 	color: #fff;
       
    55 }
       
    56 
       
    57 .mce-match-marker-selected {
       
    58 	background: #3399ff;
       
    59 	color: #fff;
       
    60 }
       
    61 
       
    62 .mce-spellchecker-word {
       
    63 	border-bottom: 2px solid #F00;
       
    64 	cursor: default;
       
    65 }
       
    66 
       
    67 .mce-spellchecker-grammar {
       
    68 	border-bottom: 2px solid #008000;
       
    69 	cursor: default;
       
    70 }
       
    71 
       
    72 .mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
       
    73 	border: 1px dashed #BBB;
       
    74 }
       
    75 
       
    76 td.mce-item-selected, th.mce-item-selected {
       
    77 	background-color: #3399ff !important;
       
    78 }
       
    79 
       
    80 .mce-edit-focus {
       
    81 	outline: 1px dotted #333;
       
    82 }