Projet

Général

Profil

Paste
Télécharger (1,92 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / rubik / css / overlay-child.css @ fc457866

1

    
2
/**
3
 * @file
4
 * Overlay child overrides.
5
 */
6

    
7
html.js {
8
  background: transparent !important;
9
  overflow-y: scroll;
10
  overflow-x: hidden;
11
}
12
html.js body {
13
  background: transparent !important;
14
  padding: 20px 40px;
15
}
16
#overlay {
17
  display: block;
18
  position: relative;
19
}
20
#overlay-titlebar {
21
  position: relative;
22
  z-index: 100;
23
}
24
#overlay-title {
25
  display: none;
26
}
27
#overlay-close-wrapper {
28
  position: absolute;
29
  right: 0;
30
  width: 30px;
31
}
32
#overlay-close,
33
#overlay-close:hover {
34
  -webkit-border-radius: 5px;
35
     -moz-border-radius: 5px;
36
          border-radius: 5px;
37
  background: #444 url(../images/buttons.png) -4000px 50% no-repeat;
38
  display: block;
39
  position: absolute;
40
  height: 20px;
41
  width: 20px;
42
  margin: 5px;
43
  padding: 0;
44
}
45
#overlay-close:active {
46
  background: #333 url(../images/buttons.png) -4400px 50% no-repeat;
47
}
48
#overlay-content {
49
  background: #fff;
50
  position: relative;
51
  padding: 0 0 10px;
52
  min-height: 400px;
53
  -webkit-border-radius: 6px 6px 5px 5px;
54
     -moz-border-radius: 6px 6px 5px 5px;
55
          border-radius: 6px 6px 5px 5px;
56
  -webkit-box-shadow: #111 0 0 10px;
57
     -moz-box-shadow: #111 0 0 10px;
58
          box-shadow: #111 0 0 10px;
59
}
60
#overlay-content .limiter {
61
  margin: 0 20px;
62
}
63
#branding {
64
  -webkit-border-radius: 5px 5px 0 0;
65
     -moz-border-radius: 5px 5px 0 0;
66
          border-radius: 5px 5px 0 0;
67
}
68
#branding .limiter {
69
  margin-left: 0;
70
}
71
#branding .breadcrumb-depth-0 a,
72
#branding .breadcrumb-depth-0 span {
73
  -webkit-border-radius: 5px 0 0 0;
74
     -moz-border-radius: 5px 0 0 0;
75
          border-radius: 5px 0 0 0;
76
}
77
/* Tabs on the overlay. */
78
#overlay-tabs {
79
  display: none;
80
}
81
/* Shortcut integration. */
82
#overlay-titlebar .add-or-remove-shortcuts {
83
  position: absolute;
84
  top: 5px;
85
  right: 25px;
86
  padding: 0;
87
}
88
#overlay-titlebar .add-or-remove-shortcuts a {
89
  background-color: #444;
90
}
91
#overlay-titlebar .add-or-remove-shortcuts a:active {
92
  background-color: #333;
93
  text-shadow: #555 0 1px 0;
94
}