view admin.css @ 405:9c60412228e9

Moar.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 16:16:17 +0200
parents d8fd57e7b90e
children 0688a1d2122e
line wrap: on
line source

#ctrlModeControls input[type="radio"] {
	display: none;
}

#ctrlModeControls input[type="radio"] + label:before {
	content: "O";
	display: inline-block;
	color: green;
	font-size: 2em;
}

#ctrlModeControls input[type="radio"]:checked + label:before {
	content: "X";
	display: inline-block;
	color: red;
	font-weight: bold;
	font-size: 2em;
}


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);
}



#ctrlModeControls, #ctrlSystemControls {
	border: 2px solid green;
	padding: 0.5em;
	border-radius: 0.5em;
	background: black;
	margin: 0.2em;
}

#ctrlSystemControls {
}


#ctrlEditDisplaySlide {
	position: absolute;
	top: 15%;
	min-width: 25%;
	height: auto;
	left: 15%;
	min-width: 50%;
	z-index: 52;

	display: none;
}

div.ctrlTitle {
	font-size: 1.2em;
	font-weight: bold;
}

div.ctrlBox {
	display: inline-block;
	background: black;
	border: 2px solid green;
	padding: 1em;
	border-radius: 1em;
	min-height: 12em;
	vertical-align: top;
}

div.ctrlButtons {
	padding: 0.3em;
	text-align: right;
}

#ctrlEditRotationList {
	width: 40em;
}

#ctrlEditRotationList input {
	display: inline;
}

#ctrlListRotationLists {
	width: 20em;
}

#ctrlListDisplaySlides {
	width: 25em;
}

#ctrlCompoControl {
	display: block;
}

div.ctrlDBox1, div.ctrlDBox2 {
	vertical-align: top;
	border-radius: 0.5em;
	display: inline-block;
}

div.ctrlDBox1 {
	background: #060;
}

div.ctrlDBox2 {
	width: 20em;
	border: 2pt solid #060;
}

#ctrlCurrEntryData {
	background: black;
	position: relative;
	top: -1em;
}

#ctrlCurrEntryData div {
	background: #020;
	padding: 0.5em;
	margin: 0.5em;
	border-radius: 0.5em;
}

div.ctrlBox .selectBox {
	width: 100%;
}