2012-08-19 21:34:53 +00:00
|
|
|
/*************
|
|
|
|
Green Theme
|
|
|
|
*************/
|
|
|
|
/* overall */
|
|
|
|
.tablesorter-green {
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
2012-07-25 19:59:09 +00:00
|
|
|
.tablesorter-green,
|
|
|
|
.tablesorter-green th,
|
|
|
|
.tablesorter-green td {
|
2012-08-19 21:34:53 +00:00
|
|
|
font: 12px/18px Arial, Sans-serif;
|
2012-07-25 19:59:09 +00:00
|
|
|
border: #cdcdcd 1px solid;
|
2012-08-19 21:34:53 +00:00
|
|
|
border-spacing: 0;
|
|
|
|
padding: 0;
|
|
|
|
text-align: left;
|
2012-07-25 19:59:09 +00:00
|
|
|
}
|
|
|
|
|
2012-08-19 21:34:53 +00:00
|
|
|
/* header */
|
2012-07-25 19:59:09 +00:00
|
|
|
.tablesorter-green thead tr,
|
|
|
|
.tablesorter-green tfoot tr {
|
|
|
|
background: url(images/green-header.png) center center repeat-x;
|
|
|
|
}
|
2012-08-19 21:34:53 +00:00
|
|
|
.tablesorter-green th,
|
|
|
|
.tablesorter-green thead td {
|
2012-07-25 19:59:09 +00:00
|
|
|
border-right: #cdcdcd 1px solid;
|
2012-08-19 21:34:53 +00:00
|
|
|
border-collapse: collapse;
|
|
|
|
padding: 6px;
|
2012-07-25 19:59:09 +00:00
|
|
|
}
|
2012-08-19 21:34:53 +00:00
|
|
|
.tablesorter-green .header,
|
2012-07-25 19:59:09 +00:00
|
|
|
.tablesorter-green .tablesorter-header {
|
|
|
|
background: url(images/green-unsorted.png) no-repeat 5px center;
|
2012-08-19 21:34:53 +00:00
|
|
|
border-collapse: collapse;
|
|
|
|
white-space: normal;
|
|
|
|
cursor: pointer;
|
2012-07-25 19:59:09 +00:00
|
|
|
}
|
2012-08-19 21:34:53 +00:00
|
|
|
.tablesorter-green thead .headerSortUp,
|
|
|
|
.tablesorter-green thead .tablesorter-headerSortUp {
|
2012-07-25 19:59:09 +00:00
|
|
|
background-image: url(images/green-asc.png);
|
|
|
|
}
|
2012-08-19 21:34:53 +00:00
|
|
|
.tablesorter-green thead .headerSortDown,
|
|
|
|
.tablesorter-green thead .tablesorter-headerSortDown {
|
2012-07-25 19:59:09 +00:00
|
|
|
background-image: url(images/green-desc.png);
|
|
|
|
}
|
2012-08-19 21:34:53 +00:00
|
|
|
.tablesorter-green th.tablesorter-header .tablesorter-header-inner,
|
|
|
|
.tablesorter-green td.tablesorter-header .tablesorter-header-inner {
|
|
|
|
padding-left: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* tfoot */
|
|
|
|
.tablesorter-green tbody td,
|
|
|
|
.tablesorter-green tfoot th {
|
|
|
|
padding: 6px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* tbody */
|
|
|
|
.tablesorter-green td {
|
|
|
|
color: #3d3d3d;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* hovered row colors
|
|
|
|
you'll need to add additional lines for
|
|
|
|
rows with more than 2 child rows
|
|
|
|
*/
|
2012-09-27 19:57:19 +00:00
|
|
|
.tablesorter-green tbody > tr:hover > td,
|
|
|
|
.tablesorter-green tbody > tr:hover + tr.tablesorter-childRow > td,
|
|
|
|
.tablesorter-green tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
|
|
|
|
.tablesorter-green tbody > tr.even:hover > td,
|
|
|
|
.tablesorter-green tbody > tr.even:hover + tr.tablesorter-childRow > td,
|
|
|
|
.tablesorter-green tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
|
2012-08-19 21:34:53 +00:00
|
|
|
background: #d9d9d9;
|
|
|
|
}
|
2012-09-27 19:57:19 +00:00
|
|
|
.tablesorter-green tbody > tr.odd:hover > td,
|
|
|
|
.tablesorter-green tbody > tr.odd:hover + tr.tablesorter-childRow > td,
|
|
|
|
.tablesorter-green tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
|
2012-08-19 21:34:53 +00:00
|
|
|
background: #bfbfbf;
|
|
|
|
}
|
2012-07-25 19:59:09 +00:00
|
|
|
|
2012-08-19 21:34:53 +00:00
|
|
|
/* table processing indicator */
|
2012-07-25 19:59:09 +00:00
|
|
|
.tablesorter-green .tablesorter-processing {
|
2012-08-19 21:34:53 +00:00
|
|
|
background-position: center center !important;
|
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
/* background-image: url(../addons/pager/icons/loading.gif) !important; */
|
|
|
|
background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
|
2012-07-25 19:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Zebra Widget - row alternating colors */
|
|
|
|
.tablesorter-green tr.odd td {
|
|
|
|
background-color: #ebfaeb;
|
|
|
|
}
|
|
|
|
.tablesorter-green tr.even td {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Column Widget - column sort colors */
|
|
|
|
.tablesorter-green td.primary,
|
|
|
|
.tablesorter-green tr.odd td.primary {
|
|
|
|
background-color: #99e6a6;
|
|
|
|
}
|
|
|
|
.tablesorter-green tr.even td.primary {
|
|
|
|
background-color: #c2f0c9;
|
|
|
|
}
|
|
|
|
.tablesorter-green td.secondary,
|
|
|
|
.tablesorter-green tr.odd td.secondary {
|
|
|
|
background-color: #c2f0c9;
|
|
|
|
}
|
|
|
|
.tablesorter-green tr.even td.secondary {
|
|
|
|
background-color: #d6f5db;
|
|
|
|
}
|
|
|
|
.tablesorter-green td.tertiary,
|
|
|
|
.tablesorter-green tr.odd td.tertiary {
|
|
|
|
background-color: #d6f5db;
|
|
|
|
}
|
|
|
|
.tablesorter-green tr.even td.tertiary {
|
|
|
|
background-color: #ebfaed;
|
|
|
|
}
|
|
|
|
|
2012-08-19 21:34:53 +00:00
|
|
|
/* filter widget */
|
|
|
|
.tablesorter-green .tablesorter-filter-row td {
|
|
|
|
background: #eee;
|
|
|
|
line-height: normal;
|
|
|
|
text-align: center; /* center the input */
|
|
|
|
-webkit-transition: line-height 0.1s ease;
|
|
|
|
-moz-transition: line-height 0.1s ease;
|
|
|
|
-o-transition: line-height 0.1s ease;
|
|
|
|
transition: line-height 0.1s ease;
|
|
|
|
}
|
|
|
|
/* optional disabled input styling */
|
|
|
|
.tablesorter-green .tablesorter-filter-row .disabled {
|
|
|
|
opacity: 0.5;
|
|
|
|
filter: alpha(opacity=50);
|
|
|
|
cursor: not-allowed;
|
|
|
|
}
|
|
|
|
/* hidden filter row */
|
|
|
|
.tablesorter-green .tablesorter-filter-row.hideme td {
|
|
|
|
/*** *********************************************** ***/
|
|
|
|
/*** change this padding to modify the thickness ***/
|
|
|
|
/*** of the closed filter row (height = padding x 2) ***/
|
|
|
|
padding: 2px;
|
|
|
|
/*** *********************************************** ***/
|
|
|
|
margin: 0;
|
|
|
|
line-height: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.tablesorter-green .tablesorter-filter-row.hideme .tablesorter-filter {
|
|
|
|
height: 1px;
|
|
|
|
min-height: 0;
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
/* don't use visibility: hidden because it disables tabbing */
|
|
|
|
opacity: 0;
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
}
|
|
|
|
/* filters */
|
|
|
|
.tablesorter-green .tablesorter-filter {
|
|
|
|
width: 98%;
|
|
|
|
height: inherit;
|
|
|
|
margin: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #bbb;
|
|
|
|
color: #333;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
-webkit-transition: height 0.1s ease;
|
|
|
|
-moz-transition: height 0.1s ease;
|
|
|
|
-o-transition: height 0.1s ease;
|
|
|
|
transition: height 0.1s ease;
|
2012-07-25 19:59:09 +00:00
|
|
|
}
|