Thread: Mys 1.3.x Stat/SKill System
View Single Post
  #8  
Old 06-29-2014, 09:57 AM
Hwona's Avatar
Hwona Hwona is offline
Member
 
Join Date: Mar 2013
Posts: 620
Gender: Female
Credits: 49,372
Hwona is on a distinguished road
Default Styling The Levelup Page

Styling the levelup page

Ok... just a heads up, I don't really know how to explain this, but I'll give it a shot!


So, do you all remember the "div id" stuff we added to the levelup page earlier on?:
PHP Code:
$message $message .= 
<div id='stats'> 
Statname: 
{$adoptablestatname} 
</div><br><div id ='trainingawards'><img src='
{$mysidia->path->getAbsolute()}picuploads/awards/statnamemedalstatus{$statnamemedalstatus}.png'></div> 
We're sorry, but you cannot add clicks to this adoptable at this time because its owner has chosen to freeze it.  Frozen adoptables do not accept new clicks and do not level up.  Thanks anyway for the click though, but the owner of this adoptable wants to keep this adoptable young so it will not be counted."

Go to the CSS stylesheet for your themes and add this:
#stats {
}
#trainingawards {

}
Add CSS code between those brackets to style the boxes the stats and awards are in! I'll make a custom them just for this. :3

Go to this thread for a CSS theme with levelup page styling: Spring Theme
__________________

Last edited by Hwona; 07-02-2014 at 10:52 AM.
Reply With Quote