-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
104 lines (88 loc) · 1.69 KB
/
index.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
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
main {
display: block;
}
@font-face {
font-family:HarmonyOS_Sans_SC_Medium;font-style: normal;font-display: swap;
src: url('fonts/HarmonyOS_Sans_SC_Medium.woff2') format('woff2'),
url('fonts/HarmonyOS_Sans_SC_Medium.woff') format('woff');
}
*{font-family:HarmonyOS_Sans_SC_Medium;}
.sidebar {
position: fixed;
background: rgb(180, 100, 100);
left: 0;
height: calc(100%);
width: 300px;
z-index: 2;
}
img {
border-style: none;
}
leftsidebarhead {
position: fixed;
background: white;
left: 0;
height: calc(100% - 60px);
width: 250px;
}
.head {
display: flex;
justify-content: center;
height: 120px;
margin: 50px 0 50px 0;
}
.head-circle {
border-radius: 50%;
height: 140px;
display: table-cell;
text-align: center;
}
.listitem {
background: #aa5050;
color: white;
border-radius: 5px;
margin: 10px;
margin: 15px;
}
.listitem:hover {
background-color: rgba(0, 0, 0, 0.08);
}
.listitem::after {
height: 48px;
visibility: hidden;
content: ' ';
box-shadow: 0 8px 25px -8px #ad5050;
box-shadow: 0 8px 25px -8px #ad5050;
}
.mainboard {
padding-left: 320px;
padding-top: 75px;
}
a {
color: #ad5050;
}
.about {
text-align: right;
font-size: .85em;
position: absolute;
bottom: 0;
height: fit-content;
width: 90%;
padding: 5px;
opacity: .5;
}
.appbar {
background-image: linear-gradient( #ad5050,rgb(173, 80, 80, 0.01));
}
.list-item-active {
font-weight: 700;
background: #ad5050e0;
box-shadow: 0 10px 25px -10px #823C3C;
}