unpkg/modules/client/main.css

64 lines
715 B
CSS
Raw Normal View History

2017-06-09 20:49:27 +00:00
body {
2018-04-04 05:16:09 +00:00
font-size: 14px;
2018-02-18 02:00:56 +00:00
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif;
2018-04-04 05:16:09 +00:00
line-height: 1.7;
2016-05-20 18:58:58 +00:00
padding: 5px 20px;
2018-04-04 05:16:09 +00:00
color: #000000;
2016-05-20 18:58:58 +00:00
}
@media (min-width: 800px) {
2016-05-20 18:58:58 +00:00
body {
padding: 40px 20px 120px;
2016-05-20 18:58:58 +00:00
}
}
a:link {
color: blue;
}
a:visited {
color: rebeccapurple;
}
h1 {
font-size: 2em;
2016-05-20 18:58:58 +00:00
}
h2 {
font-size: 1.8em;
2016-05-20 18:58:58 +00:00
}
h3 {
font-size: 1.6em;
2016-05-20 18:58:58 +00:00
}
ul {
padding-left: 25px;
2016-05-20 18:58:58 +00:00
}
dd {
margin-left: 25px;
2016-05-20 18:58:58 +00:00
}
table {
border: 1px solid black;
border: 0;
2016-05-20 18:58:58 +00:00
}
th {
text-align: left;
background-color: #eee;
}
2018-02-18 02:00:56 +00:00
th,
td {
padding: 5px;
}
th {
vertical-align: bottom;
}
td {
vertical-align: top;
2016-05-20 18:58:58 +00:00
}
2017-06-09 20:49:27 +00:00
.wrapper {
max-width: 700px;
2016-05-20 18:58:58 +00:00
margin: 0 auto;
}