Replies

Sep 17, 2016 9 years ago
Elysium
lost their cool
User Avatar
Ren

EDIT: Lock please!

Hi, I recently had a neat bit of art done for my battle pet and while I have a decent profile for him as it is, I'd like to overlay the existing Nightmare Cadogre with this which is too big to upload to the site(I've read it can be scaled down with code but...). The CSS profile in place stems from SubetaLodge's pet profile list and while I've been able to make some small adjustments with their permission I have no idea how to actually code the overlay into position.

Code in place for his profile <style> body {background: url() no-repeat top

left;width:1400px;height:700px;} html {background: url(http://www.subetalodge.org/images/graphics/petprofiles/nss_darkmatter_repeat.png) repeat-y} body,font,td,a,p,table,div,tr{color:;}

, , -ban, -ban-main, -lrc, -rrc {display:none;} , , , , , , , , , h2, , .pet_age_info_date, .pet_wco_info_date{display:none;} , , {background:none} {height:100% !important;}

{width:230px;position:absolute;top:475px;left:-40px;} {position:absolute;top:100px;left:-20px;} .pet_spotlight{width:130px;position:absolute;top:410px;left:-40px;} .text{width:400px;height:470px;overflow:auto;position:absolute;top:105px;left:215px;}

{width:700px;position:absolute;top:680px;left:-85px;} .treasure_item{margin:3px;}

a:link,a:active,a:visited{color:;}

</style>
[i]Credit for the base coding belongs to SubetaLodge, modifications made with permission by OaZuoM.[/I] Snipped for the topic, pet history usually goes here.
Sep 18, 2016 9 years ago
Star Captain
Avilla
User Avatar
Kyroshi

Not sure how big you want the image, but I think this should be fine.

code { background: url(http://i.imgur.com/MTrZ98v.jpg); background-size: 200px 200px; background-position: left; background-repeat: no-repeat; }

[tot=Avilla]

Sep 18, 2016 9 years ago
Elysium
lost their cool
User Avatar
Ren

That's perfect, thank you very much!

Please log in to reply to this topic.