base.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /*
  2. BOTADERO
  3. */
  4. h1{
  5. font-family: serif;
  6. font-size: 24px;
  7. color: #23261C;
  8. text-align: center;
  9. }
  10. body {
  11. padding-left: 10px;
  12. padding-bottom: 20px;
  13. padding-right: 15px;
  14. padding-top: 10px;
  15. background-color: #CABC9B;
  16. background-image: url("../botadero_resources/logo.png");
  17. background-repeat: no-repeat;
  18. background-size: 80px;
  19. font-family: Helvetica;
  20. font-size: 15px;
  21. }
  22. .qu {
  23. padding: 3px;
  24. font-size: 16px;
  25. color: #313524;
  26. font-family: serif;
  27. font-style: italic;
  28. text-align: center;
  29. }
  30. .nota {
  31. font-size: 15px;
  32. color: #58605A;
  33. font-family: sans-serif;
  34. }
  35. .btn {
  36. padding 5px;
  37. font-weight: bold;
  38. }
  39. #lista_archivos{
  40. /*position: absolute;*/
  41. padding: 2px;
  42. word-wrap: break-word;
  43. max-width: 98%;
  44. line-height: 167%; /* Interlineado */
  45. /*background-color: #D1C7AE;*/
  46. background-color: #D4C49B;
  47. font-family: monospace;
  48. font-size: 14px;
  49. border-style: solid;
  50. border-color: #C8B7A8;
  51. }
  52. td.nombres{
  53. width: 79%;
  54. word-wrap: break-word;
  55. /*background-color: #CABFA3;*/
  56. background-color: #C9B88B;
  57. font-style: inherit;
  58. max-width: 77%;
  59. min-width: 11%;
  60. }
  61. td.tam{
  62. width: 9%;
  63. font-size: 14px;
  64. font-family: sans-serif;
  65. text-align: center;
  66. }
  67. td.dias_restantes{
  68. width: 9%;
  69. font-size: 14px;
  70. font-weight: bold;
  71. }
  72. #dias_muchos{
  73. color: #3D713D;
  74. font-weight: normal;
  75. }
  76. #dias_moderados{
  77. color: #5C4C2B;
  78. font-weight: bold;
  79. }
  80. #dias_pocos{
  81. color: #DD1719;
  82. font-weight: bolder;
  83. }
  84. a{
  85. /*color: #1D1C14;*/
  86. text-decoration: none;
  87. font-weight: bold;
  88. padding-bottom: 1px;
  89. border-bottom: 1px #867F6E;
  90. border-bottom-style: dotted;
  91. /*color: #B8521D;*/
  92. color: #2A2D23;
  93. }
  94. a:hover {
  95. font-weight: bolder;
  96. border-bottom-width: 2px;
  97. border-bottom-style: solid;
  98. }
  99. #categorias{
  100. padding-top: 5px;
  101. padding-bottom: 7px;
  102. }
  103. .categoria{
  104. font-size: 21px;
  105. }