diff basic.css @ 48:5a2dd41ff7ad

Initial implementation of language selector.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 May 2016 20:33:36 +0300
parents bc9da3b71888
children 4ecdbe226155
line wrap: on
line diff
--- a/basic.css	Wed May 25 18:02:33 2016 +0300
+++ b/basic.css	Wed May 25 20:33:36 2016 +0300
@@ -239,3 +239,14 @@
 	margin-right: auto;
 	border: 4px solid white;
 }
+
+
+#languages {
+	position: absolute;
+	right: 1.5em;
+	top: 2em;
+	background: rgba(0,0,0,0.2);
+	border: 2px solid (255,255,255,0.2);
+	border-radius: 0.3em;
+	padding: 0.25em;
+}