View file aio-radio-station-player-1.14/panel/panel.style.css

File size: 2.97Kb
body {
	font-family: 'Roboto', sans-serif;
	background: #f8f8f8;
	overflow-y: scroll;
	overflow-x: auto;
	font-weight: 300;
	font-size: 14px;
}

/* Font rewrites for Roboto font-family */
h1,h2,h3,h4,h5,h6,label, strong, b, legend, .btn { font-weight: 500; }
table.table thead tr th, table.table thead tr th a, .selectbox .current-value { font-weight: 500; }

input,
textarea,
select {
	font-family: 'Roboto', sans-serif;
}

.intro.small {
	background: url("https://cdn.prahec.com/projects/aio-radio/showcase-bg.jpg") center center;
	background-size: cover;
	border-bottom: 1px solid #E0E0E0;
	text-align: center;
}

.intro.small h3 {
	font-weight: normal;
	font-size: 15px;
}

ul.tabs {
	min-height: 40px;
	border-radius: 3px;
	border: 0;
	margin: 15px 0 5px;
	background: #2c3e50;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

ul.tabs li {
	margin: 0;
}

ul.tabs li a {
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
	font-weight: 500;
	float: none;
	background: transparent;
	border-radius: 0;
	margin: 0;
}

ul.tabs li:first-child a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

ul.tabs li a:hover {
	background: #1abc9c;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

ul.tabs li a.active {
	background: #1abc9c;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.container.main {
	padding: 10px 15px;
}

fieldset:first-child {
	margin: 0;
}

legend .fa {
	margin-right: 4px;
}

table.table thead th,
table.table tbody td,
table tr td {
	vertical-align: middle;
}

table.table thead th .form-control-static,
table.table tbody td .form-control-static,
table.table tr td .form-control-static {
	padding-top: 0;
}

table.hover tbody tr:hover {
	background: transparent;
}

.alert.alert-icon > .fa:not(.fa-times) {
	text-align: center;
	font-size: 2.5em;
	width: 40px;
}

/* Change Scrollbars for Webkit browsers */
::-webkit-scrollbar {
	width: 10px;
	height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #aaaaaa;
	border-radius: 0;
	-webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #1abc9c;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #cccccc;
}

/* AIO Specific styles */
.commands-pre {
	font-family: monospace !important;
	color: #808080;
	border: 1px solid #F0F0F0;
	background: #fafafa;
	border-radius: 3px;
	padding: 10px 10px 10px 20px;
	margin: 10px 0 0;
	font-size: 13px;
}

.commands-pre pre {
	padding: 0;
	margin: 0;
	overflow: auto;
	line-height: 160%;
	max-height: 580px;
}

.commands-pre pre .divider:first-child { display: none; }
.commands-pre pre .divider {
	margin: 0 0 15px;
}

legend {margin-bottom: 15px; padding: 12px 5px 8px; font-size: 15px;}

.croparea {
	display: block;
	position: relative;
	overflow: hidden;
	width: 140px;
	height: 140px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.croparea img {
	display:block;
	position: absolute;
}

.croparea .label {
	display: inline;
}