forked from EricSherrill/nusc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·70 lines (57 loc) · 998 Bytes
/
Copy pathstyle.css
File metadata and controls
executable file
·70 lines (57 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/* Styles go here */
.hr-black {
background-color: black;
height: 1px;
}
#vol-usable-capacity {
color: #0066C5;
}
#aggr-usable-capacity {
color: black;
}
html body {
background: #fff url(img/site-background.png) 0 0 repeat;
}
.card {
background: #FCFCFC;
-webkit-box-shadow: 0 0 10px rgba(0,0,0, .65);
-moz-box-shadow: 0 0 10px rgba(0,0,0, .65);
box-shadow: 0 0 10px rgba(0,0,0, .65);
border-radius: 5px;
/*min-height: 525px;*/
padding: 25px
}
/* Header Link */
h1 a:link {
color: inherit;
text-decoration: none;
}
h1 a:visited {
color: inherit;
text-decoration: none;
}
h1 a:hover {
color: inherit;
text-decoration: underline;
}
h1 a:active {
color: inherit;
text-decoration: underline;
}
/* Paragraph Tooltips */
p a:link {
color: inherit;
text-decoration: none;
}
p a:visited {
color: inherit;
text-decoration: none;
}
p a:hover {
color: inherit;
text-decoration: none;
}
p a:active {
color: inherit;
text-decoration: none;
}