Members   Search      Help    Register    Login    Home
Home » Support Forums for PMBT 2.X » PMBT 2.X Themes » 1thank(tracker and forum pack theme)
1thank [message #2712] Sun, 07 June 2009 15:40 Go to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
index.php/fa/198/0/index.php/fa/199/0/index.php/fa/200/0/index.php/fa/201/0/index.php/fa/202/0/

http://a.imageshack.us/img831/5562/mybikes.png
Re: 1thank [message #2725 is a reply to message #2712] Mon, 08 June 2009 11:58 Go to previous messageGo to next message
Anonymous Leecher  Sweden
Howdy!

How would i do if i want to align the tables titles more to the left?

I want to have the "Site News", "Who´s Online", "Polls" and the other ones more aligned to the left and not like they are now a couple of pixels to the right.

Hope you can help me, i have been fidling around in the css files but cant find anything about this. Sad

Regards,
Re: 1thank [message #2726 is a reply to message #2725] Mon, 08 June 2009 13:15 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
if your talking about the small space on both side of each table?
then edit in css
#bodyarea {
    padding: 10px;
    margin: 0;
    background: #fcfcfc url("pics/bodyarea-bg.gif") 0 0 repeat-x;
}
change padding well make that spacing smaller
and to align poll block to the left open poll.pbp and edit
	if($pollok) {
    print("<table   border=1 cellspacing=2 cellpadding=2 align=center><tbody><tr><td class=text>\n");
  	print("<p align=center><b>$question</b></p>\n");
and align it to the left


http://a.imageshack.us/img831/5562/mybikes.png
Re: 1thank [message #2727 is a reply to message #2712] Mon, 08 June 2009 14:27 Go to previous messageGo to next message
Anonymous Leecher  Sweden
Hello again!

I have posted an image of what i mean for spacing that i want more aligned to the left.

If you compare the titles etc of the forums with those on the tracker front you will see the difference.

[img]http://data.fuskbugg.se/skalman01/1thankind.png[/img]

Regards,
Re: 1thank [message #2731 is a reply to message #2727] Tue, 09 June 2009 01:25 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
OH you meen the table tittle lit me look at it

http://a.imageshack.us/img831/5562/mybikes.png
Re: 1thank [message #2732 is a reply to message #2712] Tue, 09 June 2009 11:02 Go to previous messageGo to next message
Anonymous Leecher  Sweden
Sounds great, hope you can give me some help with this!

Those damn .css files are an jungle to look around in. Razz

Regards,
Re: 1thank [message #2733 is a reply to message #2732] Wed, 10 June 2009 01:30 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
in styles.css change
ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
}

ul.forums {
	background: #f9f9f9 repeat-x 0 0;
}

ul.topiclist li {
	display: block;
	list-style-type: none;
	color: #777777;
	margin: 0;
}
to
ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.forums {
	background: #f9f9f9 repeat-x 0 0;
}

ul.topiclist li {
	display: block;
	list-style-type: none;
	color: #777777;
	margin: 0;
	padding: 0;
}
this well fix it


http://a.imageshack.us/img831/5562/mybikes.png
Re: 1thank [message #2737 is a reply to message #2712] Wed, 10 June 2009 11:53 Go to previous message
ViPER is currently offline ViPER  Sweden
Messages: 1
Registered: June 2009
Location: Sweden
Leecher

Howdy!

Found the time to register today, and i also sent you guys a little donation via that sourceforge paypal link. Wink

Great work on fixing those alignment issues!

Regards,
ViPER
Previous Topic:something wrong with theme downloads
Next Topic:Help Removing some text in 1thank theme
Goto Forum:
  


Current Time: Wed Feb 08 10:47:51 GMT 2012

Total time taken to generate the page: 0.00733 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software