[phpBB Debug] PHP Warning: in file [ROOT]/ext/hjw/easy_language_change/event/main_listener.php on line 107: strstr(): Empty needle
phpBB skins by Tastenplayer • Crizzo-Max-width switch ext. adaption
Seite 1 von 1

Crizzo-Max-width switch ext. adaption

Verfasst: 19. Apr 2020, 10:56
von Forum Member
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;
	}
}