colores.css 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /*
  2. To change this license header, choose License Headers in Project Properties.
  3. To change this template file, choose Tools | Templates
  4. and open the template in the editor.
  5. */
  6. /*
  7. Created on : 8/06/2020, 10:20:15 PM
  8. Author : LCI
  9. */
  10. /********** AZULES **********/
  11. .bg-azul1 { background: #007BC4; }
  12. .bg-azul2 { background: #0091CF; }
  13. .bg-azul3 { background: #009ED7; }
  14. .bg-azul4 { background: #00A6CE; }
  15. .bg-azul5 { background: #00ADDE; }
  16. .bg-azul6 { background: #64BEE6; }
  17. .bg-azul7 { background: #8AAAC8; }
  18. .bg-azul8 { background: #7197BA; }
  19. .bg-azul9 { background: #5285B2; }
  20. .bg-azul10 { background: #137EA3; }
  21. .bg-azul11 { background: #0C7696; }
  22. .bg-azul12 { background: #2D549B; }
  23. .bg-azul13 { background: #27489B; }
  24. .text-azul1 { color: #007BC4; }
  25. .text-azul2 { color: #0091CF; }
  26. .text-azul3 { color: #009ED7; }
  27. .text-azul4 { color: #00A6CE; }
  28. .text-azul5 { color: #00ADDE; }
  29. .text-azul6 { color: #64BEE6; }
  30. .text-azul7 { color: #8AAAC8; }
  31. .text-azul8 { color: #7197BA; }
  32. .text-azul9 { color: #5285B2; }
  33. .text-azul10 { color: #137EA3; }
  34. .text-azul11 { color: #0C7696; }
  35. .text-azul12 { color: #2D549B; }
  36. .text-azul13 { color: #27489B; }
  37. .border-azul1 { border-color: #007BC4; }
  38. .border-azul2 { border-color: #0091CF; }
  39. .border-azul3 { border-color: #009ED7; }
  40. .border-azul4 { border-color: #00A6CE; }
  41. .border-azul5 { border-color: #00ADDE; }
  42. .border-azul6 { border-color: #64BEE6; }
  43. .border-azul7 { border-color: #8AAAC8; }
  44. .border-azul8 { border-color: #7197BA; }
  45. .border-azul9 { border-color: #5285B2; }
  46. .border-azul10 { border-color: #137EA3; }
  47. .border-azul11 { border-color: #0C7696; }
  48. .border-azul12 { border-color: #2D549B; }
  49. .border-azul13 { border-color: #27489B; }
  50. /********** LUGARES **********/
  51. .bg-gold { background: #D4AF37; }
  52. .bg-silver { background: #B4B4B4; }
  53. .bg-bronze { background: #AD8A56; }
  54. .text-gold { color: #D4AF37; }
  55. .text-gold:hover { text-shadow: 0 0 3px #D4AF37; }
  56. .text-silver { color: #B4B4B4; }
  57. .text-silver:hover { text-shadow: 0 0 3px #B4B4B4; }
  58. .text-bronze { color: #AD8A56; }
  59. .text-bronze:hover { text-shadow: 0 0 3px #AD8A56; }