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

Crizzo-Max-width switch ext. adaption

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

Crizzo-Max-width switch ext. adaption

Beitrag von Forum Member » 19. Apr 2020, 10:56

Somehow that's the way it should be for the ProsilverColor-blinds. I just took a quick look! Without adjustment, only the wrap-border-background becomes minimalistically wider!

Copy the theme folder of the prosilver ( ext - crizzo - maxwidthswitch - styles - prosilver - theme )
Create in the style folder a folder ProsilverColor-blinds and paste the copied theme folder
Replace the whole content with the code below

Code: Alles auswählen

#wrap {
	max-width: none !important;
	margin: 0 0;
}

@media (max-width: 700px) {
	#wrap {
		margin: 0; 
	}
}

.wrap_border{
	max-width: none !important;
	margin: 0 10px;
	padding: 10px 8px 8px 8px;
}

@media (max-width: 700px) {
	.wrap_border {
		margin: 0; 
		padding: 8px 5px 8px 5px;
	}
}

@media (max-width: 700px) {
.forabg, .forumbg, .post, .panel {
	border-radius: 0;
	margin-left: -10px;
	margin-right: -10px;
	}
}
For the ProsilverColor-blinds_2nd
Copy the theme folder of the prosilver ( ext - crizzo - maxwidthswitch - styles - prosilver - theme )
Create in the style folder a folder ProsilverColor-blinds_2nd and paste the copied theme folder
Replace the whole content with the code below

Code: Alles auswählen

#wrap {
	max-width: none !important;
	margin: 0 20px;
}

@media (max-width: 700px) {
	#wrap {
		margin: 0; 
		padding: 0 3px;
	}
}

Gesperrt

Zurück zu „ProsilverColor-blinds“