Projet

Général

Profil

Paste
Télécharger (5,11 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adminimal_theme / css / ckeditor-adminimal.css @ a192dc0b

1
/* Ckeditor Styling */
2

    
3
body.adminimal-theme .cke_reset_all,body.adminimal-theme  .cke_reset_all * {
4
  border-radius: 0;
5
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
6
  text-shadow: none;
7
}
8

    
9
body.adminimal-theme .ckeditor_links {
10
  border-left: 1px solid #DDDDDD;
11
  border-right: 1px solid #DDDDDD;
12
  display: block;
13
  padding: 10px;
14
  width: auto;
15
}
16

    
17
body.adminimal-theme .ckeditor_links:hover {
18
  background: #eee;
19
  text-decoration: none;
20
}
21

    
22
body.adminimal-theme .cke_chrome {
23
  box-shadow: none;
24
}
25

    
26
body.adminimal-theme .cke_top {
27
  background: #eee;
28
}
29

    
30
body.adminimal-theme .cke_toolgroup {
31
  background: #fff;
32
  border: 1px solid #ccc;
33
}
34

    
35

    
36
body.adminimal-theme .cke_combo_button {
37
  background: #fff;
38
  border: 1px solid #ccc;
39
}
40

    
41
body.adminimal-theme .cke_combo_off a.cke_combo_button:hover {
42
  background: #fff;
43
  border: 1px solid #0074BD;
44
}
45

    
46
body.adminimal-theme .cke_button_on {
47
  background: #fff;
48
  box-shadow: 0px 3px 0px #0074BD;
49
  -moz-border-radius: 0;
50
  -webkit-border-radius: 0;
51
  border-radius: 0;
52
}
53

    
54
body.adminimal-theme .cke_button_on:hover {
55
  box-shadow: 0px 3px 0px #0074BD;
56
}
57

    
58
body.adminimal-theme .cke_bottom {
59
  background: #eee;
60
}
61

    
62
body.adminimal-theme .cke_combo_off a.cke_combo_button:active,body.adminimal-theme  .cke_combo_on a.cke_combo_button {
63
  border: 1px solid #0074BD;
64
  border-bottom-width: 3px;
65
  background: #fff;
66
  box-shadow: none;
67
}
68

    
69
body.adminimal-theme a.cke_button_on:hover,
70
body.adminimal-theme a.cke_button_on:focus,
71
body.adminimal-theme a.cke_button_on:active,
72
body.adminimal-theme .cke_button:first-child,
73
body.adminimal-theme .cke_button:last-child {
74
  -moz-border-radius: 0;
75
  -webkit-border-radius: 0;
76
  border-radius: 0;
77
}
78

    
79
body.adminimal-theme a.cke_button_off:hover,
80
body.adminimal-theme a.cke_button_off:focus, a.cke_button_off:active,
81
body.adminimal-theme a.cke_button_disabled:hover,
82
body.adminimal-theme a.cke_button_disabled:focus,
83
body.adminimal-theme a.cke_button_disabled:active {
84
  background: #eee;
85
  box-shadow: none;
86
  border-color: #0074BD;
87
  -moz-border-radius: 0;
88
  -webkit-border-radius: 0;
89
  border-radius: 0;
90
}
91

    
92
body.adminimal-theme .cke_reset_all label {
93
  display: inline-block;
94
  margin-top: 5px;
95
  padding-bottom: 2px;
96
  position: relative;
97
}
98

    
99
body.adminimal-theme .cke_dialog_body label.cke_required {
100
  font-weight: normal;
101
}
102

    
103
body.adminimal-theme .cke_reset_all .cke_dialog_body {
104
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
105
  border: 1px solid #CCCCCC;
106
}
107

    
108
body.adminimal-theme .cke_reset_all fieldset {
109
  border: 1px solid #DDDDDD;
110
  border-top: 3px solid #0074BD;
111
  padding: 10px;
112
}
113

    
114
body.adminimal-theme .cke_reset_all legend {
115
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
116
  font-size: 18px;
117
  font-weight: 100;
118
  padding: 0 0.5em;
119
}
120

    
121
body.adminimal-theme .cke_combopanel {
122
  height: 170px;
123
  width: 170px;
124
  border: 1px solid #DDDDDD;
125
  margin-top: 3px;
126
}
127

    
128
body.adminimal-theme .cke_dialog_footer {
129
  background: #eee;
130
}
131

    
132
body.adminimal-theme a.cke_dialog_tab:hover {
133
  text-decoration: none;
134
  background: #fff;
135
  color: #0074BD;
136
}
137

    
138
body.adminimal-theme select.cke_dialog_ui_input_select {
139
  box-shadow: none;
140
}
141

    
142
body.adminimal-theme input.cke_dialog_ui_input_text,
143
body.adminimal-theme input.cke_dialog_ui_input_password,
144
body.adminimal-theme textarea.cke_dialog_ui_input_textarea {
145
  box-shadow: none;
146
  border-color: #CCCCCC;
147
}
148

    
149
body.adminimal-theme .cke_dialog_title {
150
  background: #333333;
151
  border-bottom: none;
152
  border-radius: 0;
153
  box-shadow: none;
154
  color: #FFFFFF;
155
  font-size: 18px;
156
  text-shadow: none;
157
}
158

    
159
body.adminimal-theme .cke_dialog_ui_vbox_child label {
160
  top: -2px;
161
}
162

    
163
body.adminimal-theme input.cke_dialog_ui_input_text:focus,
164
body.adminimal-theme input.cke_dialog_ui_input_password:focus,
165
body.adminimal-theme textarea.cke_dialog_ui_input_textarea:focus,
166
body.adminimal-theme select.cke_dialog_ui_input_select:focus {
167
  border-color: #0074BD;
168
}
169

    
170
body.adminimal-theme a.cke_dialog_ui_button:focus,
171
body.adminimal-theme a.cke_dialog_ui_button:hover,
172
body.adminimal-theme a.cke_dialog_ui_button:active {
173
  border-color: #0074BD;
174
  box-shadow: none;
175
  text-decoration: none;
176
  color: #fff;
177
  background: #0074BD;
178
}
179

    
180
body.adminimal-theme a.cke_dialog_ui_button {
181
  background: #eee;
182
  padding: 4px 0;
183
}
184

    
185
body.adminimal-theme a.cke_dialog_ui_button:focus span,
186
body.adminimal-theme a.cke_dialog_ui_button:hover span,
187
body.adminimal-theme a.cke_dialog_ui_button:active span {
188
  color: #fff;
189
}
190

    
191
body.adminimal-theme .cke_ltr .cke_dialog_close_button {
192
  background: url("images/x-white.png") scroll no-repeat 50% 2px #B73939;
193
  right: 10px;
194
  top: 1px;
195
  width: 45px;
196
}
197

    
198
body.adminimal-theme .cke_ltr .cke_dialog_close_button:hover {
199
  background-color: #e55454;
200
}
201

    
202
body.adminimal-theme a.cke_dialog_ui_button_ok {
203
  background: #4D8F46;
204
  border-color: #4D8F46;
205
  box-shadow: none;
206
}
207

    
208
body.adminimal-theme a.cke_dialog_ui_button_ok:hover {
209
  background: #0A6700;
210
  border-color: #0A6700;
211
}
212

    
213
body.adminimal-theme a.cke_path_item:hover, body.adminimal-theme a.cke_path_item:focus, body.adminimal-theme a.cke_path_item:active {
214
  border-radius: 0;
215
  -moz-border-radius: 0;
216
  -webkit-border-radius: 0;
217
  box-shadow: none;
218
  text-decoration:none;
219
  text-shadow: none;
220
}