mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
System-solution for styled tables, that works with every template
This commit is contained in:
@@ -11,11 +11,6 @@ body
|
||||
color: #373737;
|
||||
}
|
||||
|
||||
.myaac-table tbody tr:nth-child(even) {background: #e5e3d7} /* light border */
|
||||
.myaac-table tbody tr:nth-child(odd) {background: #d0cdb4} /* dark border */
|
||||
.myaac-table thead td {background: #afab89; color: #ffffff !important;} /* vdark border */
|
||||
.myaac-table tfoot td {background: #afab89; color: #ffffff !important;} /* vdark border */
|
||||
|
||||
#page
|
||||
{
|
||||
width: 780px;
|
||||
|
@@ -11,11 +11,6 @@ img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.myaac-table tbody tr:nth-child(even) {background: #F1E0C6} /* light border */
|
||||
.myaac-table tbody tr:nth-child(odd) {background: #D4C0A1} /* dark border */
|
||||
.myaac-table thead td {background: #505050; color: #ffffff !important;} /* vdark border */
|
||||
.myaac-table tfoot td {background: #505050; color: #ffffff !important;} /* vdark border */
|
||||
|
||||
#ArtworkHelper {
|
||||
text-align: center;
|
||||
background-position: top center;
|
||||
|
Reference in New Issue
Block a user