Project

General

Profile

1
body {
2
    background-color: #FFFFFF;
3
    color: #000000;
4
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
5
    font-size: 13px;
6
    line-height: 1.6;
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
    padding: 8px 16px 16px;
16
    margin: 0;
17
}
18

    
19
td, th {
20
    font-family: Verdana, Arial, Helvetica, sans-serif;
21
    font-size: 11px
22
}
23

    
24
.mce-object {
25
    border: 1px dotted #3A3A3A;
26
    background: #d5d5d5 url(img/object.gif) no-repeat center
27
}
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

    
40
@media print {
41
    .mce-pagebreak {
42
        border: 0px
43
    }
44
}
45

    
46
.mce-item-anchor {
47
    cursor: default;
48
    display: inline-block;
49
    -webkit-user-select: all;
50
    -webkit-user-modify: read-only;
51
    -moz-user-select: all;
52
    -moz-user-modify: read-only;
53
    user-select: all;
54
    user-modify: read-only;
55
    width: 9px !important;
56
    height: 9px !important;
57
    border: 1px dotted #3A3A3A;
58
    background: #d5d5d5 url(img/anchor.gif) no-repeat center
59
}
60

    
61
.mce-nbsp {
62
    background: #AAA
63
}
64

    
65
hr {
66
    cursor: default
67
}
68

    
69
.mce-match-marker {
70
    background: #AAA;
71
    color: #fff
72
}
73

    
74
.mce-match-marker-selected {
75
    background: #3399ff;
76
    color: #fff
77
}
78

    
79
.mce-spellchecker-word {
80
    border-bottom: 2px solid #F00;
81
    cursor: default
82
}
83

    
84
.mce-spellchecker-grammar {
85
    border-bottom: 2px solid #008000;
86
    cursor: default
87
}
88

    
89
.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
90
    border: 1px dashed #BBB
91
}
92

    
93
td.mce-item-selected, th.mce-item-selected {
94
    background-color: #3399ff !important
95
}
96

    
97
.mce-edit-focus {
98
    outline: 1px dotted #333
99
}
100

    
101
h1, h2, h3, h4, h5, h6 {
102
    font-weight: normal;
103
    line-height: 1.2;
104
}
(3-3/6)