summaryrefslogtreecommitdiff
path: root/httemplate/elements/fckeditor/editor/dialog/fck_scayt/scayt_dialog.css
blob: c2eeb75f911981060b5c98668e8a77b6397a521b (plain)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
html, body
{
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

body
{
	padding: 10px;
}

body, td, input, select, textarea
{
	font-size: 11px;
	font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
}

.midtext
{
	padding:0px;
	margin:10px;
}

.midtext p
{
	padding:0px;
	margin:10px;
}

.Button
{
	border: #737357 1px solid;
	color: #3b3b1f;
	background-color: #c7c78f;
}

.PopupTabArea , .button
{
	color: #737357;
	background-color: #e3e3c7;
}

.PopupTitleBorder
{
	border-bottom: #d5d59d 1px solid;
}
.PopupTabEmptyArea
{
	padding-left: 10px;
	border-bottom: #d5d59d 1px solid;
}

.PopupTab, .PopupTabSelected
{
	border-right: #d5d59d 1px solid;
	border-top: #d5d59d 1px solid;
	border-left: #d5d59d 1px solid;
	padding: 3px 5px 3px 5px;
	color: #737357;
}

.PopupTab
{
	margin-top: 1px;
	border-bottom: #d5d59d 1px solid;
	cursor: pointer;
	cursor: hand;
}

.PopupTabSelected
{
	font-weight: bold;
	cursor: default;
	padding-top: 4px;
	border-bottom: #f1f1e3 1px solid;
	background-color: #f1f1e3;
}

ul {
    padding:0;
    margin:0px 0px 12px 0px;
    list-style-type:none;
}
ul.tabs {
    height:20px;
    margin:10px 0px;
}
ul.tabs li {
    float: left;
	display:none;
}
div.tab_container {
    /*display:none;*/
    padding: 0px 5px ;
}
.lcol {
    float:left;
    width:47%;
    margin-left:5px;
}
.rcol {
    float:right;
    width:47%;
    margin-right:5px;
}
div.tabs-container{
	height:220px;
	overflow-x:hidden;
	overflow-y:auto;
}

div.tabs-container h3{
    margin:5px 15px 7px 15px;
    background-color:transparent;
    font-size: 14px ;
}

.li {
    border: 1px solid transparent;
}

#dic_message{
	height: 24px;
}
#dic_message .error{
	color: red ;
}
#dic_message .success{
	color: blue ;
}

.dic_buttons {
	margin-top: 5px;
	padding-left:10px;
}
.dic_buttons a {
	display: none;
}
a.button {
	border: #d5d59d 1px solid;
	padding: 2px 4px;
	margin-right: 4px;
	text-decoration: none;
}

a.button:hover,
a.button:active,
a.button:visited{
	padding: 2px 4px;
	margin-right: 4px;
	text-decoration: none;
}
a.button:hover {
	border: #d5d59d 1px solid;
	color: #e3e3c7;
	background-color: #737357;
}

#scayt_options li {
	display: none;
}

#dic_info {
	margin:10px;
}
#dic_tab {
	display:none;
}