aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
new file mode 100644
index 0000000..f02e3f0
--- /dev/null
+++ b/src/style.css
@@ -0,0 +1,40 @@
+body {
+ font: 16px/1.4 Arial, Helvetica, sans-serif;
+ width: 600px;
+ margin: 0 auto;
+ padding: 0 1em;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ font-family: "Times New Roman", Times, serif;
+}
+
+pre, code, tt {
+ font-size: 14px;
+}
+
+h1#title {
+ text-align: center;
+}
+
+p.intro {
+ font-size: 18px;
+ color: #d00;
+ margin: 0 1.8em;
+ text-align: justify;
+}
+p.intro cite {
+ font-size: 14px;
+ color: black;
+ opacity: 0.8;
+ font-style: normal;
+}
+
+.box {
+ border: 1px dashed #ccc;
+ padding: 0 1em;
+ margin: 1em 0;
+}
+.box h2 {
+ font-size: 18px;
+}