-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
108 lines (96 loc) · 1.74 KB
/
style.css
File metadata and controls
108 lines (96 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
107
108
/* Custom CSS for the 404 page */
body {
background-color: #f8f9fa;
}
.error-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
}
.error-text {
font-size: 4rem;
font-weight: bold;
color: #dc3545;
}
.error-description {
font-size: 1.5rem;
text-align: center;
margin-top: 20px;
}
.back-to-home {
margin-top: 20px;
}
.forbidden-message {
font-size: 2rem;
color: #dc3545; /* Red color for emphasis */
font-weight: bold;
}
.forbidden-description {
font-size: 1.2rem;
margin-top: 20px;
}
.list-group-item .btn{
--bs-badge-padding-x: 0.65em;
--bs-badge-padding-y: 0.35em;
--bs-badge-font-size: 0.75em;
--bs-badge-font-weight: 700;
padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
font-size: var(--bs-badge-font-size);
font-weight: var(--bs-badge-font-weight);
line-height: 1;
}
/* canvas {
display: block;
filter: url("#meta");
position: absolute;
top: 0;
left: 0;
width: 100%;
} */
iframe, #fons{
width: 100%;
height: 100vh;
overflow:hidden;
}
#fons{
position: relative;
}
#sakums{
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
#fons, #sakums{
display: grid;
place-items: center;
}
#call-to-action{
display: grid;
justify-items: center;
gap:3em;
}
#filter{
display:flex;
gap:1em;
margin-bottom: 1em;
}
#filter select{
max-width: fit-content;
}
#edit-nosaukums img{
width: 0.5em;
transition: scale 200ms;
}
#edit-nosaukums{
background: none;
border: none;
}
#edit-nosaukums:hover img{
scale: 1.3;
}
#taskList .list-group-item .text-decoration-line-through{
color: #a0a0a0;
}