-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstylesheet.css
executable file
·118 lines (108 loc) · 1.82 KB
/
stylesheet.css
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
.content {
font-size: 1.3em;
max-width: 720px;
height: 100%;
}
.container {
width: 100% !important;
}
#chat {
padding-bottom: 100px;
}
#mainTitle {
text-align: center;
padding-bottom: 50px;
font-family: typographEB;
clear: right;
}
.bubble
{
margin: 10px 10px;
padding: 8px;
max-width: 400px;
width: auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.left {
float: left;
clear: right;
background: #DBDBDB;
color: black;
}
.right {
float: right;
clear: left;
background: #0086FF;
color: white;
}
.bottom {
background: #0086FF;
color: white;
font-size: 1em;
}
.bottom:hover {
background: #4AA9FF;
}
.clickable:hover {
background: #C4F0FF !important;
}
.container-full {
margin: 0 auto;
width: 100%;
}
.footer {
align-content: center;
text-align: center;
display:inline;
display:inline-block;
height: 75px;
vertical-align: top;
font-size: 1.2em;
}
.gif {
width: 300px;
}
.pic {
max-width: 199px;
}
.botpad {
padding-bottom: 80px;
}
#about {
padding: 20px;
float: right;
clear: none;
font-family: typographUL;
font-size: 1.2em;
color: lightgrey;
}
#about:hover {
color: grey;
}
@font-face {
font-family: typographEB;
src: url("Typograph PRO/TYPOGRAPH PRO Extra Bold.ttf");
}@font-face {
font-family: typographUL;
src: url("Typograph PRO/TYPOGRAPH PRO Light.ttf");
}
@font-face {
font-family: quoteBOLD;
src: url("quotes/roboto/Roboto-Black.ttf");
}
@font-face {
font-family: quoteLIGHT;
src: url("quotes/roboto/Roboto-Thin.ttf");
}
.sequence1:hover,
.sequence2:hover,
.sequence3:hover,
.sequence4:hover,
.sequence5:hover,
.sequence6:hover,
.sequence7:hover,
.sequence8:hover {
cursor: pointer;
}