vstup/css/styl.css
changeset 90 ae439159d833
parent 86 3136e1ad9a5b
child 91 1a70b4045a19
--- a/vstup/css/styl.css	Wed Feb 08 10:16:04 2012 +0100
+++ b/vstup/css/styl.css	Wed Feb 08 10:16:39 2012 +0100
@@ -9,6 +9,16 @@
 	border: none;
 }
 
+a:hover {
+	text-shadow: 1px 1px 1px #eee;
+}
+a[href^="https://"]:hover {
+	text-shadow: 1px 1px 1px #6f6;
+}
+a[href^="http://"]:hover {
+	text-shadow: 1px 1px 1px #66f;
+}
+
 #tělo {
 	width: 900px;
 	text-align: left;
@@ -44,6 +54,7 @@
 
 #nabídka a:hover {
 	color: #77bed2;
+	text-shadow: none;
 }
 
 #text {
@@ -116,6 +127,9 @@
 	padding-left: 6px;
 	padding-right: 6px;
 }
+td.číslo {
+	text-align: right;
+}
 thead tr {
 	background: grey;
 	color:black;