-
Notifications
You must be signed in to change notification settings - Fork 25
/
index.html
53 lines (51 loc) · 2.36 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>叨叨点啥</title>
<style>
.timeline ul {margin:0;list-style:none;padding-inline-start: 0px!important;}
.timeline ul li:hover{
box-shadow: 0 5px 10px 8px rgb(7 17 27 / 16%);
transform: translateY(-3px);
}
.timeline ul li {background:none;list-style-type:none;position: inherit;
margin: 0.8rem 0!important;
padding: 1.5rem!important;
border-radius: 8px;
background: rgba(255, 255, 255, 0.1);
box-shadow: 0 3px 8px 6px rgb(7 17 27 / 6%);
transition: all 0.25s ease 0.2s, transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s;
user-select: none;
}
}
/*.timeline ul li::after {transform: rotate(45deg);content:'';background-color: #3b3d42;display: block;position: absolute;top: 10px;left: -5px;width: 0.8em;height: 0.8em;outline: 15px solid #fff;}*/
.timeline ul li div {position:relative;top:-13px;left:3em;width:670px;padding:12px 16px}
.timeline ul li p.datatime{color: #fafafa;font-size: 0.75em;font-style: italic;background-color: var(--btn-bg);display: inline-block;padding:0.25em 1em 0.2em 1em;}
.timeline ul li p.datacont{margin:0.65em 0 0.3em;}
.timeline ul li p.datacont img{display:block;width:100%;}
.timeline ul li p.datacont img[src*="emotion"]{display:inline-block;width:auto;}
.timeline ul li p.datafrom{color: #aaa;font-size: 0.75em !important;font-style: italic;}
.timeline ul li p{margin:0;font-size:16px;letter-spacing:1px;color: var(--font-color);}
button{border-radius:0;}
.dark-theme .timeline ul li div p{color:#fafafa;}
.dark-theme .timeline ul li div p svg{fill:#fafafa;}
.dark-theme .timeline ul li p.datafrom{color: #aaa;}
.dark-theme .timeline ul li{background:#3b3d42;}
.dark-theme .timeline ul li::after{outline: 15px solid #292a2d;}
@media (max-width:860px) {
.timeline ul li{margin-left:0;}
.timeline ul li div{width:calc(100vw - 75px);left:30px;}
}
</style>
</head>
<body>
<div class="post">
<div class="post-content">
<div id="bber"></div>
</div>
</div>
<script data-pjax src="daodao.js">
</script>
</body>
</html>