view admin.css @ 281:ec56f08c4cc4

Add some CSS for votekey admin.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Nov 2013 23:02:44 +0200
parents 954ab8c9e11a
children 85d74b8b7ae8
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);
}


table.votekeys {
	margin: 0px;
	padding: 0px;
}

table.votekeys td {
	text-align: center;
	padding: 0.5em;
	background: black;

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

table.votekeys span.keyid {
	font-weight: bold;
}

.keyactive {
	margin-left: 1em;
}