main.css 3.78 KB
Newer Older
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
1
2
3
4
5
6
.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
Joe TS Dell's avatar
Joe TS Dell committed
7

JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
8
9
10
11
12
13
14
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

Joe TS Dell's avatar
update    
Joe TS Dell committed
15
16
17
18
#document-body {
  font-family: 'Noto Sans JP', sans-serif;
}

Joe TS Dell's avatar
Joe TS Dell committed
19
20
21
22
23
24
25
26
27
28
29
30
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

.content-subtitle {
  font-family: 'Noto Sans JP';
  font-size: 0.85em;
Joe TS Dell's avatar
update    
Joe TS Dell committed
31
32
}

JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
33
34
35
36
.jumbotron p:last-child {
  margin-bottom: 0;
}

Joe TS Dell's avatar
update    
Joe TS Dell committed
37
38
39
/* .jumbotron h1 {
  font-weight: 700;
} */
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
40
41
42
43
44
45
46
47
48
49
50
51
52
53

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: 0.25rem;
}

Joe TS Dell's avatar
Joe TS Dell committed
54
55
56
body {
  background-color: #cc3125;
  /* thistle; */
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}


a {
Joe TS Dell's avatar
up    
Joe TS Dell committed
76
  color: #2196f3;
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
77
78
79
  /* text-decoration: underline; */
  background-color: transparent;
}
Joe TS Dell's avatar
Joe TS Dell committed
80
81

a:hover {
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
82
83
84
85
  color: rgb(65, 57, 57);
}

a:visited {
Joe TS Dell's avatar
Joe TS Dell committed
86
  /* color: black; */
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
87
88
89
90
}


.myBtn {
Joe TS Dell's avatar
Joe TS Dell committed
91
92
93
94
95
  color: #fff;
  background-color: tomato;
  border-color: thistle;
  /*set the color you want here*/
  width: 180px;
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
96
}
Joe TS Dell's avatar
Joe TS Dell committed
97
98
99
100
101
102
103
104
105
106

.myBtn:hover,
.myBtn:focus,
.myBtn:active,
.myBtn.active,
.open>.dropdown-toggle.myBtn {
  color: #fff;
  background-color: thistle;
  border-color: #285e8e;
  /*set the color you want here*/
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
107
108
}

Joe TS Dell's avatar
Joe TS Dell committed
109
110
111
.thumbimg {
  width: 100%;
  height: 225px;
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
112
113
114
}

a.button {
Joe TS Dell's avatar
Joe TS Dell committed
115
116
117
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
118

Joe TS Dell's avatar
Joe TS Dell committed
119
120
121
122
  text-decoration: none;
  color: blue;
  border: solid;
  border: 4px;
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
123
124
}

Joe TS Dell's avatar
Joe TS Dell committed
125
126
.windSVG {
  margin-right: 20px;
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
127
128
}

Joe TS Dell's avatar
Joe TS Dell committed
129
.hftlogo {
Joe TS Dell's avatar
Joe TS Dell committed
130
  /* margin-right : 20px; */
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
131
132
  /* width: 100px; */
}
Joe TS Dell's avatar
Joe TS Dell committed
133
134

.hftlogo:hover {
Joe TS Dell's avatar
Joe TS Dell committed
135
136
  cursor: pointer;
}
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
137

Joe TS Dell's avatar
Joe TS Dell committed
138
.extension {
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
139
140
141
142
  padding: 20px 10px;
  /* min-height: 445px; */
  /* max-height: 445px; */
  /* margin: 20px; */
Joe TS Dell's avatar
Joe TS Dell committed
143
  height: 610px;
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
144
145
}

Joe TS Dell's avatar
Joe TS Dell committed
146
147
.py-5 {
  padding: 1rem !important;
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
148
149
}

Joe TS Dell's avatar
Joe TS Dell committed
150
.card-body {
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
151
152
153
154
155
  min-height: 90px;
  padding: 0.5rem 0.5rem 0.2rem;

}

Joe TS Dell's avatar
Joe TS Dell committed
156
.card-text {
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
157
158
  max-height: 85px;
  overflow: auto;
Joe TS Dell's avatar
Joe TS Dell committed
159
  /* overflow-y: auto; */
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
160
161
162
163
  /* padding-bottom: 10px; */

}

Joe TS Dell's avatar
Joe TS Dell committed
164
.btnGroupDiv {
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
165
166
167
168
169
170
171
172
173
174
175
176
  /* padding: 20px 00px 00px 20px; */
  padding: 0.5rem;
}

.blue-text {
  color: #2196f3 !important;
}

.grey-text {
  color: #9e9e9e !important;
}

Joe TS Dell's avatar
Joe TS Dell committed
177
178
179
180
.z-depth-1,
.chip:active {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
181
182
183
184
185
186
}

.hftBackground {
  background-image: url(../imgs/avatar/Bibliothek_HFT_f.jpg);
  background-size: cover;
}
Joe TS Dell's avatar
Joe TS Dell committed
187

JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
188
189
190
191
192
193
194
195
196
/* .hftBackground::after {
  content: '';
    z-index: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    left: 0;
    top: 0;
} */

Joe TS Dell's avatar
Joe TS Dell committed
197
198
199
main[role=main] {
  background-color: #f8f9fa !important;
  padding-bottom: 1rem !important;
JOE Thunyathep S's avatar
up  
JOE Thunyathep S committed
200
201
}

202
203
204
205
206
207
208
209
210
211
212
213
a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

a:hover {
  background-color: #ddd;
  color: black;
}

.previous {
Patrick's avatar
Patrick committed
214
215
216
  background-color: #cccccc;
  color: #0f0f0f;

Joe TS Dell's avatar
Joe TS Dell committed
217
  margin-left: 40%;
Patrick's avatar
Patrick committed
218
219
  cursor: pointer;
  border-radius: .2rem;
Patrick's avatar
Patrick committed
220
221
222
223
  border: none;
  border: 0px;
  width: 6em;
  height: 2em;
Joe TS Dell's avatar
Joe TS Dell committed
224

225
}
Joe TS Dell's avatar
Joe TS Dell committed
226

Patrick's avatar
Patrick committed
227
.previous:disabled,
Joe TS Dell's avatar
Joe TS Dell committed
228
.previous[disabled] {
Patrick's avatar
Patrick committed
229
230
231
232
  cursor: not-allowed;
  background-color: #f1f1f1;
  color: #666666;
}
Joe TS Dell's avatar
Joe TS Dell committed
233

Patrick's avatar
Patrick committed
234
.next:disabled,
Joe TS Dell's avatar
Joe TS Dell committed
235
.next[disabled] {
Patrick's avatar
Patrick committed
236
237
238
239
  background-color: #0069d970;
  color: #666666;
  cursor: not-allowed;
}
Joe TS Dell's avatar
Joe TS Dell committed
240
241

#papercount {
Patrick's avatar
Patrick committed
242
243
  text-align: center;
}
Joe TS Dell's avatar
Joe TS Dell committed
244

245
.next {
Patrick's avatar
Patrick committed
246
  /* background-color: #2196f3 !important; */
247
  color: white;
Patrick's avatar
Patrick committed
248
249
  cursor: pointer;
  border-radius: .2rem;
Patrick's avatar
Patrick committed
250
251
252
253
254
255
256
  color: #fff;
  border: none;
  border: 0px;
  background-color: #0069d9;
  width: 6em;
  height: 2em;

Patrick's avatar
Patrick committed
257
}
Joe TS Dell's avatar
Joe TS Dell committed
258
259

.next:hover {
Patrick's avatar
Patrick committed
260
261
262
  background-color: #005bbd !important;
  border: none;
  border: 0px;
263
264
265
266
}

.round {
  border-radius: 50%;
Patrick's avatar
Patrick committed
267
}
Joe TS Dell's avatar
Joe TS Dell committed
268
269
270

.publication_card {
  overflow: hidden;
271
}