posts:x.509: add certificate verification examples for OpenSSL and GnuTLS.
[mw2txt.git] / local.css
index af50de4d695eeb3234a44beadd54cbf00324c31c..5cce312aca5e2f6681178ef694ebf97e1026f617 100644 (file)
--- a/local.css
+++ b/local.css
@@ -3,8 +3,15 @@
  *   - Sidebars
  *   - <code>
  *   - streamlined layout (fewer borders, etc.)
+ *   - added fun fonts
  */
 
+@font-face {
+       font-family: Pecita;
+       src: url("/font/Pecita-reduced.woff") format("woff");
+       /* http://pecita.eu/police-en.php */
+}
+
 body {
        background: #e7e7e7;
 }
@@ -20,13 +27,12 @@ body {
        background: #4b6983;
        padding: 10px;
        color: #ffffff;
-       font-family: sans-serif;
+       font-family: Pecita, sans-serif;
 }
 
 .header a {
        margin-right: 1ex;
        color: #ffffff;
-       font-family: sans-serif;
 }
 
 .actions ul {
@@ -45,12 +51,17 @@ body {
        height: auto;
 }
 
+.header {
+       border-radius: 1em;
+}
+
 .sidebar {
        border: none;
        padding: 0;
        margin-top: 10px;
        background: #e7e7e7;
        width: 18ex;
+       border-bottom-left-radius: 1em;
 }
 
 .sidebar ul {
@@ -70,6 +81,10 @@ body {
        background: none;
 }
 
+#content {
+       border-radius: 0.5em;
+}
+
 .inlinepage {
        border: none;
 }
@@ -78,3 +93,8 @@ code {
        color: gray;
        font-family: monospace;
 }
+
+.center {
+       margin-left: auto;
+       margin-right: auto;
+}