Line 3: | Line 3: | ||
<style > | <style > | ||
− | #sideMenu, #top_title {display:none;} | + | /*#sideMenu, #top_title {display:none;} |
#content { padding:0px; width:92vw; margin-top:-7px; margin-left:0px;} | #content { padding:0px; width:92vw; margin-top:-7px; margin-left:0px;} | ||
body {margin-left:50px; margin-right:50px; background-color:#A8A8A8; } | body {margin-left:50px; margin-right:50px; background-color:#A8A8A8; } | ||
Line 22: | Line 22: | ||
float:left; | float:left; | ||
background-color:none; | background-color:none; | ||
− | } | + | }*/ |
+ | |||
+ | |||
+ | |||
.full_size { | .full_size { | ||
Line 68: | Line 71: | ||
/********************************* RESPONSIVE STYLING ********************************/ | /********************************* RESPONSIVE STYLING ********************************/ | ||
− | /* IF THE SCREEN IS LESS THAN 1000PX */ | + | /*/* IF THE SCREEN IS LESS THAN 1000PX */ |
@media only screen and (max-width: 1000px) { | @media only screen and (max-width: 1000px) { | ||
Line 93: | Line 96: | ||
.highlight {padding:15px 5px;} | .highlight {padding:15px 5px;} | ||
} | } | ||
+ | |||
+ | */ | ||
+ | |||
+ | |||
+ | |||
+ | /* tables */ | ||
+ | table.tablesorter { | ||
+ | font-family:arial; | ||
+ | width: 100%; | ||
+ | text-align: left; | ||
+ | } | ||
+ | table.tablesorter thead th { | ||
+ | text-align:left; | ||
+ | } | ||
+ | table.tablesorter thead tr th, table.tablesorter tfoot tr th { | ||
+ | } | ||
+ | table.tablesorter thead tr .header { | ||
+ | background-image: url(bg.gif); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center right; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | table.tablesorter tbody td { | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | table.tablesorter tbody tr.odd td { | ||
+ | } | ||
+ | table.tablesorter thead tr .headerSortUp { | ||
+ | background-image: url(asc.gif); | ||
+ | } | ||
+ | table.tablesorter thead tr .headerSortDown { | ||
+ | background-image: url(desc.gif); | ||
+ | } | ||
+ | table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { | ||
+ | background-color: #ccc; | ||
+ | } | ||
+ | .heart13 { | ||
+ | background-image: url(heart13.gif); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center center; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
Revision as of 19:15, 29 June 2016