Soullesswaffle

nexusbase.html

Jul 24th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.97 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Nexus Modlist Export</title>
  6. <style type="text/css">
  7. table.sortable {
  8.     font-family: verdana,arial,sans-serif;
  9.     font-size:11px;
  10.     color:#333333;
  11.     border-width: 1px;
  12.     border-color: #999999;
  13.     border-collapse: collapse;
  14. }
  15. table.sortable th {
  16.     background-color:#92D9E1;
  17.     border-width: 1px;
  18.     padding: 8px;
  19.     border-style: solid;
  20.     border-color: #a9c6c9;
  21. }
  22. table.sortable td {
  23.     border-width: 1px;
  24.     padding: 8px;
  25.     border-style: solid;
  26.     border-color: #a9c6c9;
  27. }
  28. table.sortable tbody tr:nth-child(2n) td {
  29.   background: #c3dde0;
  30. }
  31. table.sortable tbody tr:nth-child(2n+1) td {
  32.   background: #d4e3e5;
  33. }
  34. </style>
  35. <script src="http://kryogenix.org/code/browser/sorttable/sorttable.js"></script>
  36. </head>
  37.  
  38. <body></body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment