Page 1 of 1

[DE] Styles FAQ

Posted: Thu 2. Oct 2008, 06:03
by Marc
Hier einige Dinge die dir helfen sollten:

proFormell 1.2.3:
[ProFormell] Breite anpassen

proFormell 1.0.x:
[How To] Profilfeld von Rechts nach Links verschieben

[How To] Profilfeld von Rechts nach ... [proFormell 1.0.x]

Posted: Thu 2. Oct 2008, 06:08
by Marc
Profilfeld von Rechts nach Links verschieben

Befolge folgendes Tutorial: http://www.easytutorials.org/prosilver_ ... _side.html
Führe bitte auch die zusätzlichen Veränderungen durch.
Danach tausche aber folgendes aus:
Finde:

Code: Select all

.postprofile {
	/* Also see tweaks.css */
	margin: 5px 0 10px 0;
	min-height: 80px;
	color: #666666;
	width: 22%;
	float: left;
	display: inline;
}
Ersetze durch:

Code: Select all

.postprofile {
	/* Also see tweaks.css */
	margin: 5px 0 10px 0;
	min-height: 80px;
	color: #666666;
	width: 22%;
	float: left;
	display: inline;
	margin-top: 35px;
}
Damit das Online-Bild auch angezeigt wird, solltest du noch folgendes ausführen:
Hier der Fix:
Öffne styles/proFormell/theme/colours.css
Finde:

Code: Select all

.online {
	background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.png");
}
Ersetze mit:

Code: Select all

.online {
	background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
}
Das passende Online-Bild gibt es hier:
Image