Reply to this topicStart new topicStart Poll

> how 2 make it blue
ameo
Posted: August 18, 2007 10:52 am
Quote Post


Member
**

Group: Members
Posts: 21
Member No.: 983
Joined: December 19, 2006



when I put something in code:

CODE
[URL=http://www.google.com]Google[/URL]


rolleyes.gif that comes in blue color on this forum, so I wonder
is that feasible in other skins, and how 2 make it that way.



--------------------
user posted image
PMEmail Poster
Top
Winnopeg
Posted: August 19, 2007 02:42 pm
Quote Post


Genius Member
********

Group: Elite
Posts: 1284
Member No.: 1
Joined: February 24, 2006



Of course. In the skin's stylesheets, find "#code". In the paragraph that follows, you can change just about anything in regards to the code box. "backgound-color" obviously refers to the background color, and "border" is the box's border color. Using a color code from here, replace the six characters after the number sign for those two and you're set.

This forum's code box background is #DDECF9, and the border is #d5e8f7.


--------------------
PMEmail PosterUsers Website
Top
ameo
Posted: August 27, 2007 01:35 pm
Quote Post


Member
**

Group: Members
Posts: 21
Member No.: 983
Joined: December 19, 2006



Thanks for answering. wink.gif

I also wonder is it possible to put my own background outside the forum border,
you know this full left and full right position of the screen, where there is nothing
except blue color. huh.gif


--------------------
user posted image
PMEmail Poster
Top
Winnopeg
Posted: August 28, 2007 09:32 pm
Quote Post


Genius Member
********

Group: Elite
Posts: 1284
Member No.: 1
Joined: February 24, 2006



That is something I'm not totally up to speed with but I do know it involves HTML templates which are currently disabled on Forumer's IPB boards.


--------------------
PMEmail PosterUsers Website
Top
alkis
Posted: September 09, 2007 09:50 am
Quote Post


Member
**

Group: Members
Posts: 5
Member No.: 994
Joined: January 09, 2007



i was wondering, how could i make my #code thing to be exactely like this one: http://www.edgeofnowhere.cc/viewtopic.php?t=365505

on the old days blizzhackers had the best #code but they ware screwed long time ago and their forum closed by blizz sad.gif now i wanna make it at least like edgeofnothwere

thanks a lot!

-Giannis
PMEmail Poster
Top
Winnopeg
Posted: September 19, 2007 07:50 pm
Quote Post


Genius Member
********

Group: Elite
Posts: 1284
Member No.: 1
Joined: February 24, 2006



QUOTE (alkis @ September 09, 2007 08:58 am)
i was wondering, how could i make my #code thing to be exactely like this one: http://www.edgeofnowhere.cc/viewtopic.php?t=365505

on the old days blizzhackers had the best #code but they ware screwed long time ago and their forum closed by blizz sad.gif now i wanna make it at least like edgeofnothwere

thanks a lot!

-Giannis

Here's the exact CSS they're using for that section. Note: before using the code, you should ask the owner if it's okay if you do.

CODE
.code {
font-family: Courier,'CourierNew',sans-serif;
font-size: 11px;
color: #00FF00;
background-color: #000000;
border: #D1D7DC;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px
}


--------------------
PMEmail PosterUsers Website
Top
edwin
Posted: October 19, 2008 05:48 am
Quote Post


Member
**

Group: Members
Posts: 5
Member No.: 375
Joined: March 26, 2006



Thanks for the tip
PMEmail Poster
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

Topic Options Reply to this topicStart new topicStart Poll