view admin.css @ 378:5722c37aba2a

It has begun.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Dec 2013 16:40:52 +0200
parents d805f6f2a83d
children 3257ae94ba1c
line wrap: on
line source

div.tabHeaders {
	margin-top: 10pt;
	margin-bottom: 0px;
	border-bottom: 5pt solid #595F23;
}

div.tabHeadersSub {
	margin-top: 10pt;
	margin-bottom: 0px;
	font-size: 0.7em;
	line-height: 2.7em;
}

div.tabHeadersSub a {
	text-decoration: none;
	margin: 0px;
	padding: 5pt;
	background: #595F23;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
	border-radius: 5pt;
}

div.tabHeaders a {
	text-decoration: none;
	padding: 5pt;
	margin: 5pt;
	margin-left: 0px;
	margin-right: 0px;
	background: #595F23;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
	border-top-left-radius: 5pt;
	border-top-right-radius: 5pt;
}

div.tabHeaders a:hover, div.tabHeadersSub a:hover {
	background: #C8D286;
}

div.tabHeaders a:active, div.tabHeadersSub a:active {
	background: #C8D286;
}

div.tabHeaders a.admin {
	position: relative;
	right: -2em;
}


div.tabContents {
	position: absolute;
	left: 0em;
	right: 0em;
	top: 4em;
	bottom: 0em;
	padding: 1em;
	margin: 0px;
	color: #0f0;
}


#adminContent {
	position: absolute;
	top: 1em;
	bottom: 1em;
	left: 1em;
	right: 1em;
	padding: 1em;
	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: rgba(0,0,0,0.7);
	color: #0f0;
}

div.info {
	padding: 1em;
	background: black;
	border-radius: 0.7em;
	border: 0.2em solid rgba(255,0,0,0.6);
}


div.votekey {
	display: inline-block;

	margin: 0px;
	text-align: center;
	padding: 0.5em;
	background: black;

	border-right: 1pt dashed green;
	border-bottom: 1pt dashed green;
}

div.votekey span.keyid {
	font-weight: bold;
}

div.votekey:hover, tr.votekey:hover td {
	background: rgba(255,0,0,0.5);
}

div.vkeyActive, tr.vkeyActive {
	background: rgba(0,255,0,0.2);
}

#ctrlGlobalControls {
	border: 2px solid green;
	padding: 0.5em;
	border-radius: 0.5em;
	width: 20em;
}