File: moodlecontent.css

package info (click to toggle)
moodle 1.6.3-2%2Betch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 37,172 kB
  • ctags: 51,688
  • sloc: php: 231,916; sql: 5,631; xml: 2,688; sh: 1,185; perl: 638; makefile: 48; pascal: 36
file content (56 lines) | stat: -rw-r--r-- 1,303 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
/* You can extend this CSS by adding your own CSS file with the the content_css option */

body {
    background-color: #FFFFFF;
    margin: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    scrollbar-3dlight-color: #F0F0EE;
    scrollbar-arrow-color: #676662;
    scrollbar-base-color: #F0F0EE;
    scrollbar-darkshadow-color: #DDDDDD;
    scrollbar-face-color: #E0E0DD;
    scrollbar-highlight-color: #F0F0EE;
    scrollbar-shadow-color: #F0F0EE;
    scrollbar-track-color: #F5F5F5;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}

pre {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}

.mceVisualAid {
    border: 1px dashed #BBBBBB !important;
}

.mceItemAnchor {
    width: 12px;
    line-height: 6px;
    overflow: hidden;
    padding-left: 12px;
    background-image: url('../images/anchor_symbol.gif');
    background-position: bottom;
    background-repeat: no-repeat;
}

/* Important is needed in Gecko browsers inorder to style links */
/*
a {
    color: green !important;
}
*/

/* Style selection range colors in Gecko browsers */
/*
::-moz-selection {
    background-color: red;
    color: green;
}
*/