Guest User

Untitled

a guest
Oct 2nd, 2020
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.91 KB | None | 0 0
  1. html, body {
  2. font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  3. font-size: 10pt;
  4. background-color: #000000;
  5. background-image: url("https://alogs.theguntretort.com/.media/73b39816a38890806bbf2096f22e5341b8318c7dd585488c98e92cfd5a47a858.jpg");
  6. background-repeat: repeat;
  7. position: relative;
  8. height: 100%;
  9. color: #14f6ff;
  10. }
  11.  
  12. .innerPost, .markedPost {
  13. display: inline-block;
  14. max-width: 100%;
  15.  
  16. margin: 0.2rem 4px;
  17. padding: 0.5rem 0.3rem 0.5rem 0.6rem;
  18. border-width: 1px;
  19. border-style: none solid solid none;
  20. border-color: #292929;
  21. background-color: #292929;
  22. }
  23.  
  24. .top-nav {
  25. position: fixed;
  26. top: 0;
  27. left: 0;
  28. z-index: 100;
  29. display: block;
  30. width: 100%;
  31. padding: 0.25rem 0.75rem;
  32. background-color: #000000;
  33. border-bottom: 1px solid #000000;
  34. }
  35.  
  36. a, a:visited {
  37. color: #9b9d93;
  38. text-decoration: none;
  39. }
  40.  
  41. a:hover {
  42. color: #ffffff;
  43. }
  44.  
  45. a:active {
  46. outline: none;
  47. }
  48.  
  49. .linkSelf, .linkQuote,
  50. .linkSelf:visited, .linkQuote:visited {
  51. color: #ffffff;
  52. }
  53.  
  54. .labelSubject {
  55. color: #948e8e;
  56. font-weight: bold;
  57. }
  58.  
  59. .linkName.noEmailName {
  60. color: #ffffff;
  61. cursor: default;
  62. text-decoration: none;
  63. font-weight: bold;
  64. }
  65.  
  66. hr {
  67. height: 0px;
  68. border-width: 1px medium medium;
  69. border-style: solid none none;
  70. border-color: #292929;
  71. }
  72.  
  73. .reportFieldset,
  74. #settingsFieldset {
  75. text-align: left;
  76. position: relative;
  77. display: inline-block;
  78. vertical-align: top;
  79. margin: 1rem;
  80. padding: 1rem;
  81. min-height: 300px;
  82. background-color: #000000;
  83. border-width: 1px;
  84. border-style: none solid solid none;
  85. border-color: #000000;
  86. }
  87.  
  88. [type=text], [type=password], [type=number], textarea {
  89. background-color: #919191;
  90. color: black;
  91. border: 1px solid #000000;
  92. padding: 0.25rem;
  93. }
  94.  
  95. #postingForm th{
  96. background: #292929 url('https://anon.cafe/.media/7c268c65bf3e08ae7f2a65379684a6ef-imagepng.png');
  97. }
  98.  
  99. .floatingMenu {
  100. background-color: #000000;
  101. border: 1px solid #ffffff;
  102. padding: 0.5rem;
  103. }
  104.  
  105. .menuClose {
  106. color: #ba0707;
  107. cursor: pointer;
  108. float: right;
  109. font-size: 1.5rem;
  110. line-height: 1.5rem;
  111. }
  112.  
  113. .menuClose:hover {
  114. color: #f20a0a;
  115. }
  116.  
  117. .dropzone {
  118. background-color: #292929;
  119. padding: 0.5rem;
  120. cursor: pointer;
  121. }
  122.  
  123. span.detected::before {
  124. content: attr(data-value);
  125. position: absolute;
  126. left: 50%;
  127. transform: translateX(-50%);
  128. display: inline-block;
  129. height: 2.5rem;
  130. padding: .5rem;
  131. font-size: 2.3rem;
  132. font-weight: bold;
  133. text-shadow: 0 0 3px gold;
  134. color: black;
  135. background-image: none;
  136. background-size: contain;
  137. background-position: center;
  138. background-repeat: no-repeat;
  139. opacity: 0;
  140. top: 0;
  141. transition: .25s ease;
  142. transition-property: top, opacity;
  143. pointer-events: none;
  144. }
  145.  
  146. span.detected::after {
  147. content: "Truguts were deposited into this user's account.";
  148.  
  149. position: absolute;
  150. left: 50%;
  151. transform: translateX(-50%);
  152. width: 10rem;
  153. font-size: 0.9rem;
  154. text-align: center;
  155. color: white;
  156. background: black;
  157. top: 0;
  158. opacity: 0;
  159. transition: .25s ease;
  160. transition-property: top, opacity;
  161. pointer-events: none;
  162. }
  163.  
  164. .settingsTab {
  165. background-color: #919191;
  166. padding: 0.25rem 0.5rem;
  167. margin: 0.25rem;
  168. border-radius: 4px;
  169. cursor: pointer;
  170. color: black;
  171. -webkit-user-select: none;
  172. -moz-user-select: none;
  173. -ms-user-select: none;
  174. -o-user-select: none;
  175. user-select: none;
  176. }
  177.  
  178. .settingsTab:hover {
  179. color: #ffffff;
  180. }
  181.  
  182. #selectedTab {
  183. background-color: #292929;
  184. color: white;
  185. }
  186.  
  187. #quick-reply {
  188. background-color: #292929;
  189. transform: rotate3d(1, 0, 0, 30deg);
  190. transition: transform .1s ease-in;
  191. }
  192.  
  193. #quick-reply .handle {
  194. background-color: #292929;
  195. display: block;
  196. border: 1px solid black;
  197. margin: -2px;
  198. padding: 2px;
  199. cursor: move;
  200. -webkit-user-select: none;
  201. -moz-user-select: none;
  202. -ms-user-select: none;
  203. -o-user-select: none;
  204. user-select: none;
  205. }
  206.  
  207. #selectedDiv, #selectedDivQr {
  208. background: #292929;
  209. min-width: 300px;
  210. }
  211.  
  212. .quoteLink, .quoteLink:visited {
  213. color: #9b9d93;
  214. text-decoration: none;
  215. }
  216.  
  217. .greenText { color: #49dd61; }
  218. .pinkText { color: rgb(224, 114, 127); }
  219. .redText { font-size: 1.25rem; color: #AF0A0F; font-weight: bold; }
  220.  
  221. p#labelName
  222. { background-image: url('https://alogs.theguntretort.com/.media/5dbb30d09488f957a178740bcd0ed1692964b0955142d9121b432bed094475b1.png');
  223. color: transparent;
  224. background-position: 50%;
  225. background-repeat: no-repeat;
  226. padding: 30px;
  227. margin: 2.7rem 0 1rem;
  228. }
  229.  
  230. img#bannerImage
  231. { margin: 2.7rem 0 1rem; }
  232.  
  233. #favouriteButton {
  234. display: none;
  235. !important
  236. }
  237.  
  238. .board-header {
  239. background-image: url('https://alogs.theguntretort.com/.media/8cd4d87d368686514e0283b32ccc393a0de02ca965a32d4fff65d7e9a9977342.png');
  240. background-repeat: no-repeat;
  241. color: transparent;
  242. background-position: 50% 100%;
  243. padding: 10px
  244. }
  245.  
  246. .global-announcement-board-owners-feel-free-to-hide-this {
  247. color: yellow;
  248. font-weight: bold;
  249. text-align: center;
  250. font-size: 1.35rem;
  251. margin: 2rem;
  252. }
  253.  
  254. .quoteLink.you:after,
  255. .quoteLink.op:after {
  256. font-size: 100%;
  257. color: transparent;
  258. text-decoration: none;
  259. margin: 0rem;
  260. }
  261.  
  262. .quoteLink.you:after { background-image: url('https://alogs.theguntretort.com/.media/6652aeb415be1694ac8b913687147a22ef25cb944b44f6d6332ac8270f1ad441.png');
  263. background-position: 40%;
  264. background-repeat: no-repeat; }
  265. .quoteLink.op:after { background-image: url('https://alogs.theguntretort.com/.media/12a191226e044eab66186d11b38d1239d4d208adefeb9e912f0f89f4060af0f4.png');
  266. background-position: 100%;
  267. background-repeat: no-repeat;
  268. }
  269. .quoteLink.op.you:after { content: " (OP) (You)"; }
  270.  
  271. .labelYou {
  272. color: transparent;
  273. font-style: italic;
  274. margin-right: 0.125rem;
  275. background-image: url('https://alogs.theguntretort.com/.media/6652aeb415be1694ac8b913687147a22ef25cb944b44f6d6332ac8270f1ad441.png');
  276. background-repeat: no-repeat;
  277. }
Add Comment
Please, Sign In to add comment