Guest User

Untitled

a guest
Oct 16th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1.  
  2.  
  3. body
  4. {
  5. padding-left: 11em;
  6. font-family: Georgia, "Times New Roman", Times, serif; /* Representa a esta fuente */
  7. color: purple;
  8. background: #d8da3d;
  9. }
  10.  
  11. ul.navbar
  12. {
  13. list-style-type: none;
  14. position: absolute;
  15. top: 2em;
  16. left: 1em;
  17. width: 9em;
  18. margin: 0;
  19. padding: 0;
  20. }
  21.  
  22. h1
  23. {
  24. font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  25. }
  26.  
  27. ul.navbar li
  28. {
  29. border-right: 1em solid black;
  30. margin: 0.5em 0;
  31. padding: 0.3em;
  32. background: white;
  33. }
  34.  
  35. ul.navbar a
  36. {
  37. text-decoration: none;
  38. }
  39.  
  40. a: link
  41. {
  42. color: blue;
  43. }
  44.  
  45. a: visited
  46. {
  47. color: purple;
  48. }
  49.  
  50. address
  51. {
  52. margin-top: 1em;
  53. padding-top: 1em;
  54. border-top: thin dotted;
  55. }
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71. /* Reset de tablas */
  72.  
  73.  
  74.  
  75. #customers
  76. {
  77. width:100%;
  78. border-collapse:collapse;
  79. }
  80. #customers td, #customers th
  81. {
  82. border:1px solid #98bf21;
  83. padding:3px 7px 2px 7px;
  84. }
  85. #customers th
  86. {
  87. text-align:left;
  88. padding-top:5px;
  89. padding-bottom:4px;
  90. background-color:#A7C942;
  91. color:#fff;
  92. }
  93.  
  94. #customers tr td{
  95. background: rgba(167, 201, 66, 0.7);
  96. color: black;
  97. }
  98.  
  99. #customers tr.alt td
  100. {
  101. color:#000;
  102. background-color:#EAF2D3;
  103. }
Add Comment
Please, Sign In to add comment