--- a/qmsk_www/static/style.css Sun Sep 14 05:24:05 2014 +0300
+++ b/qmsk_www/static/style.css Sun Sep 14 13:05:35 2014 +0300
@@ -119,11 +119,26 @@
}
h1 {
- font-size: x-large;
+ font-size: xx-large;
+
+ text-align: center;
}
h2 {
font-size: large;
+
+ margin-left: 0px;
+ padding: 5px;
+ width: 100%;
+
+ background-color: #e5e5e5;
+
+ border: 1px dashed #c5c5c5;
+}
+
+h3 {
+ font-size: medium;
+ font-style: italic;
}
#content p {
@@ -140,3 +155,18 @@
background: transparent url(/static/link.png) no-repeat center right;
}
+dt {
+ font-size: large;
+}
+
+dd {
+ margin: 1em auto 1em 5em;
+}
+
+code {
+ display: block;
+ margin: 8px;
+ padding: 8px;
+
+ border: 1px dotted #b5b5b5;
+}