1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-11 03:45:01 -05:00
SickRage/gui/slick/css/lib/tablesorter.css
2014-10-01 08:20:37 +10:00

136 lines
4.2 KiB
CSS

/* Variables *//* Mixins */
/* SB Theme */
table.tablesorter {
width:100%;
line-height:32px;
text-align:middle;
text-shadow:0 1px rgba(0,0,0,0.8);
border-collapse:separate;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);
box-shadow:0 1px 2px rgba(0,0,0,0.15);
border:1px solid #111;
border-radius:10px;
border-spacing: 0px;
}
table.tablesorter td {
font-size: 14px;
padding: 8px 10px;
}
/* remove extra border from left edge */
table.tablesorter th:first-child,
table.tablesorter td:first-child {
border-left: none;
}
.tablesorter thead tr:first-child, .tablesorter thead th:first-child{
border-top-left-radius:10px;
}
.tablesorter thead tr:last-child, .tablesorter thead th:last-child{
border-top-right-radius:10px;
}
.tablesorter tfoot tr:first-child, .tablesorter tfoot th:first-child{
border-bottom-left-radius:10px;
}
.tablesorter tfoot tr:last-child, .tablesorter tfoot th:last-child{
border-bottom-right-radius:10px;
}
.tablesorter tfoot a {
text-decoration: none;
color: #FFFFFF;
float: left;
font-weight: normal;
}
table.tablesorter th {
overflow:hidden;
line-height:30px;
padding:0 11px;
text-shadow:0 1px rgba(0,0,0,0.8);
background:#297ab8;
background-clip:padding-box;
background-image:-webkit-linear-gradient(top, #297ab8,#15528f);
background-image:-moz-linear-gradient(top, #297ab8,#15528f);
background-image:-o-linear-gradient(top, #297ab8,#15528f);
background-image:linear-gradient(to bottom, #297ab8,#15528f);
-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15);
box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15);
}
table.tablesorter .tablesorter-header {
cursor: pointer;
font-weight:normal;
}
table.tablesorter .tablesorter-header-inner {
padding: 0px 15px 0px 15px;
}
table.tablesorter th.tablesorter-headerAsc .tablesorter-header-inner {
background: url(../lib/images/tablesorter/asc.gif) no-repeat right center;
}
table.tablesorter th.tablesorter-headerDesc .tablesorter-header-inner {
background: url(../lib/images/tablesorter/desc.gif) no-repeat right center;
}
table.tablesorter th.tablesorter-headerAsc {
text-shadow:0 1px rgba(0,0,0,0.8);
background:#3983bc;
background-clip:padding-box;
background-image:-webkit-linear-gradient(top, #3983bc,#32699e) !important;
background-image:-moz-linear-gradient(top, #3983bc,#32699e) !important;
background-image:-o-linear-gradient(top, #3983bc,#32699e) !important;
background-image:linear-gradient(to bottom, #3983bc,#32699e) !important;
-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15);
box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15);
}
table.tablesorter th.tablesorter-headerDesc {
text-shadow:0 1px rgba(0,0,0,0.8);
background:#3983bc;
background-clip:padding-box;
background-image:-webkit-linear-gradient(top, #3983bc,#32699e) !important;
background-image:-moz-linear-gradient(top, #3983bc,#32699e) !important;
background-image:-o-linear-gradient(top, #3983bc,#32699e) !important;
background-image:linear-gradient(to bottom, #3983bc,#32699e) !important;
-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15);
box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15);
}
/* Zebra Widget - row alternating colors */
table.tablesorter tr.odd td {
background-color: #333333;
}
table.tablesorter tr.even td {
background-color: #2e2e2e;
}
/* filter widget */
table.tablesorter input.tablesorter-filter {
width: 98%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
table.tablesorter tr.tablesorter-filter,
table.tablesorter tr.tablesorter-filter td {
text-align: center;
}
/* optional disabled input styling */
table.tablesorter input.tablesorter-filter.disabled {
display: none;
}
/* xtra css for sb */
.tablesorter-header-inner {
text-align: center;
white-space: nowrap;
padding: 0 2px;
font-weight: normal;
}
tr.tablesorter-stickyHeader {
background-color: #fff;
padding: 2px 0;
}