Links in demo updated - Radio in all styles adapted
-----

ongray - iconlegendt19z

Gesperrt
Forum Member
Site Admin
Beiträge: 649
Registriert: 3. Apr 2019, 17:36
Vorname: Jutta
Dein Land: Schweiz
Wohnort: Zuchwil / SO
Kontaktdaten:

ongray - iconlegendt19z

Beitrag von Forum Member » 21. Apr 2019, 12:08

Extversion 1.0.0-321

theme.css

Code: Alles auswählen

/* iconlegendt19z css
---------------------------------------- */
#legendiconlegendt19z {
	padding-top: 0;
	padding: 10px 0;
	text-align: center;
	background-color: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 75%, #cccccc 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 75%,#cccccc 100%);
	background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 75%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	border: 6px double #3E3E3E;
	border-radius: 2px;
}

#legendiconlegendt19z ul li {
	list-style: none;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	font-weight: 800;
	padding: 6px 15px 10px 40px;
}

div.legend-viewforumiconlegendt19z {
	float:none;
	display: inline;
}

div.legend-viewforumiconlegendt19z ul {
	list-style: none;
	display: inline;
	float: left;
	margin-bottom: 8px;
	margin-right: 20px;
	background: #dcdcdc;
	background: -moz-linear-gradient(45deg, #dcdcdc 0%, #dfdfdf 100%);
	background: -webkit-linear-gradient(45deg, #dcdcdc 0%,#dfdfdf 100%);
	background: linear-gradient(45deg, #dcdcdc 0%,#dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#dfdfdf',GradientType=1 );
	border: 6px double #3E3E3E;
	border-radius: 2px;
}

div.legend-viewforumiconlegendt19z ul li {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 70%;
	font-weight: 800;
	padding: 15px 8px 20px 36px;
	margin-left: 10px;
}

.permissions {
	float: right;
	width: 32%;
	text-align: left;
	margin-right: 1px;
	margin-top: 45px;
}

.permissions h3 {
	text-transform: none;
	text-align: left;
	border-bottom-color: transparent;
	padding-top: 1px;
}

.permissions p {
	text-align: left;
	margin-top: 5px;
	font-size: 1.0em;
	line-height: 13px;
}

/* responsive design */
@media only screen and (max-width: 975px), only screen and (max-device-width: 975px) {
	#legendiconlegendt19z {
		/* change display value to inline-block to show legend */
		display: none;
		float: none;
		padding: 10px;
}
	div.legend-viewforumiconlegendt19z {
		/* change display value to inline-block to show legend */
		display: none;
		float: none;
		padding: 10px;
	}
}

@media only screen and (max-width: 1224px), only screen and (max-device-width: 1224px) {
	.permissions {
	float: none;
	width: auto;
	text-align: left;
	}
}

Gesperrt

Zurück zu „Silver-Xmas-Modern“