[DE] Styles FAQ

Post Reply
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

[DE] Styles FAQ

Post 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
Image
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

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

Post 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
Image
Post Reply