Your IP : 216.73.216.240


Current Path : /home/juvelize/martine/templates/ah-68-kleines-schwarzes/css/backend/
Upload File :
Current File : /home/juvelize/martine/templates/ah-68-kleines-schwarzes/css/backend/backend.css

/*--------------------------------------------------------------------------------
# ah-68 Kleines Schwarzes 3.x - Januar 2014 (J3.x)
# Copyright (C) 2006-2013 www.ah-68.de All Rights Reserved.
----------------------------------------------------------------------------------*/
@charset "UTF-8";
/* Backend CSS Document */

#wrap {
	padding: 0;
	margin: 0;
	text-align: justify;
	font-size: 12px;
	color: #555
}
#wrap a, #wrap a:link, #wrap a:visited {
	color: #FF9900;
	text-decoration : none;
	outline : none;
	-webkit-transition: color .8s ease;
	-moz-transition: color .8s ease;
	-o-transition: color .8s ease;
	-ms-transition: color .8s ease;
	transition: color .8s ease;
}
#wrap a:hover {
	color: #ffac2f
}
h3 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	padding: 10px 0 !important;
	color: #4c4c4c
}
h4 {
	margin: 5px 0;
	color: #FF9900
}
.media-preview.fltlft {
	margin: 3px 0px 3px 175px;
	font-size: 12px;
}

::-moz-selection {
background: #F90;
color: #fff
}
::selection {
	background: #F90;
	color: #fff
}
body#minwidth-body {
	min-width: 1400px!important;
}
.panel:first-child li:last-child {
	border: none!important;
}
#jform_params_about_us-lbl, #jform_params_image_show_data-lbl, #jform_params___field1-lbl, #jform_params_last_modification, #jform_params_image_show_data, #jform_params_config, #invisible {
	display: none;
}
/* form elements in the container */
.panel fieldset.panelform > ul > li > label, .panel fieldset.panelform > ul > li > div > ul > li > label {
	color: #444;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 20px 0 10px;
	text-align: right;
	max-width: 30%!important;
	min-width: 30%!important;
}
.panel fieldset.panelform > ul > li fieldset {
	line-height: 28px;
}
fieldset.panelform input {
	height: 16px;
	color: #555;
	line-height: 16px;
	padding: 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
fieldset.panelform input.small {
	width: 40px;
}
fieldset.panelform input.tright {
	text-align: right;
}
fieldset.panelform input[type=button] {
	height: 26px;
	line-height: 26px;
}
fieldset.panelform select {
	height: 26px;
	color: #555;
	line-height: 24px;
	padding: 4px;
	font-size: 11px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
fieldset.panelform select.position {
	width: 80px!important;
}
fieldset.panelform textarea {
	padding: 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
fieldset.panelform select[multiple=multiple] {
	height: 150px;
}
.fltrt ul.adminformlist li {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 1px 10px;
	margin: 0;
}
fieldset.panelform .label {
	font-size: 11px;
	font-weight: bold;
	width: auto;
	padding: 0 5px;
	line-height: 34px;
}
fieldset.panelform .desc {
	font-size: 11px;
	font-weight: normal;
	width: auto;
	padding: 10px;
}
/* Joomla! 3.0 fixes */
#tabs_list select, select#jform_params_module_style {
	display: inline-block!important;
}
#options-IMAGE_SHOW_INTERFACE select {
	display: inline-block !important;
}
#options-IMAGE_SHOW_INTERFACE select + div, select#jform_params_module_style + div {
	display: none !important;
}
#tabs_list select + div {
	display: none !important;
}
#options-IMAGE_SHOW_INTERFACE ul {
	padding: 0;
	list-style: none;
	margin-left: 10px;
}
#options-IMAGE_SHOW_INTERFACE ul li {
	margin-bottom: 18px;
}
#options-IMAGE_SHOW_INTERFACE .control-label {
	display: none;
}

a.modal-media, a.btn-success {
	margin-right: 3px;
}
span.unit {
	display: inline-block;
	width: auto;
	height: 18px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	background-color: #eee;
	border: 1px solid #ccc;
	line-height: 15px;
	margin: 0 0 3px -25px;
}

/* Support for mobile */
@media (max-width: 600px) {
.form-horizontal .controls {
	clear: both!important;
}
.form-horizontal .control-label {
	width: 100%!important;
}
.chzn-container, .chzn-drop {
	width: auto !important;
}
ul#myTabTabs {
	width: 100% !important;
}
div#myTabContent {
	width: 100% !important;
}
}

/* Joomla! 3.2.x styles */
ul#myTabTabs {
	width: 19%;
	float: left;
	min-width: 150px;
	border-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul#myTabTabs > li {
	width: 100%;
	margin: 2px 0;
}
ul#myTabTabs > li > a {
	color: #666;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background .8s ease, color .8s ease, border .8s ease;
	-moz-transition: background .8s ease, color .8s ease, border .8s ease;
	-o-transition: background .8s ease, color .8s ease, border .8s ease;
	-ms-transition: background .8s ease, color .8s ease, border .8s ease;
	transition: background .8s ease, color .8s ease, border .8s ease;
}
ul#myTabTabs > li.active > a {
	color: #FFF;
	background: #F90;
	border-color: #d67c08;
}
div#myTabContent {
	float: right;
	width: 78%;
}
div#myTabContent > div {
	margin: 0
}
#general .span3 {
	width: 100%
}
#general .span9 {
	display: none
}
#jform_menuselect {
	clear: both;
	width: 100%;
	margin: 0;
}
#config_manager_form {
	position: relative;
}
.form-inline-header > .control-group {
	width: 100%;
}
.form-inline-header > .control-group > .control-label {
	width: 10%;
	float: left;
	padding: 0!important;
	line-height: 32px
}
.form-inline-header > .control-group > .controls {
	width: 90%;
	float: left;
	padding: 0!important
}
.form-inline-header > .control-group > .controls > input {
	max-width: 99%;
	width: 99%
}
#attrib-IMAGE_SHOW_INTERFACE div.controls {
	margin: 0!important
}