forked from processing-js/processing-js.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprocessing-js.css
More file actions
175 lines (145 loc) · 2.8 KB
/
Copy pathprocessing-js.css
File metadata and controls
175 lines (145 loc) · 2.8 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
.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: 0;
left: 1em;
margin: 0;
}
.navbar ul li {
display: inline;
position: relative;
line-height: 1.2;
}
.navbar ul li a span {
position: relative;
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;
bottom: 0.25em;
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: 1em;
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: 1em;
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: 2em;
}
.home-exhibition {
float: left;
width: 190px;
}
.home-exhibition span a img {
border-radius: 0.5em;
}
.sidebar {
border-left: 1px dotted #0073AF;
padding: 0 2em;
}
.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;
}
.blog-archives li abbr {
float: right;
}
.exhibition span {
width: 190px;
height: 250px;
float: left;
}
.exhibition span a img {
border-radius: 0.5em;
}
.exhibition span p {
width: 180px;
}
.reference .category {
margin-bottom: 2em;
}
.reference .category a {
display: block;
}
.reference .category a.warning {
color: red;
}
.reference .category b {
display: block;
margin-bottom: 0.5em;
}
.reference .category h5 {
font-style: italic;
font-weight: normal;
font-size: 0.9em;
line-height: 2em;
margin-top:0.5em;
}