blob: 6e63946dc3095e3648d3894019104b627f91789b [file] [log] [blame]
Clay Murphy28730d12014-03-24 18:05:16 -07001#header {
2 padding: 1.2em 0 0.2em 0;
3 margin: 10px 120px;
4}
5
6a:hover,
7acronym:hover {
8 color: #7aa1b0 !important; }
9
10a:link, a:visited {
11 color: #258aaf;
12 text-decoration: none;
13}
14
15a:focus, a:hover, a:active {
16 color: #33b5e5;
17 text-decoration: none;
18}
19
20a.toptab {
21 color: #333;
22 font-size: 16px;
23}
24
25a.devices {
26 color: #F80;
27 font-size: 16px;
28}
29
30hr.light {
31 border: 0;
32 height: 0;
33 border-top: 1px solid rgba(0, 0, 0, 0.1);
34 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
35}