]> Cypherpunks.ru repositories - cypherpunks-www.git/commitdiff
Новый красивый стиль
authorSergey Matveev <stargrave@stargrave.org>
Sat, 6 Feb 2016 14:16:44 +0000 (17:16 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 6 Feb 2016 14:16:44 +0000 (17:16 +0300)
style.css

index e63659a1c7becd475c9f0a0528dbf36570444352..19806bed6822e719055ffc91189696efb09bdfe7 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,4 +1,17 @@
 body {
     margin: auto;
     max-width: 800px;
+    background-color: #AEBECE;
+}
+
+h1, h2, h3, h4 {
+    text-align: center;
+}
+
+h1, h2, h3, h4, strong {
+    color: #900090;
+}
+
+pre {
+    background-color: #CCCCCC;
 }