Replies

Aug 18, 2017 8 years ago
Impure
Pete Jr.
User Avatar
Sprynkles

Hi. I have been playing around with coding and I have no idea what I did wrong. please help me! this is the pet: https://subeta.net/pets/Sprynkles included the code, to make it easier.

this is the code <style>

, , , , , div#footer, div#banner, .event, div#time, div#date, div#loginstatus, div#header, div.leftpanelseparator, div.leftpanel, .pet_wco_info_date {display:none;}

{background: transparent; font-color: ;} {background: url(https://68.media.tumblr.com/c561117f96aabfd82851abe44fb800c6/tumblr_npmo9cddgu1u8vlf0o2_r1_540.png) repeat-y !important; height:100% !important; font-color: ;}

html {background-color: !important; times new roman; font-size: 10px; font-color: ; } body {background-color: !important; font-family: times new roman; font-size: 10px; font-color: ; } a:link, a:visited, a:active {font-family: verdana; font-size: 10px; color: ; }

h1 {display:none;}

{position: absolute; top: 300px; left: 300px } {position: absolute; top: 10px; left: 200px; width: 100px; } {position: absolute; top: -100px; left: 550px;}

{position: relative; top: 10px; left: 0px; } a {color: ;} .pet_spotlight {position: absolute; top: 420px; left: 650px;} .pet_name{position:relative; left: 300px; top: 200px;}

{position: absolute; top: 0px; left: -400px; height: 700px; width: 550px; overflow: no; background: transparent; } .treasure_item {margin:3px;} {position: absolute; top: 500px; left: 300px; width: 250px; height: 500px; overflow: auto;}

{position: relative; top: 700px; width: 400px; left: 200px; font-size: 12px !important; }

</style>
Can you guess which is my favorite minion? you have 2 guesses, and 3 hints:
1. its name starts with a "P"
2. its name has a single word in the name
3. you can see it 3 times in my treasure chest!

I like cats.
I like birds too.
And a few other things.

coding: - i think.. i forgot
issues: * the background image doesn't repeat all the way down * the pet's name can't be seen under the pet o.o * the pet info [owner, birth date, color] are too narrow. i'd like them wider. how do i do it? u.u * where do i place a code to change the font color where ever there is a piece of text?

Aug 18, 2017 8 years ago
Thespian
is a bad egg
User Avatar
Rentaro

this should be moved to profiles & graphics discussion c:

to show the pet name, get rid of h1 {display:none;} and to have it show right under the image get rid of .pet_name{position:relative; left: 300px; top: 200px;} too, since it places it in the middle of the page

for the owner color and all that try this:

.owner, .pet_color_info, .pet_age_info_date {width: 200px;}

i have to go now but i'll see what i can do for the background and font color later, good luck! ; v ;

personal site || art by me

Aug 18, 2017 8 years ago
Impure
Pete Jr.
User Avatar
Sprynkles

oh, thank you so much!

Aug 25, 2017 8 years ago
Christopher
punched a butterface
User Avatar
Hunty

have you tried putting the background section of into body

Please log in to reply to this topic.