Advertisement
Neeve

tab - wecant - css

Sep 15th, 2015
655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. @font-face {
  2. font-family: 'Oswald';
  3. font-style: normal;
  4. font-weight: 400;
  5. src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  6. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  7. }
  8. /* latin */
  9. @font-face {
  10. font-family: 'Oswald';
  11. font-style: normal;
  12. font-weight: 400;
  13. src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
  14. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  15. }
  16.  
  17. #tabla-caja, #actu-caja {
  18. width: 500px;
  19. padding: 10px;
  20. border: 10px solid #44473E;
  21. background: #0d0d0d;
  22. }
  23.  
  24. #tabla-titulo, #actu-titulo {
  25. width: 460px;
  26. padding: 10px 20px;
  27. background: #44473E;
  28. border-bottom: 5px solid #7A2C18;
  29. color: #f6f6f6;
  30. font-family: Oswald;
  31. font-size: 18px;
  32. line-height: 50px;
  33. text-align: right;
  34. text-shadow: 1px 1px 1px #000;
  35. text-transform: lowercase;
  36. margin-bottom: -10px;
  37. }
  38.  
  39. #tabla-links {
  40. background: #44473E;
  41. color: #eee;
  42. font-size: 8px;
  43. text-transform: uppercase;
  44. letter-spacing: 2px;
  45. text-align: center;
  46. width: 500px;
  47. line-height: 25px;
  48. margin-bottom: -15px;
  49. }
  50.  
  51. #tabla-links a {color: #eee; }
  52.  
  53. #img-af {
  54. width: 500px;
  55. height: 210px;
  56. border-bottom: 5px solid #7A2C18;
  57. }
  58.  
  59. #tabla-contg, #tabla-contm, #tabla-contc, #actu-cont {
  60. background: #000;
  61. padding: 5px;
  62. border: 10px solid #000;
  63. text-align: justify;
  64. font-size: 12px;
  65. line-height: 13px;
  66. }
  67.  
  68. #tabla-contm {
  69. height: 150px;
  70. overflow: auto;
  71. }
  72.  
  73. #tabla-sub {
  74. width: 460px;
  75. padding: 10px 20px;
  76. background: #44473E;
  77. color: #f6f6f6;
  78. font-family: Oswald;
  79. font-size: 15px;
  80. line-height: 40px;
  81. text-align: right;
  82. text-transform: lowercase;
  83. margin-top: 10px;
  84. margin-bottom: -10px;
  85. }
  86.  
  87. #tabla-caja p {
  88. background: #7A2C18;
  89. color: #eee;
  90. font-size: 8px;
  91. text-transform: uppercase;
  92. letter-spacing: 2px;
  93. text-align: center;
  94. width: 500px;
  95. line-height: 20px;
  96. margin-bottom: -15px;
  97. }
  98.  
  99. #tabla-caja p a {color: #fff;}
  100.  
  101. #rel {
  102. width: 205px;
  103. height: 170px;
  104. background: #7A2C18;
  105. overflow: hidden;
  106. display: inline-block;
  107. margin: 2px;
  108. padding: 20px;
  109. }
  110.  
  111. #rel-img {
  112. width: 195px;
  113. height: 140px;
  114. border: 5px solid #000;
  115. }
  116.  
  117. #rel-nom {
  118. color: #f6f6f6;
  119. font-family: Oswald;
  120. font-size: 13px;
  121. line-height: 40px;
  122. text-align: center;
  123. text-transform: uppercase;
  124. }
  125.  
  126. #rel-con {
  127. width: 185px;
  128. height: 130px;
  129. background: #000;
  130. color: #f6f6f6;
  131. padding: 10px;
  132. text-align: justify;
  133. font-size: 11px;
  134. overflow: auto;
  135. transition: all .7s ease-in-out;
  136. -moz-transition: all .7s ease-in-out;
  137. -webkit-transition: all .7s ease-in-out;
  138. }
  139.  
  140. #rel:hover #rel-con {
  141. margin-top: -190px;
  142. transition: all .7s ease-in-out;
  143. -moz-transition: all .7s ease-in-out;
  144. -webkit-transition: all .7s ease-in-out;
  145. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement