No regular expressions were active.
1 |
|
/* This fi
le contain
s the CSS
data for t
he editabl
e area(ifr
ame) of Ti
nyMCE */
|
|
|
2 |
|
/* You can
extend th
is CSS by
adding you
r own CSS
file with
the the co
ntent_css
option */
|
|
|
3 |
|
|
|
|
4 |
|
body, td,
pre {
|
|
|
5 |
|
font-f
amily: Ver
dana, Aria
l, Helveti
ca, sans-s
erif;
|
|
|
6 |
|
font-s
ize: 10px;
|
|
|
7 |
|
}
|
|
|
8 |
|
|
|
|
9 |
|
body {
|
|
|
10 |
|
backgr
ound-color
: #FFFFFF;
|
|
|
11 |
|
}
|
|
|
12 |
|
|
|
|
13 |
|
.mceVisual
Aid {
|
|
|
14 |
|
border
: 1px dash
ed #BBBBBB
!importan
t;
|
|
|
15 |
|
}
|
|
|
16 |
|
|
|
|
17 |
|
div.mceVis
ualAid {
|
|
|
18 |
|
backgr
ound-image
:url('../i
mages/spac
er.gif');
|
|
|
19 |
|
visibi
lity: visi
ble !impor
tant;
|
|
|
20 |
|
}
|
|
|
21 |
|
|
|
|
22 |
|
.mceItemAn
chor {
|
|
|
23 |
|
width:
12px;
|
|
|
24 |
|
line-h
eight: 6px
;
|
|
|
25 |
|
overfl
ow: hidden
;
|
|
|
26 |
|
paddin
g-left: 12
px;
|
|
|
27 |
|
backgr
ound-image
: url('../
images/anc
hor_symbol
.gif');
|
|
|
28 |
|
backgr
ound-posit
ion: botto
m;
|
|
|
29 |
|
backgr
ound-repea
t: no-repe
at;
|
|
|
30 |
|
}
|
|
|
31 |
|
|
|
|
32 |
|
/* Importa
nt is need
ed in Geck
o browsers
inorder t
o style li
nks */
|
|
|
33 |
|
/*
|
|
|
34 |
|
a {
|
|
|
35 |
|
color:
green !im
portant;
|
|
|
36 |
|
}
|
|
|
37 |
|
*/
|
|
|
38 |
|
|
|
|
39 |
|
/* Style s
election r
ange color
s in Gecko
browsers
*/
|
|
|
40 |
|
/*
|
|
|
41 |
|
::-moz-sel
ection {
|
|
|
42 |
|
backgr
ound-color
: red;
|
|
|
43 |
|
color:
green;
|
|
|
44 |
|
}
|
|
|
45 |
|
*/
|
|
|
46 |
|
|
|
|
47 |
|
/* MSIE sp
ecific */
|
|
|
48 |
|
|
|
|
49 |
|
* html bod
y {
|
|
|
50 |
|
scroll
bar-3dligh
t-color: #
F0F0EE;
|
|
|
51 |
|
scroll
bar-arrow-
color: #67
6662;
|
|
|
52 |
|
scroll
bar-base-c
olor: #F0F
0EE;
|
|
|
53 |
|
scroll
bar-darksh
adow-color
: #DDDDDD;
|
|
|
54 |
|
scroll
bar-face-c
olor: #E0E
0DD;
|
|
|
55 |
|
scroll
bar-highli
ght-color:
#F0F0EE;
|
|
|
56 |
|
scroll
bar-shadow
-color: #F
0F0EE;
|
|
|
57 |
|
scroll
bar-track-
color: #F5
F5F5;
|
|
|
58 |
|
}
|
|
|