Advertisement
Guest User

Untitled

a guest
Mar 6th, 2020
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.04 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.  
  384. #postingForm th{
  385. background: #292929 url('https://anon.cafe/.media/7c268c65bf3e08ae7f2a65379684a6ef-imagepng.png');
  386. }
  387.  
  388. button, input[type=submit], input[type=button] {
  389. background-color: #755144;
  390. color: black;
  391.  
  392. border: 1px solid #000000;
  393. border-radius: 5px 5px 5px 5px;
  394. padding: 0.35rem 0.6rem;
  395. box-shadow: 0 0 2px #0003;
  396. }
  397.  
  398. select, [type="text"], [type="password"], textarea {
  399. background: #261712;
  400. color: #ccc;
  401. border: 1px solid #666;
  402. }
  403.  
  404. .dropzone {
  405. background-color: #261712;
  406. padding: 0.5rem;
  407. }
  408.  
  409. .top-nav {
  410. position: fixed;
  411. top: 0;
  412. left: 0;
  413.  
  414. z-index: 100;
  415.  
  416. display: block;
  417. width: 100%;
  418.  
  419. padding: 0.25rem 0.75rem;
  420.  
  421. background-color: #261712;
  422. border-bottom: 1px solid #B7C5D9;
  423. }
  424.  
  425. .WebringButton {
  426. font-size: 120%;
  427.  
  428. animation: none;
  429. }
  430.  
  431. /* Class: Post */
  432.  
  433. .opHead > *,
  434. .postInfo > * {
  435. vertical-align: top;
  436. }
  437.  
  438. .innerPost, .markedPost {
  439. display: inline-block;
  440. max-width: 100%;
  441.  
  442. margin: 0.2rem 4px;
  443. padding: 0.5rem 0.3rem 0.5rem 0.6rem;
  444. border-width: 1px;
  445. border-style: none solid solid none;
  446. border-color: #000000;
  447. border-radius: 5px 5px 5px 5px;
  448. }
  449.  
  450. .innerPost {
  451. background-color: #cc987b;
  452. }
  453.  
  454. .markedPost {
  455. background-color: #D6BAD0;
  456. }
  457.  
  458.  
  459. /* EXTRA: Floating menus */
  460.  
  461. .floatingMenu {
  462. background-color: #cc987b;
  463. border: 1px solid rgba(88, 53, 41, 0.6);
  464. border-radius: 5px 5px 5px 5px;
  465.  
  466.  
  467. padding: 0.5rem;
  468.  
  469. box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  470. }
  471.  
  472. .floatingMenu .header {
  473. margin: -0.5rem;
  474. padding: 0.5rem 1rem;
  475.  
  476. cursor: move;
  477.  
  478. font-size: 1.25rem;
  479. line-height: 1.25rem;
  480. font-weight: bold;
  481. }
  482.  
  483. .floatingMenu .header + hr {
  484. margin: 0.5rem -0.5rem 0.5rem;
  485. width: calc(100% + 1rem);
  486. }
  487.  
  488. /* EXTRA: Settings menu */
  489.  
  490. #settingsMenu {
  491. min-height: 300px;
  492. }
  493.  
  494. .settingsTabs {
  495. margin: 0.5rem 0;
  496. }
  497.  
  498. .settingsTab {
  499. background-color: #cc987b;
  500. padding: 0.25rem 0.5rem;
  501. margin: 0.25rem;
  502. border-radius: 4px;
  503.  
  504. cursor: pointer;
  505. color: black;
  506.  
  507. -webkit-user-select: none;
  508. -moz-user-select: none;
  509. -ms-user-select: none;
  510. -o-user-select: none;
  511. user-select: none;
  512. }
  513.  
  514. .settingsTab:hover {
  515. color: #D00;
  516. }
  517.  
  518. #selectedTab {
  519. background-color: #261712;
  520. color: white;
  521. }
  522.  
  523. .settingsContentPanel {
  524. margin: 1rem 0.5rem;
  525. }
  526.  
  527. #newFilterPanel {
  528. display: flex;
  529. justify-content: space-around;
  530. align-items: center;
  531. }
  532.  
  533. #newFilterPanel + div {
  534. padding: 0.5rem 0.25rem;
  535. }
  536.  
  537. #existingFiltersPanel {
  538. padding: 0 0.25rem;
  539. }
  540.  
  541. #existingFiltersPanel > div:nth-child(2n) {
  542. background-color: rgba(238, 242, 255, 0.67);
  543. }
  544.  
  545. #existingFiltersPanel > div > hr {
  546. display: none;
  547. }
  548.  
  549. #existingFiltersPanel > div > div {
  550. padding: 0.25rem 0.5rem;
  551. }
  552.  
  553. #newFilterPanel + div { font-weight: bold; }
  554. #labelExistingFilterType, .existingFilterTypeLabel { display: inline-block; width: 80px }
  555.  
  556. .filterDeleteButton {
  557. float: right;
  558. cursor: pointer;
  559. }
  560.  
  561. .filterDeleteButton:hover {
  562. color: #D00;
  563. }
  564.  
  565. .settingsContentPanel textarea {
  566. width: 100%;
  567. min-height: 200px;
  568. }
  569.  
  570. /* menu buttons */
  571. .menuClose {
  572. color: #000000;
  573. cursor: pointer;
  574. float: right;
  575.  
  576. font-size: 1.5rem;
  577. line-height: 1.5rem;
  578. }
  579.  
  580. .menuClose:hover {
  581. color: #D00;
  582. }
  583.  
  584. #watchedMenu, #settingsMenu {
  585. position: fixed;
  586. left: 100px;
  587. top: 25px;
  588. z-index: 100;
  589.  
  590. width: 500px;
  591. }
  592.  
  593. #watchedMenu {
  594. width: auto;
  595. min-width: 250px;
  596. }
  597.  
  598. .watchedCell {
  599. margin: 0 -0.5rem;
  600. padding: 0.25rem 0.75rem;
  601. }
  602.  
  603. #watchedMenu div:nth-child(2n) .watchedCell {
  604. /* background-color: #eef2ff; */
  605. background-color: rgba(238, 242, 255, 0.67);
  606. }
  607.  
  608. .watchedCellCloseButton, .watchedNotification { cursor: pointer; }
  609. .watchedCellCloseButton { float: right; }
  610. .watchedCellCloseButton:hover { color: #D00; }
  611. .watchedNotification { padding: 0.25rem 0.5rem; }
  612.  
  613. .extraMenuButton, .hideButton {
  614. position: relative;
  615. }
  616.  
  617. .extraMenuButton i {
  618. font-size: 1.75rem;
  619. line-height: 1.25rem;
  620.  
  621. padding-left: 0.5rem;
  622. padding-right: 0.125rem;
  623.  
  624. cursor: pointer;
  625. }
  626.  
  627. .hideButton i, .watchButton i {
  628. cursor: pointer;
  629. }
  630.  
  631. .watchButton i { padding: 0.125rem 0.25rem; padding-right: 0.0625rem; }
  632. .hideButton i { padding: 0.1rem 0.0625rem; }
  633.  
  634. .extraMenu, .hideMenu {
  635. position: absolute;
  636. left: 15px;
  637. top: -4px;
  638.  
  639. display: inline-block;
  640. z-index: 10;
  641.  
  642. min-width: 150px;
  643. margin: 0.25rem;
  644. }
  645.  
  646. .extraMenu hr, .hideMenu hr {
  647. margin: 0.25rem 0;
  648. width: 100%;
  649. }
  650.  
  651. .extraMenu div, .hideMenu div {
  652. margin: 0 0.5rem;
  653.  
  654. color: #34345C;
  655. cursor: pointer;
  656. }
  657.  
  658. .extraMenu div:hover,
  659. .hideMenu div:hover {
  660. color: #D00;
  661. }
  662.  
  663.  
  664. /* options.js */
  665. #options_div, #alert_div {
  666. background: #a47a6b url("https://media.8kun.net/stylesheets/img/caffe_reply.png") repeat center;
  667. border: solid 1px #a47a6b;
  668. -moz-border-radius: 5px;
  669. border-radius: 5px;
  670. }
  671. .options_tab_icon {
  672. color: inherit;
  673. }
  674. #options_tablist {
  675. border-color: #a47a6b;
  676. }
  677. .theme-catalog div.thread:hover {
  678. background-color: rgba(88, 53, 41, 0.3);
  679. border: solid 2px #333835;
  680. }
  681. table tbody tr:nth-of-type( even ) {
  682. background-color: transparent;
  683. }
  684.  
  685. span.name {
  686. color: #00704a !important;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement