Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

CSS Documentation
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: CSS Documentation
#56628
CSS Documentation 8 Years, 2 Months ago Karma: 0
Hello,

is there any Documentation for the CSS-Classes? I could find it on your Website nor at the Forum (with search) so i ask for Help...

Thx,
Tom
The administrator has disabled public write access.
 
#56629
Re:CSS Documentation 8 Years, 2 Months ago Karma: 746
Hello,

Could you specify what widget do you use ("ARI Data Table", "ARI Table Sorter" and etc.) and what do you want to change?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#56630
Re:CSS Documentation 8 Years, 2 Months ago Karma: 0
Hello,

Just all of it
for example i need different colors for the alternate lines. Or if it is possible to change the Color of one row.

I see you help many ppl with there needs but if you have a documentation for your css/variable definitions it would be easier for some of us... Thats all

Thanks in Advance,
Tom
The administrator has disabled public write access.
 
#56631
Re:CSS Documentation 8 Years, 2 Months ago Karma: 746
If want to use some styles for specific columns/rows, set "Advanced styling" parameter to "Yes" in module settings. Each row (<TR> element) will have the following CSS class:

ari-tbl-row-ROWNUM

Where ROWNUM is row number. For first row it will be ari-tbl-row-0, for the second row will be ari-tbl-row-1 and etc.

Each column (<TD> element) will have the following CSS class:

ari-tbl-col-COLNUM

Where COLNUM is column number. For first column it will be ari-tbl-col-0, for the second column will be ari-tbl-col-1 and etc.

:nth-child() CSS selector can be used to define styles for odd and even rows.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#56701
Re:CSS Documentation 8 Years, 2 Months ago Karma: 0
You didn't ask me, but for CSS you should use Firebug addons.mozilla.org/en-US/firefox/addon/firebug/

That way you can see what classes are attached to each element of your live website AND change them in real time to test various values.

Hope that helps.
The administrator has disabled public write access.
 
Go to topPage: 1