[How to] colorize prosilver

For support and discussion related to templates, themes, and imagesets in phpBB 3.0.

Re: [How to] colorize prosilver

Postby SHAD0W F34R » Sat Aug 22, 2009 1:15 pm

I don't know what happened but: Here is what it looks like. Its in the UCP.

Image
SHAD0W F34R
Registered User
 
Posts: 4
Joined: Thu Aug 13, 2009 7:27 pm

Re: [How to] colorize prosilver

Postby HardStyle » Sun Aug 23, 2009 4:38 am

in colours.css
try editing the
Code: Select all
.bg3
colour code
Josh Simpson
Styles: Submission Policy | Database | Knowledge Base | Demo
Please do not PM me for personal support.
Image
User avatar
HardStyle
Styles Team Member
Styles Team Member
 
Posts: 1559
Joined: Sun Jan 25, 2009 3:08 pm
Location: Melbourne, AUS

Re: [How to] colorize prosilver

Postby dataguru » Sun Aug 30, 2009 8:39 pm

I would like to put borders around individual posts in a thread. or at least top and bottom borders.
Anyone know where that's at?

I'd also like to increase the font size across the board a tad.

Thanks,
Betty
Betty
User avatar
dataguru
Registered User
 
Posts: 38
Joined: Thu Dec 28, 2006 5:02 pm
Location: Oklahoma

Re: [How to] colorize prosilver

Postby MGadAllah » Sun Aug 30, 2009 8:56 pm

dataguru wrote:I would like to put borders around individual posts in a thread.

I am also interested to know too.
Thanks and Best Regards,
Mohamed ... Enjoy with respect
Image
User avatar
MGadAllah
Registered User
 
Posts: 736
Joined: Sat Sep 01, 2007 6:50 pm
Location: Egypt - Cairo

Re: [How to] colorize prosilver

Postby prototech » Sun Aug 30, 2009 9:33 pm

Read through the first two pages of this topic: viewtopic.php?f=74&t=1249975

dataguru wrote:I'd also like to increase the font size across the board a tad.

In common.css, find and edit:
Code: Select all
body {
   /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
   font-family: Verdana, Helvetica, Arial, sans-serif;
   color: #828282;
   background-color: #FFFFFF;
   /*font-size: 62.5%;          This sets the default font size to be equivalent to 10px */
   font-size: 10px;
   margin: 0;
   padding: 12px 0;
}

Refresh your theme - ACP => Styles => Style Components => Themes.
User avatar
prototech
Styles Team Member
Styles Team Member
 
Posts: 4224
Joined: Mon Mar 19, 2007 2:04 pm
Location: California, USA

Re: [How to] colorize prosilver

Postby MGadAllah » Mon Aug 31, 2009 8:56 am

Thanks a lot :)
Thanks and Best Regards,
Mohamed ... Enjoy with respect
Image
User avatar
MGadAllah
Registered User
 
Posts: 736
Joined: Sat Sep 01, 2007 6:50 pm
Location: Egypt - Cairo

Re: [How to] colorize prosilver

Postby dataguru » Mon Aug 31, 2009 12:42 pm

Thanks. :)

I would like to put borders around individual posts in a thread. or at least top and bottom borders.
Anyone know where that's at?
Betty
User avatar
dataguru
Registered User
 
Posts: 38
Joined: Thu Dec 28, 2006 5:02 pm
Location: Oklahoma

Re: [How to] colorize prosilver

Postby MGadAllah » Mon Aug 31, 2009 2:58 pm

MGadAllah wrote:
dataguru wrote:I would like to put borders around individual posts in a thread.

I am also interested to know too.

MGadAllah wrote:Thanks a lot :)

It seems that I've mis read the post while I was at work. I'd like to do the border around the posts please.
Thanks and Best Regards,
Mohamed ... Enjoy with respect
Image
User avatar
MGadAllah
Registered User
 
Posts: 736
Joined: Sat Sep 01, 2007 6:50 pm
Location: Egypt - Cairo

Re: [How to] colorize prosilver

Postby prototech » Mon Aug 31, 2009 10:18 pm

dataguru wrote:I would like to put borders around individual posts in a thread. or at least top and bottom borders.
Anyone know where that's at?

prototech wrote:Read through the first two pages of this topic: viewtopic.php?f=74&t=1249975
User avatar
prototech
Styles Team Member
Styles Team Member
 
Posts: 4224
Joined: Mon Mar 19, 2007 2:04 pm
Location: California, USA

Re: [How to] colorize prosilver

Postby dataguru » Tue Sep 01, 2009 12:36 am

unless searching this topic is missing instances of the word border, that word does not occur in the first two pages of this thread. I'll look thru more of the posts that do have the word border in them in this thread when I have more time, but a quick scan didn't turn up the info I was looking for.
Betty
User avatar
dataguru
Registered User
 
Posts: 38
Joined: Thu Dec 28, 2006 5:02 pm
Location: Oklahoma

Re: [How to] colorize prosilver

Postby prototech » Tue Sep 01, 2009 6:45 am

There's a link there to another topic explaining how to add a border around posts.
User avatar
prototech
Styles Team Member
Styles Team Member
 
Posts: 4224
Joined: Mon Mar 19, 2007 2:04 pm
Location: California, USA

Re: [How to] colorize prosilver

Postby dataguru » Tue Sep 01, 2009 3:24 pm

ok... thanks. :)
Betty
User avatar
dataguru
Registered User
 
Posts: 38
Joined: Thu Dec 28, 2006 5:02 pm
Location: Oklahoma

Re: [How to] colorize prosilver

Postby rolex71 » Sat Sep 05, 2009 1:49 am

What am I doing wrong by getting this? (if you look at the picture). Don't think about the bottom color being red, i've imported from my other forum, just pretend it's the default color. If I search in the colours.css with the color-code of the red I get no results.. Obviously I want the color blue to be all over. Want the red to go away.

http://122.117.196.212/forum/

What can i do??????????? help
i change colours.css code but cant work
rolex71
Registered User
 
Posts: 4
Joined: Sat Sep 05, 2009 1:37 am

Re: [How to] colorize prosilver

Postby prototech » Sat Sep 05, 2009 2:17 am

It's an image: http://122.117.196.212/forum/styles/pro ... g_list.gif
Code: Select all
.forabg {
   background-color: #0076b1;
   background-image: url("{T_THEME_PATH}/images/bg_list.gif");
}
User avatar
prototech
Styles Team Member
Styles Team Member
 
Posts: 4224
Joined: Mon Mar 19, 2007 2:04 pm
Location: California, USA

Re: [How to] colorize prosilver

Postby rolex71 » Sat Sep 05, 2009 2:40 am

prototech wrote:It's an image: http://122.117.196.212/forum/styles/pro ... g_list.gif
Code: Select all
.forabg {
   background-color: #0076b1;
   background-image: url("{T_THEME_PATH}/images/bg_list.gif");
}



Sorry this code i changeed but cant work

file DL
http://cid-438f5cad3d8b60c4.skydrive.li ... silver.rar

plz ............anybody help me change code or tell me
rolex71
Registered User
 
Posts: 4
Joined: Sat Sep 05, 2009 1:37 am

PreviousNext

Return to [3.0.x] Styles Support & Discussion

Who is online

Users browsing this forum: fantastic, holybeef and 28 guests