# HG changeset patch # User Matti Hamalainen # Date 1351036424 -10800 # Node ID ee2d16f9b20471a7d4e1723ea9c9beae3ef35830 # Parent deca85fd0941261deb773fd654d928c2e246a1d8 Updated stylesheets. diff -r deca85fd0941 -r ee2d16f9b204 luk1.css --- a/luk1.css Wed Oct 24 01:39:45 2012 +0300 +++ b/luk1.css Wed Oct 24 02:53:44 2012 +0300 @@ -28,6 +28,7 @@ text-shadow: 2px 2px 2px #000; -moz-border-radius: 8pt; border-radius: 8pt; + box-shadow: 0px 0px 6px rgba(0,0,0,0.7); } #csssel { @@ -39,6 +40,8 @@ padding: 5pt; -moz-border-radius: 5pt; border-radius: 5pt; + text-shadow: 1px 1px 1px #000; + box-shadow: 2px 2px 6px rgba(0,0,0,0.7); } #ctitle { @@ -56,6 +59,15 @@ text-decoration: underline; } +#clang { + text-align: right; + font-weight: bold; +} + +#clang a { + color: #0f0; +} + #contents { z-index: 5; position: absolute; @@ -130,7 +142,7 @@ } td.clgrouped, td.clgrouped * td { - background: rgba(55,94,103, 0.7); + background: rgb(55,94,103); } td.clnothing, td.clnothing * td { @@ -138,7 +150,7 @@ } td.clnormal, td.clnormal * td { - background: rgba(0,84,103,0.7); + background: rgb(0,84,103); } td.clactive, td.clactive * td { @@ -180,6 +192,7 @@ text-decoration: none; color: white; background: rgba(255,255,255,0.2); + box-shadow: 0px 0px 6px rgba(0,0,0,0.7); } #controls a:hover { @@ -194,6 +207,7 @@ padding: 5pt; -moz-border-radius: 8px; border-radius: 8px; + box-shadow: 0px 0px 6px rgba(0,0,0,0.7); } #controls input.submit { @@ -204,6 +218,7 @@ padding: 5pt; -moz-border-radius: 8px; border-radius: 8px; + box-shadow: 0px 0px 6px rgba(0,0,0,0.7); } #controls input.submit:hover { diff -r deca85fd0941 -r ee2d16f9b204 luk2.css --- a/luk2.css Wed Oct 24 01:39:45 2012 +0300 +++ b/luk2.css Wed Oct 24 02:53:44 2012 +0300 @@ -33,10 +33,11 @@ right: 1em; top: 1em; font-size: 6pt; - background: rgb(10,114,133); + background: #555; padding: 5pt; -moz-border-radius: 5pt; border-radius: 5pt; + text-shadow: 1px 1px 1px #000; } #ctitle { @@ -54,6 +55,14 @@ text-decoration: underline; } +#clang { + text-align: right; + font-weight: bold; +} + +#clang a { + color: #0f0; +} table { border: 0px; diff -r deca85fd0941 -r ee2d16f9b204 luk3.css --- a/luk3.css Wed Oct 24 01:39:45 2012 +0300 +++ b/luk3.css Wed Oct 24 02:53:44 2012 +0300 @@ -40,6 +40,7 @@ padding: 5pt; -moz-border-radius: 5pt; border-radius: 5pt; + text-shadow: 1px 1px 1px #000; box-shadow: 0px 0px 6px rgba(200,0,100,0.7); } @@ -58,6 +59,15 @@ text-decoration: underline; } +#clang { + text-align: right; + font-weight: bold; +} + +#clang a { + color: #f00; +} + #contents { z-index: 5; position: absolute;