Difference between revisions of "Template:Virginia/Team"

Line 2: Line 2:
  
 
  <style >
 
  <style >
 
+
/* old stuff, the OG code*/
 
/*#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;}
Line 27: Line 27:
  
  
.full_size {
+
/*.full_size {
 
width:100%;  
 
width:100%;  
 
}
 
}
Line 42: Line 42:
 
padding: 10px 15px;
 
padding: 10px 15px;
 
width: 50%;  
 
width: 50%;  
}
+
}*/
 +
 
 +
 
 +
 
 +
/* tables */ /* new stuff*/
 +
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:27, 29 June 2016