diff options
Diffstat (limited to 'notekins')
-rw-r--r-- | notekins/nksext.css | 70 | ||||
-rw-r--r-- | notekins/qqs.html | 66 |
2 files changed, 136 insertions, 0 deletions
diff --git a/notekins/nksext.css b/notekins/nksext.css new file mode 100644 index 0000000..8379b22 --- /dev/null +++ b/notekins/nksext.css @@ -0,0 +1,70 @@ +#content .block { + margin: 1em 0; +} +#content p { + text-indent:0; +} +#panel p { + margin:1em; +} +span.left { + display: table-cell; + text-align: left; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +span.right { + display: table-cell; + text-align: right; + white-space: nowrap; + min-width: 12em; +} +div.imgc { + background-size: cover; + background-position: 50% 50%; + flex: 200px; + height: 200px; + margin: 20px; + max-width: 400px; +} +a.imgl { + display: block; + height: 100%; + width: 100%; +} +img.emote { + max-width: 1.3em; + max-height: 1.3em; +} +span.date>a.anch { + padding-left: 0.5em; + opacity: 0; +} +span.date:hover>a.anch { + opacity: initial; +} +span.date span.datet { + color: #7e7; + opacity: 0.2; +} +span.date:hover span.datet { + opacity: initial; +} +span.date span.datetz { + color: #e7a; + opacity: 0.5; +} +span.date:hover span.datetz { + opacity: initial; +} +input[type="number"]{ + border: none; + border-bottom: 2px solid; + outline: none !important; + background-color: rgba(0,0,0,0) !important; + font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; + font-variant-ligatures: none; + color: var(--principal-fg); + border-bottom-color: var(--interactive-bg); +} diff --git a/notekins/qqs.html b/notekins/qqs.html new file mode 100644 index 0000000..47708d7 --- /dev/null +++ b/notekins/qqs.html @@ -0,0 +1,66 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width,initial-scale=1"> +<meta name="theme-color" content="#000000"> +<title>Chrisoft::QZoneArchive::Warning</title> +<meta name="description" content="[Chris' Notekins]"> +<meta name="author" content="Chris Xiong"> +<script type="text/javascript" src="/panel.js"></script> +<script type="text/javascript" src="/themer.js"></script> +<link rel="stylesheet" type="text/css" href="/common.css"> +<link rel="stylesheet" type="text/css" href="/panel.css"> +<link rel="stylesheet" type="text/css" href="/theme0a.css" id="theme0a"> +<link rel="stylesheet" type="text/css" href="/theme0b.css" id="theme0b"> +<link rel="stylesheet" type="text/css" href="/theme1a.css" id="theme1a"> +<link rel="stylesheet" type="text/css" href="/theme1b.css" id="theme1b"> +<link rel="stylesheet" type="text/css" href="/theme2a.css" id="theme2a"> +<link rel="stylesheet" type="text/css" href="/theme2b.css" id="theme2b"> +<link rel="stylesheet" type="text/css" href="/theme3a.css" id="theme3a"> +<link rel="stylesheet" type="text/css" href="/theme3b.css" id="theme3b"> +<link rel="stylesheet" type="text/css" href="/notekins/nksext.css"> +<script> +function ol() +{ + loadTheme(); +} +document.addEventListener("DOMContentLoaded", ol); +</script> +</head> +<body style="overflow-x:hidden;"> + <div class="TText"> + <h1><a href="/">Chrisoft</a>::<a href="./">Notekins</a></h1> + <div style="text-align:center;font-size:96px;">⚠️</div> + <h1 style="text-align:center;">警告:危险地带<br>WARNING: DANGER AHEAD</h1> + <p> + 您似乎正在考虑查看Chris的QQ空间说说存档。请知悉这里的内容可以追溯到2009年,单从对一些事情的看法上来讲,当时的我跟现在可以说是判若两人。同时其中还有大量猎奇、低情商与低智商,以及暴露前校友个人信息的发言。出于此原因,该版块有访问限制。所有说说均为原样存档,除被腾讯和谐掉的图片以外。包含被和谐图片的说说会有特殊标记注明。来自其他用户的点赞和回复在本存档中不作展示。 + </p> + <p> + It seems that you're interested in viewing Chris' Qzone status posts. + These posts went back to as early as 2009, when I had a very different view on ... + let's just say many things. Certain posts may contain language that's deemed + offensive by some. Other posts may contain personal identifiable information + of former schoolmates, which is the reason why this section is password protected. + The overwhelming majority of the posts here will be, of course, in Chinese. + All posts are archived in their original form, with the exception of images + censored by Tencent, which have been omitted from this archive. Posts that contain + omitted images will be marked as such. Interactions from other users, such as + replies and likes, are not shown in this archive. + </p> + <p> + 访问此版块的用户名和密码均为Chris的QQ号。如果您不知道Chris的QQ号是多少,那么您大可不必在这个页面上浪费时间了。 + </p> + <p> + Please use Chris' QQ user ID (a 10-digit number) as both the user name and + password when prompted. If you don't know what it is, please don't bother asking. + </p> + <p>由访问此版块造成的大脑损伤,本人恕不负责。</p> + <p>Yours truely shall not be held responsible for any brain damage caused by reading + these posts.</p> + <p style="text-align:center;"> + <a href="/nks-qqs/">有龍勿入<br>NON·PLVS·VLTRA</a> + </p> + </div> +</body> +</html> |