gallery.py: Keyword text argument the directory-header crumbs
[blog.git] / local.css
index 5cda467490ba9b96b2ed2fa626ae48f2d11d1d97..5cce312aca5e2f6681178ef694ebf97e1026f617 100644 (file)
--- a/local.css
+++ b/local.css
@@ -8,7 +8,7 @@
 
 @font-face {
        font-family: Pecita;
-       src: url("/font/Pecita-reduced.woff") format("opentype");
+       src: url("/font/Pecita-reduced.woff") format("woff");
        /* http://pecita.eu/police-en.php */
 }
 
@@ -51,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 {
@@ -76,6 +81,10 @@ body {
        background: none;
 }
 
+#content {
+       border-radius: 0.5em;
+}
+
 .inlinepage {
        border: none;
 }
@@ -84,3 +93,8 @@ code {
        color: gray;
        font-family: monospace;
 }
+
+.center {
+       margin-left: auto;
+       margin-right: auto;
+}