source: extensions/Shadogo/trunk/libs/mediaboxAdvanced/themes/white/style.css @ 10016

Last change on this file since 10016 was 10016, checked in by binaryworld, 13 years ago
File size: 991 bytes
Line 
1/*      binaryworld white theme based on        */
2/*      mediaboxAdvanced Black theme            */
3
4
5
6/**
7/*      Overlay background styling
8/*
9/**/
10
11#mbOverlay.mbOverlayFF {
12        background: transparent url(images/80.png) repeat;
13}
14
15#mbOverlay {
16        background-color: #fff;
17}
18
19
20/**
21/*      Overlay panel styling   */
22/*
23/**/
24
25#mbCenter {
26        background-color: #fff;
27}
28
29#mbCenter.mbLoading {
30        background: #fff url(images/loading3.gif) no-repeat center;
31}
32
33#mbImage {
34        color: #000;
35}
36
37/**
38/*      Title, Caption and Button styling       */
39/*
40/**/
41
42#mbBottom, #mbNumber, #mbCaption  {
43        color: #999;
44}
45
46
47#mbBottom a, #mbBottom a:link, #mbBottom a:visited {
48        color: #666;
49}
50
51#mbTitle, #mbBottom a:hover, #mbBottom a:active {
52        color: #000;
53}
54
55/**
56/*      Error message styling   */
57/*
58/**/
59
60#mbError {
61        color: #000;
62}
63
64#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
65        color: #d00;
66}
67
68
69/**
70/* Shadogo
71/*
72/**/
73
74#mbBottom a.disabled-link, #mbBottom a.disabled-link:link, #mbBottom a.disabled-link:visited  {
75        color: #999;
76}
Note: See TracBrowser for help on using the repository browser.