WCRPG is a play-by-post roleplay, art sharing, social and chatting site, which offers privacy and participation control over your threads, and let you build post templates and profiles. All are welcome.


Please login or Join!

Login with Username and Password, or Join - joining is easy


Big Site News: TAGS now work! Add tags to any thread you own by going to the bottom and clicking Add Tag. Or start a new thread and add tags through the Tags box. They can then be found through our new tag search. It's about time, huh?

Game News: Blackheart Rogues are taken over! ScarClan holds a Dragon Festival, Windclan is moving to a new land! Covenant pays tribute to their lost leader, Revivalstar, through a Greenleaf Harmony Festival! Meanwhile, Rushingclan is having an herb training session.

generators: cat, wolf, dog, horse | gathering | human RPGs | anime RPGs | other RPGs | rules & how-to | latest threads

Poll

Was this helpful to you?

Yes! It actually helped a lot!
Well, it helped make it a little less confusing.
I was pretty confused even after I read it.
This didn't help very much.
Very Confusing! {If you check this, please leave a suggestion so I can make it less confusing}

~~A Complete Guide To Camp Customization!~~

Personal Message (Offline) cнeeтaн


Please do not PM me for profile help.  I have quit and will not reply.  Sorry!

Many people are very confused with how to use the code to customize their camp.  I have made a tutorial to (Hopefully) help.

(click to show/hide)

{.Step 0.} Brainstorm
    -Before you start, you have to have a pretty basic idea of what you want your profile to look like
    -Choose your main 3 colors
    -Color 1: Box colors
    -Color 2: Text Color
    -Color 3: Border color
    -Color 2&3 can be the same
    -You can have as any colors as you want, but these three are the basics

{.Step 1.}Find a good Hex Color Code website. You will be using this a lot. I use This Website, but there are plenty of others.

{.Step 2.} Headers, Backgrounds, and News tables.
     -Have a header ready. A header is the picture that will go across the top of your camp, replacing the WCRPG cats. Try to have it around 900x250 Pixels.
     -Have a background picture picked out.  There really is not perfect size for this.  Try to find a picture that is the same size as your computer screen. Unless of course, you want it repeated. :)
     -Have a News tables picture picked out.  The news tables are the little boxes that hold the "New Replies" Button, and the "Come join a clan today!" 
     -The news tables should be 445x136 is you want them to fit. Otherwise, just change Wynn's template to your liking.

{.Step 3.} Little Boxes
    -These four little boxes will make up almost your whole profile, but I will explain that later. 
    -For now, save This little box. 
    -Go to your photo-editing program(GIMP, Picnik, Photoshop)
    -Color box the color you want your profile to be(Color 1)
    -Mine is black
{.Step 4.} Profile Code
     -Here is the code that makes everything possible. This is my code, and it has
-Copy and Paste this code:
Code: [Select]

<style>
body
{
   background: url(BACKGROUND LINK) #000000 fixed;;
}

h3.catbg {
background : #000000;
color: #000000;
border: 0px;
}


div.cat_bar {
background : #000000;
color: #000000;
border-color: #000000;
border: 1px solid;
}

.windowbg {
background : #000000;
color: #000000;
}

span.left {
background : #000000;
color: #000000;
}

strong {
    color: #000000;
    font-weight: bold;
}

div#profile_success {
background : #000000;
color: #000000;
border-color: #000000;
}

.creator

dl {
color: #000000;
}

#header {
    height: 278px;
    overflow: hidden;
    position: relative;
background: url("HEADER LINK") no-repeat scroll 0 0 transparent;
}

.newsDiv, .userinfo {
    background: url("NEWS TABLES LINK") no-repeat scroll 0 0 transparent;
color: #000000;
}

.newsText, .inner {
color: #000000;
}


textarea {
    color: #000000;
}

.windowbg2 {
background : #000000;
color: #000000;
border: 1px solid #000000;
}

.time {
color: #000000;
}

h3.catbg a, h3.catbg, .table_list tbody.header td, .table_list tbody.header td a {
    color: #000000;
}

input, button, select, textarea {
    background: #000000;
    border: 1px solid #000000;
    color: #000000;
}

div.spoilerheader input {
    background-color: #000000;
    color: #000000;
    border: 1px solid #000000;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

.inner {
    border-top: 1px solid #000000;
    color: #000000;
}

.rp_username strong
{
        color: #000000;
font-weight: normal;
}

h3.catbg77 {
background: none;
color: #000000;
border: none;
}


#profile_left .catbg, .cat_bar, .catbg77 {
background: url(LITTLE BOX LINK);
border: 1px solid #000000;
}

#profile_right .catbg, .cat_bar, .catbg77 {
background: url(LITTLE BOX LINK);
border: 1px solid #000000;
}


#profile_left .windowbg {
background: url(LITTLE BOX LINK);
border: 1px solid #000000;
}

#profile_right .windowbg {
background: url(LITTLE BOX LINK);
border: 1px solid #000000;
}

</style>

{.Step 5.} Background
    -Pull up your background picture
    -Find this part of the code:
Code: [Select]
body
{
   background: url(BACKGROUND LINK) #000000 fixed;;
}
     -Replace BACKGROUND LINK with your background link

{.Step 6.} Header
     -Pull up your header picture
     -Find this part of the code
Code: [Select]
}

#header {
    height: 278px;
    overflow: hidden;
    position: relative;
background: url("HEADER LINK") no-repeat scroll 0 0 transparent;
}
     -Replace HEADER LINK with your header link

{.Step 7.} News Tables
    -Pull up your news table
    -Find this part of the code:
Code: [Select]
}

.newsDiv, .userinfo {
    background: url("NEWS TABLES LINK") no-repeat scroll 0 0 transparent;
color: #000000;
}
      -Replace NEWS TABLES LINK with the link to your news table

{.Step 8.} Main Color
      -This is where we incorporate Color 1 from step 0
      - Open up the Hex Code Website
      -Remember step 3 when you colored those boxes? Find the color you made those boxes on the Hex Code Site
      -Paste the Hex Code wherever it says this:
Code: [Select]
background : #000000;       -Be sure to replace the black hex code, not add to it :)


{.Step 9.} Border
      -This is where we incorporate Color 3 from step 0
      - Open up the Hex Code Website
      -Find your color in the hex codes
      -Paste the Hex Code wherever it says this:
Code: [Select]
color: #000000;                 or
Code: [Select]
border: 1px solid #000000;      -Be sure to replace the black hex code, not add to it :)     

{.Step 10.} Text!

-This is where we incorporate Color 2 from step 0
      - Open up the Hex Code Website
      -This may get confusing, since the border code and text code are almost the same
      -Paste the Hex Code wherever it says this:
Code: [Select]
color: #000000;
font-weight: normal;
          or just color: #000000; by itself.
        -If color 2 and 3 are the same for you, you will not have to worry about it :)
       -Be sure to replace the black hex code, not add to it :)
{.Step 11.} Remember those boxes I gave you? Now its time to use them.  Paste the url of your newly colored box in wherever it says:

Code: [Select]
#profile_right .catbg, .cat_bar, .catbg77 {
background: url(http://i1204.photobucket.com/albums/bb413/fire115/blackbox.png);

If you used my code to change the border, just use the Hex Code you used for the previous Borders(Step #9) and change it with the one under the box url.
{.Step 11.} Extras

There are a few extra things you can add to your camp like:
-Music
-Fancy Cursors
-Videos

(click to show/hide)
(click to show/hide)
(click to show/hide)






And Done! This may seem very long and confusing, but you'll get the hang of it.  If you have any other questions, feel free to ask them here.  Also, if I got anything wrong, please tell me. I want to this to be as helpful as possible.

Hope this helped!
~Cheetah~


Please do not ask if I will make your profile for you!
« Last Edit: November 25, 2012, 09:19:45 PM by {{.cнeeтaн is Gone?! »


^click on avalon for my drawing shop<3

&yes, i drew her<3


{.clíck fσr mч dєvíαntαrt.}


Personal Message (Offline) Profile Tester 1


Personal Message (Offline) єνє

I'm not totally sure of what to do, can you hep me?

I have this picture I want to use for my background


ad I just need a bit of tutoring if you know what I mean, i'm not to smart at this kind of stuff, but I think you can help me  :P

Personal Message (Offline) cнeeтaн

Code: [Select]
<style>
body
{
   background: url(http://www.everydesign.net/wp-content/uploads/2011/10/Backgrounds-1.jpg) #000000 fixed;;
}

</style>

Try using this code.  Put it in your camp>Ultimate Profile>Customization Box


^click on avalon for my drawing shop<3

&yes, i drew her<3


{.clíck fσr mч dєvíαntαrt.}


Smallfoot

  • Loner

Personal Message (Offline) єνє


Personal Message (Offline) Percy Jackson14

  • The sea is like a tempest, a raging storm that cannot be tamed; I am like the sea because I am a
  • Mouse Hunter
  • *
  • Male Posts: 59
  • Blog
  • Image Gallery
  • 1265.80 Freshkill
  • View Inventory / Send Money
  • The sky is the limit, and the sea is only starting
  • ~Warriors in Toyland! December 2011
Hope is like a little bird, it sits on the hearth and sings it's happy song. It keeps us warm and alive, hope will constantly be with us for the rest of our lives and will not ask anything of us; it will keep us warm in the most dreadful of situations, even though the storm batters the little bird; hope will continue forth, protecting us as we go. Hope is the thing with feathers.
JOIN RISINGDARKNESSCLAN!

Personal Message (Offline) cнeeтaн

What's the part you are most confused with? Also, if this is too confusing for you, don't worry about it. :) There are plenty of profile shops that can do this for you.


^click on avalon for my drawing shop<3

&yes, i drew her<3


{.clíck fσr mч dєvíαntαrt.}


Personal Message (Offline) Percy Jackson14

  • The sea is like a tempest, a raging storm that cannot be tamed; I am like the sea because I am a
  • Mouse Hunter
  • *
  • Male Posts: 59
  • Blog
  • Image Gallery
  • 1265.80 Freshkill
  • View Inventory / Send Money
  • The sky is the limit, and the sea is only starting
  • ~Warriors in Toyland! December 2011
Hope is like a little bird, it sits on the hearth and sings it's happy song. It keeps us warm and alive, hope will constantly be with us for the rest of our lives and will not ask anything of us; it will keep us warm in the most dreadful of situations, even though the storm batters the little bird; hope will continue forth, protecting us as we go. Hope is the thing with feathers.
JOIN RISINGDARKNESSCLAN!

Personal Message (Offline) єνє


Personal Message (Offline) cнeeтaн

Do you mean a shop? There are like 5 under this thread, most of them free! :D And sorry, I can't tutor you :-\ I don't really have the time and everything I know is already in this thread.


^click on avalon for my drawing shop<3

&yes, i drew her<3


{.clíck fσr mч dєvíαntαrt.}


Personal Message (Offline) ussєtplαguє

How do I change the default blue boxes to a different colour?
 :) Blue and red doesn't mix very well.  ???
• Russetplague •

Personal Message (Offline) cнeeтaн


Personal Message (Offline) ussєtplαguє

 :D Ohh! Thank you!!!   ;D
My camp look so awesome now. Thank you so much!!  :D
• Russetplague •

Personal Message (Offline) cнeeтaн


Tags:

+ Reply  

Note: this post will not display until it's been approved by a moderator.
Name:
Verification:
Type the word that means 'canine' that starts with a D and ends with a G, in this little box below.:

Templates list




Warriors is © Erin Hunter/Harper Collins, whom this site is not affiliated with. View our privacy policy.

CAUTION 2.0! Forum Topsite