16 Users appreciate this thread.
Gamzee (2014-10-26 13:32:51)Breh
I paced around for hours on empty,
Jumped at the slightest of sounds.
I couldn't stand the person inside me,
I turned all the mirrors around.
Cyndaquil123 (2014-11-13 06:06:14)Could you add the code for your rainbow text?
Call now for miracle pills!
Fine Print show
Cr1tiKaL (2014-11-21 13:20:13)I knew all these.
Good job, I don't see why this deserves a sticky though due to one already sticky'd.

Sollux (2014-11-21 18:07:26)^ Honestly I don't think it deserves a sticky, I created it out of boredom. Meh

kaitlynn1888 (2014-11-29 23:46:14)can u put the code where you pit an image instead of the words that say 3dsplaza adds a new dimension on the profile
Log in to submit a comment
Back to forum: Profile Design (3DSPlaza BBCode and BBCode CSS)
New registered users today: 7
Newest registered user: ElegantVulpes

"rare"codes that I use/have found.Header2 Hover:
[style]h2:hover{background:Yellow;}[/style]
This puts a background on "______'s profile" when you hover over it with your mouse.
--
Friends Links into an image:
[style]a.friend_links{content:url(IMG URL);}[/style]
I don't really use this one but I thought it was pretty neat. It changes the links to images.
--
Comment box Text area:
[style].post_comment textarea{background-color:yellow!important;}[/style]
Ok, I know this isn't really rare but I felt like adding it. It adds a color background to the textbox on your comments.
--
Members menu background:
[style].members_menu{background-color:ffff99!important;}[/style]
Instead of changing the color of the text, this adds a background.
--
Edit Warning:
[style].edit_warning{display:none;}[/style]
This erases the "This posted was edited one or more times box in your comments.
--
Font Changer:
[style]div{font-family:Gabriola;}[/style]
Use this to have Gabriola font which, in my opinion looks very nice.
--
Link hover transparency:
[style]a:hover{opacity:0.7;}[/style]
This makes any link you hover over transparent.
--
Rainbow Text:
[style]@keyframes color{0%{color:red}14%{color: orange}28%{color:yellow}42%{color:green}56%{color:blue}70%{color:indigo}84%{color:violet}100%{color:red}} @-webkit-keyframes color{0%{color:red}14%{color: orange}28%{color:yellow}42%{color:green}56%{color:blue}70%{color:indigo}84%{color:violet}100%{color:red}} body{animation:color 3s infinite linear; -webkit-animation:color 3s infinite linear;}[/style]
This isn't rare but it was requested.
--
Erase Title Box:
[style]div.titlebox{display:none;}[/style]
Erases the top of your comment box.
--
Header to Text:
[style]div.header{content:'Text Here';}[/style]
This turns the 3DSPlaza header into text on 3DS/DSi.
--
Commentbox text:
[style].commentbox_1/2:before{content:'Text Here';}[/style]
Adds text before a username in commentbox or in a signature.
--
Log in:
[style]input.username,input.pasword{display: none;}[/style]
I don't personally use or even like this code but it's sort of rare. It removes the "Username" and "Password" bars if someone isn't logged in on your profile.
--
Erase your profile:
[style]div{display:none;}[/style]
I do not recommend using this but I felt like it should be up here for those who want to use use it, it makes your profile disappear.
--
Border Text:
[style]span{background-color: orange; border: 4px double yellow;}[/style]
This will border your profile text and usernames.
--
Comment Hover:
[style].commentbox_1/2:hover{opacity:0.7;}[/style]
This will make your comments transparent when you hover over them.
--
Comment Background Hover:
[style].commentbox_1:hover{background-color:yellow!important;}[/style]
This adds a background whenever you hover over your comments.
--
Background Hover:
[style].content:hover{background:url(Image URL here);}[/style]
I find it pretty stupid but it only makes your background appear when you hover over it.
--
Text Border Hover:
[style]span:hover{background-color: #660066; border: 4px double pink;}[/style]
This will only add a border around your text whe you hover over it.
--
I'll try to add more as soon as possible! Comment below any code you think I should add. (:
2015-03-04 16:22:39