-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyl.css
65 lines (57 loc) · 812 Bytes
/
styl.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
body
{
background: black;
color: white;
font-size: 1em;
}
#ikona
{
position: fixed;
bottom: 0;
right: 0;
opacity: .5;
z-index: 10;
}
#ikona img
{
width: 2em;
}
#nastaveni
{
font-size: 1.35em;
}
#procenta
{
position: fixed;
bottom: 5px;
left: 10px;
}
#lista
{
height: 3px;
width: 100%;
background-color: green;
position: fixed;
bottom: 0;
z-index: 9;
}
.tlacitka
{
text-align: center;
font-size: 1.5em;
}
.tlacitka input
{
background: #e6e6e6;
background-image: linear-gradient(to bottom, #e6e6e6, #b3b3b3);
border-radius: 5;
border-radius: 5px;
color: #000000;
font-size: 1.2em;
text-decoration: none;
margin: 0 10px;
}
.tlacitka input:disabled
{
background-image: linear-gradient(to bottom, #808080, #4d4d4d);
}