This repository has been archived by the owner on May 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
137 lines (118 loc) · 1.93 KB
/
style.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
body {
font-family: sans-serif;
color: #4d4f53;
margin: 0;
}
.hide {
display: none;
}
h3 {
margin-left: 8px;
}
#dialogue {
overflow-y: scroll;
height: 464px;
}
.input {
position: fixed;
bottom: 0;
border-top: #f1f1f1 solid 1px;
margin: 0em;
height: 3em;
width: 100%;
}
.input input {
outline: none;
border: none;
background: none;
}
.breven {
display: block;
width: 30px;
height: 30px;
background: center no-repeat url('breven.svg') #fff;
float: left;
vertical-align: top;
margin: 0.1em;
margin-top: 0.7em;
}
.response, .message {
margin-bottom: 0.5em;
}
.message {
text-align: right;
}
.message .text,
.response .text {
padding: 1em;
border-radius: 19px;
background-color: #f1f1f1;
max-width: 70%;
display: inline-block;
margin: 0.1em;
}
.message .text {
text-align: right;
margin-left: 10%;
}
.response .text {
background-color: #e22f26;
color: #fff;
}
.message a {
font-weight: bold;
}
.response a {
font-weight: bold;
color: #fff;
}
#header {
display: block;
background: #fff;
position: fixed;
border-bottom: solid 1px #E6E6E6;
width: 100%;
height: 56px;
top: 0;
left: 0;
z-index: 900;
}
body div#header {
position: static;
}
#header h1 {
font-size: 1em;
line-height: 1;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
height: 3em;
padding: 1em 0 0 2em;
width: 8em;
z-index: 901;
}
body div#header h1 {
left: 50%;
margin-left: -6.5em;
padding: 1em 0 0;
width: 13em;
}
#header h1 .img {
display: block;
margin: 0 auto;
}
.img-digipost-red {
background-image: url(digipost-logo-red.svg);
width: 125px;
height: 30px;
}
.img {
text-indent: -999em;
}
.img {
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
}