serversidemodding.com
- Apache Thunder
- Posts: 1213
- Joined: Mon Oct 19, 2009 2:48 am
- Location: Levelland Texas, USA
- Contact:
Re: serversidemodding.com
Well mainly the only part of this style that bugs me is the avatars being on the right side instead of the left...



I have cameras in your head!
-
- Posts: 20
- Joined: Thu Jan 14, 2010 11:04 pm
Re: serversidemodding.com
I agree, i never get used to it.Apache Thunder wrote:Well mainly the only part of this style that bugs me is the avatars being on the right side instead of the left...
SSM Basic Tutorials: http://silverlight76.square7.ch/ssm_tuts/tutorial.php
Re: serversidemodding.com
I got used to it after about 3 days...and I like it. Really, text has preference and thus it's completely ok if it's on the left and the unimportant avatar stuff is moved to the right end.
Re: serversidemodding.com
How About The Tutorials i need those
-
- Posts: 20
- Joined: Thu Jan 14, 2010 11:04 pm
Re: serversidemodding.com
TNT, i linked you them like 6-7 times, seriously.
SSM Basic Tutorials: http://silverlight76.square7.ch/ssm_tuts/tutorial.php
Re: serversidemodding.com
silverlight wrote:TNT, i linked you them like 6-7 times, seriously.
Lost Them sorry i sometimes delete stuff from my computer

-
- Posts: 20
- Joined: Thu Jan 14, 2010 11:04 pm
Re: serversidemodding.com
Ok, i figured the one i linked you is now offline, so i uploaded it to my ftp.
http://www.silverlight76.square7.ch/ssm ... torial.php
Linked downloads from it will lead you to the modding tools thread here.
http://www.silverlight76.square7.ch/ssm ... torial.php
Linked downloads from it will lead you to the modding tools thread here.
SSM Basic Tutorials: http://silverlight76.square7.ch/ssm_tuts/tutorial.php
Re: serversidemodding.com
Would you mind it if I run wget --mirror over it? 

dzn.battlefield.pl - my Bf1942 modding website
-
- Posts: 20
- Joined: Thu Jan 14, 2010 11:04 pm
Re: serversidemodding.com
I got it from icedearth's filefront downloads, http://www.filefront.com/user/icedearth01archer wrote:Would you mind it if I run wget --mirror over it?
SSM Basic Tutorials: http://silverlight76.square7.ch/ssm_tuts/tutorial.php
Re: serversidemodding.com
Here's a script you can use with Stylish addon for Firefox if you use it.Apache Thunder wrote:Well mainly the only part of this style that bugs me is the avatars being on the right side instead of the left...
Code: Select all
@-moz-document domain(bfmods.com) {
.postbody {float: right !important; border-left: 1px solid #fff!important; padding-left: 10px !important }
.postprofile {float: left !important; border-left: none !important ; width: 180px !important; margin-right: 0px !important; }
.online {background-position: 140px 0 !important; }
}
