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


Recent Events
  • 28/08/2023 CalendARI v. 1.3.0 supports Joomla! 4.x/PHP 8.x

    CalendARI is a Joomla! events manager component and now It is compatible with Joomla! 4.x.

  • 19/08/2023 ARI Quiz 3.10.0 with Joomla! 4 support

    Joomla! quiz extension with J! 3.x/4.x and PHP 8.x support.


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?

Column colors, and cell merging
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Column colors, and cell merging
#60848
Re:Column colors, and cell merging 6 Years, 1 Month ago Karma: 0
Solved removing $ from $id and apllyng different style.
Thank you very much for assistance.

Regards
The administrator has disabled public write access.
 
#60849
Re:Column colors, and cell merging 6 Years, 1 Month ago Karma: 0
one quick reply disappear. I wrote:
#{id} i removed$ and now it's ok.

If i use more module why if i change color on a table also the other change the same color?
the css is the same? I used:
BODY #at_169 THEAD TR TH DIV {height: auto;}

#{id} TBODY TD.ari-tbl-col-1 {
background-color: #f2dede;
}
#{id} TBODY TD.ari-tbl-col-2 {
background-color: #f2dede;
}

#{id} TBODY TD.ari-tbl-col-4 {
background-color: #dff0d8;
}
#{id} TBODY TD.ari-tbl-col-5 {
background-color: #dff0d8;
}

#{id} TBODY TD.ari-tbl-col-7 {
background-color: #d9edf7;
}
#{id} TBODY TD.ari-tbl-col-8 {
background-color: #d9edf7;
}

#{id} TBODY TD.ari-tbl-col-10 {
background-color: #fcf8e3;
}
#{id} TBODY TD.ari-tbl-col-11 {
background-color: #fcf8e3;
}

#{id} TBODY TR.ari-tbl-row-0 {
font-weight: bold;
}

#{id} TBODY TR:nth-last-child(2) TD {font-weight: bold;}


I changed only the number of module in first line
169, 170,.

I inserted a pie chart but the color are like
#{id} TBODY TR:last-child TD {background-color: transparent; font-size: 10px; font-weight: bold; border-right-color: transparent; font-style: italic;}
The administrator has disabled public write access.
 
#60850
Re:Column colors, and cell merging 6 Years, 1 Month ago Karma: 0
www.usrc.it/index.php?option=com_content&view=article&id=731

In the page there are 4 table. The problem is if i change color in a column of first table, the same column of other tables change color?
What is that I'm wrong?
Last Edit: 2017/07/27 11:02 By jenaplisken.
The administrator has disabled public write access.
 
#60853
Re:Column colors, and cell merging 6 Years, 1 Month ago Karma: 741
Your code is an incorrect. If want to use ID of table to limit styles only for current table, use #{$id} code. {$id} variable is replaced with ID of table for current module instance.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#60854
Re:Column colors, and cell merging 6 Years, 1 Month ago Karma: 0
BODY #at_175 THEAD TR TH DIV {height: auto;}

#175 TBODY TD.ari-tbl-col-0 {
font-size: 10px; font-weight: bold;
}

#175 TBODY TD.ari-tbl-col-1 {
background-color: #f2dede; font-size: 10px;
}
#175 TBODY TD.ari-tbl-col-2 {
background-color: #f2dede; font-size: 10px;
}

#175 TBODY TD.ari-tbl-col-4 {
background-color: #dff0d8; font-size: 10px;
}
#175 TBODY TD.ari-tbl-col-5 {
background-color: #dff0d8; font-size: 10px;
}

#175 TBODY TD.ari-tbl-col-7 {
background-color: #d9edf7; font-size: 10px;
}
#175 TBODY TD.ari-tbl-col-8 {
background-color: #d9edf7; font-size: 10px;
}

#175 TBODY TD.ari-tbl-col-10 {
background-color: #fcf8e3; font-size: 10px;
}
#175 TBODY TD.ari-tbl-col-11 {
background-color: #fcf8e3; font-size: 10px;
}

#175 TBODY TR.ari-tbl-row-0 {
font-weight: bold; font-size: 10px; font-weight: bold;
}

#175 TBODY TR:nth-last-child(2) TD {font-weight: bold;}
#175 TBODY TR:last-child TD {background-color: transparent; font-size: 10px; font-weight: bold; border-right-color: transparent; font-style: italic;}

if my id table is 175. Right?
The administrator has disabled public write access.
 
#60855
Re:Column colors, and cell merging 6 Years, 1 Month ago Karma: 741
The extension automatically replace {$id} variable with correct table ID for code which is specified in "CSS Styles" parameter. Don't enter any ID manually. Use code which provided before. For example:

#{$id} TBODY TD.ari-tbl-col-0 {font-size: 10px; font-weight: bold;}

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1234