-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain_orig.less
More file actions
91 lines (75 loc) · 1.09 KB
/
main_orig.less
File metadata and controls
91 lines (75 loc) · 1.09 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
body{
font-family: "Helvetica";
text-align: center;
padding: 50px 20px 0;
background: #f4f4f7;
color: #333;
margin: 0;
}
h1{
font-size: 3em;
line-height: 1.2em;
border-bottom: #CCC solid 1px;
padding: 20px 0;
}
h2{
font-size: 2em;
line-height: 1.2em;
}
h3{
font-weight: 300;
}
div.navbutton {
color: black;
display: inline-block;
border: 1px solid;
padding: 2px;
margin: 4px;
border-radius: 3px;
box-shadow: 5px 5px 5px #888;
text-align: center;
font-weight: bold;
background-color: #333366;
text-decoration: none;
}
div.navbutton.a {
color: black;
}
div.border {
border-style: solid;
borer-width: 2px;
}
div.logo {
float: left;
}
div.title {
font-size: 2em;
}
div.mission {
width: 15%;
/* float: left; */
font-size: 0.8em;
text-align: left;
}
div.main {
padding: 1em;
width: 100%;
text-align: left;
clear: both;
}
div.right {
padding: 1em;
float: right;
width: 80%;
text-align: left;
}
div.footer {
width: 100%;
padding: 2em;
}
table.boardmembers {
padding: 0.5em;
}
table.coordinators {
padding: 0.5em;
}