Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. TOP PART:
  2.  
  3.  
  4.  
  5. <style>
  6. .mainbar62 {
  7. background:url(http://i.imgur.com/YtKydRl.png) repeat 29px 0px/85% !important;
  8. background-width:100% !important;
  9. color:white;
  10. font-size: 105%;
  11. padding: 20px;
  12. border-top: 2px solid red;
  13. border-right: 2px solid red;
  14. border-left: 2px solid red;
  15. border-bottom: 2px solid red;
  16. border-radius-bottom-right: 18px;
  17. border-radius-top-right: 18px;
  18. }
  19.  
  20. .sidebar62 {
  21. background:url(http://boomansion.net/media/wallpapers2/nsmbw/items_1280x800.jpg) repeat 0px 0px !important;
  22. background-width:100% !important;
  23. color:white;
  24. border-top: 2px solid red;
  25. border-bottom: 2px solid red;
  26. border-left: 2px solid red;
  27. border-radius-bottom-left: 18px;
  28. border-radius-top-left: 18px;
  29. text-shadow: -1px -1px black, 0px -1px black, 1px -1px black, 1px 0px black, 1px 1px black, 0px 1px black, -1px 1px black, -1px 0px black;
  30. font-size: 107%;
  31. text-align:center;
  32. }
  33.  
  34. .topbar62_1 {
  35. background:red url(/themes/glossy/generic_gloss.svg) repeat;
  36. background-size:100% 100%;
  37. color:white;
  38. text-shadow: -1px -1px black, 0px -1px black, 1px -1px black, 1px 0px black, 1px 1px black, 0px 1px black, -1px 1px black, -1px 0px black;
  39. text-indent: 10px;
  40. border-radius-bottom-left:10px;
  41. border-radius-top-left:10px;
  42. }
  43.  
  44. .topbar62_2 {
  45. background:red url(/themes/glossy/generic_gloss.svg) repeat;
  46. background-size:100% 100%;
  47. color:white;
  48. text-shadow: -1px -1px black, 0px -1px black, 1px -1px black, 1px 0px black, 1px 1px black, 0px 1px black, -1px 1px black, -1px 0px black;
  49. text-indent: 10px;
  50. border-radius-bottom-right:10px;
  51. border-radius-top-right:10px;
  52. }
  53.  
  54. .mainbar62 a,.topbar62_2 a {
  55. color: white;
  56. text-size: 101%;
  57. }
  58.  
  59. .mainbar62 .quoteheader {
  60. background:rgba(122, 0, 0,0.175);
  61. border-radius:18px;
  62. }
  63.  
  64. .mainbar62 .quotecontent {
  65. background:rgba(150, 0, 0,0.175);
  66. border-radius:18px;
  67. }
  68.  
  69. .mainbar62 .codeblock {
  70. background:rgba(0,0,0,0.5);
  71. border-radius:18px;
  72. }
  73.  
  74. .mainbar62 .spoilerbutton {
  75. background:rgba(0,0,0,0.5);
  76. border:3px solid red;
  77. border-radius:18px;
  78. width:100%;
  79. }
  80.  
  81. .mainbar62 .spoiled {
  82. background:rgba(0,0,0,0);
  83. border-right: 2px solid red;
  84. border-bottom: 2px solid red;
  85. border-left: 2px solid red;
  86. border-radius:18px;
  87. width:100%
  88. }
  89.  
  90. .postbox62 {
  91. margin:20px;
  92. border:2px solid #066;
  93. background: rgba(169, 0, 0,0.63);
  94. border:3px solid red;
  95. border-radius: 18px;
  96. padding:10px;
  97. }
  98. </style>
  99. <div class="postbox62">
  100.  
  101.  
  102.  
  103.  
  104.  
  105. BOTTOM PART:
  106.  
  107.  
  108. </div><div class="postbox62" style = "font-size: 75%;text-align:center;padding:10px;color:white;">Making post layouts since '69.
  109. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement