Help >
Layout & Coding Help > Post Reply
help me, please?
View Comments 1
★ 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}
|
View Comments 1