-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (50 loc) · 833 Bytes
/
style.css
File metadata and controls
64 lines (50 loc) · 833 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
body {
font-size: 16px;
font-family: 'Source Sans Pro', sans-serif;
}
h1 {
margin: 10px;
font-size: 24px;
}
#content {
padding: 5px;
display: inline-block;
margin-left: 25px;
width: 1100px;
font-size: 14px;
font-family: 'Source Sans Pro', sans-serif;
}
#auth {
background-color: rgba(211,211,211, 0.2);
margin: 20px 20px 20px 10px;
font-size: 12px;
}
#select {
display: inline-block;
width: 500px;
border: 1px solid #999999;
padding: 10px;
margin: 10px;
}
#select2 {
display: inline-block;
width: 500px;
border: 1px solid #999999;
padding: 10px;
margin: 10px;
}
#divtitle {
display: inline-block;
background-color: rgba(0,126,176,0.1);
margin: 0px 0px 15px 0px;
padding: 5px;
}
#view-selector-2 {
margin-bottom: 20px;
}
#view-selector {
margin-bottom: 20px;
}
#area {
width: 100%;
}