Help > Layout & Coding Help > Post Reply     

help me, please?

Player Avatar
Concourse [I'll rise up, I'll rise unafraid]
July 21st, 2015 1:12:26am
2,849 Posts

Working on coding my first layout in ages and I dunno how to edit the animals? how can I spruce up the animal holders?




z9yqOPu.png

 


View Comments 1


Player Avatar
Master Administrator Samantha - see page to know who to contact directly!
July 22nd, 2015 10:15:04pm
4,333 Posts

Bump!




 

Player Avatar
★ RileyCasper ★ Courtesy of The Red, White, and Blue ★
August 14th, 2015 9:16:52am
39 Posts

To my understand this it how it works.

This is just attempting to pick apart the source code, to see what it does. it works for my layout so I don't see why it wouldn't work for anyone elses. The show, Achievements, and events are all different I've included those too.

Where the labels are is where you place your css to what you want. (assuming you know how use html and css works)

/* Edits Dividers */
[id^="divider"] tbody th:nth-child(1){Sale Column Header}
[id^="divider"] tbody th:nth-child(2){Name Column Header}
[id^="divider"] tbody th:nth-child(3){Breed/Brand Column Header}
[id^="divider"] tbody th:nth-child(4){Gender Column Header}
[id^="divider"] tbody th:nth-child(5){Feed Column Header}
[id^="divider"] tbody th:nth-child(6){Points Column Header}
[id^="divider"] tbody td:nth-child(1){Sale Column}
[id^="divider"] tbody td:nth-child(2){Name Column}
[id^="divider"] tbody td:nth-child(3){Breed/Brand Column}
[id^="divider"] tbody td:nth-child(4){Gender Column }
[id^="divider"] tbody td:nth-child(5){Feed Column}
[id^="divider"] tbody td:nth-child(6){Points Column }

/* Edits Horse Divider */
#noDividerH tbody th:nth-child(1){Sale Column Header}
#noDividerH tbody th:nth-child(2){Name Column Header}
#noDividerH tbody th:nth-child(3){Breed/Brand Column Header}
#noDividerH tbody th:nth-child(4){Gender Column Header}
#noDividerH tbody th:nth-child(5){Feed Column Header}
#noDividerH tbody th:nth-child(6){Points Column Header}
#noDividerH tbody td:nth-child(1){Sale Column}
#noDividerH tbody td:nth-child(2){Name Column}
#noDividerH tbody td:nth-child(3){Breed/Brand Column}
#noDividerH tbody td:nth-child(4){Gender Column }
#noDividerH tbody td:nth-child(5){Feed Column}
#noDividerH tbody td:nth-child(6){Points Column }

/* Edits Dog Divider */
#noDividerD tbody th:nth-child(1){Sale Column Header}
#noDividerD tbody th:nth-child(2){Name Column Header}
#noDividerD tbody th:nth-child(3){Breed/Brand Column Header}
#noDividerD tbody th:nth-child(4){Gender Column Header}
#noDividerD tbody th:nth-child(5){Feed Column Header}
#noDividerD tbody th:nth-child(6){Points Column Header}
#noDividerD tbody td:nth-child(1){Sale Column}
#noDividerD tbody td:nth-child(2){Name Column}
#noDividerD tbody td:nth-child(3){Breed/Brand Column}
#noDividerD tbody td:nth-child(4){Gender Column }
#noDividerD tbody td:nth-child(5){Feed Column}
#noDividerD tbody td:nth-child(6){Points Column}

/* Edits Shows Text */
#shows {Show text Css}

/* Edits Event Text */
#event {Event text Css}

/* Edits Show Event Text */
#show_events {Show Event text Css}

/*Edits Achievements*/
img[src^="images/achievements/"]{Image CSS}
#achievements {Achievement text Css}




 

Player Avatar
Concourse [I'll rise up, I'll rise unafraid]
August 31st, 2015 11:49:16pm
2,849 Posts

This had been resolved by the person I ordered my layout from, but omg Riley, that rocks! 

 

Thank you so much! 




z9yqOPu.png

 

View Comments 1