Advertisement
Guest User

Untitled

a guest
Nov 28th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.68 KB | None | 0 0
  1. body {
  2. background: var(--stars);
  3. font-family: sans-serif;
  4. font-size: 13px;
  5. color: #dbdbdb;
  6. margin: 0;
  7. padding-left: 10px;
  8. }
  9.  
  10.  
  11. a:link, a:visited, div.post.reply div.body a {
  12. color:#81bee8;
  13. text-decoration: none;
  14. padding: 3px;
  15.  
  16. }
  17.  
  18. a:link:hover, a:visited:hover, div.post.reply div.body a:hover {
  19. color:#60dcac;
  20. }
  21.  
  22. a.email span.name {
  23. color:#81bee8 !important;
  24. }
  25.  
  26.  
  27.  
  28. div.body {
  29. background-color: #000000 !important;
  30. padding: 5px;
  31. border: 2px solid rgba(186, 87, 237, 0.5);
  32. border-radius: 3px;
  33. box-shadow: 0.5px -0.5px teal;
  34. -webkit-background-clip: padding-box;
  35. background-clip: padding-box;
  36. width: fit-content;
  37. padding-right: 15px;
  38. margin: 0;
  39.  
  40. }
  41.  
  42.  
  43. /* block element if post is empty */
  44. div.body:empty {
  45. display:none;
  46.  
  47. }
  48.  
  49. .hidden {
  50. display:none;
  51. }
  52.  
  53.  
  54. div.post.reply.highlighted {
  55. background-color: rgba(186, 87, 237, 0.15) !important;
  56. }
  57.  
  58. div.post.reply {
  59. background: #000000;
  60. border: 1px;
  61. display: inline-grid;
  62. max-width: 90%!important;
  63. margin: auto;
  64. text-align: left;
  65. }
  66.  
  67.  
  68. img.post-image, video.post-image {
  69. border: 2px solid;
  70. border-color: inherit;
  71. transform: translate(23px);
  72. }
  73.  
  74. div.files {
  75. background-image:
  76. radial-gradient(2px 2px at 20px 30px, #555555, rgba(0,0,0,0)),
  77. radial-gradient(2px 2px at 48px 70px, #444444, rgba(0,0,0,0)),
  78. radial-gradient(2px 2px at 50px 50px, #222222, rgba(0,0,0,0)),
  79. radial-gradient(1px 1px at 50px 100px, #666666, rgba(0,0,0,0)),
  80. radial-gradient(2px 2px at 110px 85px, #444444, rgba(0,0,0,0)),
  81. radial-gradient(2px 2px at 95px 120px, #222222, rgba(0,0,0,0)),
  82. radial-gradient(2px 2px at 5px 63px, #444444, rgba(0,0,0,0)),
  83. radial-gradient(2px 2px at 66px 10px, #222222, rgba(0,0,0,0)),
  84. radial-gradient(1px 1px at 80px 128px, #555555, rgba(0,0,0,0)),
  85. radial-gradient(2px 2px at 53px 15px, #333333, rgba(0,0,0,0)),
  86. radial-gradient(2px 2px at 65px 100px, #333333, rgba(0,0,0,0)),
  87. radial-gradient(2px 2px at 20px 70px, #222222, rgba(0,0,0,0)),
  88. radial-gradient(2px 2px at 47px 35px, #333333, rgba(0,0,0,0)),
  89. radial-gradient(1px 1px at 100px 80px, #444444, rgba(0,0,0,0)),
  90. radial-gradient(2px 2px at 75px 30px, #222222, rgba(0,0,0,0)),
  91. radial-gradient(1px 1px at 60px 47px, #777777, rgba(0,0,0,0));
  92. background-repeat: repeat;
  93. background-size: 110px 130px;
  94. -webkit-border-radius: 1px;
  95. -khtml-border-radius: 1px;
  96. -moz-border-radius: 1px;
  97. border-radius: 1px;
  98. }
  99.  
  100.  
  101. input {
  102. color: #000000;
  103. background: #ffffff;
  104. }
  105.  
  106. input.delete {
  107. margin: 4px;
  108. }
  109.  
  110. time:active {
  111. content: url("https://himasugi.org/sexy.gif");
  112. float: right;
  113. width: 100%;
  114. length: 100%;
  115.  
  116. }
  117.  
  118. textarea {
  119. background: #000000;
  120. color: white;
  121. }
  122. input, textarea {
  123. background-color: #ffffff;
  124. color: #000000;
  125. border: 2px #ba57ed solid;
  126. box-shadow: 0.5px -0.5px teal;
  127.  
  128. }
  129.  
  130. hr {
  131. #width: 100%;
  132. height: 4px;
  133. border: none;
  134. overflow: hidden;
  135. }
  136.  
  137. .reflink a:hover{
  138. font-weight: bold;
  139. }
  140. .adminbar {
  141. text-align:right;
  142. clear:both;
  143. float:right;
  144. }
  145. h1 {
  146.  
  147. clear:both;
  148. text-align:center;
  149. font-size: 2.5em;
  150. color:#ba57ed;
  151. width:100%;
  152. }
  153. h1:before {
  154. content: "/jp/ - 二次元裏 ";
  155. color: #728eed;
  156.  
  157. width: 99.9%;
  158. opacity: 0.6;
  159. position: absolute;
  160. right: -0.1%;
  161. clear: both;
  162. }
  163.  
  164. h1:after {
  165. content: "/jp/ - 二次元裏 ";
  166. color: #728fff;
  167.  
  168. width: 99.9%;
  169. opacity: 0.25;
  170. position: absolute;
  171. right: -0.3%;
  172. clear: both;
  173. }
  174.  
  175. div.subtitle {
  176. text-align: center;
  177. color:#ba57ed;
  178. padding: 5px;
  179. }
  180. div.banner, .replymode, .catalogmode {
  181. text-align: center;
  182. margin: 5px 0 5px 0;
  183. padding: 5px 2px 5px 2px;
  184. color: #000000;
  185. font-weight: bold;
  186. width:100%;
  187. }
  188.  
  189. img.board_image {
  190. display: block;
  191. margin-left: auto;
  192. margin-right: auto;
  193. }
  194. img.board_image:hover {
  195. display:block;
  196. content: url(https://himasugi.org/jp/src/1543382009782.png);
  197. }
  198. .postblock, table th {
  199. background: var(--stars);
  200. color: #ffffff;
  201. font-size: 13px;
  202. font-weight: bold;
  203. text-align: right !important;
  204. #transform: translate(100%, -1%);
  205. width: auto;
  206. padding: 7px;
  207. border: 2px;
  208. border-style:ridge;
  209. border-radius: 5px;
  210. border-color: #ba57ed;
  211. box-shadow: 0.5px -1px teal;
  212. opacity: .7;
  213. #display: flex; /* changes alignment */
  214. }
  215.  
  216. span.handle {
  217. background-color: #000000;
  218. }
  219.  
  220. form table {
  221. margin: auto;
  222. }
  223.  
  224. .postarea {
  225.  
  226. }
  227. .rules {
  228. width: 468px;
  229. font-size: 10px;
  230. }
  231. .rules li {
  232. margin-left: 1em;
  233. }
  234. .footer {
  235. text-align:center;
  236. font-size:12px;
  237. }
  238. .passvalid {
  239. text-align:center;
  240. width:100%;
  241. color:#ffffff;
  242. }
  243. .dellist {
  244. font-weight: bold;
  245. text-align:center;
  246. }
  247. .delbuttons {
  248. text-align:center;
  249. padding-bottom:4px;
  250.  
  251. }
  252. .managehead {
  253. background-color: #000000;
  254. color: #bebebe;
  255. padding:0px;
  256. }
  257. .postlists {
  258. background: #000;
  259. width:100%;
  260. padding:0px;
  261. color: #bebebe;
  262. }
  263. .row1 {
  264. background-color: #000000;
  265. color: #bebebe;
  266. }
  267. .row2 {
  268. background: #000000;
  269. color: #bebebe;
  270. }
  271. .unkfunc {
  272. background:inherit;
  273. color:#81bee8;
  274. }
  275. .filesize {
  276. text-decoration:none;
  277. }
  278. .filetitle {
  279. background:inherit;
  280. font-size:1.2em;
  281. color: #bebebe;
  282. font-weight:800;
  283. }
  284. input#upload_file {
  285. color: #ffffff !important;
  286. background-color: #000000;
  287. }
  288. span.name, .postername {
  289. color:#ffffff !important;
  290. font-weight:bold;
  291. }
  292. span.trip, .postertrip {
  293. color:#707070;
  294. }
  295. .oldpost {
  296. color:#ba57ed;
  297. font-weight:800;
  298. }
  299. .omittedposts {
  300. color:#707070;
  301. }
  302.  
  303. .replyhl {
  304. background-color: #1e1e1e;
  305. color: #bebebe;
  306. }
  307. form table th, div.banner, div.pages, .replymode, .postblock, .passvalid, .catalogmode {
  308. background: inherit !important;
  309. }
  310. div.pages, div.pages a {
  311. color: black;
  312. border: 0;
  313. }
  314. div.boardlist {
  315. background-color: rgba(5%,5%,5%,0.2);
  316. }
  317. div.boardlist.bottom {
  318. background-color:transparent;
  319. }
  320.  
  321. .desktop-style div.boardlist:nth-child(1) {
  322. text-shadow: #000 1px 1px 1px, #500 -1px -1px 1px;
  323. }
  324.  
  325.  
  326. .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
  327. background-color: rgba(0%, 0%, 0%, 0.45);
  328. }
  329.  
  330.  
  331. .intro span.subject {
  332. color: #ba57ed;
  333.  
  334. }
  335.  
  336. .intro:before {
  337. content: " ✡ ";
  338. font-size: 18px;
  339. }
  340.  
  341.  
  342. span.quote {
  343. color: #81bee8;
  344. }
  345.  
  346. #quick-reply td, #quick-reply td.spoiler {
  347. background: #000000;
  348. }
  349. #quick-reply input[type="file"]{
  350. border: none;
  351. background: #000000;
  352. }
  353.  
  354. :root {
  355. --stars:
  356. position: absolute;
  357. background-image:
  358. radial-gradient(2px 2px at 20px 30px, #555555, rgba(0,0,0,0)),
  359. radial-gradient(2px 2px at 48px 70px, #444444, rgba(0,0,0,0)),
  360. radial-gradient(2px 2px at 50px 50px, #222222, rgba(0,0,0,0)),
  361. radial-gradient(1px 1px at 50px 100px, #666666, rgba(0,0,0,0)),
  362. radial-gradient(2px 2px at 110px 85px, #444444, rgba(0,0,0,0)),
  363. radial-gradient(2px 2px at 95px 120px, #222222, rgba(0,0,0,0)),
  364. radial-gradient(2px 2px at 5px 63px, #444444, rgba(0,0,0,0)),
  365. radial-gradient(2px 2px at 66px 10px, #222222, rgba(0,0,0,0)),
  366. radial-gradient(1px 1px at 80px 128px, #555555, rgba(0,0,0,0)),
  367. radial-gradient(2px 2px at 53px 15px, #333333, rgba(0,0,0,0)),
  368. radial-gradient(2px 2px at 65px 100px, #333333, rgba(0,0,0,0)),
  369. radial-gradient(2px 2px at 20px 70px, #222222, rgba(0,0,0,0)),
  370. radial-gradient(2px 2px at 47px 35px, #333333, rgba(0,0,0,0)),
  371. radial-gradient(1px 1px at 100px 80px, #444444, rgba(0,0,0,0)),
  372. radial-gradient(2px 2px at 75px 30px, #222222, rgba(0,0,0,0)),
  373. radial-gradient(1px 1px at 60px 47px, #777777, rgba(0,0,0,0));
  374. background-repeat: repeat;
  375. background-size: 110px 130px;
  376. -webkit-border-radius: 1px;
  377. -khtml-border-radius: 1px;
  378. -moz-border-radius: 1px;
  379. border-radius: 1px;
  380. background-color: #000000;
  381. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement