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

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