This repository was archived by the owner on Jun 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathprocessing-js.css
More file actions
127 lines (106 loc) · 2.18 KB
/
Copy pathprocessing-js.css
File metadata and controls
127 lines (106 loc) · 2.18 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
.container {
box-shadow: 0px 0px 30px #888;
margin-bottom: 4em;
}
.header {
background-color: #0077B5;
line-height: 0;
}
.tagline {
padding-left: 1em;
color: #0077B5;
font-family: "lucida console", verdana;
line-height: 2;
}
/* The amount of CSS needed for the navbar is terrifying. I am sorry. */
.navbar {
background-color: #000000;
line-height: 0;
position: relative;
width: 940px;
height: 78px;
}
.navbar ul {
list-style: none outside none;
position: absolute;
bottom: -1.20em;
}
.navbar ul li {
display: inline;
position: relative;
}
.navbar ul li a span {
color: #909090;
background-color: white;
background-image: -moz-linear-gradient(white, rgb(213, 213, 213));
background-image: -webkit-linear-gradient(white, rgb(213, 213, 213));
background-image: -o-linear-gradient(white, rgb(213, 213, 213));
background-image: -ms-linear-gradient(white, rgb(213, 213, 213));
background-image: linear-gradient(white, rgb(213, 213, 213));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#d5d5d5');
padding: 0.25em 0.75em;
margin: 0 0.1em;
border-radius: 0.3em 0.3em 0 0;
}
.navbar ul li a:hover, .navbar ul li a:focus {
text-decoration: none;
}
.navbar ul li a:hover span, .navbar ul li a:focus span {
position: relative;
color:#00a7fd;
padding-bottom: 1.25em;
bottom:1em;
}
.navbar ul a.selected {
text-decoration: none;
}
.navbar ul a.selected span {
position: relative;
color:#00a7fd;
background-color: white;
background-image: none;
padding-bottom: 1.25em;
bottom:1em;
}
.navbar .viewsource {
color: white;
position: absolute;
bottom: 1em;
right: 0.5em;
}
.footer {
font-size: 0.85em;
color: #aaa;
padding-left: 1em;
}
a {
color: #0075B2;
}
a:hover, a:focus {
color: #00a7fd;
}
.page {
padding: 1em;
}
.home-exhibition {
float: left;
width: 190px;
}
.home-exhibition span a img {
border-radius: 0.5em;
}
.sidebar {
border-left: 1px dotted #0073AF;
padding: 0 1em;
}
.sidebar h3 a {
text-decoration: none;
}
.sidebar ul li {
list-style-type: circle;
color: #0075B2;
}
.sidebar ul li:hover {
list-style-type: disc;
color: #00a7fd;
}