This repository was archived by the owner on Sep 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
129 lines (129 loc) · 2.28 KB
/
main.css
File metadata and controls
129 lines (129 loc) · 2.28 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
@font-face {
font-family: Iconsolata;
src: url('/fonts/Inconsolata.otf');
}
@font-face {
font-family: 'Open Sans';
src: url('/fonts/OpenSans-Regular.ttf');
}
html,
body {
height: 100%;
padding: 0;
}
body {
font-family: 'Open Sans';
background-image: url('/img/shattered.png');
}
.navbar {
margin: 0;
padding: 20px;
background-color: #a60000;
border: 0px;
border-radius: 0;
}
.navbar .navbar-brand {
padding: 0;
margin-top: 10px;
}
.navbar .navbar-brand img {
width: 100px;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
background-color: #910000;
}
.navbar .navbar-nav > li > a {
color: #ffffff;
background-color: #a60000;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
color: #ffffff;
background-color: #910000;
}
#Wrapper {
min-height: 100%;
height: auto !important;
margin: 0 auto -80px;
}
#Header {
text-align: center;
color: #ffffff;
background-color: #bf3030;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
#Header .title {
font-family: Inconsolata, 'Open Sans';
}
#Header .subtitle {
font-family: 'Open Sans';
}
#Content .container {
margin-top: 60px;
margin-bottom: 60px;
}
#Callouts .callout {
text-align: center;
}
#AboutUs p {
text-align: justify;
max-width: 675px;
}
#AboutUs .lead {
text-align: left;
}
#Execs .col-md-2,
#SpecialThanks .col-md-2 {
text-align: center;
}
#Execs .col-md-2 label,
#SpecialThanks .col-md-2 label {
color: #333333;
font-weight: bold;
}
#Execs .col-md-2 label:hover,
#SpecialThanks .col-md-2 label:hover {
text-decoration: none;
}
#Events ul,
#News ul {
list-style-type: none;
padding: 0px;
}
#Events .post,
#News .post {
max-width: 675px;
padding: 10px;
background: whitesmoke;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
#Post {
max-width: 675px;
}
#Footer {
height: 80px;
background-color: #333333;
}
#Footer .container .row {
margin-top: 20px;
}
#FooterFix {
height: 80px;
}
#FooterSocial {
text-align: center;
}
#FooterSocial a,
#FooterSocial a:hover {
color: #ffffff;
text-decoration: none;
margin: 0 5px;
}