-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
210 lines (156 loc) · 2.99 KB
/
Copy pathstyle.css
File metadata and controls
210 lines (156 loc) · 2.99 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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
#img {
background-image: url("https://i.imgur.com/CxOmmLK.jpg");
height: 700px;
background-repeat:no-repeat;
background-size:100%;
background-position:center center;
}
/* Style the header with a grey background and some padding */
.header {
overflow: hidden;
background-color: forestgreen;
padding-top: 15px;
padding-bottom: 15px;
}
/*@media screen and (max-width: 500px) {
.header a {
float: none;
display: block;
text-align: left;
}*/
/* Style the header links */
.header a {
text-decoration: none;
color: white;
font-size: 20px;
font-family: Noto sans, sans-serif;
padding: 10px;
margin-right: 10px;
}
/* Float the link section to the right */
.header-right {
float: right;
}
.sticky {
position: fixed;
top: 0;
width: 100%
}
.sticky + .body {
padding-top: 102px;
}
body
{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
.title{
margin-left: 150px;
font-family: Helvetica, sans-serif;
color: forestgreen;
}
.content
{
color: black;
font-size: 17px;
font-family: Helvetica, sans-serif;
width: 80%;
margin: 0 auto;
}
.responsive {
width: 100%;
height: auto;
}
.widgets
{
width: 80%;
margin: 0 auto;
}
.discord
{
float: left;
width: 50%;
}
.twitter-timeline
{
float: left;
width: 50%;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #3B5998;
color: white;
}
.fa-instagram {
color: white;
background: #f09433;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
/*clear both makes sure the footer is placed below the next element.*/
.footer {
clear: both;
position: relative;
color: black;
width: 100%;
background-color: white;
text-align: center;
/*border:1px solid black;*/
}
/*form page*/
.form_h{
text-align: center;
padding-right: 450px;
font-size: 35px;
color: black;
font-family: Noto sans, sans-serif;
}
.form{
text-align: center;
}
.map{
text-align: center;
}
.email_title{
font-size: 30px;
font-family: Noto sans, sans-serif;
color: forestgreen;
}
.email{
padding-top: 75px;
text-align: center;
font-size: 20px;
font-family: Noto sans, sans-serif;
}
.clearfix{
clear:both
}
/*about page*/
.group{
background-image: url("https://i.imgur.com/8MZuELD.jpg");
height: 700px;
background-repeat:no-repeat;
background-size:100%;
background-position:center center;
}
.meet_h{
margin-left: 150px;
font-family: Helvetica, sans-serif;
color: forestgreen;
}
.column{
display: inline-block;
font-family: Helvetica, sans-serif;
/*margin: 0 auto;*/
}
ul{
max-width: 300px;
display: inline-block;
}