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
[DE] Styles FAQ
- Marc
- 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]
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:
Ersetze durch:
Damit das Online-Bild auch angezeigt wird, solltest du noch folgendes ausführen:
Hier der Fix:
Öffne styles/proFormell/theme/colours.css
Finde:
Ersetze mit:
Das passende Online-Bild gibt es hier:
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;
}
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;
}
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");
}
Code: Select all
.online {
background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
}