Template:Format/style.css: Difference between revisions
Neko Knight (talk | contribs) (Created page with ".client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort { cursor: pointer; background-repeat: no-repeat; background-position: bottom center; padding: 0.2em 0.2em 0.8em 0.2em !important; line-height: 1.1em; }") |
Neko Knight (talk | contribs) No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
padding: 0.2em 0.2em 0.8em 0.2em !important; | padding: 0.2em 0.2em 0.8em 0.2em !important; | ||
line-height: 1.1em; | line-height: 1.1em; | ||
} | |||
.R { | |||
text-align: right; | |||
} | |||
.L { | |||
text-align: left; | |||
} | |||
.red { | |||
color: red; | |||
} | |||
.ul_itemlist { | |||
list-style: none; | |||
margin-top: auto; | |||
} | |||
td:empty { | |||
background-color: #eaecf0; | |||
} | } | ||
Latest revision as of 01:27, 30 March 2025
.client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort {
cursor: pointer;
background-repeat: no-repeat;
background-position: bottom center;
padding: 0.2em 0.2em 0.8em 0.2em !important;
line-height: 1.1em;
}
.R {
text-align: right;
}
.L {
text-align: left;
}
.red {
color: red;
}
.ul_itemlist {
list-style: none;
margin-top: auto;
}
td:empty {
background-color: #eaecf0;
}