2015-09-19 04:13:55 +08:00
|
|
|
html, body {
|
2015-11-10 23:26:39 +08:00
|
|
|
font-family: "Open Sans", sans-serif
|
|
|
|
color: #333
|
2015-09-19 04:13:55 +08:00
|
|
|
}
|
|
|
|
|
2017-04-13 22:46:54 +08:00
|
|
|
code {
|
|
|
|
font-family: "Source Code Pro", "Menlo", "DejaVu Sans Mono", monospace;
|
|
|
|
font-size: 0.875em;
|
|
|
|
}
|
|
|
|
|
2015-09-19 04:13:55 +08:00
|
|
|
.left {
|
2015-11-10 23:26:39 +08:00
|
|
|
float: left
|
2015-09-19 04:13:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.right {
|
2015-11-10 23:26:39 +08:00
|
|
|
float: right
|
2015-09-19 04:13:55 +08:00
|
|
|
}
|
2015-11-10 23:26:39 +08:00
|
|
|
|
2015-12-29 19:26:32 +08:00
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2015-11-10 23:26:39 +08:00
|
|
|
h2, h3 { margin-top: 2.5em }
|
2015-12-30 22:41:49 +08:00
|
|
|
h4, h5 { margin-top: 2em }
|
|
|
|
|
|
|
|
.header + .header h3, .header + .header h4, .header + .header h5 { margin-top: 1em }
|
2016-01-03 20:47:59 +08:00
|
|
|
|
|
|
|
table {
|
|
|
|
margin: 0 auto;
|
2016-02-06 01:09:35 +08:00
|
|
|
border-collapse: collapse;
|
2016-01-03 20:47:59 +08:00
|
|
|
|
2016-02-06 01:09:35 +08:00
|
|
|
td {
|
|
|
|
padding: 3px 20px;
|
|
|
|
border: 1px solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
thead {
|
|
|
|
td { font-weight: 700; }
|
|
|
|
}
|
2016-01-03 20:47:59 +08:00
|
|
|
}
|