-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathswh.css
More file actions
73 lines (62 loc) · 1.03 KB
/
swh.css
File metadata and controls
73 lines (62 loc) · 1.03 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
.titletext {
font-size: 14pt;
font-weight: bold;
}
.imgcontainer {
width: 100%;
border-box: none;
background-color: #d9ecff;
}
img.screenshot {
align-items: center;
align-self: center;
margin-left: auto;
}
@media (min-width: 1193px)
{
img.screenshot, .imgcontainer {
height: 512px;
width: 962px;
}
}
@media (max-width: 1192.88px) /* 962 * 1.24 (image width * margin )*/
{
img.screenshot {
width: 100%;
}
}
@media only screen and (prefers-color-scheme: dark)
{
.imgcontainer {
background-color: #172125;
}
}
.swhfeatures {
width: 50%;
text-align: center;
margin: auto;
}
td {
margin: 10px 0 10px 0;
width: 5%;
}
td.tablepadding {
margin-left: 10px;
}
.tableitem {
text-align: center;
padding-bottom: 10px;
border-bottom: 3px solid #10566a;
margin: 0 5px 10px 5px;
}
.download_cont {
display: flex;
justify-content: center;
}
.download {
width: fit-content;
height: auto;
border-radius: 30px;
text-align: center;
font-size: 16pt;
}