forked from gforke97/Web-Dateiverwaltung
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
53 lines (48 loc) · 1009 Bytes
/
main.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
.jumbotron {
max-height: 20%;
padding-top: -20px;
font-size-adjust: 1em;
font-family: Oswald, sans-serif;
src: url(https://fonts.googleapis.com/css?family=Oswald);
font-weight: lighter;
background:
linear-gradient(darkcyan 10%, white 90%), url('img/clouds.jpg');
background-blend-mode: screen, soft-light;
background-size: cover;
}
.header-text {
padding-top: -40px;
font-size: 4rem;
text-transform: uppercase;
color: gray;
mix-blend-mode: darken;
}
.button_row {
padding-right: 2em;
}
.image_button {
background: transparent;
display: inline;
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 120%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
/* background: inherit;*/
cursor: inherit;
display: block;
}
#thumbnail-pic {
max-height: 1em;
}