diff alch.css @ 40:bb335b891605

Various improvements.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Mar 2011 13:58:48 +0200
parents 888b5b6f07c1
children ebd29544477c
line wrap: on
line diff
--- a/alch.css	Tue Mar 22 09:45:35 2011 +0200
+++ b/alch.css	Tue Mar 22 13:58:48 2011 +0200
@@ -3,7 +3,7 @@
 	background: black;
 	color: white;
 	font-family: arial, helvetica;
-	font-size: 10px;
+	font-size: 12pt;
 }
 
 a {
@@ -17,17 +17,14 @@
 }
 
 
-th {
-	font-size: 10px;
-}
-
 th.noframe {
 	border: 0px;
 }
 
-td              { font-size: 8px; text-align: center; }
-td.tab          { background: #000; font-size: 10px; }
-td.atab         { background: #888; font-size: 10px; }
+table.mixtable  { font-size: 10pt; }
+td              { text-align: center; }
+td.tab          { background: #000; font-size: 10pt; }
+td.atab         { background: #888; font-size: 10pt; }
 
 td.nomatch      { background: #888; border: solid #aaa 1px; }
 td.nomark       { background: #888; }
@@ -40,8 +37,34 @@
 td.pairnoclose  { background: #008; border: solid #00a 1px; }
 td.pairclose    { background: #008; border: solid #00a 1px; }
 
+table.potlist { font-size: 12pt; }
 table.potlist { width: 65%; }
 table.potlist th { background: #777; }
 table.potlist tr:hover td { background: #060; }
 table.potlist tr:hover th { background: #080; }
 
+#info {
+	padding-bottom: 5pt;
+	color: #0e0;
+}
+
+#controls {
+	padding-top: 5pt;
+	padding-bottom: 5pt;
+	background: #555;
+}
+
+#controls a {
+	color: yellow;
+}
+
+#legend {
+	background: black;
+	position: absolute;
+	right: 1em;
+	bottom: 1em;
+	font-size: 8pt;
+	padding: 2pt;
+	margin: 5pt;
+}
+