Projet

Général

Profil

Révision a192dc0b

Ajouté par Assos Assos il y a environ 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/adminimal_theme/css/style.css
677 677
/* Fieldsets */
678 678
fieldset {
679 679
  border: solid 1px #ddd;
680
  border-top: 3px solid #0074BD;
680
  border-top: none;
681
  box-shadow: 0px -3px 0 #0074BD;
681 682
  padding: 12px;
682 683
  margin: 0 0 20px;
683 684
}
......
763 764
/* Filter */
764 765
.filter-wrapper {
765 766
  border-top: 0;
767
  box-shadow: none;
766 768
  padding: 10px 2px;
767 769
}
768 770

  
......
992 994

  
993 995
ul.action-links a {
994 996
  padding-left: 15px;/* LTR */
995
  font: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
997
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
996 998
  font-size: 23px;
997 999
  font-weight: 300;
998 1000
  background: transparent url(../images/add.png) no-repeat 0 center;
......
2130 2132
  color: #FFE414;
2131 2133
}
2132 2134

  
2133

  
2134
/* Ckeditor Styling */
2135

  
2136
body.adminimal-theme .cke_reset_all,body.adminimal-theme  .cke_reset_all * {
2137
  border-radius: 0;
2138
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
2139
  text-shadow: none;
2140
}
2141

  
2142
body.adminimal-theme .ckeditor_links {
2143
  border-left: 1px solid #DDDDDD;
2144
  border-right: 1px solid #DDDDDD;
2145
  display: block;
2146
  padding: 10px;
2147
  width: auto;
2148
}
2149

  
2150
body.adminimal-theme .ckeditor_links:hover {
2151
  background: #eee;
2152
  text-decoration: none;
2153
}
2154

  
2155
body.adminimal-theme .cke_chrome {
2156
  box-shadow: none;
2157
}
2158

  
2159
body.adminimal-theme .cke_top {
2160
  background: #eee;
2161
}
2162

  
2163
body.adminimal-theme .cke_toolgroup {
2164
  background: #fff;
2165
  border: 1px solid #ccc;
2166
}
2167

  
2168

  
2169
body.adminimal-theme .cke_combo_button {
2170
  background: #fff;
2171
  border: 1px solid #ccc;
2172
}
2173

  
2174
body.adminimal-theme .cke_combo_off a.cke_combo_button:hover {
2175
  background: #fff;
2176
  border: 1px solid #0074BD;
2177
}
2178

  
2179
body.adminimal-theme .cke_button_on {
2180
  background: #fff;
2181
  box-shadow: 0px 3px 0px #0074BD;
2182
  -moz-border-radius: 0;
2183
  -webkit-border-radius: 0;
2184
  border-radius: 0;
2185
}
2186

  
2187
body.adminimal-theme .cke_button_on:hover {
2188
  box-shadow: 0px 3px 0px #0074BD;
2189
}
2190

  
2191
body.adminimal-theme .cke_bottom {
2192
  background: #eee;
2193
}
2194

  
2195
body.adminimal-theme .cke_combo_off a.cke_combo_button:active,body.adminimal-theme  .cke_combo_on a.cke_combo_button {
2196
  border: 1px solid #0074BD;
2197
  border-bottom-width: 3px;
2198
  background: #fff;
2199
  box-shadow: none;
2200
}
2201

  
2202
body.adminimal-theme a.cke_button_on:hover,
2203
body.adminimal-theme a.cke_button_on:focus,
2204
body.adminimal-theme a.cke_button_on:active,
2205
body.adminimal-theme .cke_button:first-child,
2206
body.adminimal-theme .cke_button:last-child {
2207
  -moz-border-radius: 0;
2208
  -webkit-border-radius: 0;
2209
  border-radius: 0;
2210
}
2211

  
2212
body.adminimal-theme a.cke_button_off:hover,
2213
body.adminimal-theme a.cke_button_off:focus, a.cke_button_off:active,
2214
body.adminimal-theme a.cke_button_disabled:hover,
2215
body.adminimal-theme a.cke_button_disabled:focus,
2216
body.adminimal-theme a.cke_button_disabled:active {
2217
  background: #eee;
2218
  box-shadow: none;
2219
  border-color: #0074BD;
2220
  -moz-border-radius: 0;
2221
  -webkit-border-radius: 0;
2222
  border-radius: 0;
2223
}
2224

  
2225
body.adminimal-theme .cke_reset_all label {
2226
  display: inline-block;
2227
  margin-top: 5px;
2228
  padding-bottom: 2px;
2229
  position: relative;
2230
}
2231

  
2232
body.adminimal-theme .cke_dialog_body label.cke_required {
2233
  font-weight: normal;
2234
}
2235

  
2236
body.adminimal-theme .cke_reset_all .cke_dialog_body {
2237
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
2238
  border: 1px solid #CCCCCC;
2239
}
2240

  
2241
body.adminimal-theme .cke_reset_all fieldset {
2242
  border: 1px solid #DDDDDD;
2243
  border-top: 3px solid #0074BD;
2244
  padding: 10px;
2245
}
2246

  
2247
body.adminimal-theme .cke_reset_all legend {
2248
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
2249
  font-size: 18px;
2250
  font-weight: 100;
2251
  padding: 0 0.5em;
2252
}
2253

  
2254
body.adminimal-theme .cke_combopanel {
2255
  height: 170px;
2256
  width: 170px;
2257
  border: 1px solid #DDDDDD;
2258
  margin-top: 3px;
2259
}
2260

  
2261
body.adminimal-theme .cke_dialog_footer {
2262
  background: #eee;
2263
}
2264

  
2265
body.adminimal-theme a.cke_dialog_tab:hover {
2266
  text-decoration: none;
2267
  background: #fff;
2268
  color: #0074BD;
2269
}
2270

  
2271
body.adminimal-theme select.cke_dialog_ui_input_select {
2272
  box-shadow: none;
2273
}
2274

  
2275
body.adminimal-theme input.cke_dialog_ui_input_text,
2276
body.adminimal-theme input.cke_dialog_ui_input_password,
2277
body.adminimal-theme textarea.cke_dialog_ui_input_textarea {
2278
  box-shadow: none;
2279
  border-color: #CCCCCC;
2280
}
2281

  
2282
body.adminimal-theme .cke_dialog_title {
2283
  background: #333333;
2284
  border-bottom: none;
2285
  border-radius: 0;
2286
  box-shadow: none;
2287
  color: #FFFFFF;
2288
  font-size: 18px;
2289
  text-shadow: none;
2290
}
2291

  
2292
body.adminimal-theme .cke_dialog_ui_vbox_child label {
2293
  top: -2px;
2294
}
2295

  
2296
body.adminimal-theme input.cke_dialog_ui_input_text:focus,
2297
body.adminimal-theme input.cke_dialog_ui_input_password:focus,
2298
body.adminimal-theme textarea.cke_dialog_ui_input_textarea:focus,
2299
body.adminimal-theme select.cke_dialog_ui_input_select:focus {
2300
  border-color: #0074BD;
2301
}
2302

  
2303
body.adminimal-theme a.cke_dialog_ui_button:focus,
2304
body.adminimal-theme a.cke_dialog_ui_button:hover,
2305
body.adminimal-theme a.cke_dialog_ui_button:active {
2306
  border-color: #0074BD;
2307
  box-shadow: none;
2308
  text-decoration: none;
2309
  color: #fff;
2310
  background: #0074BD;
2311
}
2312

  
2313
body.adminimal-theme a.cke_dialog_ui_button {
2314
  background: #eee;
2315
  padding: 4px 0;
2316
}
2317

  
2318
body.adminimal-theme a.cke_dialog_ui_button:focus span,
2319
body.adminimal-theme a.cke_dialog_ui_button:hover span,
2320
body.adminimal-theme a.cke_dialog_ui_button:active span {
2321
  color: #fff;
2322
}
2323

  
2324
body.adminimal-theme .cke_ltr .cke_dialog_close_button {
2325
  background: url("images/x-white.png") scroll no-repeat 50% 2px #B73939;
2326
  right: 10px;
2327
  top: 1px;
2328
  width: 45px;
2329
}
2330

  
2331
body.adminimal-theme .cke_ltr .cke_dialog_close_button:hover {
2332
  background-color: #e55454;
2333
}
2334

  
2335
body.adminimal-theme a.cke_dialog_ui_button_ok {
2336
  background: #4D8F46;
2337
  border-color: #4D8F46;
2338
  box-shadow: none;
2339
}
2340

  
2341
body.adminimal-theme a.cke_dialog_ui_button_ok:hover {
2342
  background: #0A6700;
2343
  border-color: #0A6700;
2344
}
2345

  
2346
body.adminimal-theme a.cke_path_item:hover, body.adminimal-theme a.cke_path_item:focus, body.adminimal-theme a.cke_path_item:active {
2347
  border-radius: 0;
2348
  -moz-border-radius: 0;
2349
  -webkit-border-radius: 0;
2350
  box-shadow: none;
2351
  text-decoration:none;
2352
  text-shadow: none;
2353
}
2354

  
2355 2135
.messages.theme-disabled {
2356 2136
  background: transparent;
2357 2137
  border: none;
......
3266 3046
.page-admin-structure-features-create form div.buttons {
3267 3047
  text-align: left;
3268 3048
}
3049

  
3050

  
3051
/**
3052
 * Hide dummy checkbox in Fast Permissions Administration (FPA) see #2653436.
3053
 * by @rcodina.
3054
 */
3055
.fpa-container .dummy-checkbox {
3056
  display: none !important;
3057
}

Formats disponibles : Unified diff