view show.css @ 387:3cc078b17260

Show backend work.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 09:06:06 +0200
parents 261e5244ac27
children 6b27b6d73dc5
line wrap: on
line source

div.showView {
	position: absolute;
	top: 2em;
	bottom: 2em;
	left: 2em;
	right: 2em;
	
	background: rgba(0,0,0,0.5);
	border-radius: 2em;
	border: 5pt dashed rgba(0,255,0,0.7);
}

div.showHeader, div.compoHeader {
	padding: 1em;
	z-index: 0;
	text-align: center;
	color: #0f0;
}

div.showHeader .compoTitle, div.compoHeader .compoTitle {
	font-size: 3em;
}

div.showText {
	z-index: 5;
	color: #0f0;
	font-size: 4.5em;
	text-align: center;
}

div.compoNext {
	z-index: 5;
	color: #0f0;
	text-align: center;
	font-family: Impact;
	text-shadow: 4px 4px 6px #000;
}

div.compoNext .entryIndex {
	z-index: -1;
	position: absolute;
	top: 0.5em;
	left: 0.1em;
	font-size: 15em;
	color: rgba(0,255,0,0.4);
}

div.compoNext .entryName {
	font-size: 5.5em;
}

div.compoNext .entryAuthor {
	font-size: 3.5em;
}

div.compoNext .entryBy {
	font-size: 2.5em;
}

div.compoNext .entryInfo {
	position: absolute;
	bottom: 5em;
	right: 1em;
	left: 1em;
	min-height: 2em;
	font-size: 2em;
	padding: 5pt;
	color: white;
}


div.compoPrev {
	position: absolute;
	left: 1em;
	bottom: 1em;
	min-width: 30%;
	max-width: 50%;
	color: #0f0;
	font-size: 16pt;
	font-weight: bold;

	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;
	
	text-align: right;
}

div.compoPrev .entryTitle {
	border-bottom: 2px solid #0f0;
	text-align: left;
}


div.guru {
	margin: 2em;
	padding: 2em;
	text-align: center;
	background: black;
	border: 0.5em solid red;
	color: red;
}