forked from LaurenWetherhead/connextHackGT.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessage.css
More file actions
150 lines (125 loc) · 2.28 KB
/
message.css
File metadata and controls
150 lines (125 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
/*BASICS*/
h1 {
color: #161616;
font-family: 'Titillium Web', sans-serif;
font-size: 100px;
padding-top: 5rem;
padding-bottom: 2rem;
text-align: center;
}
h2 {
color: #161616;
font-family: 'Titillium Web', sans-serif;
font-size: 35px;
padding-top: 10rem;
padding-bottom: 2rem;
text-align: center;
}
/*
* Base structure
*/
html,
body {
height: 100%;
background-color: #ECECEC;
font-family: 'Titillium Web', sans-serif;
}
body {
padding-top: 3rem;
background-color: #ECECEC;
}
/*
* Spacing
*/
.space {
padding-bottom: 5rem;
}
/*
* Header Navigation Setup
*/
.nav-link {
font-family: "Open Sans", sans-serif;
text-align: center;
padding: 0 5rem 0 5rem;
align-content: center;
font-weight: 400;
color: #161616;
background-color: #ECECEC;
border-bottom: .25rem solid transparent;
}
.nav-link + .nav-link {
margin-left: 1rem;
}
/*
* Extra pretty stuff
*/
.magical--underline {
background-image: linear-gradient(45deg, #F2899A 0%, #FFA990 100%);
background-repeat: no-repeat;
background-size: 100% 0.1em;
background-position: 0 95%;
transition: background-size 0.25s linear, color 0.2s linear;
text-decoration: none;
padding: 2px;
}
.magical--underline:hover {
color: #fff;
background-size: 100% 95%;
}
/*
* buttons
*/
.btn-outline-dark {
text-align: center;
color: #465C8B;
background-color: #ECECEC;
background-image:none;
/*border-color: #465C8B;*/
}
.btn-outline-dark:hover {
color: #fff;
background-color: #ECECEC;
border-color: #465C8B;
}
.darker {
border-color: #E0BDB2;
background-color: #E0BDB2;
}
.container::after {
content: "";
clear: both;
display: table;
padding-bottom: 1rem;
}
.container img {
float: left;
padding-top: 2rem;
max-width: 60px;
width: 100%;
margin-right: 20px;
border-radius: 50%;
}
.borderstuff {
border-color:
}
textarea {
padding-top: 2rem;
width: 80%;
margin-left: 0;
}
.container img.right {
float: right;
margin-left: 20px;
margin-right:0;
}
.time-right {
float: right;
color: #aaa;
}
.time-left {
float: left;
color: #efefef;
}
.texting {
padding-top: 1rem;
}