extract infrastructure

This commit is contained in:
xmcp
2019-06-18 19:17:53 +08:00
parent 016d3b7bd1
commit 4a1527a982
7 changed files with 15 additions and 108 deletions

View File

@@ -1,10 +1,6 @@
body {
margin: 0;
padding: 0;
background-size: cover;
overflow-x: hidden;
user-select: none;
text-size-adjust: 100%;
background-color: #124;
}
@@ -15,24 +11,8 @@ html {
scrollbar-width: none;
}
body, textarea, pre {
font-family: 'Segoe UI', '微软雅黑', 'Microsoft YaHei', sans-serif;
}
* {
box-sizing: border-box;
word-wrap: break-word;
-webkit-overflow-scrolling: touch;
}
p, pre {
margin: 0;
}
a {
text-decoration: none;
color: #00c;
cursor: pointer;
}
input, textarea {
@@ -49,10 +29,6 @@ audio {
vertical-align: middle;
}
pre {
white-space: pre-line;
}
button, .button {
color: black;
background-color: rgba(235,235,235,.5);
@@ -70,7 +46,3 @@ button:hover, .button:hover {
button:disabled, .button:disabled {
background-color: rgba(128,128,128,.5);
}
code {
font-family: Consolas, Courier, monospace;
}