Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kc0bfv/ticky_tacky_dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/myboth.css')
-rw-r--r--static/css/myboth.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/static/css/myboth.css b/static/css/myboth.css
new file mode 100644
index 0000000..d71a9f9
--- /dev/null
+++ b/static/css/myboth.css
@@ -0,0 +1,24 @@
+.box { padding-bottom:.25em; }
+#headerimg { width: 100%; }
+#footer { font-size: .8em; }
+#sideimage { width: 100%; }
+
+/* Make my own styles up */
+.top-section { margin: 20px; }
+.morerounded { border-radius:15px; }
+.veryrounded { border-radius:30px; }
+.navbar {
+ list-style-type: none;
+ flex-direction: column;
+ align-items: flex-start;
+}
+.imgbtntxt { text-align:center; font-size:1.5em; font-weight:normal; color:#999; text-decoration:none; }
+.abitbigger { font-size:1.3em; }
+.verylarge { font-size:2em; }
+
+/* Styles mimicing old blueprint */
+a:hover { text-decoration: none; }
+
+body {
+ font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
+}