summaryrefslogtreecommitdiff
path: root/public/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/style.css')
-rw-r--r--public/assets/style.css53
1 files changed, 25 insertions, 28 deletions
diff --git a/public/assets/style.css b/public/assets/style.css
index 7fb8934..5386c86 100644
--- a/public/assets/style.css
+++ b/public/assets/style.css
@@ -1,72 +1,69 @@
kbd, code, samp, tt, pre {
- background: #DDDDFF;
- white-space: pre;
+ background: #DDDDFF;
+ white-space: pre;
}
var {
- color: #008800;
+ color: #008800;
}
pre {
- margin-left: 2em;
- overflow: auto;
+ margin-left: 2em;
+ overflow: auto;
}
table, td, th {
- border: solid 1px #AAAAAA;
+ border: solid 1px #AAAAAA;
}
th {
- background: #F5F5F5;
+ background: #F5F5F5;
}
table {
- margin-left: auto;
- margin-right: auto;
+ margin-left: auto;
+ margin-right: auto;
}
table > caption {
- text-align: left;
+ text-align: left;
}
caption > h1 {
- text-align: center;
- font-size: 100%;
+ text-align: center;
+ font-size: 100%;
}
blockquote {
- border-left: solid .4em #0000AA;
- margin-left: .25em;
- padding-left: 1.25em;
- font-style: italic;
+ border-left: solid .4em #0000AA;
+ margin-left: .25em;
+ padding-left: 1.25em;
+ font-style: italic;
}
footer {
- text-align: center;
- font-size: 70%;
- color: #333333;
+ text-align: center;
+ font-size: 70%;
+ color: #333333;
}
h1 {
- text-align: center;
+ text-align: center;
}
h1, h2, h3, h4, h5, h6 {
- font-family: sans-serif;
+ font-family: sans-serif;
}
a {
- text-decoration: none;
+ text-decoration: none;
}
a:hover, a:focus {
- text-decoration: underline;
+ text-decoration: underline;
}
-@media screen and (min-width: 480px) {
- body {
- width: 80%;
- min-width: 480px;
+body {
+ max-width: 1024px;
margin-left: auto;
margin-right: auto;
- }
}