Advertisement
ValhallaIsOurKingdom

Corpse Road ♫

Jun 4th, 2015
1,741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.28 KB | None | 0 0
  1. ////////////////////*****************PRIMERA VERSIÓN*****************////////////////////
  2.  
  3. /**CSS**/
  4. /*Título de los subforos. Esto afectará a los títulos*/
  5. a.forumtitle {
  6. margin-bottom:-35px;
  7. margin-top: 10px;
  8. background-color:#0a0a09;
  9. color:#FFFFFF!important;
  10. font-size:11px;
  11. font-family: calibri;
  12. text-transform: uppercase;
  13. letter-spacing:3px;
  14. padding-top: 10px;
  15. height: 31px;
  16. width: 370px;
  17. margin-left:0px;
  18. display: block;
  19. text-align: center;
  20. transition-duration: .8s;
  21. -webkit-transition-duration: .8s;
  22. -moz-transition-duration: .8s;
  23. -ms-transition-duration: .8s; -o- transition-duration: .8s;
  24. }
  25.  
  26. a.forumtitle:hover {
  27. margin-bottom:-35px;
  28. margin-top: 10px;
  29. background-color:#fff;
  30. color:#000!important;
  31. font-size:11px;
  32. font-family: calibri;
  33. text-transform: uppercase;
  34. letter-spacing:3px;
  35. padding-top: 10px;
  36. height: 31px;
  37. width: 370px;
  38. margin-left:0px;
  39. display: block;
  40. text-align: center;
  41. transition-duration: .8s;
  42. -webkit-transition-duration: .8s;
  43. -moz-transition-duration: .8s;
  44. -ms-transition-duration: .8s; -o- transition-duration: .8s;
  45. }
  46.  
  47. .links {
  48. margin-top: -20px;
  49. }
  50.  
  51. .desc-nell {
  52. margin-left: -2px;
  53. margin-top: 20px;
  54. background: url('URL IMAGEN');
  55. width: 350px;
  56. height:150px;
  57. border: 10px solid #0a0a09;
  58. }
  59.  
  60. .desc-nell1 {
  61. background-color: #000;
  62. width: 260px;
  63. height: 90px;
  64. font-size: 10px;
  65. font-family: calibri;
  66. text-align: justify;
  67. text-trasnform: none;
  68. color: #fff;
  69. line-height: 11px;
  70. padding: 10px;
  71. letter-spacing: 2px;
  72. margin-left: 33px;
  73. margin-top: -5px;
  74. overflow: auto;
  75. }
  76.  
  77. .linkinter {
  78. margin-top: px;
  79. cursor: pointer;
  80. background: #0b0b0b;
  81. font-family: calibri;
  82. font-size: 11px;
  83. height: 20px;
  84. overflow: auto;
  85. text-align: center;
  86. text-transform: uppercase;
  87. width: 100px;
  88. color: #FFFFFF!important;
  89. padding: 5px;
  90. padding-top: 10px;
  91. transition-duration: .8s;
  92. -webkit-transition-duration: .8s;
  93. -moz-transition-duration: .8s;
  94. -ms-transition-duration: .8s; -o- transition-duration: .8s;
  95. }
  96.  
  97. .linkinter:hover {
  98. margin-top: px;
  99. cursor: pointer;
  100. background: #fff;
  101. font-family: calibri;
  102. font-size: 11px;
  103. height: 20px;
  104. overflow: auto;
  105. text-align: center;
  106. text-transform: uppercase;
  107. width: 100px;
  108. color: #000!important;
  109. transition-duration: .8s;
  110. -webkit-transition-duration: .8s;
  111. -moz-transition-duration: .8s;
  112. -ms-transition-duration: .8s; -o- transition-duration: .8s;
  113. padding: 5px;
  114. padding-top: 10px;
  115. }
  116.  
  117. /**HTML esto se coloca en la descripción del subforo**/
  118. <table>
  119. <tbody>
  120. <tr>
  121.  
  122. <td>
  123.  
  124. <div style="background-image: url('URL IMAGEN');" class="desc-nell"><br /><br />
  125. <div class="desc-nell1">
  126. And I'm so damn scared Of dying without you But I've come prepared Resolve of my life to wear a funeral suit And don't lie Don't lie, Don't lie I know we're fixing to dieAnd don't tell me how Of smiling, pretending Won't show to the crowd And I'll go without Punish myself for not knowing about This lie, This lie This lie, That we're fixing to die Don't lie, Don't lie Don't lie, I know we're fixing to die
  127. </div>
  128. </div>
  129.  
  130. </td>
  131.  
  132. <td>
  133.  
  134. <div class="links">
  135.  
  136. <div class="linkinter">
  137. <a href="url">Link</a>
  138. </div>
  139.  
  140. <div class="linkinter">
  141. <a href="url">Link</a>
  142. </div>
  143.  
  144. <div class="linkinter">
  145. <a href="url">Link</a>
  146. </div>
  147.  
  148. <div class="linkinter">
  149. <a href="url">Link</a>
  150. </div>
  151.  
  152. <div class="linkinter">
  153. <a href="url">Link</a>
  154. </div>
  155.  
  156. <div class="linkinter">
  157. <a href="url">Link</a>
  158. </div>
  159.  
  160. </div>
  161.  
  162. </td>
  163.  
  164. </tr>
  165.  
  166. </tbody>
  167. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement