Replies

Apr 8, 2016 10 years ago
TheseHeights
is a mirage
User Avatar

So I saw a trick someone suggested to separate treasures, which worked well on one of my profiles that has old coding, but on a profile with newer coding that someone did for me the line goes BEHIND the treasure instead of over it? How can I make it so that the line goes over my treasure, like in my profile with old coding? This is what I mean:

Profile with old coding (over treasure)

<style> {position: relative; top: 1200px; left: 180px; height: 2px; width: 270px; background-color: ; } body, html, div {color: ; font-size: 13px; } .pet_name { color: !important; font-size: 30px; font-family: adobe caslon pro; font-variant: small-caps; } {background-image: url(https://upload.vstanced.com/images/2016/01/30/aqua2.jpg);} { width: 209px; } { width: 188px; } { position:absolute; left: 600px; }

.pet_age_info_date, .pet_age_info, .pet_wco_info, .pet_wco_info_date { display:none; }

.pet_like {display:none;}

.pet_color_info{font-size: 10px; color:;}

.owner{font-size: 10px;color:;}

.stat {display:none;} .statbar {display:none;} {display:none;} h2 { display:none; } h2 { display:none; } { display:none; } </style>

<style> { width: 300px; margin-right: 300px; margin-left: 185px; } h2 {display: none;} h2 {display: none;} width: 400px; margin-right: auto; margin-left: auto; } .treasure_item { margin-top:5px; margin-left:5px; } </style>

Profile with new coding (behind the treasure)

<style>

, , -ban, -ban-main, -rrc, -lrc, , -right, h2, , .prototip, .statbar, {display:none;} a {display:none;}

, , body, , {background-color:transparent;height: auto !important;}

.pet_like, , , , .pet_age_info_date, .pet_wco_info_date {display:none;}

body, html, div {color: ; font-size: 12px; font-family: constantia; }

{position: absolute; top: 70px; left: 350px;}

.pet_name {position: absolute; top: 320px; left: 385px; color: !important; font-size: 40px; font-family: constantia ; font-variant: small-caps;} .pet_color_info {position: absolute; top:450px; left:388px;} .owner {position: absolute; top:470px; left:385px;}

{position: absolute; top: 350px; left: 337px; width: 200px; height: 100px; overflow:auto; text-align:center;font-size:40px;color:; font-family: constantia; font-variant: small-caps; line-height: 80%;}

{position: absolute; top: 1230px; left: 220px; height: 2px; width: 300px; background-color: ; } {position: absolute; top: 500px; left: 300px; width: 300px;}

.treasure_item { margin-top:5px; margin-left:5px; } </style>

&
Avery

[img align=right]http://s12.postimg.org/9vak97rsp/00az0z8t.png[/img]

Apr 8, 2016 10 years ago
Shantal
is a skilled hooker
User Avatar

:) You can add a z-index to make the line go in front of the treasure.

Like this: {position: absolute; top: 1230px; left: 220px; height: 2px; width: 300px; background-color: ; z-index: 1;}

Apr 8, 2016 10 years ago
TheseHeights
is a mirage
User Avatar

You're a lifesaver, thanks!

[img align=right]http://s12.postimg.org/9vak97rsp/00az0z8t.png[/img]

Please log in to reply to this topic.