-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathstyle.css
More file actions
158 lines (111 loc) · 3.28 KB
/
style.css
File metadata and controls
158 lines (111 loc) · 3.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
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
.body { margin: 0px; font-family: Droid Sans, Arial, sans-serif; font-size: 13px; line-height: 22px;}
* {box-sizing: border-box;}
/* Style inputs for header and navbar */
.header {
color:#D4D4D4;
background-color: rgb(58,61,64);
width: 965px;
height: 10px;
padding: 50px 270px 33px 265px;
margin: 0px;
text-align: right;
font-size: 17px;
}
#navbar a {
float: left;
vertical-align: right;
margin-top: 26px; }
.navbar { overflow: hidden; background-color: #555555 }
.navbar-nav a {
float: right;
color: white;
text-align: right;
padding: 14px 16px;
text-decoration: none;
font-size: 13px;
display: inline; }
.a {text-decoration: none; }
.navbar a:hover { background-color: darkgrey; color: white; }
/* Style inputs for Main Content Area */
.hr {
display: block;
unicode-bidi: isolate;
margin-block-start: 0.5em;
margin-block-end: 0.5em;
margin-inline-start: auto;
margin-inline-end: auto;
overflow: hidden;
}
/* Style the submit button with a specific background color etc */
.fas fa-comments {
float: right; }
.span {
float: right; }
.footer { overflow: hidden; background-color: #746f6f }
.footer {
padding: 10px;
text-align: left;
background-color: #746f6f;
color: white;
font-size: 13px;
}
.footer header {
font-family: droid sans, sans-serif;
font-size: 10px;
box-sizing: 217px, 139px;
}
/* CONTACT FORM */
/* Style inputs with type="text", select elements and textareas */
.input text {
width: 219px;
height: 33px;
padding: 9px;
border: none;
border-radius: 4px;
margin-top: 10px;
margin-bottom: 16px;
resize: vertical
}
.input textarea {
width: 219px;
height: 139px;
font-size: 13px;
font-family: 'droid sans', sans-serif;
padding: 9px;
border: none;
border-radius: 4px;
margin-top: 10px;
margin-bottom: 16px;
resize: vertical
}
ul {
display: inline;
list-style: none; }
li {
display: inline;
padding: 20px;
margin-left: -5px; }
/* Add a background color and some padding around the form */
.form-container {
display: block;
border-radius: 5px;
background-color:rgb(39,41,43);
}
/* COPYRIGHT AND SOCIAL MEDIA BUTTONS */
.copyright {
float: left;
max-width: 500px;
}
.copyright p {
padding: 3px 0 0 0;
}
.social {
padding: 0;
margin-bottom: 4px;
float: right;
}
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
.leftcolumn, .rightcolumn {
width: 100%;
padding: 0; } }