This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-05-06 08:54:27

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Scratch Forums Look

I have a question.

I have recently made forums for my Scratch Mod. I don't like how it is stretched out filling the whole screen. Can you please tell me how you guys made the Scratch Forums thinner so it doesn't fill the whole screen?


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#2 2012-05-06 09:10:12

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Scratch Forums Look

Certain themes make it thinner, like Green Pun, Novin, and Cellfuse. Maybe you can set one of those for the default theme.


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#3 2012-05-06 09:26:49

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: Scratch Forums Look

Yeah, but the issue is, I want Oxygen as the default theme  tongue


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#4 2012-05-06 13:19:25

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Scratch Forums Look

You need to edit the CSS file and add the code

Code:

body {width: 700px;}

Replace the 700 with however wide you want it.

Offline

 

#5 2012-05-06 14:42:38

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Scratch Forums Look

If it's with PunBB-Hosting you won't be able to edit the CSS of all the pages though, just a few.


Why

Offline

 

#6 2012-05-08 19:40:22

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: Scratch Forums Look

RedRocker227 wrote:

If it's with PunBB-Hosting you won't be able to edit the CSS of all the pages though, just a few.

Oh  tongue


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#7 2012-05-08 20:02:24

stevetheipad
Scratcher
Registered: 2011-08-06
Posts: 1000+

Re: Scratch Forums Look

Yup, It's with CSS.


http://i.imgur.com/0x8ia.jpg
gone

Offline

 

#8 2012-05-08 20:45:14

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: Scratch Forums Look

But I don't know where to put the code  tongue


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#9 2012-05-09 02:47:14

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Scratch Forums Look

Administrations>Edit templates and then in all of them put this somewhere:

<style type="text/css">
body{
        width:1225px;
        margin-left:auto;
        margin-right:auto;
        }
</style>


Why

Offline

 

#10 2012-05-09 02:52:52

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: Scratch Forums Look

The Scratch Forums are 740px wide.


http://trinary.tk/images/signature_.php

Offline

 

#11 2012-05-09 04:22:45

GautamLawyer
New Scratcher
Registered: 2012-05-09
Posts: 10

Re: Scratch Forums Look

scimonster wrote:

You need to edit the CSS file and add the code

Code:

body {width: 700px;}

Replace the 700 with however wide you want it.

Thanks dear for share the post. really you have great job...........

Offline

 

#12 2012-05-09 10:56:58

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Scratch Forums Look

GautamLawyer wrote:

scimonster wrote:

You need to edit the CSS file and add the code

Code:

body {width: 700px;}

Replace the 700 with however wide you want it.

Thanks dear for share the post. really you have great job...........

That's a bit spambot-esque. Except you have no link in your signature and no link in your post. 0_o

I really don't understand spambots.


Why

Offline

 

#13 2012-05-09 11:18:14

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Scratch Forums Look

RedRocker227 wrote:

GautamLawyer wrote:

scimonster wrote:

You need to edit the CSS file and add the code

Code:

body {width: 700px;}

Replace the 700 with however wide you want it.

Thanks dear for share the post. really you have great job...........

That's a bit spambot-esque. Except you have no link in your signature and no link in your post. 0_o

I really don't understand spambots.

Soon, they will expect to get a signature, which will advertise a lawyer named/in Gautam.  smile

Offline

 

#14 2012-05-10 05:30:41

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: Scratch Forums Look

LS97 wrote:

RedRocker227 wrote:

GautamLawyer wrote:


Thanks dear for share the post. really you have great job...........

That's a bit spambot-esque. Except you have no link in your signature and no link in your post. 0_o

I really don't understand spambots.

Soon, they will expect to get a signature, which will advertise a lawyer named/in Gautam.  smile

That user has made quite a few rather spambot-esque posts recently.
Generic, out-of-context remarks.


http://trinary.tk/images/signature_.php

Offline

 

#15 2012-05-10 08:14:42

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: Scratch Forums Look

RedRocker227 wrote:

Administrations>Edit templates and then in all of them put this somewhere:

<style type="text/css">
body{
        width:1225px;
        margin-left:auto;
        margin-right:auto;
        }
</style>

Thanks! This can be closed now  smile


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#16 2012-05-10 08:22:20

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Scratch Forums Look

Closed by request of the topic owner.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

Board footer