No regular expressions were active.
1 |
|
/* This fi
le contain
s the CSS
data for t
he editor
UI of Tiny
MCE instan
ces */
|
|
|
2 |
|
|
|
|
3 |
|
.mceToolba
rTop a, .m
ceToolbarT
op a:visit
ed, .mceTo
olbarTop a
:hover, .m
ceToolbarB
ottom a, .
mceToolbar
Bottom a:v
isited, .m
ceToolbarB
ottom a:ho
ver {borde
r: 0; marg
in: 0; pad
ding: 0; b
ackground:
transpare
nt;}
|
|
|
4 |
|
.mceSepara
torLine {b
order: 0;
padding: 0
; margin-l
eft: 4px;
margin-rig
ht: 2px;}
|
|
|
5 |
|
.mceSelect
List {font
-family: '
MS Sans Se
rif', sans
-serif, Ve
rdana, Ari
al; font-s
ize: 7pt !
important;
font-weig
ht: normal
; margin-t
op: 3px; p
adding: 0;
display:
inline; ve
rtical-ali
gn: top; b
ackground-
color: #F0
F0EE;}
|
|
|
6 |
|
.mceLabel,
.mceLabel
Disabled {
font-famil
y: 'MS San
s Serif',
sans-serif
, Verdana,
Arial; fo
nt-size: 9
pt;}
|
|
|
7 |
|
.mceLabel
{color: #0
00000;}
|
|
|
8 |
|
.mceLabelD
isabled {c
ursor: tex
t; color:
#999999;}
|
|
|
9 |
|
.mceEditor
{backgrou
nd: #F0F0E
E; border:
1px solid
#cccccc;
padding: 0
; margin:
0;}
|
|
|
10 |
|
.mceEditor
Area { fon
t-family:
'MS Sans S
erif', san
s-serif, V
erdana, Ar
ial; backg
round: #FF
FFFF; padd
ing: 0; ma
rgin: 0; }
|
|
|
11 |
|
.mceToolba
rTop, .mce
ToolbarBot
tom {backg
round: #F0
F0EE; line
-height: 1
px; font-s
ize: 1px;}
|
|
|
12 |
|
.mceToolba
rTop {bord
er-bottom:
1px solid
#cccccc;
padding-bo
ttom: 1px;
}
|
|
|
13 |
|
.mceToolba
rBottom {b
order-top:
1px solid
#cccccc;}
|
|
|
14 |
|
.mceToolba
rContainer
{display:
block; po
sition: re
lative; le
ft: 0; top
: 0; width
: 100%;}
|
|
|
15 |
|
.mceStatus
barTop, .m
ceStatusba
rBottom, .
mceStatusb
ar {height
: 20px;}
|
|
|
16 |
|
.mceStatus
barTop .mc
eStatusbar
PathText,
.mceStatus
barBottom
.mceStatus
barPathTex
t, .mceSta
tusbar .mc
eStatusbar
PathText {
font-famil
y: 'MS San
s Serif',
sans-serif
, Verdana,
Arial; fo
nt-size: 9
pt; paddin
g: 2px; li
ne-height:
16px; ove
rflow: vis
ible;}
|
|
|
17 |
|
.mceStatus
barTop {bo
rder-botto
m: 1px sol
id #cccccc
;}
|
|
|
18 |
|
.mceStatus
barBottom
{border-to
p: 1px sol
id #cccccc
;}
|
|
|
19 |
|
.mceStatus
bar {borde
r-bottom:
1px solid
#cccccc;}
|
|
|
20 |
|
.mcePathIt
em, .mcePa
thItem:lin
k, .mcePat
hItem:visi
ted, .mceP
athItem:ho
ver {text-
decoration
: none; fo
nt-family:
'MS Sans
Serif', sa
ns-serif,
Verdana, A
rial; font
-size: 9pt
; color: #
000000;}
|
|
|
21 |
|
.mcePathIt
em:hover {
text-decor
ation: und
erline;}
|
|
|
22 |
|
.mceStatus
barPathTex
t {float:
left;}
|
|
|
23 |
|
.mceStatus
barResize
{float: ri
ght; backg
round-imag
e: url('..
/images/st
atusbar_re
size.gif')
; backgrou
nd-repeat:
no-repeat
; width: 1
1px; heigh
t: 20px; c
ursor: se-
resize;}
|
|
|
24 |
|
.mceResize
Box {width
: 10px; he
ight: 10px
; display:
none; bor
der: 1px d
otted gray
; margin:
0; padding
: 0;}
|
|
|
25 |
|
.mceEditor
Iframe {bo
rder: 0;}
|
|
|
26 |
|
|
|
|
27 |
|
/* Button
CSS rules
*/
|
|
|
28 |
|
|
|
|
29 |
|
a.mceButto
nDisabled
img, a.mce
ButtonNorm
al img, a.
mceButtonS
elected im
g {width:
20px; heig
ht: 20px;
cursor: de
fault; mar
gin-top: 1
px; margin
-left: 1px
;}
|
|
|
30 |
|
a.mceButto
nDisabled
img {borde
r: 0 !impo
rtant;}
|
|
|
31 |
|
a.mceButto
nNormal im
g, a.mceBu
ttonSelect
ed img {bo
rder: 1px
solid #F0F
0EE !impor
tant;}
|
|
|
32 |
|
a.mceButto
nSelected
img {borde
r: 1px sol
id #6779AA
!importan
t; backgro
und-color:
#D4D5D8;}
|
|
|
33 |
|
a.mceButto
nNormal im
g:hover, a
.mceButton
Selected i
mg:hover {
border: 1p
x solid #0
A246A !imp
ortant; cu
rsor: defa
ult; backg
round-colo
r: #B6BDD2
;}
|
|
|
34 |
|
a.mceButto
nDisabled
img {-moz-
opacity:0.
3; opacity
: 0.3; bor
der: 1px s
olid #F0F0
EE !import
ant; curso
r: default
;}
|
|
|
35 |
|
a.mceTiled
Button img
{backgrou
nd-image:
url('../im
ages/butto
ns.gif');
background
-repeat: n
o-repeat;}
|
|
|
36 |
|
|
|
|
37 |
|
/* Menu bu
tton CSS r
ules */
|
|
|
38 |
|
|
|
|
39 |
|
span.mceMe
nuButton i
mg, span.m
ceMenuButt
onSelected
img {bord
er: 1px so
lid #F0F0E
E; margin-
left: 1px;
}
|
|
|
40 |
|
span.mceMe
nuButtonSe
lected img
{border:
1px solid
#6779AA; b
ackground-
color: #B6
BDD2;}
|
|
|
41 |
|
span.mceMe
nuButtonSe
lected img
.mceMenuBu
tton {bord
er: 1px so
lid #F0F0E
E; backgro
und-color:
transpare
nt;}
|
|
|
42 |
|
span.mceMe
nuButton i
mg.mceMenu
Button, sp
an.mceMenu
ButtonSele
cted img.m
ceMenuButt
on {border
-left: 0;
margin-lef
t: 0;}
|
|
|
43 |
|
span.mceMe
nuButton:h
over img,
span.mceMe
nuButtonSe
lected:hov
er img {bo
rder: 1px
solid #0A2
46A; backg
round-colo
r: #B6BDD2
;}
|
|
|
44 |
|
span.mceMe
nuButton:h
over img.m
ceMenuButt
on, span.m
ceMenuButt
onSelected
:hover img
.mceMenuBu
tton {bord
er-left: 0
;}
|
|
|
45 |
|
span.mceMe
nuButtonFo
cus img {b
order: 1px
solid gra
y; border-
right: 0;
margin-lef
t: 1px; ba
ckground-c
olor: #F5F
4F2;}
|
|
|
46 |
|
span.mceMe
nuButtonFo
cus img.mc
eMenuButto
n {border:
1px solid
gray; bor
der-left:
1px solid
#F5F4F2; m
argin-left
: 0;}
|
|
|
47 |
|
span.mceMe
nuHover im
g {border:
1px solid
#0A246A;
background
-color: #B
6BDD2;}
|
|
|
48 |
|
span.mceMe
nuButtonSe
lected.mce
MenuHover
img.mceMen
uButton {b
order: 1px
solid #0A
246A; back
ground-col
or: #B6BDD
2; border-
left: 0;}
|
|
|
49 |
|
|
|
|
50 |
|
/* Menu */
|
|
|
51 |
|
|
|
|
52 |
|
.mceMenu {
position:
absolute;
left: 0; t
op: 0; dis
play: none
; z-index:
1000; bac
kground-co
lor: white
; border:
1px solid
gray; font
-weight: n
ormal;}
|
|
|
53 |
|
.mceMenu a
, .mceMenu
Title, .mc
eMenuDisab
led {displ
ay: block;
width: 10
0%; text-d
ecoration:
none; bac
kground-co
lor: white
; font-fam
ily: Tahom
a, Verdana
, Arial, H
elvetica;
font-size:
11px; lin
e-height:
20px; colo
r: black;}
|
|
|
54 |
|
.mceMenu a
:hover {ba
ckground-c
olor: #B6B
DD2; color
: black; t
ext-decora
tion: none
!importan
t;}
|
|
|
55 |
|
.mceMenu s
pan {paddi
ng-left: 1
0px; paddi
ng-right:
10px; disp
lay: block
; line-hei
ght: 20px;
}
|
|
|
56 |
|
.mceMenuSe
parator {b
order-bott
om: 1px so
lid gray;
background
-color: gr
ay; height
: 1px;}
|
|
|
57 |
|
.mceMenuTi
tle span {
padding-le
ft: 5px;}
|
|
|
58 |
|
.mceMenuTi
tle {backg
round-colo
r: #DDDDDD
; font-wei
ght: bold;
}
|
|
|
59 |
|
.mceMenuDi
sabled {co
lor: gray;
}
|
|
|
60 |
|
span.mceMe
nuSelected
Item {back
ground-ima
ge: url('.
./images/m
enu_check.
gif'); bac
kground-re
peat: no-r
epeat; bac
kground-po
sition: 5p
x 8px; pad
ding-left:
20px;}
|
|
|
61 |
|
span.mceMe
nuCheckIte
m {padding
-left: 20p
x;}
|
|
|
62 |
|
span.mceMe
nuLine {di
splay: blo
ck; positi
on: absolu
te; left:
0; top: -1
px; backgr
ound-color
: #F5F4F2;
width: 30
px; height
: 1px; ove
rflow: hid
den; paddi
ng-left: 0
; padding-
right: 0;}
|
|
|
63 |
|
.mceColors
table, .m
ceColors t
d {margin:
0; paddin
g: 2px;}
|
|
|
64 |
|
a.mceMoreC
olors {wid
th: auto;
padding: 0
; margin:
0 3px 3px
3px; text-
align: cen
ter; borde
r: 1px sol
id white;
text-decor
ation: non
e !importa
nt;}
|
|
|
65 |
|
.mceColorP
review {po
sition: ab
solute; ov
erflow:hid
den; left:
0; top: 0
; margin-l
eft: 3px;
margin-top
: 15px; wi
dth: 16px;
height: 4
px; backgr
ound-color
: red;}
|
|
|
66 |
|
a.mceMoreC
olors:hove
r {border:
1px solid
#0A246A;}
|
|
|
67 |
|
.mceColors
td a {wid
th: 9px; h
eight: 9px
; overflow
: hidden;
border: 1p
x solid #8
08080;}
|
|
|
68 |
|
|
|
|
69 |
|
/* MSIE 6
specific r
ules */
|
|
|
70 |
|
|
|
|
71 |
|
* html a.m
ceButtonNo
rmal img,
* html a.m
ceButtonSe
lected img
, * html a
.mceButton
Disabled i
mg {border
: 0 !impor
tant; marg
in-top: 2p
x; margin-
bottom: 1p
x;}
|
|
|
72 |
|
* html a.m
ceButtonDi
sabled img
{filter:p
rogid:DXIm
ageTransfo
rm.Microso
ft.Alpha(o
pacity=30)
; border:
0 !importa
nt;}
|
|
|
73 |
|
* html a.m
ceButtonDi
sabled {bo
rder: 1px
solid #F0F
0EE !impor
tant;}
|
|
|
74 |
|
* html a.m
ceButtonNo
rmal, * ht
ml a.mceBu
ttonSelect
ed {border
: 1px soli
d #F0F0EE
!important
; cursor:
default;}
|
|
|
75 |
|
* html a.m
ceButtonSe
lected {bo
rder: 1px
solid #677
9AA !impor
tant; back
ground-col
or: #D4D5D
8;}
|
|
|
76 |
|
* html a.m
ceButtonNo
rmal:hover
, * html a
.mceButton
Selected:h
over {bord
er: 1px so
lid #0A246
A !importa
nt; backgr
ound-color
: #B6BDD2;
cursor: d
efault;}
|
|
|
77 |
|
* html .mc
eSelectLis
t {margin-
top: 2px;}
|
|
|
78 |
|
* html spa
n.mceMenuB
utton, * h
tml span.m
ceMenuButt
onFocus {p
osition: r
elative; l
eft: 0; to
p: 0;}
|
|
|
79 |
|
* html spa
n.mceMenuB
utton img,
* html sp
an.mceMenu
ButtonSele
cted img,
* html spa
n.mceMenuB
uttonFocus
img {posi
tion: rela
tive; top:
1px;}
|
|
|
80 |
|
* html a.m
ceMoreColo
rs {width:
auto;}
|
|
|
81 |
|
* html .mc
eColors td
a {width:
10px; hei
ght: 10px;
}
|
|
|
82 |
|
* html .mc
eColorPrev
iew {margi
n-left: 2p
x; margin-
top: 14px;
}
|
|
|
83 |
|
|
|
|
84 |
|
/* MSIE 7
specific r
ules */
|
|
|
85 |
|
|
|
|
86 |
|
*:first-ch
ild+html a
.mceButton
Normal img
, *:first-
child+html
a.mceButt
onSelected
img, *:fi
rst-child+
html a.mce
ButtonDisa
bled img {
border: 0
!important
; margin-t
op: 2px; m
argin-bott
om: 1px;}
|
|
|
87 |
|
*:first-ch
ild+html a
.mceButton
Disabled i
mg {filter
:progid:DX
ImageTrans
form.Micro
soft.Alpha
(opacity=3
0); border
: 0 !impor
tant;}
|
|
|
88 |
|
*:first-ch
ild+html a
.mceButton
Disabled {
border: 1p
x solid #F
0F0EE !imp
ortant;}
|
|
|
89 |
|
*:first-ch
ild+html a
.mceButton
Normal, *:
first-chil
d+html a.m
ceButtonSe
lected {bo
rder: 1px
solid #F0F
0EE !impor
tant; curs
or: defaul
t;}
|
|
|
90 |
|
*:first-ch
ild+html a
.mceButton
Selected {
border: 1p
x solid #6
779AA !imp
ortant; ba
ckground-c
olor: #D4D
5D8;}
|
|
|
91 |
|
*:first-ch
ild+html a
.mceButton
Normal:hov
er, *:firs
t-child+ht
ml a.mceBu
ttonSelect
ed:hover {
border: 1p
x solid #0
A246A !imp
ortant; ba
ckground-c
olor: #B6B
DD2; curso
r: default
;}
|
|
|
92 |
|
*:first-ch
ild+html .
mceSelectL
ist {margi
n-top: 2px
;}
|
|
|
93 |
|
*:first-ch
ild+html s
pan.mceMen
uButton, *
:first-chi
ld+html sp
an.mceMenu
ButtonFocu
s {positio
n: relativ
e; left: 0
; top: 0;}
|
|
|
94 |
|
*:first-ch
ild+html s
pan.mceMen
uButton im
g, *:first
-child+htm
l span.mce
MenuButton
Selected i
mg, *:firs
t-child+ht
ml span.mc
eMenuButto
nFocus img
{position
: relative
; top: 1px
;}
|
|
|
95 |
|
*:first-ch
ild+html a
.mceMoreCo
lors {widt
h: 137px;}
|
|
|
96 |
|
*:first-ch
ild+html .
mceColors
td a {widt
h: 10px; h
eight: 10p
x;}
|
|
|
97 |
|
*:first-ch
ild+html .
mceColorPr
eview {mar
gin: 0; pa
dding-left
: 4px; mar
gin-top: 1
4px; width
: 14px;}
|
|
|