~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to styles/blackGlass.css

  • Committer: V. Keith Hughitt
  • Date: 2009-04-01 21:08:05 UTC
  • Revision ID: hughitt1@kore-20090401210805-372f7dgih07vxk42
nightly build 04-01-2009

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * Helioviewer.org Black Glass Theme
 
3
 * By Keith, 2008
 
4
 *
 
5
 * Background tile from Jawbreaker's Mitril" theme for GTK 2.x.
 
6
 * (http://gnome-look.org/content/show.php/Mithril?content=64288).
 
7
 * Calendar button uses an icon from DBGthekafu's "black-white 2 Vista" icon
 
8
 * theme (http://www.gnome-look.org/content/show.php/black-white+2+Vista?content=72618).
 
9
 */
 
10
html {background: url(../images/bg.png);}
 
11
a.gray {
 
12
        text-decoration:none;
 
13
        font-weight:bold;
 
14
        color:#858585;
 
15
        }
 
16
a.gray:hover {
 
17
        border-top:1px solid #858585;
 
18
        border-bottom:1px solid #858585;
 
19
        }
 
20
a.lightGray {
 
21
        color:#E5E5E5;
 
22
        text-decoration:none;
 
23
        font-weight:bold;
 
24
}
 
25
.accordion-title {
 
26
        color: black;
 
27
        font-weight: bold;
 
28
}