base.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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: #E9E8BB;/* c */
  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: #3C3914; /* c */
  26. font-family: serif;
  27. font-style: italic;
  28. text-align: center;
  29. }
  30. .nota {
  31. font-size: 15px;
  32. color: #43412B;
  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. max-width: 98%;
  43. word-wrap: break-word;
  44. line-height: 167%; /* Interlineado */
  45. background-color: #E0D96F; /* c */
  46. font-family: monospace;
  47. font-size: 14px;
  48. border-style: solid;
  49. border-color: #D2CB62;
  50. }
  51. td.nombres{
  52. width: 79%;
  53. word-wrap: break-word;
  54. /*background-color: #CABFA3;*/
  55. background-color: #EAE062;
  56. font-style: inherit;
  57. max-width: 77%;
  58. min-width: 11%;
  59. }
  60. td.tam{
  61. width: 9%;
  62. font-size: 14px;
  63. font-family: sans-serif;
  64. text-align: center;
  65. }
  66. td.dias_restantes{
  67. width: 9%;
  68. font-size: 14px;
  69. font-weight: bold;
  70. }
  71. #dias_muchos{
  72. color: #3D713D;
  73. font-weight: normal;
  74. }
  75. #dias_moderados{
  76. color: #5C4C2B;
  77. font-weight: bold;
  78. }
  79. #dias_pocos{
  80. color: #DD1719;
  81. font-weight: bolder;
  82. }
  83. a{
  84. /*color: #1D1C14;*/
  85. text-decoration: none;
  86. font-weight: bold;
  87. padding-bottom: 1px;
  88. border-bottom: 1px #7A7852;
  89. border-bottom-style: dotted;
  90. /*color: #B8521D;*/
  91. color: #4C450D;
  92. }
  93. a:hover {
  94. font-weight: bolder;
  95. border-bottom-width: 2px;
  96. border-bottom-style: solid;
  97. }
  98. #categorias{
  99. padding-top: 5px;
  100. padding-bottom: 7px;
  101. }
  102. .categoria{
  103. font-size: 21px;
  104. }