-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
106 lines (99 loc) · 1.74 KB
/
Copy pathStyle.css
File metadata and controls
106 lines (99 loc) · 1.74 KB
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
@import url('https://fonts.googleapis.com/css2?family=Palanquin+Dark&display=swap');
.interwal
{
width: max-content;
height:max-content;
padding: 10px;
font-size: 1em;
background-color: #4FB477;
border: solid #FFD972 4px;
border-radius: 10px;
cursor: pointer;
margin: 0.5em;
transition: padding 0.25s, margin 0.25s, font-size 0.25s;
overflow: hidden;
white-space: nowrap;
}
.interwal:hover
{
margin: 0.1em;
font-size: 1.2em;
}
#header
{
text-align: center;
width:100%;
height:max-content;
font-size: 2rem;
}
#container
{
display:flex;
box-shadow: 10px 8px 43px -9px rgba(75, 66, 90, 1);
margin: auto auto;
background-color: #1f5a85;
width:85%;
padding: 30px;
flex-direction: row;
justify-content:center;
flex-wrap:wrap;
}
#out
{
display: block;
width: max-content;
align-self: flex-end;
margin:auto auto;
padding: 30px;
background-color: #EEEEEE;
margin-top:10px;
border: solid #FFD972 4px;
border-radius: 10px;
}
#container hr {
width: 100%;
border: none;
}
#outText
{
display: block;
width: max-content;
margin:auto auto;
}
body
{
overflow-x: hidden;
color: #99621E;
font-family: 'Palanquin Dark', sans-serif;
background-color: #37505C;
margin:0px;
width:100vw;
}
#Setup
{
background-color: #4FB477;
padding: 10px;
border: solid #FFD972 4px;
border-radius: 10px;
}
#Setup label
{
cursor:help;
}
#mem
{
display: block;
margin: auto auto;
border-radius: 10px;
}
#licznik
{
color:white;
text-align: center;
display: none;
}
.popr
{
width: 48%; height:max-content; background-color: red; float:left; border-radius: 10px;
margin:1%;
}