2016-08-17 06:01:20 +08:00
|
|
|
<html>
|
|
|
|
<head>
|
2021-02-02 19:23:32 +08:00
|
|
|
<meta charset="utf-8"/>
|
2022-02-14 03:01:21 +08:00
|
|
|
<title></title>
|
2016-08-17 06:01:20 +08:00
|
|
|
<style>
|
|
|
|
html, body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2020-10-03 19:04:23 +08:00
|
|
|
header {
|
2022-02-14 03:01:21 +08:00
|
|
|
background: rgba(125,128,128,0.3);
|
|
|
|
border-bottom: 1px solid #888;
|
2020-10-03 19:04:23 +08:00
|
|
|
}
|
2016-08-17 06:01:20 +08:00
|
|
|
|
2020-10-03 19:04:23 +08:00
|
|
|
header h1 {
|
2022-02-14 03:01:21 +08:00
|
|
|
font-size: 120%;
|
2016-08-17 06:01:20 +08:00
|
|
|
}
|
|
|
|
|
2020-10-03 19:04:23 +08:00
|
|
|
header * {
|
2022-02-14 03:01:21 +08:00
|
|
|
margin: 5px 0;
|
2016-08-17 06:01:20 +08:00
|
|
|
}
|
|
|
|
|
2020-10-03 19:04:23 +08:00
|
|
|
header time {
|
|
|
|
float: right;
|
2016-08-17 06:01:20 +08:00
|
|
|
}
|
|
|
|
|
2020-10-03 19:04:23 +08:00
|
|
|
blockquote {
|
2022-02-14 03:01:21 +08:00
|
|
|
border-left: 2px solid rgba(125,128,128,0.5);
|
2020-10-03 19:04:23 +08:00
|
|
|
margin: 0;
|
2022-02-14 03:01:21 +08:00
|
|
|
padding: 0 0 0 10px;
|
2016-08-17 06:01:20 +08:00
|
|
|
}
|
|
|
|
|
2022-02-14 03:01:21 +08:00
|
|
|
pre {
|
2016-08-17 06:01:20 +08:00
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-break: normal;
|
|
|
|
}
|
|
|
|
|
2022-02-14 03:01:21 +08:00
|
|
|
body > * {
|
|
|
|
padding: 0.5em 1em;
|
2016-08-17 06:01:20 +08:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
2022-02-14 03:01:21 +08:00
|
|
|
<body></body>
|
2020-10-03 19:04:23 +08:00
|
|
|
</html>
|