Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. .icon-share2 {
  2. display: none;
  3. }
  4. .icon-reply {display:none;}
  5.  
  6. #left nav h4 {
  7. display: none;
  8. }
  9.  
  10. .own_post {cssdisplay: none
  11. border: 3px dashed #330000 !important;
  12. }
  13.  
  14. .own_post .postinfo, .own_post .replies {
  15. background:black!important;
  16. }
  17.  
  18. .messageoptions a.icon-medal-empty {
  19. display: none;
  20. }
  21.  
  22. ylilauta.org##.icon-pointer-upright
  23. ylilauta.org##.icon-medal-empty
  24. ylilauta.org##.icon-eye-crossed
  25. ylilauta.org##.icon-pencil-line
  26. ylilauta.org##.icon-magnifier
  27. ylilauta.org##.threadbuttons
  28. ylilauta.org##.icon-expand4
  29. ylilauta.org##.postsubject
  30. ylilauta.org##.icon-flag2
  31. ylilauta.org##.icon-eye
  32.  
  33.  
  34. @media (min-width: 800px) {
  35. body:not(.no-sidebar) {
  36. margin-left: 0;
  37. }
  38. #sidebar {
  39. float: none;
  40. width: auto;
  41. position: static;
  42. z-index: auto
  43. }
  44. #sidebar #logo {
  45. display: none
  46. }
  47. #sidebar #cse-search-box2:after {
  48. content: ' / '
  49. }
  50. #sidebar nav {
  51. display: inline;
  52. border: 0
  53. }
  54. #sidebar nav.header {
  55. background: none;
  56. font-weight: normal;
  57. padding: 0;
  58. color: inherit
  59. }
  60. #sidebar nav a {
  61. display: inline
  62. }
  63. #sidebar nav a:hover {
  64. background: transparent
  65. }
  66. #sidebar nav a:before {
  67. content: ' '
  68. }
  69. #sidebar nav a:after {
  70. content: ' /'
  71. }
  72. #sidebar nav .nsfwinfo {
  73. display: none
  74. }
  75. #sidebar nav h4 {
  76. display: inline
  77. }
  78. #sidebar nav h4:before,
  79. #sidebar nav h4:after {
  80. font-weight: normal;
  81. content: ' / '
  82. }
  83. #sidebar nav.boardlist {
  84. display: block
  85. }
  86. #sidebar form {
  87. display: inline
  88. }
  89. #sidebar nav:first-of-type~form:before,
  90. #sidebar nav>form:after {
  91. content: ' / '
  92. }
  93. #sidebar input[type="text"],
  94. #sidebar input[type="password"] {
  95. width: auto
  96. }
  97. #sidebar .logo {
  98. display: inline;
  99. font-size: 1em;
  100. font-weight: normal;
  101. padding: 0
  102. }
  103. #sidebar .logo img {
  104. display: none;
  105. text-align: left
  106. }
  107. #sidebar .logo:before {
  108. content: ' '
  109. }
  110. #sidebar .logo:after {
  111. content: ' /'
  112. }
  113. #sidebar .boardlist a {
  114. font-size: 0
  115. }
  116. #sidebar .boardlist a:after {
  117. font-size: 13px;
  118. content: attr(data-shortname) " /"
  119. }
  120. #sidebar,
  121. #right {
  122. background: none
  123. }
  124. #right {
  125. margin-left: 0
  126. }
  127. #front {
  128. margin-left: 10px;
  129. min-width: 960px
  130. }
  131. #topbar {
  132. display: none;
  133. }
  134. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement