Guest User

Untitled

a guest
Mar 12th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.59 KB | None | 0 0
  1. <!-- CSS WIKI -->
  2. <style type="text/css">
  3. table.hovertable {
  4.     font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  5.     font-size: 12px;
  6.     margin: 45px;
  7.     width: 200px;
  8.     text-align: left;
  9. }
  10. table.hovertable th {
  11.     font-size: 13px;
  12.     font-weight: normal;
  13.     padding: 8px;
  14.     background: #539EC5 url('http://smashcraftonline.com/smash/forums/styles/flexile/xenforo/gradients/category-bar-gradient.png');
  15.     border-top: 1px solid #6D87F9;
  16.     border-bottom: 1px solid #6D87F9;
  17.     border-left: 1px solid #6D87F9;
  18.     border-right: 1px solid #6D87F9;
  19.     color: #fff;
  20. }
  21. table.hovertable tr {
  22.     background: #d0dafd;
  23.     color: #339;
  24. }
  25. table.hovertable td {
  26.     padding: 8px;
  27.     border-bottom: 2px solid #ffffff;
  28.     color: #669;
  29.     border-top: 1px solid transparent;
  30. }
  31. wikiContent.center
  32. {
  33. margin:auto;
  34. width:70%;
  35. }
  36. wikiContent.right
  37. {
  38. position:absolute;
  39. right:0px;
  40. width:300px;
  41. }
  42. wikiContent.left
  43. {
  44. position:absolute;
  45. left:0px;
  46. width:300px;
  47. }
  48. </style>
  49.  
  50. <!-- TABLE -->
  51. <div class="left">
  52. <table class="hovertable">
  53. <tr>
  54.     <th>General Information</th>
  55. </tr>
  56. <tr onmouseover="this.style.backgroundColor='#539EC5';" onmouseout="this.style.backgroundColor='#d4e3e5';">
  57.     <td>&raquo; <a href="wiki/donation-information/">TestLink</a></td>
  58. </tr>
  59. <tr onmouseover="this.style.backgroundColor='#539EC5';" onmouseout="this.style.backgroundColor='#d4e3e5';">
  60.     <td>Info</td>
  61. </tr>
  62. <tr onmouseover="this.style.backgroundColor='#539EC5';" onmouseout="this.style.backgroundColor='#d4e3e5';">
  63.     <td>Info</td>
  64. </tr>
  65. <tr onmouseover="this.style.backgroundColor='#539EC5';" onmouseout="this.style.backgroundColor='#d4e3e5';">
  66.     <td>Info</td>
  67. </tr>
  68. <tr onmouseover="this.style.backgroundColor='#539EC5';" onmouseout="this.style.backgroundColor='#d4e3e5';">
  69.     <td>Info</td>
  70. </tr>
  71. </table>
  72. </div>
  73. <div class="wikiContent.right">
  74. <table class="hovertable">
  75. <tr>
  76.     <th>General Information</th>
  77. </tr>
  78. <tr onmouseover="this.style.backgroundColor='#539EC5';" onmouseout="this.style.backgroundColor='#d4e3e5';">
  79.     <td>&raquo; <a href="wiki/donation-information/">TestLink</a></td>
  80. </tr>
  81. <tr onmouseover="this.style.backgroundColor='#539EC5';" onmouseout="this.style.backgroundColor='#d4e3e5';">
  82.     <td>Info</td>
  83. </tr>
  84. <tr onmouseover="this.style.backgroundColor='#539EC5';" onmouseout="this.style.backgroundColor='#d4e3e5';">
  85.     <td>Info</td>
  86. </tr>
  87. <tr onmouseover="this.style.backgroundColor='#539EC5';" onmouseout="this.style.backgroundColor='#d4e3e5';">
  88.     <td>Info</td>
  89. </tr>
  90. <tr onmouseover="this.style.backgroundColor='#539EC5';" onmouseout="this.style.backgroundColor='#d4e3e5';">
  91.     <td>Info</td>
  92. </tr>
  93. </table>
  94. </div>
Advertisement
Add Comment
Please, Sign In to add comment