Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lib / editor / tinymce / moodlecontent.css
blob66dcc985d461da02dd9a573e5563a0b6d7d9812a
1 /* This file contains the CSS data for the editable area(iframe) of TinyMCE */
2 /* You can extend this CSS by adding your own CSS file with the the content_css option */
4 body {
5 background-color: #FFFFFF;
6 margin: 5px;
7 font-family: Verdana, Arial, Helvetica, sans-serif;
8 font-size: small;
9 scrollbar-3dlight-color: #F0F0EE;
10 scrollbar-arrow-color: #676662;
11 scrollbar-base-color: #F0F0EE;
12 scrollbar-darkshadow-color: #DDDDDD;
13 scrollbar-face-color: #E0E0DD;
14 scrollbar-highlight-color: #F0F0EE;
15 scrollbar-shadow-color: #F0F0EE;
16 scrollbar-track-color: #F5F5F5;
19 td {
20 font-family: Verdana, Arial, Helvetica, sans-serif;
21 font-size: small;
24 pre {
25 font-family: Verdana, Arial, Helvetica, sans-serif;
26 font-size: small;
29 .mceVisualAid {
30 border: 1px dashed #BBBBBB !important;
33 .mceItemAnchor {
34 width: 12px;
35 line-height: 6px;
36 overflow: hidden;
37 padding-left: 12px;
38 background-image: url('../images/anchor_symbol.gif');
39 background-position: bottom;
40 background-repeat: no-repeat;
43 /* Important is needed in Gecko browsers inorder to style links */
45 a {
46 color: green !important;
50 /* Style selection range colors in Gecko browsers */
52 ::-moz-selection {
53 background-color: red;
54 color: green;