diff luk3.css @ 127:1e44468dbbd8

Various style changes, and add indicators to currently selected language and CSS style.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Aug 2014 15:43:25 +0300
parents eea1ab9aff46
children f64a46fa7961
line wrap: on
line diff
--- a/luk3.css	Tue Aug 19 16:34:49 2014 +0300
+++ b/luk3.css	Wed Aug 27 15:43:25 2014 +0300
@@ -19,7 +19,7 @@
 	box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
 }
 
-#csssel {
+#infobox {
 	position: absolute;
 	right: 1em;
 	top: 1em;
@@ -32,26 +32,6 @@
 	box-shadow: 0px 0px 6px rgba(200,0,100,0.7);
 }
 
-#ctitle {
-	text-align: right;
-	font-size: 8pt;
-}
-
-#csssel a {
-	padding: 2pt;
-	color: #ccc;
-	text-decoration: none;
-}
-
-#csssel a:hover {
-	text-decoration: underline;
-}
-
-#clang {
-	text-align: right;
-	font-weight: bold;
-}
-
 #clang a {
 	color: #f00;
 }