-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlarge.css
120 lines (103 loc) · 1.55 KB
/
large.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
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
109
110
111
112
113
114
115
116
117
118
119
120
body {
--default-font: 14px;
--default-line-height: 24px;
}
#main {
display: flex;
width: auto;
height: 100%;
flex-flow: row;
justify-content: center;
align-items: stretch;
}
#top {
display: none;
}
#center {
display: flex;
border: 2px solid var(--default-border);
flex: 2.5;
padding: 0px 12px;
}
#left {
display: flex;
flex: 1;
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
}
#left .mode-container {
display: flex;
}
table {
width: 100%;
}
#right {
display: flex;
flex: 1;
}
#left,
#right {
padding: 16px 12px;
border: none;
opacity: 0.8;
}
span > span > img {
width: auto !important;
object-fit: cover;
max-height: 400px !important;
}
#home {
display: block;
background: none;
font-size: 1.5em;
border-style: dashed;
border-width: 3px;
border-top-color: red;
border-bottom-color: #ff9200b8;
border-radius: 5px;
cursor: pointer;
}
a:hover,
#home:hover {
color: var(--default-text);
background: var(--default-border);
}
#yosemite,
#alaska,
#eastcoast,
#tableware,
#reveries {
height: 50%;
margin-top: 30%;
width: max(60vw, 900px);
}
#yosemite div,
#alaska div,
#eastcoast div,
#tableware div img,
#reveries div img {
max-width: 1000px;
}
#yosemite div img,
#alaska div img,
#eastcoast div img,
#tableware div img,
#reveries div img {
height: 70%;
width: auto;
}
#reveries div img {
height: 80%;
width: auto;
margin: 0 48px;
}
#tableware h2,
#reveries h2 {
position: absolute;
top: 0;
}
#reveries h3 {
position: absolute;
top: 48px;
}