diff luk.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 f4756a8665aa
children 6c6c69d14bea
line wrap: on
line diff
--- a/luk.css	Tue Aug 19 16:34:49 2014 +0300
+++ b/luk.css	Wed Aug 27 15:43:25 2014 +0300
@@ -49,16 +49,56 @@
 	background: red;
 }
 
-div.advert {
-	text-align: center;
-	padding: 5pt;
+.advert {
+	width: 130px;
+	height: 70px;
+}
+
+.advert img {
+	padding: 0px;
+	width: 120px;
+	height: 60px;
+}
+
+.advert img:hover {
+	animation: mpulsate 0.5s infinite;
+}
+
+@keyframes mpulsate {
+	0% { width: 120px; height: 60px; }
+	50% { width: 110px; height: 55px; }
+	100% { width: 120px; height: 60px; }
 }
 
-div.advert a {
+
+#infobox a {
+	padding: 2pt;
+	color: #ccc;
 	text-decoration: none;
-	padding: 5pt;
-	background: red;
-	-moz-border-radius: 5pt;
-	border-radius: 5pt;
-	box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
+}
+
+#infobox a:hover {
+	text-decoration: underline;
+}
+
+#ctitle {
+	text-align: right;
+	font-size: 8pt;
 }
+
+
+#clang {
+	text-align: right;
+}
+
+
+#clang .selected {
+	font-weight: bold;
+	text-decoration: underline;
+}
+
+#csssel .selected {
+	font-weight: bold;
+	text-decoration: underline;
+}
+