style.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. @font-face {
  2. font-family: coolvetica;
  3. src: url('../fonts/coolvetica.eot');
  4. src: local('☺'), url('../fonts/coolvetica.woff') format('woff'), url('../fonts/coolvetica.ttf') format('truetype'), url('../fonts/coolvetica.svg') format('svg');
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8. body {
  9. background-color: #2d2d2d;
  10. color: white;
  11. margin: 0 auto;
  12. font-family: coolvetica;
  13. font-size: 1em;
  14. }
  15. .enlace {
  16. color: yellow;
  17. text-decoration:none;
  18. }
  19. .enlace:hover{
  20. color: yellow;
  21. text-decoration: underline;
  22. background: black;
  23. }
  24. .enlaceTitulo {
  25. color: white;
  26. text-decoration:none;
  27. }
  28. .textoLateral {
  29. display: block;
  30. font-family: coolvetica;
  31. font-size: 1.3em;
  32. }
  33. .textoResaltado {
  34. color: yellow;
  35. }
  36. .spot{
  37. font-family: "Courier New";
  38. font-size: 18px;
  39. font-color: #FF4520;
  40. background: black;
  41. }
  42. .cabeceraTitulo {
  43. margin: 0 auto;
  44. text-align: center;
  45. font-family: coolvetica;
  46. font-size: 2.2em;
  47. margin: 15px;
  48. }
  49. .lineaHorizontal {
  50. border: 0;
  51. border-bottom: 1px dashed #ccc;
  52. background: #999;
  53. color: yellow;
  54. display: block;
  55. margin-top: 0.5em;
  56. margin-bottom: 0.5em;
  57. margin-left: 0px;
  58. margin-right: 0px;
  59. border-color: yellow;
  60. }
  61. .contenidoContenedor {
  62. margin: 0 auto;
  63. text-align: center;
  64. color: #1be21e;
  65. font-size: 50px;
  66. width: 90%;
  67. background-color: #434343;
  68. display: grid;
  69. background: black;
  70. }
  71. .cabeceraMonigote {
  72. display: inline-block;
  73. background-image: url("img/hm-favicon.png");
  74. background-position: right top;
  75. height: 46px;
  76. width: 68px;
  77. }
  78. .cabeceraDescripcion {
  79. text-align: center;
  80. font-size: 14px;
  81. font-family: coolvetica;
  82. vertical-align: super;
  83. }
  84. .bloqueIzquierda {
  85. background-color: black;
  86. padding-left: 10px;
  87. padding-right: 10px;
  88. margin-top: 20px;
  89. }
  90. .img{
  91. display: block;
  92. margin-left: auto;
  93. margin-right: auto;
  94. width: 40%;
  95. height: auto;
  96. border: green dotted;
  97. }
  98. .bloqueDerecha {
  99. display: inline-block;
  100. background: black;
  101. margin-top: 20px;
  102. font-size: small;
  103. padding: 10px 10px 10px 10px;
  104. text-align: right;
  105. }
  106. .fotoAdorno {
  107. max-width:2000%;
  108. height:auto;
  109. display:block;
  110. padding:1px;
  111. border:1px solid yellow;
  112. }