Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. .pagename a:after, .titlebox .whoaversename a[href$="/v/identitarian"]:after {
  2. content: url('https://files.catbox.moe/056hfy.png');
  3. }
  4.  
  5. /* This makes sure the subverse name text is hidden */
  6.  
  7. .pagename a, .titlebox .whoaversename a[href$="/v/identitarian"] {
  8. font-size: 0!important;
  9. }
  10.  
  11. .side .md h4 {
  12. position: absolute;
  13. font-size: 19px;
  14. display: block;
  15. top: 228px;
  16. /*Change this in relation to your header's height*/
  17.  
  18. left: 6px;
  19. /*adjust this is well*/
  20.  
  21. margin: 0;
  22. background: url("http://files.catbox.moe/ikao6s.png");
  23. text-indent: 32px;
  24. border: none;
  25. border-top: 3px solid #000000!important;
  26. border-bottom: 3px solid #000000!important;
  27. box-shadow: 0 5px 5px -5px black;
  28. width: auto;
  29. padding: 6px 10px 6px 15px;
  30. white-space: nowrap;
  31. overflow: hidden;
  32. }
  33. .side .md h4:before {
  34. content: "";
  35. background-image: url("http://files.catbox.moe/qnjy4e.png");
  36. position: absolute;
  37. top: 50%;
  38. left: 0;
  39. width: 20px;
  40. height: 20px;
  41. margin-top: -12px;
  42. margin-left: 15px;
  43. }
  44.  
  45.  
  46.  
  47. .side .md h4:after {
  48. content: "";
  49. background-image: url("http://files.catbox.moe/qnjy4e.png");
  50. position: absolute;
  51. top: 50%;
  52. width: 20px;
  53. height: 20px;
  54. margin-top: -12px;
  55. margin-left: -25px;
  56. }
  57.  
  58. .side .usertext-body ol {
  59. list-style-type: lower-roman !important;
  60. }
  61. .side .md h3 {
  62. position: relative;
  63. color: white;
  64. background: #a9a9a9!important;
  65. border: none;
  66. text-align: center;
  67. padding: 7px 40px;
  68. border-bottom: 3px solid #000000 !important;
  69. border-radius: 1.5px;
  70. box-shadow: 0px 1px 1px rgba(88, 88, 88, .84);
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement