Advertisement
Hye_Ri_Codes

ITR Subforos (CSS)

Apr 24th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. .sbforos{
  2. background: #141623;
  3. padding: 20px;
  4. width: 800px;
  5. margin: auto;
  6. }
  7. .sbf-im{
  8. width: 500px;
  9. height: 150px;
  10. background: #FFF;
  11. }
  12. .sbf-d{
  13. width:100px;
  14. height: 150px;
  15. background: #272d3e;
  16. -webkit-transform: skew(20deg);
  17. -moz-transform: skew(20deg);
  18. -ms-transform: skew(20deg);
  19. -o-transform: skew(20deg);
  20. transform: skew(20deg);
  21. margin-left: -50px;
  22. position: relative;
  23. z-index: 10;
  24. }
  25. .sbf-ds{
  26. background: #272d3e;
  27. width: 260px;
  28. height: 150px;
  29. margin-left: -30px;
  30. }
  31. .sbforos table{border: #222738 solid 5px; margin: 0px;}
  32.  
  33. .sbf-name{width: 200px;
  34. color: #FFF;
  35. font.family: calibri;
  36. position: relative;
  37. top: -140px;
  38. left: 550px;
  39. font-family: 'Raleway', sans-serif;
  40. font-weight: bold;
  41. font-size: 20px;
  42. letter-spacing: 1px;
  43. text-shadow: #000 2px 2px 2px;
  44. float: left;
  45. z-index: 15;}
  46.  
  47. a.forumtitle{color: #FFF;}
  48. .sbf-des{
  49. background: #222738;
  50. width: 200px;
  51. height: 80px;
  52. position: relative;
  53. z-index: 5;
  54. top: 40px;
  55. left: 10px;
  56. z-index: 15;
  57. }
  58. .sbf-imag{
  59. position: relative;
  60. left: 36px;
  61. top: -206px;
  62. z-index: 2;
  63. margin-bottom: -150px;
  64. }
  65. .sbf-info{
  66. position: relative;
  67. left: 585px;
  68. font-size: 10px;
  69. color: #FFF;
  70. top: -160px;
  71. z-index: 20;
  72. width: 170px;
  73. height: 60px;
  74. overflow: justify;
  75. text-align: justify;
  76. margin-bottom: -50px;
  77. }
  78. .sbf-link{
  79. position: relative;
  80. left: 569px;
  81. top: -96px;
  82. z-index: 20;
  83. }
  84. .sbf-link a{
  85. background: #148789;
  86. width: 100px;
  87. color: #FFF;
  88. display: inline-block;
  89. font-size: 8px;
  90. padding: 3px;
  91. text-decoration: none;
  92. text-align: center;
  93. margin-left: 2px;
  94. left: -2px;
  95. width: 90px
  96. }
  97.  
  98. .ultimos-temitas{
  99. background:#222738;
  100. width: 786px;
  101. padding: 5px;
  102. color: #FFF;
  103. font-family: verdana;
  104. font-size: 8px;
  105. letter-spacing: 1px;
  106. text-transform: uppercase;
  107. text-align: right;
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement