changeset 388:6b27b6d73dc5

CSS adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 09:56:39 +0200
parents 3cc078b17260
children 6c803b1a7335
files show.css
diffstat 1 files changed, 20 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/show.css	Thu Dec 05 09:06:06 2013 +0200
+++ b/show.css	Thu Dec 05 09:56:39 2013 +0200
@@ -39,21 +39,36 @@
 div.compoNext .entryIndex {
 	z-index: -1;
 	position: absolute;
-	top: 0.5em;
+	top: 0.7em;
 	left: 0.1em;
 	font-size: 15em;
-	color: rgba(0,255,0,0.4);
+	color: rgba(0,255,0,0.5);
+	text-shadow: 4px 4px 12px #000;
 }
 
 div.compoNext .entryName {
-	font-size: 5.5em;
+	position: absolute;
+	top: 2.5em;
+	left: 2em;
+	right: 0em;
+	font-size: 5.0em;
 }
 
 div.compoNext .entryAuthor {
+	color: #0f0;
+	position: absolute;
+	top: 7.5em;
+	left: 3em;
+	right: 0em;
 	font-size: 3.5em;
 }
 
 div.compoNext .entryBy {
+	color: #060;
+	position: absolute;
+	top: 9em;
+	left: 3em;
+	right: 0em;
 	font-size: 2.5em;
 }
 
@@ -82,6 +97,8 @@
 	padding: 10pt;
 	border-radius: 10pt;
 	box-shadow: 2px 2px 4px rgba(0,255,0,0.5) inset, -2px -2px 4px rgba(0,255,0,0.5) inset;
+
+	background: black;
 	
 	text-align: right;
 }