HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/cortonavolley/wp-content/themes/subway/css/toolbar.css
#panel {
	position: fixed;
	top:145px;
	z-index: 9999;
}
#panel.opened-panel{
	z-index: 9999;
}
#panel-admin {
	float: left;
	width: 170px;
	background: #f8f8f8;
	color: #4b4b4b;
	z-index: 9999;
	position: relative;
	padding:18px 17px 18px 17px;

	border:1px solid #dcdedf;
}

.panel-admin-box{
	display: inline-block;
    padding: 10px 0 0;
    width: 100%;
}

#panel-admin h4{
	color: #000;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px;
	font-family: 'Oswald',sans-serif !important;
	font-size: 18px !important;
	line-height:18px !important;
	font-weight:400 !important;
	height:18px;
}
#panel-admin h4 span{
	color: #1e9944;
}


#panel-admin p{
	margin: 0px;
	padding: 0px;
	color: #7a7a7a !important;
	font-size: 13px !important;
	line-height: 18px !important;
	font-family: 'PT Sans',sans-serif !important;
	font-weight: 400 !important;
}

#panel-admin h5{
	margin: 0px 0 5px;
	padding: 0px;
	color: #000 !important;
	font-size: 13px !important;
	line-height: 18px !important;
	font-family: 'Oswald',sans-serif !important;
	font-weight: 400 !important;
}

.panel-admin-options-holder{
	display:inline-block;
	width:100%;
}

#panel .open{
	background-image: url("img/button_pixel.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	border: 1px solid #1E9944;
	background-color: #1E9944;
	display: block;
	width:38px;
	height:38px;
	float: right;
	margin: 0px 0px 0px 4px;
	z-index: 1000;
	position: relative;
}

#panel .open:hover,
#panel .open.opened{
	
	
}
#panel .open span{
	height: 38px;
  width: 38px;
	text-align: center;
	display: block;
	position: relative;
}

#panel .open span i{
	line-height: 39px;
  color: #ffffff;
	font-size: 28px;
}

#tootlbar_colors{
	display: inline-block;
	margin: 0px -5px 0px 0px;
}

#tootlbar_colors .color{
	width: 23px;
	height: 23px;
	position: relative;
	float: left;
	margin: 5px 4px 5px 0px;
	cursor: pointer;
	border: 1px solid transparent;
}

#tootlbar_colors .color.active{
	border-color: #000000;
}

/* Stylish select - start */

.stylish-select .SSContainerDivWrapper {
	padding: 0 0 10px;
	width:172px;
	position:absolute;
	top:38px;
	left:-1px;
	z-index:2;
	overflow: hidden;
	margin: -3px 0 0 -1px;
}

.stylish-select ul.newList {
	margin:0;
	padding:0;
	list-style:none;
	color:#4b4b4b;
	border:1px solid #dcdedf;
	border-top:none;
	background:#ffffff;
	overflow:auto;

}

.stylish-select ul.newList * {
	margin:0;
	padding:0;
}


.stylish-select ul.newList li {
	color: #4b4b4b;
	text-decoration:none;
	display:block;
	padding:0px 3px;
}

.stylish-select ul.newList li a {
	color: #4b4b4b;
	text-decoration:none;
	display:block;
	padding:0px 7px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
}

.stylish-select .newListSelected {
	width:100%;
	color:#4b4b4b;
	height:38px;
	line-height: 38px;
	padding:0px;
	background-image:url('img/toolbar_arrow.png');
	background-position: 155px center;
	background-repeat: no-repeat;
	background-color: #fff;
	border:1px solid #e0dede;
	font-size: 13px;
	text-align: left;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:150/100), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:160dpi) {
	.stylish-select .newListSelected {
		-o-background-size: 7px 3px;
		-webkit-background-size: 7px 3px;
		-moz-background-size: 7px 3px;
		background-size: 7px 3px;
		background-image: url('img/toolbar_arrow@1_5x.png');
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:2.0), only screen and (min--moz-device-pixel-ratio:2.0), only screen and (-o-min-device-pixel-ratio:200/100), only screen and (min-device-pixel-ratio:2.0), only screen and (min-resolution:210dpi) {
	.stylish-select .newListSelected {
		-o-background-size: 7px 3px;
		-webkit-background-size: 7px 3px;
		-moz-background-size: 7px 3px;
		background-size: 7px 3px;
		background-image: url('img/toolbar_arrow@2x.png');
	}
}
.stylish-select ul.newList li a:focus {
	-moz-outline-style: none;
}

.stylish-select .selectedTxt {
	overflow:hidden;
	height:38px;
	padding:0px 10px;
}

.stylish-select .newListHover {
	color:#1e9944 !important;
	cursor:default;
}

.stylish-select .newListDisabled {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.stylish-select .newListItemDisabled {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.stylish-select .newListOptionDisabled {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.stylish-select .newListSelHover,
.stylish-select .newListSelFocus {
	cursor:default;
}

.stylish-select .newListOptionTitle {
	font-weight:bold;
}

.stylish-select .newListOptionTitle ul {
	margin:3px 0 0;
}

.stylish-select .newListOptionTitle li {
	font-weight:normal;
}

/* Stylish select - end */