Advertisement
Guest User

Untitled

a guest
Mar 7th, 2020
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.21 KB | None | 0 0
  1. /*Comfy style*/
  2.  
  3.  
  4. .floatiframe{
  5. float:left;
  6. padding:10px;
  7. }
  8.  
  9.  
  10. div.boardlist {
  11. background-color: #261712;
  12. }
  13. div.boardlist.bottom {
  14. margin-top: 20px;
  15. position: inherit;
  16. background:inherit;
  17. }
  18.  
  19.  
  20.  
  21. .return1 a{
  22. float:left;
  23. font-size: inherit;
  24.  
  25. }
  26.  
  27. div.blotter {
  28. background: none repeat scroll 0 0 rgba(88, 53, 41, 0.1);
  29. border: 1px solid #39241d;
  30. border-radius: 5px 5px 5px 5px;
  31. clear: both;
  32. color: #8f6658;
  33. font-weight: bold;
  34. margin-bottom: 0.5em;
  35. padding: 2px;
  36. text-align: center;
  37. }
  38.  
  39.  
  40.  
  41. div.title {
  42. margin-bottom: 0px;
  43. clear: both;
  44. color: #39241d;
  45. font-size: 2em;
  46. font-weight: bold;
  47.  
  48. }
  49.  
  50. div.ban h2 {
  51. border-radius: 6px 6px 6px 6px;
  52. background: none repeat scroll 0 0 #261712;
  53. color: #8f6658;
  54. }
  55.  
  56. div.ban {
  57. background: none repeat scroll 0 0 #261712;
  58. border: 1px solid #8f6658;
  59. margin: 30px auto;
  60. max-width: 700px;
  61. border-radius: 7px;
  62.  
  63. }
  64.  
  65. form {
  66. margin-bottom: 0px;
  67. }
  68.  
  69.  
  70. form {
  71. margin-bottom: 0px;
  72. }
  73.  
  74. span.heading {
  75. color: #FFAB3F;
  76. display: block;
  77. font-size: 12pt;
  78. font-weight: bold;
  79. }
  80.  
  81. textarea#body{
  82. height: 136px;
  83. width: 518px;
  84. }
  85.  
  86.  
  87.  
  88. html, body {
  89. background:#261712 url("https://media.8kun.net/stylesheets/img/caffe_bg.png") repeat fixed center;
  90. color: #755144;
  91. font-family: "Trebuchet MS",Trebuchet,serif;
  92. font-size: 12pt;
  93. }
  94. a {
  95. color: #755144;
  96. }
  97. a:hover, a:visited:hover {
  98. color: #a47a6b;
  99. }
  100. .adminbar {
  101. clear:both;
  102. float:right;
  103. font-size: .8em;
  104. }
  105. .desktop-style div.boardlist:nth-child(1) {
  106. background-color: #261712;
  107. }
  108. .desktop-style div.boardlist:not(.bottom) {
  109. background-color: #261712;
  110. }
  111.  
  112.  
  113. .adminbar a {
  114. font-weight: bold;
  115. }
  116. .logo {
  117. clear:both;
  118. text-align:left;
  119. font-size:2em;
  120. font-weight: bold;
  121. color:#a47a6b;
  122. /*width:100%;*/
  123. }
  124. .theader, .passvalid {
  125.  
  126. text-align:center;
  127. padding:2px;
  128. color:#39241d;
  129. clear: both;
  130. font-weight: bold;
  131. margin-bottom: .5em;
  132. border: solid 1px #a47a6b;
  133. -moz-border-radius: 5px;
  134. border-radius: 5px;
  135. }
  136. .postarea {
  137. }
  138. .rules {
  139. font-size:0.7em;
  140. }
  141. .postblock {
  142. background:transparent;
  143. color:#a47a6b;
  144. font-weight:bold;
  145. }
  146. .footer {
  147. text-align:center;
  148. font-size:12px;
  149. font-family:serif;
  150. margin: 2em 0 0 0;
  151. }
  152. .dellist {
  153. font-weight: bold;
  154. text-align:center;
  155. }
  156. .delbuttons {
  157. text-align:center;
  158. padding-bottom:4px;
  159. }
  160. .managehead {
  161. background:#8f6658;
  162. color:#39241d;
  163. padding:0px;
  164. }
  165. .postlists {
  166. background:#8f6658;
  167. width:100%;
  168. padding:0px;
  169. color:#a47a6b;
  170. }
  171. .row1 {
  172. background:#8f6658;
  173. color:#8f6658;
  174. }
  175. .row2 {
  176. background:#8f6658;
  177. color:#8f6658;
  178. }
  179. .unkfunc {
  180. background:inherit;
  181. color:#8e6152;
  182. }
  183. .reflink {
  184. font-size: .8em;
  185. font-weight: bold;
  186. }
  187. .filesize {
  188. text-decoration:none;
  189. color: #8e6152;
  190. font-size: .8em;
  191. }
  192. .filetitle {
  193. background:inherit;
  194. font-size:1.2em;
  195. color:#8f6658;
  196. font-weight:bold;
  197. }
  198. .postername {
  199. color:#8f6658;
  200. font-weight:bold;
  201. }
  202. .postertrip {
  203. color:#FF3300;
  204. }
  205. .oldpost {
  206. color:#8f6658;
  207. font-weight:bold;
  208. }
  209. .omittedposts {
  210. color:#a47a6b;
  211. }
  212. .reply {
  213. background: #a47a6b url("https://media.8kun.net/stylesheets/img/caffe_reply.png") repeat center;
  214. border: solid 1px #a47a6b;
  215. padding: 0;
  216. margin: 0;
  217. -moz-border-radius: 5px;
  218. border-radius: 5px;
  219. }
  220. blockquote {
  221. margin: .5em .5em .5em 1em;
  222. }
  223. blockquote p {
  224. margin: 0;
  225. padding: 0;
  226. }
  227. .reply blockquote {
  228. margin: .5em;
  229. }
  230. .doubledash {
  231. display: none;
  232. vertical-align:top;
  233. clear:both;
  234. float:left;
  235. }
  236. .replytitle {
  237. font-size: 1.2em;
  238. color:#002244;
  239. font-weight:bold;
  240. }
  241. .commentpostername {
  242. color:#8f6658;
  243. font-weight:800;
  244. }
  245. .thumbnailmsg {
  246. font-size: .8em;
  247. color:#8e6152;
  248. }
  249. hr {
  250. border-style: solid none none none;
  251. border-width: 1px;
  252. border-color: #8f6658;
  253. }
  254. table {
  255. border-style: none;
  256. }
  257. table td {
  258. border-style: none;
  259. }
  260. .nothumb {
  261. background-color: #8e6152;
  262. border-style: dotted;
  263. margin: .3em .5em;
  264. }
  265.  
  266. .abbrev {
  267. color:#8e6152;
  268. }
  269. .highlight {
  270. background:#261712;
  271. color:#8e6152;
  272. border: 2px dashed #EE6600;
  273. }
  274.  
  275.  
  276. div.banner, div.banner a {
  277. color: inherit;
  278. }
  279. div.banner {
  280. background-color: inherit;
  281. }
  282. form table tr th {
  283. background: none;
  284. }
  285.  
  286. div.post.reply {
  287. background: #a47a6b url("https://media.8kun.net/stylesheets/img/caffe_reply2.png") repeat center;
  288. color: #8e6152;
  289. border: 1px solid rgba(88, 53, 41, 0.6);
  290. border-radius: 5px 5px 5px 5px;
  291. }
  292. div.title,h1 {
  293. color: #8e6152;
  294. font-size: 16px;
  295. font-weight: bold;
  296. }
  297. div.title p {
  298. font-size: 26px;
  299. margin: 0;
  300. }
  301.  
  302. h1 {
  303. letter-spacing: inherit;
  304. }
  305.  
  306. .pages {
  307. background: rgba(88, 53, 41, 0.32) !important;
  308. width:100%;
  309. color: #8e6152 !important;
  310. }
  311.  
  312. div.banner {
  313. background: none repeat scroll 0 0 #251611;
  314. border: 1px solid #2c1b16;
  315. clear: both;
  316. color: #8e6152;
  317. font-weight: bold;
  318. margin-bottom: 0.5em;
  319. padding: 2px;
  320. text-align: center;
  321. }
  322.  
  323. form table tr td div {
  324. padding-left: 0px;
  325.  
  326. }
  327. .recaptchatable .recaptcha_image_cell {
  328. padding: 0px !important;
  329. }
  330.  
  331. div.post.reply.highlighted {
  332. background: rgba(88, 53, 41, 0.3);
  333. }
  334. #quick-reply table {
  335. border-collapse: collapse;
  336. background: #000 url("https://media.8kun.net/stylesheets/img/caffe_reply2.png") repeat center !important;
  337. repeat fixed center !important;
  338. border-style: solid;
  339. border-width: 1px;
  340. border-color: rgba(88, 53, 41, 0.6);
  341. margin: 0;
  342. width: 100%;
  343. }
  344. #attention_bar:hover {
  345. background-color: rgba(88, 53, 41, 0.3);
  346. }
  347. p.intro a.email span.name {
  348. color: #8e6152;
  349. }
  350. a.post_no:hover {
  351. color: #755144;
  352. }
  353. .intro span.subject {
  354. color: #ffe2b2;
  355. }
  356. div.post.reply div.body a {
  357. color: #755144;
  358. }
  359. #quick-reply table {
  360. border-collapse: collapse;
  361. background: #000 url("https://media.8kun.net/stylesheets/img/caffe_reply2.png") repeat center !important;
  362. }
  363. a, a:visited {
  364. text-decoration: underline;
  365. color: #755144;
  366. }
  367. .cb-menuitem span {
  368. padding: 5px;
  369. display: table-cell;
  370. text-align: left;
  371. border-top: 1px solid rgba(0, 0, 0, 1);
  372. }
  373. div.boardlist {
  374. color: rgba(0, 0, 0, 1);
  375. font-size: 9pt;
  376. }
  377.  
  378. .labelSubject {
  379. color: #ffe2b2;
  380. font-weight: bold;
  381. }
  382.  
  383. #quick-reply {
  384. background-color: #261712;
  385. transform: rotate3d(1, 0, 0, 30deg);
  386.  
  387. transition: transform .1s ease-in;
  388.  
  389.  
  390. border-color: #000000;
  391. border-radius: 5px 5px 5px 5px;
  392. }
  393.  
  394.  
  395. #quick-reply .handle {
  396. background-color: #261712;
  397. display: block;
  398. border-width: 1px;
  399. border-color: #000000;
  400. border-radius: 5px 5px 5px 5px;
  401.  
  402. cursor: move;
  403.  
  404. -webkit-user-select: none;
  405. -moz-user-select: none;
  406. -ms-user-select: none;
  407. -o-user-select: none;
  408. user-select: none;
  409. }
  410.  
  411. .posting-extra {
  412. position: relative;
  413. background-color: #261712;
  414. }
  415.  
  416. #postingForm th{
  417. background: #292929 url('https://anon.cafe/.media/7c268c65bf3e08ae7f2a65379684a6ef-imagepng.png');
  418. }
  419.  
  420. button, input[type=submit], input[type=button] {
  421. background-color: #755144;
  422. color: black;
  423.  
  424. border: 1px solid #000000;
  425. border-radius: 5px 5px 5px 5px;
  426. padding: 0.35rem 0.6rem;
  427. box-shadow: 0 0 2px #0003;
  428. }
  429.  
  430. select, [type="text"], [type="password"], textarea {
  431. background: #261712;
  432. color: #ccc;
  433. border: 1px solid #666;
  434. }
  435.  
  436. .dropzone {
  437. background-color: #261712;
  438. padding: 0.5rem;
  439. }
  440.  
  441. .top-nav {
  442. position: fixed;
  443. top: 0;
  444. left: 0;
  445.  
  446. z-index: 100;
  447.  
  448. display: block;
  449. width: 100%;
  450.  
  451. padding: 0.25rem 0.75rem;
  452.  
  453. background-color: #261712;
  454. border-bottom: 1px solid #261712;
  455. }
  456.  
  457. .WebringButton {
  458. font-size: 120%;
  459.  
  460. animation: none;
  461. }
  462.  
  463. #labelName {
  464. font-size: 200%;
  465. color: #ffe2b2;
  466. font-family: 'OpenSans', tahoma;
  467. }
  468.  
  469. .modalDecorationPanel {
  470. position: relative;
  471. padding: 0.5rem;
  472.  
  473. background-color: #261712;
  474. }
  475.  
  476. .modalHeader {
  477. display: block;
  478. margin: -0.5rem;
  479. margin-bottom: 0.5rem;
  480. padding: 0.5rem 1.25rem;
  481.  
  482. border-bottom: 1px solid #261712;
  483.  
  484. font-weight: bold;
  485. }
  486.  
  487. button:disabled,
  488. input[type=submit]:disabled,
  489. input[type=button]:disabled {
  490. color: #DDE4EE;
  491. color: #261712;
  492.  
  493. }
  494.  
  495. /* Class: Post */
  496.  
  497. .opHead > *,
  498. .postInfo > * {
  499. vertical-align: top;
  500. }
  501.  
  502. .innerPost, .markedPost {
  503. display: inline-block;
  504. max-width: 100%;
  505.  
  506. margin: 0.2rem 4px;
  507. padding: 0.5rem 0.3rem 0.5rem 0.6rem;
  508. border-width: 1px;
  509. border-style: none solid solid none;
  510. border-color: #000000;
  511. border-radius: 5px 5px 5px 5px;
  512. }
  513.  
  514. .innerPost {
  515. background-color: #cc987b;
  516. }
  517.  
  518. .markedPost {
  519. background-color: #D6BAD0;
  520. }
  521.  
  522.  
  523. /* EXTRA: Floating menus */
  524.  
  525. .floatingMenu {
  526. background-color: #cc987b;
  527. border: 1px solid rgba(88, 53, 41, 0.6);
  528. border-radius: 5px 5px 5px 5px;
  529.  
  530.  
  531. padding: 0.5rem;
  532.  
  533. box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  534. }
  535.  
  536. .floatingMenu .header {
  537. margin: -0.5rem;
  538. padding: 0.5rem 1rem;
  539.  
  540. cursor: move;
  541.  
  542. font-size: 1.25rem;
  543. line-height: 1.25rem;
  544. font-weight: bold;
  545. }
  546.  
  547. .floatingMenu .header + hr {
  548. margin: 0.5rem -0.5rem 0.5rem;
  549. width: calc(100% + 1rem);
  550. }
  551.  
  552. /* EXTRA: Settings menu */
  553.  
  554. #settingsMenu {
  555. min-height: 300px;
  556. }
  557.  
  558. .settingsTabs {
  559. margin: 0.5rem 0;
  560. }
  561.  
  562. .settingsTab {
  563. background-color: #cc987b;
  564. padding: 0.25rem 0.5rem;
  565. margin: 0.25rem;
  566. border-radius: 4px;
  567.  
  568. cursor: pointer;
  569. color: black;
  570.  
  571. -webkit-user-select: none;
  572. -moz-user-select: none;
  573. -ms-user-select: none;
  574. -o-user-select: none;
  575. user-select: none;
  576. }
  577.  
  578. .settingsTab:hover {
  579. color: #D00;
  580. }
  581.  
  582. #selectedTab {
  583. background-color: #261712;
  584. color: white;
  585. }
  586.  
  587. .settingsContentPanel {
  588. margin: 1rem 0.5rem;
  589. }
  590.  
  591. #newFilterPanel {
  592. display: flex;
  593. justify-content: space-around;
  594. align-items: center;
  595. }
  596.  
  597. #newFilterPanel + div {
  598. padding: 0.5rem 0.25rem;
  599. }
  600.  
  601. #existingFiltersPanel {
  602. padding: 0 0.25rem;
  603. }
  604.  
  605. #existingFiltersPanel > div:nth-child(2n) {
  606. background-color: rgba(238, 242, 255, 0.67);
  607. }
  608.  
  609. #existingFiltersPanel > div > hr {
  610. display: none;
  611. }
  612.  
  613. #existingFiltersPanel > div > div {
  614. padding: 0.25rem 0.5rem;
  615. }
  616.  
  617. #newFilterPanel + div { font-weight: bold; }
  618. #labelExistingFilterType, .existingFilterTypeLabel { display: inline-block; width: 80px }
  619.  
  620. .filterDeleteButton {
  621. float: right;
  622. cursor: pointer;
  623. }
  624.  
  625. .filterDeleteButton:hover {
  626. color: #D00;
  627. }
  628.  
  629. .settingsContentPanel textarea {
  630. width: 100%;
  631. min-height: 200px;
  632. }
  633.  
  634. /* menu buttons */
  635. .menuClose {
  636. color: #000000;
  637. cursor: pointer;
  638. float: right;
  639.  
  640. font-size: 1.5rem;
  641. line-height: 1.5rem;
  642. }
  643.  
  644. .menuClose:hover {
  645. color: #D00;
  646. }
  647.  
  648. #watchedMenu, #settingsMenu {
  649. position: fixed;
  650. left: 100px;
  651. top: 25px;
  652. z-index: 100;
  653.  
  654. width: 500px;
  655. }
  656.  
  657. #watchedMenu {
  658. width: auto;
  659. min-width: 250px;
  660. }
  661.  
  662. .watchedCell {
  663. margin: 0 -0.5rem;
  664. padding: 0.25rem 0.75rem;
  665. }
  666.  
  667. #watchedMenu div:nth-child(2n) .watchedCell {
  668. /* background-color: #eef2ff; */
  669. background-color: rgba(238, 242, 255, 0.67);
  670. }
  671.  
  672. .watchedCellCloseButton, .watchedNotification { cursor: pointer; }
  673. .watchedCellCloseButton { float: right; }
  674. .watchedCellCloseButton:hover { color: #D00; }
  675. .watchedNotification { padding: 0.25rem 0.5rem; }
  676.  
  677. .extraMenuButton, .hideButton {
  678. position: relative;
  679. }
  680.  
  681. .extraMenuButton i {
  682. font-size: 1.75rem;
  683. line-height: 1.25rem;
  684.  
  685. padding-left: 0.5rem;
  686. padding-right: 0.125rem;
  687.  
  688. cursor: pointer;
  689. }
  690.  
  691. .hideButton i, .watchButton i {
  692. cursor: pointer;
  693. }
  694.  
  695. .watchButton i { padding: 0.125rem 0.25rem; padding-right: 0.0625rem; }
  696. .hideButton i { padding: 0.1rem 0.0625rem; }
  697.  
  698. .extraMenu, .hideMenu {
  699. position: absolute;
  700. left: 15px;
  701. top: -4px;
  702.  
  703. display: inline-block;
  704. z-index: 10;
  705.  
  706. min-width: 150px;
  707. margin: 0.25rem;
  708. }
  709.  
  710. .extraMenu hr, .hideMenu hr {
  711. margin: 0.25rem 0;
  712. width: 100%;
  713. }
  714.  
  715. .extraMenu div, .hideMenu div {
  716. margin: 0 0.5rem;
  717.  
  718. color: #34345C;
  719. cursor: pointer;
  720. }
  721.  
  722. .extraMenu div:hover,
  723. .hideMenu div:hover {
  724. color: #D00;
  725. }
  726.  
  727.  
  728. /* options.js */
  729. #options_div, #alert_div {
  730. background: #a47a6b url("https://media.8kun.net/stylesheets/img/caffe_reply.png") repeat center;
  731. border: solid 1px #a47a6b;
  732. -moz-border-radius: 5px;
  733. border-radius: 5px;
  734. }
  735. .options_tab_icon {
  736. color: inherit;
  737. }
  738. #options_tablist {
  739. border-color: #a47a6b;
  740. }
  741. .theme-catalog div.thread:hover {
  742. background-color: rgba(88, 53, 41, 0.3);
  743. border: solid 2px #333835;
  744. }
  745. table tbody tr:nth-of-type( even ) {
  746. background-color: transparent;
  747. }
  748.  
  749. span.name {
  750. color: #00704a !important;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement