~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to styles/carbon.css

  • Committer: Keith Hughitt
  • Date: 2010-02-17 22:00:59 UTC
  • mfrom: (402.1.68 hv)
  • Revision ID: keith.hughitt@nasa.gov-20100217220059-wmdq7kgokj4seryx
Merged with Keith's branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 * Helioviewer.org Carbon Theme
3
 
 * By Keith, 2008
4
 
 *
5
 
 * Based off of the "Black Glass" theme for Helioviewer.
6
 
 */
7
 
html {background: black url(../images/carbon/carbonBG3L.png) repeat-x;}
8
 
#middle-col-header {color:white;}
9
 
a.gray {
10
 
        text-decoration:none;
11
 
        font-weight:bold;
12
 
        color:white;
13
 
        }
14
 
a.gray:hover {
15
 
        border-top:1px solid white;
16
 
        border-bottom:1px solid white;
17
 
        }
18
 
a.lightGray {
19
 
        color:#E5E5E5;
20
 
        text-decoration:none;
21
 
        font-weight:bold;
22
 
}
23
 
.accordion-title {
24
 
        color: white;
25
 
        font-weight: bold;
26
 
}