view admin.css @ 475:350e68dc6599

Make filename text red.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Dec 2013 23:58:50 +0200
parents 9d6bd24f0400
children 259dd7eae46d
line wrap: on
line source

#adminPopup {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 50;
	display: none;
}

#adminPopup > div {
	position: absolute;
	top: 25%;
	left: 10%;
	height: auto;
	min-width: 80%;
	max-width: 80%;
	z-index: 52;
	background: black;
	border: 1px solid green;
	padding: 1.5em;

	border-radius: 1em;
}

#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, #ctrlModeControls 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, #ctrlModeControls 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: 0em;
	bottom: 0em;
	left: 0em;
	right: 0em;
	padding: 1em;
	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;
}


#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 input {
	display: inline;
}

#ctrlListRotationLists {
	width: 30em;
}

#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: 25em;
	border: 2pt solid #060;
}

#ctrlCurrEntryData {
	background: black;
	position: relative;
}

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

#ctrlCurrEntryData div i {
	color: red;
}

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


div.ctrlInfo {
	position: fixed;
	top: 1em;
	left: 1em;

	z-index: 52;
	background: black;
	border: 1px solid white;
	padding: 1.5em;
	color: white;

	border-radius: 1em;
	display: none;
}


div.ctrlBox:hover div.ctrlInfo {
	display: block;
}

option {
	font-family: monospace;
}