source: extensions/Shadogo/trunk/libs/mediaboxAdvanced_1_5_x/themes/dark/style.css @ 14986

Last change on this file since 14986 was 14986, checked in by binaryworld, 12 years ago

v0.2.0

File size: 5.1 KB
Line 
1                /*      mediaboxAdvanced Dark theme     */
2                /*      version 2.6 - June 2011                 */
3                /*      for mediaboxAdvanced v.1.5.x    */
4
5                /*      Overlay background styling      */
6
7#mbOverlay {
8        position: fixed;
9        z-index: 9998;
10        top: 0;
11        left: 0;
12        width: 100%;
13        height: 150%;
14        background-color: #000;
15        cursor: pointer;
16}
17
18                /*      Fixes for older or limited browsers     */
19
20#mbOverlay.mbOverlayOpaque {
21        background: transparent url(images/80.png) repeat;
22}
23
24#mbOverlay.mbOverlayAbsolute {
25        position: absolute;
26}
27
28#mbOverlay.mbMobile {
29        position: absolute;
30        background-color: transparent;
31}
32
33#mbBottom.mbMobile {
34        line-height: 24px;
35        font-size: 16px;
36}
37
38                /*      Overlay panel styling   */
39
40#mbCenter {
41        position: absolute;
42        z-index: 9999;
43        left: 50%;
44        padding: 10px;
45        background-color: #000;
46        -webkit-border-radius: 10px;
47        -khtml-border-radius: 10px;
48        -moz-border-radius: 10px;
49        border-radius: 10px;
50        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000'); /* For IE 5.5 - 7 */
51        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')"; /* For IE 8 */
52        -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
53        -khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
54        -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
55        box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
56}
57
58#mbCenter.mbLoading {
59        background: #000 url(images/loading-dark.gif) no-repeat center;
60                /*      This style is applied only during animation.    */
61                /*      For example, the next lines turn off shadows    */
62                /*      improving browser performance on slow systems.  */
63                /*      To leave shadows on, just remove the following: */
64        -webkit-box-shadow: none;
65        -khtml-box-shadow: none;
66        -moz-box-shadow: none;
67        box-shadow: none;
68}
69
70#mbMedia {
71        position: relative;
72        left: 0;
73        top: 0;
74
75                /*      Inline content styling  */
76
77        font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
78        line-height: 20px;
79        font-size: 12px;
80        color: #fff;
81        text-align: left;
82        background-position: center center;
83        background-repeat: no-repeat;
84}
85
86                /*      Title, Caption and Button styling       */
87
88#mbBottom {
89        line-height: 20px;
90        font-size: 12px;
91        font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
92        text-align: left;
93        color: #999;
94        min-height: 20px;
95        padding: 10px 0 0;
96}
97
98#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink,
99#mbHdLink, #mbDownloadLink, #mbFavoriteLink, #mbBasketLink {
100        display: inline;
101        color: #fff;
102        font-weight: bold;
103}
104
105#mbNumber {
106        display: inline;
107        color: #999;
108/*      line-height: 0.8em; */
109        font-size: 0.8em;
110        margin: auto 10px;
111}
112
113#mbCaption {
114        display: block;
115        color: #999;
116        line-height: 1.6em;
117        font-size: 0.8em;
118}
119
120#mbPrevLink, #mbNextLink, #mbCloseLink,
121#mbHdLink, #mbDownloadLink, #mbFavoriteLink, #mbBasketLink {
122        float: right;
123        outline: none;
124        margin: 0 0 0 10px;
125        font-weight: normal;
126}
127
128#mbPrevLink b, #mbNextLink b, #mbCloseLink b,
129#mbHdLink b, #mbDownloadLink b, #mbFavoriteLink b, #mbBasketLink b {
130        color: #eee;
131        font-weight: bold;
132        text-decoration: underline;
133}
134
135#mbPrevLink big, #mbNextLink big, #mbCloseLink big,
136#mbHdLink big, #mbDownloadLink big, #mbFavoriteLink big, #mbBasketLink big {
137        color: #eee;
138        font-size: 1.4em;
139/*      line-height: 0.9em;*/
140        font-weight: bold;
141}
142
143#mbBottom a, #mbBottom a:link, #mbBottom a:visited {    /* Thanks to Danny Jung for feedback and corrections */
144        text-decoration: none;
145        color: #ddd;
146}
147
148#mbBottom a:hover, #mbBottom a:active {
149        text-decoration: none;
150        color: #fff;
151}
152
153                /*      Error message styling   */
154
155#mbError {
156        position: relative;
157        font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
158        line-height: 20px;
159        font-size: 12px;
160        color: #fff;
161        text-align: center;
162        border: 10px solid #700;
163        padding: 10px 10px 10px;
164        margin: 20px;
165        -webkit-border-radius: 5px;
166        -khtml-border-radius: 5px;
167        -moz-border-radius: 5px;
168        border-radius: 5px;
169}
170
171#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
172        color: #d00;
173        font-weight: bold;
174        text-decoration: underline;
175}
176
177/**
178/* Shadogo
179/*
180/**/
181
182#mbFavoriteLink.disabled-link, #mbFavoriteLink.disabled-link:link, #mbFavoriteLink.disabled-link:visited, #mbFavoriteLink.disabled-link:active, #mbFavoriteLink.disabled-link:hover,
183#mbFavoriteLink.disabled-link b, #mbFavoriteLink.disabled-link:link b, #mbFavoriteLink.disabled-link:visited b, #mbFavoriteLink.disabled-link:active b, #mbFavoriteLink.disabled-link:hover b,
184#mbFavoriteLink.disabled-link big, #mbFavoriteLink.disabled-link:link big, #mbFavoriteLink.disabled-link:visited big, #mbFavoriteLink.disabled-link:active big, #mbFavoriteLink.disabled-link:hover big  {
185        color: #999;
186        font-weight: normal;
187        font-style: oblique;   
188        text-decoration: none;
189}
190
191#mbBasketLink.disabled-link, #mbBasketLink.disabled-link:link, #mbBasketLink.disabled-link:visited, #mbBasketLink.disabled-link:active, #mbBasketLink.disabled-link:hover,
192#mbBasketLink.disabled-link b, #mbBasketLink.disabled-link:link b, #mbBasketLink.disabled-link:visited b, #mbBasketLink.disabled-link:active b, #mbBasketLink.disabled-link:hover b,
193#mbBasketLink.disabled-link big, #mbBasketLink.disabled-link:link big, #mbBasketLink.disabled-link:visited big, #mbBasketLink.disabled-link:active big, #mbBasketLink.disabled-link:hover big  {
194        color: #999;
195        font-weight: normal;
196        font-style: oblique;   
197        text-decoration: none;
198}
Note: See TracBrowser for help on using the repository browser.