Tweak

InsaneJournal

Tweak says, "Jingle Bells, Batman smells..."

Username: 
Password:    
Remember Me
  • Create Account
  • IJ Login
  • OpenID Login
Search by : 
  • View
    • Create Account
    • IJ Login
    • OpenID Login
  • Journal
    • Post
    • Edit Entries
    • Customize Journal
    • Comment Settings
    • Recent Comments
    • Manage Tags
  • Account
    • Manage Account
    • Viewing Options
    • Manage Profile
    • Manage Notifications
    • Manage Pictures
    • Manage Schools
    • Account Status
  • Friends
    • Edit Friends
    • Edit Custom Groups
    • Friends Filter
    • Nudge Friends
    • Invite
    • Create RSS Feed
  • Asylums
    • Post
    • Asylum Invitations
    • Manage Asylums
    • Create Asylum
  • Site
    • Support
    • Upgrade Account
    • FAQs
    • Search By Location
    • Search By Interest
    • Search Randomly

Ally -- are you already gone? ([info]wastintime) wrote in [info]rp_tutorials,
@ 2011-09-26 01:16:00

Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Entry tags:coding: cast list

Super-Badass Character List That Will Make You Want To Slap Yo Mama

Live Example

I know right?

It took me a few days and several hours to figure this out so I'd appreciate it if you credited [info]rp_tutorials. Or you can pay me in cookies. Whichever is easier for you. Mkay?

THE SCRIBBLD CODE



Leave any questions or feedback in the comments, thanks!


(Post a new comment)


[info]cristina_lacosa
2011-09-26 10:42 am UTC (link)
AGRDSOUJGNVKDSCLVKNSDVDJSNGVDS ♥

(Reply to this)


[info]gidiot
2011-09-26 03:20 pm UTC (link)
THAT IS SO AWESOME.

(Reply to this)


[info]ex_thehunger562
2011-09-26 07:27 pm UTC (link)
HJKFSHFLKSJF DUDE.

(Reply to this)


[info]bigmclargehuge
2011-09-26 09:28 pm UTC (link)
WHOA

is what I said as soon as I clicked on it. THAT is amazing.

(Reply to this)


[info]burningstars
2011-09-26 09:37 pm UTC (link)
If I could give you a lifetime supply of your favorite cookies, I would. That's how epic this is!

(Reply to this)


[info]perkyshadowgirl
2011-09-27 01:49 am UTC (link)
OH MY GOD.

...

OH MY GOD.

Internet marry me?

(Reply to this)


[info]embodimentof
2011-09-27 04:21 pm UTC (link)
ALFKJASKDJASDASDJSADJSALDJASDJASDSAD THERE ARE NO WORDS FOR THIS GORGEOUSNESS!!

(Reply to this)


[info]ex_awe517
2011-09-28 12:47 am UTC (link)
I have zero use for this but HOLY CRAP, IT IS LOVELY.

(Reply to this)


[info]cantbeseen
2011-10-02 05:31 pm UTC (link)
This is fabulous. I wish I had a use for it.

(Reply to this)


[info]smutler
2011-10-08 05:11 pm UTC (link)
That is amazing, I'm using it and if you'd like to see how I've changed it.. CHECK ME OUT

Thanks a ton, will credit in the user info.

(Reply to this)


[info]scarletgold
2011-10-26 05:20 pm UTC (link)
So...it can only be used on Scribbld?

(Reply to this) (Thread)


[info]wastintime
2011-10-26 05:28 pm UTC (link)
As far as journaling sites go? Yeah. It only works on Scribbld. The reason being that Scribbld gives you the option of coding an enter page, which is what this does. So, you could technically use it elsewhere and just save it in Notepad as a .html or .htm file and upload it to a web server.

(Reply to this) (Parent) (Thread)


[info]wastintime
2011-10-26 05:28 pm UTC (link)
*entire page, not enter page

(Reply to this) (Parent)


[info]scarletgold
2011-10-26 08:38 pm UTC (link)
Ahh, okay. Thanks for the info!

(Reply to this) (Parent)


[info]evanished
2011-10-29 12:39 pm UTC (link)
Definitely grabbed this and edited the heck out of it to use as the profile for this guy.

(Reply to this) (Thread)


[info]wastintime
2011-10-29 05:55 pm UTC (link)
THIS IS AWESOME :)

(Reply to this) (Parent) (Thread)


[info]evanished
2011-10-31 12:30 am UTC (link)
No, you are awesome for sharing.

(Reply to this) (Parent)


[info]ex_whiskysou469
2011-11-22 08:19 pm UTC (link)
This is AMAZING, needless to say. After some extensive effort I've managed to finally figure out how to make a page like that on scribbld. But my next problem is that I'm not very html savvy and therefore am kind of looking at the code and going, "huh?" with my head tipped to the side as I try to figure out how to edit. I'm going to try and figure it out, but if I need help would it be okay if I stopped back by and asked for some?

(Reply to this)


[info]disparagingrant
2011-12-01 07:40 pm UTC (link)
This might be a stupid question but I've looked around and am not really finding any answers. Is it possible to put an actual link within the character box? To link back to the ij journal or profile?

(Reply to this)


[info]missmami
2012-08-29 09:01 pm UTC (link)
I don't know why I am just now seeing this, but it is AMAZING! I do have a question as to what the coding for the "hovering" effect is? Cause that. LEGIT!

(Reply to this)


[info]ex_dickens625
2012-09-01 06:55 am UTC (link)
I've decided this is too awesome not to use so thank you :D

(Reply to this)


[info]redheadspy
2013-06-02 01:15 am UTC (link)
I've tried changing the colors, but when I do I only get one solid color.

http://www.zereldax.com/test-list.html

This is the code I'm using

background: rgb(223,43,7); /* Old browsers */
background: -moz-linear-gradient(top, rgba(223,43,7,1) 0%, rgba(166,31,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,43,7,1)), color-stop(100%,rgba(166,31,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(223,43,7,1) 0%,rgba(166,31,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(223,43,7,1) 0%,rgba(166,31,4,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(223,43,7,1) 0%,rgba(166,31,4,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DF2B07', endColorstr='#A61F04',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(223,43,7,1) 0%,rgba(166,31,4,1) 100%); /* W3C */
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
border: 2px solid #FFFFFF;
color: #FFFFFF;

Any help would be appreciated.

(Reply to this)



Home | Site Map | Manage Account | TOS | Privacy | Support | FAQs