abominare

SBS - Redirect

Jan 15th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. <style type="Text/css">
  2.  
  3.  
  4. /********************************************************/
  5.  
  6. #forumbgs-1 { padding-left: 10px; padding-right: 10px;
  7. overflow: hidden!important;
  8. height: 97px;
  9. background-color: rgba(206, 219, 225, .3);
  10. border: solid 1px rgba(206, 219, 225, 1);
  11. margin-bottom: 5px;
  12. }
  13.  
  14. #forumtitle-1 a {
  15. position: absolute;
  16. z-index: 3;
  17. margin-top: 22px;
  18. font-family: roboto;
  19. font-size: 40px!important;
  20. font-weight: bold;
  21. text-align: center;
  22. color: #92a1b1;
  23. text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  24. text-transform: uppercase;
  25. letter-spacing: -5px;
  26. margin-left: 160px;}
  27.  
  28. #forumtitle-1:before {
  29. opacity: .7;
  30. position: absolute;
  31. z-index: 3;
  32. height: 97px!important; overflow: hidden!important;
  33. content: '\e47d';
  34. font-family:'honeybee';
  35. font-size: 100px;
  36. text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  37. color: #e29e71!important;
  38. margin-top: 0px;
  39. line-height: 100px;
  40. margin-left: 20px;
  41. margin-right: 5px; }
  42.  
  43. #forumtitle-1:after {
  44. position: absolute;
  45. z-index: 3;
  46. content: "";
  47. display: block;
  48. width: 450px;
  49. margin-left: 163px;
  50. margin-top: 65px;
  51. background: #e7b899;
  52. background: -moz-linear-gradient(left, #ab9bb3 0%, #f6f7f8 99%);
  53. background: -webkit-linear-gradient(left, #ab9bb3 0%,#f6f7f8 99%);
  54. background: linear-gradient(to right, #ab9bb3 0%,#f6f7f8 99%);
  55. height: 6px; }
  56.  
  57. #forumdescription-1 { display:none!important; }
  58.  
  59. #forumhighlight-1 {
  60. position: absolute;
  61. z-index: 2;
  62. margin-top: 8px;
  63. width: 855px;
  64. height: 80px;
  65. background-color: rgba(250,250,250, .8);
  66. -webkit-clip-path: polygon(95% 0, 100% 48%, 95% 100%, 0 100%, 0 0);
  67. clip-path: polygon(95% 0, 100% 48%, 95% 100%, 0 100%, 0 0);
  68. }
  69.  
  70. #forumlowlighta-1 {
  71. position: absolute;
  72. z-index: 1;
  73. margin-top: 8px;
  74. width: 855px;
  75. margin-left: 30px;
  76. height: 80px;
  77. background-color: rgba(220, 232, 238, .5);
  78. -webkit-clip-path: polygon(95% 0, 100% 48%, 95% 100%, 0 100%, 0 0);
  79. clip-path: polygon(95% 0, 100% 48%, 95% 100%, 0 100%, 0 0);
  80. }
  81.  
  82. #forumbgss-1 {
  83. position: absolute;
  84. z-index: 1;
  85. margin-left: 395px;
  86. margin-top: 7px;
  87. width: 500px;
  88. height: 80px;
  89. background: #fff url('https://www.transparenttextures.com/patterns/hexellence.png');
  90. border: solid 1px rgba(250,250,250, .8); }
  91.  
  92. </style>
  93.  
  94.  
  95.  
  96. <div id="forumbgs-<!-- |forum_id| -->">
  97. <div id="forumbgss-<!-- |forum_id| -->"></div>
  98. <div id="forumtitle-<!-- |forum_id| -->"> <a href="/index.php?act=Pages&pid=1" title="FIND OUR PREMISE, GUIDELINES, SETTING, AND OTHER COMPILED INFORMATION HERE!">
  99. <!-- |name_text| --> </a> </div>
  100. <div id="forumhighlight-<!-- |forum_id| -->"> </div>
  101. <div id="forumlowlighta-<!-- |forum_id| -->"> </div>
  102. </div>
Add Comment
Please, Sign In to add comment