summaryrefslogtreecommitdiff
path: root/css/index.css
blob: 4a23338188a02b923cb4f9909d59b44d41930b9b (plain) (blame)
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
@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");

body {
  font-family: "DM Sans", sans-serif;
  /* background-color: var(--background); */
  background-image: url("https://cdn.donmai.us/original/1a/b2/__juufuutei_raden_hololive_and_1_more_drawn_by_hz_helu_2__1ab211b2e3a457d9d53e0f4e740f4b1d.jpg");
  color: var(--foreground);
  padding: 0;
  font-weight: 400;
  margin: 0;
  font-size: 1vw;
  transition: 0.5s;
  background-size: cover;
  backdrop-filter: blur(5px);
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.content {
  /* position: absolute; */
  /* left: 42.75%; */
  border: 1px solid var(--color1);
  padding: 45.5px;
  text-align: center;
  /* background-color: var(--background); */
  background-color: #00000060;
  border-radius: 8px;
}

.waifu {
  /* position: absolute; */
  /* right: 57.75%; */
  height: 386px;
  /* border: 1px solid var(--color1); */
}

.link-collection {
  /* border-bottom: 1px solid var(--color1); */
  padding-bottom: 10px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.link-collection a {
  flex: 1;
  text-align: center;
  margin-right: 20px;
}

.link-collection a:last-child {
  margin-right: 0;
}

img {
  height: 100%;
}

.weather {
  /* border-bottom: 1px solid var(--color1); */
  padding-bottom: 5px;
  margin-bottom: 5px; /* 10 */
  margin-top: 35px;
}

#time {
  font-size: 1.5em;
  font-weight: 600;
}

a {
  color: var(--foreground);
  text-decoration: none;
}