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