Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <table id="robTable">
  2. <tr>
  3. <th>IP Address</th>
  4. <th>Status</th>
  5. <th></th>
  6. </tr>
  7. </table>
  8.  
  9.  
  10.  
  11.  
  12. #robTable, #displayWT{
  13. border-collapse: collapse;
  14. width: 100%;
  15. opacity: .8;
  16. filter: alpha(opacity=80);
  17. }
  18.  
  19. #robTable td, #robTable th, #displayWT td, #displayWT th {
  20. border: 1px solid #ddd;
  21. padding: 8px;
  22. text-align: center;
  23. }
  24.  
  25. #robTable tr:nth-child(even), #displayWT tr:nth-child(even) {
  26. background-color: #f2f2f2;
  27. }
  28.  
  29. #robTable tr:hover, #displayWT tr:hover {
  30. background-color: #ddd;
  31. }
  32.  
  33. #robTable th, #displayWT th {
  34. padding-top: 12px;
  35. padding-bottom: 12px;
  36. text-align: center;
  37. background-color: navy;
  38. color: white;
  39. }
  40.  
  41. #resources{
  42. margin: 0 5% 0 5%;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement