The version of vichan running on lainchan.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1413 lines
21KB

  1. @font-face {
  2. font-family: "LoveLetter";
  3. src: url("/stylesheets/fonts/lovelt-webfont.woff2") format('woff2'),
  4. url("/stylesheets/fonts/lovelt-webfont.woff") format('woff'),
  5. url("/stylesheets/fonts/LoveLetter.TTF") format("truetype");
  6. font-weight: normal;
  7. font-style: normal;
  8. }
  9. #overheader{
  10. background:#070707 !important;
  11. border-bottom:1px #282828 solid !important;
  12. color:#4b4b4b !important;
  13. display:block !important;
  14. font-size:12pt !important;
  15. font-weight:normal !important;
  16. padding:10px 0px 10px 0px !important;
  17. min-width:100% !important;
  18. text-align:center !important;
  19. text-decoration:none !important;
  20. width:100% !important;
  21. position:fixed;
  22. top:0px;
  23. z-index:1;
  24. }
  25. #overheader a{
  26. color:#9b9b9b !important;
  27. text-decoration:none !important;
  28. }
  29. #overheader a:hover{
  30. color:#32dd72 !important;
  31. }
  32. #overheader a.lainchan{
  33. font-family:"LoveLetter", "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace !important;
  34. color:#32dd72 !important;
  35. font-size:16pt;
  36. }
  37. #overheader span a{
  38. font-size:9pt;
  39. text-transform:uppercase;
  40. font-weight:bold;
  41. letter-spacing:0.0625em;
  42. position:relative;
  43. top:-1px;
  44. }
  45. #header{
  46. }
  47. #logo{
  48. }
  49. #logo a{
  50. width:384px !important;
  51. height:128px !important;
  52. min-width:384px !important;
  53. min-height:128px !important;
  54. display:block !important;
  55. background-repeat:no-repeat !important;
  56. background-position:center !important;
  57. text-indent:-9999px !important;
  58. margin:79px auto 35px auto !important;
  59. border:1px solid #4b4b4b !important;
  60. }
  61. input, textarea, select{
  62. background:#1f1f1f !important;
  63. color:#c4c4c4 !important;
  64. border:1px #4b4b4b solid !important;
  65. font-family:arial, helvetica, sans-serif !important;
  66. margin:0px 4px 4px 0px !important;
  67. font-size:10pt !important;
  68. }
  69. textarea{
  70. min-height:240px !important;
  71. min-width:640px !important;
  72. }
  73. input[type="checkbox"]{
  74. position:relative;
  75. top:2px;
  76. left:2px;
  77. }
  78. #pagewrap{
  79. margin:0 auto 0 auto !important;
  80. max-width:960px !important;
  81. }
  82. code.inline{
  83. display:inline !important;
  84. }
  85. code.block{
  86. display:block !important;
  87. margin:1em 0em 1em 0em;
  88. padding:1em !important;
  89. background-color:#0b0b0b !important;
  90. border:dotted 1px #131313 !important;
  91. clear:none !important;
  92. }
  93. code.block br:first-child{
  94. display:none !important;
  95. }
  96. span.header{
  97. display:block !important;
  98. font-size:14pt !important;
  99. font-weight:bold !important;
  100. margin:0px;
  101. padding:0px;
  102. line-height:1 !important;
  103. }
  104. span.bold{
  105. font-weight:bold !important;
  106. }
  107. span.italic{
  108. font-style:italic !important;
  109. }
  110. span.underline{
  111. text-decoration:underline !important;
  112. }
  113. span.strikethrough{
  114. text-decoration:line-through !important;
  115. }
  116. body {
  117. background: #0e0e0e;
  118. color: #919191;
  119. font-family: arial,helvetica,sans-serif;
  120. font-size: 10pt;
  121. margin: 0;
  122. padding: 0;
  123. font-family:"Roboto",Arial,Helvetica Neue,Helvetica,sans-serif;
  124. }
  125. .hidden {
  126. display:none;
  127. }
  128. a,a:visited {
  129. text-decoration: none;
  130. color: #c4c4c4;
  131. }
  132. a:hover,.intro a.post_no:hover {
  133. color: #32dd72;
  134. }
  135. a.post_no {
  136. text-decoration: none;
  137. margin: 0;
  138. padding: 0;
  139. }
  140. .intro a.post_no {
  141. color: inherit;
  142. }
  143. .intro a.post_no,p.intro a.email,p.intro a.post_anchor {
  144. margin: 0;
  145. }
  146. .intro a.email span.name {
  147. color: inherit;
  148. }
  149. .intro a.email:hover span.name {
  150. color: #ffffff;
  151. }
  152. .intro label {
  153. display: inline;
  154. }
  155. .intro time,p.intro a.ip-link,p.intro a.capcode {
  156. direction: ltr;
  157. unicode-bidi: embed;
  158. }
  159. h2 {
  160. color: #ffffff;
  161. font-size: 11pt;
  162. margin: 0;
  163. padding: 0;
  164. }
  165. header {
  166. margin: 30px auto 35px auto;
  167. }
  168. h1 {
  169. font-family: "LoveLetter", "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace !important;
  170. color:#32dd72 !important;
  171. letter-spacing: -2px;
  172. font-size: 20pt;
  173. margin: 0;
  174. }
  175. header div.subtitle,h1 {
  176. color: #ffffff;
  177. text-align: center;
  178. }
  179. header div.subtitle {
  180. font-size: 9pt;
  181. }
  182. form {
  183. margin-bottom: 4em;
  184. }
  185. form table {
  186. margin: auto;
  187. }
  188. form table input {
  189. height: auto;
  190. }
  191. input[type="text"],input[type="password"],textarea {
  192. border: 1px solid #a9a9a9;
  193. text-indent: 0;
  194. text-shadow: none;
  195. text-transform: none;
  196. word-spacing: normal;
  197. max-width: 100%;
  198. }
  199. input[name="delete"]{
  200. display:none;
  201. }
  202. #quick-reply input[type="text"], input[type="password"], #quick-reply textarea {
  203. max-width: 100%;
  204. }
  205. textarea {
  206. width: 100%;
  207. }
  208. form table tr td {
  209. text-align: left;
  210. margin: 0;
  211. padding: 0;
  212. }
  213. form table.mod tr td {
  214. padding: 2px;
  215. }
  216. form table tr th {
  217. text-align: left;
  218. padding: 0px 8px 4px 0px;
  219. vertical-align:top;
  220. }
  221. form table tr th {
  222. background: none;
  223. }
  224. form table tr td div.center {
  225. text-align: center;
  226. float: left;
  227. padding-left: 3px;
  228. }
  229. form table tr td div input {
  230. display: block;
  231. margin: 2px auto 0 auto;
  232. }
  233. form table tr td div label {
  234. font-size: 10px;
  235. }
  236. .unimportant,.unimportant * {
  237. font-size: 10px;
  238. }
  239. .file {
  240. float: left;
  241. margin-right: 2px;
  242. }
  243. .file:not(.multifile) .post-image {
  244. float: left;
  245. }
  246. .file:not(.multifile) {
  247. float: none;
  248. }
  249. p.fileinfo {
  250. display: block;
  251. margin: 0 0 0 20px;
  252. }
  253. div.post p.fileinfo {
  254. padding-left: 5px;
  255. }
  256. div.banner {
  257. background-color: #32dd72;
  258. color: #000000 !important;
  259. font-size: 10pt;
  260. font-weight: bold;
  261. text-align: center;
  262. margin: 1em auto 1em auto;
  263. padding: 0.3em 0 0.3em 0;
  264. width:320px;
  265. }
  266. div.banner,div.banner a {
  267. color: #000000;
  268. }
  269. div.banner a:hover {
  270. color: #ffffff;
  271. text-decoration: none;
  272. }
  273. img.banner,img.board_image {
  274. display: block;
  275. border: 1px solid #a9a9a9;
  276. margin: 12px auto 0 auto;
  277. }
  278. .post-image {
  279. display: block;
  280. float: left;
  281. margin: 5px 20px 10px 20px;
  282. border: none;
  283. }
  284. .full-image {
  285. max-width: 98%;
  286. }
  287. div.post .post-image {
  288. padding: 5px;
  289. margin: 0 20px 0 0;
  290. }
  291. div.post img.icon {
  292. display: inline;
  293. margin: 0 5px;
  294. padding: 0;
  295. }
  296. div.post i.fa {
  297. margin: 0 4px;
  298. font-size: 16px;
  299. }
  300. div.post.op {
  301. margin-right: 20px;
  302. margin-bottom: 5px;
  303. }
  304. div.post.op hr {
  305. border-color: #D9BFB7;
  306. }
  307. .intro {
  308. margin: 0.5em 0;
  309. padding: 0;
  310. padding-bottom: 0.2em;
  311. }
  312. input.delete {
  313. float: left;
  314. margin: 1px 6px 0 0;
  315. }
  316. .intro span.subject {
  317. color: #c4c4c4;
  318. font-weight: bold;
  319. }
  320. .intro span.name {
  321. color: #32dd72 !important;
  322. font-weight: bold;
  323. }
  324. .intro span.capcode,p.intro a.capcode,p.intro a.nametag {
  325. color: #32dd72 !important;
  326. margin-left: 0;
  327. }
  328. .intro a {
  329. margin-left: 8px;
  330. }
  331. div.delete {
  332. float: right;
  333. }
  334. div.post.reply p {
  335. margin: 0.3em 0 0 0;
  336. }
  337. div.post.reply div.body {
  338. margin-left: 1.8em;
  339. margin-top: 0.8em;
  340. padding-right: 3em;
  341. padding-bottom: 0.3em;
  342. }
  343. div.post.reply.highlighted {
  344. background: #393939;
  345. }
  346. div.post.reply div.body a {
  347. color: #c4c4c4;
  348. }
  349. div.post {
  350. line-height:1.333 !important;
  351. padding-left: 20px;
  352. }
  353. div.post div.body {
  354. word-wrap: break-word;
  355. white-space: pre-wrap;
  356. }
  357. div.post.reply {
  358. background: #1f1f1f;
  359. margin: 0.2em 4px;
  360. padding: 0.2em 0.3em 0.5em 0.6em;
  361. border-width: 1px;
  362. border-style: none solid solid none;
  363. border-color: #1f1f1f;
  364. display: inline-block;
  365. min-width:100% !important;
  366. width: 100% !important;
  367. }
  368. span.trip {
  369. color: #228854;
  370. }
  371. span.quote {
  372. color: #00a740;
  373. }
  374. span.omitted {
  375. display: block;
  376. margin-top: 1em;
  377. }
  378. br.clear {
  379. clear: left;
  380. display: block;
  381. }
  382. span.controls {
  383. float: right !important;
  384. clear:none !important;
  385. margin: 0;
  386. padding: 0;
  387. font-size: 80%;
  388. }
  389. span.controls.op {
  390. float: none;
  391. margin-left: 10px;
  392. }
  393. span.controls a {
  394. margin: 0;
  395. }
  396. div#wrap {
  397. width: 900px;
  398. margin: 0 auto;
  399. }
  400. div.ban {
  401. background: none;
  402. border: 1px solid #1f1f1f;
  403. max-width: 700px;
  404. margin: 30px auto;
  405. }
  406. div.ban p,div.ban h2 {
  407. padding: 3px 7px;
  408. }
  409. div.ban h2 {
  410. background: #1f1f1f;
  411. color: black;
  412. font-size: 12pt;
  413. }
  414. div.ban p {
  415. font-size: 12px;
  416. margin-bottom: 12px;
  417. }
  418. div.ban p.reason {
  419. font-weight: bold;
  420. }
  421. span.heading {
  422. color: #ffffff;
  423. font-size: 11pt;
  424. font-weight: bold;
  425. }
  426. span.spoiler {
  427. background: black;
  428. color: black;
  429. padding: 0 0px;
  430. }
  431. div.post.reply div.body span.spoiler a {
  432. color: black;
  433. }
  434. span.spoiler:hover,div.post.reply div.body span.spoiler:hover a {
  435. color: white;
  436. }
  437. div.styles {
  438. float: right;
  439. padding-bottom: 20px;
  440. }
  441. div.styles a {
  442. margin: 0 10px;
  443. }
  444. div.styles a.selected {
  445. text-decoration: none;
  446. }
  447. table.test {
  448. width: 100%;
  449. }
  450. table.test td,table.test th {
  451. text-align: left;
  452. padding: 0px 5px 5px 0px;
  453. }
  454. table.test tr.h th {
  455. background: #1f1f1f;
  456. }
  457. table.test td img {
  458. margin: 0;
  459. }
  460. fieldset{
  461. border:1px solid #4b4b4b !important;
  462. font-size:11pt;
  463. margin:3em auto 0px auto;
  464. width:640px;
  465. line-height:1.333 !important;
  466. }
  467. fieldset small{
  468. font-size:9pt;
  469. }
  470. fieldset legend{
  471. font-weight:bold;
  472. font-size:14pt;
  473. }
  474. fieldset label {
  475. display: block;
  476. border:0px
  477. }
  478. div.pages {
  479. color: #ffffff;
  480. background: none;
  481. display: inline-block;
  482. padding: 8px;
  483. margin: 8px auto 4px auto;
  484. border-right: 0px solid #1f1f1f;
  485. border-bottom: 0px solid #1f1f1f;
  486. }
  487. div.pages.top {
  488. display: block;
  489. padding: 5px 8px;
  490. margin-bottom: 5px;
  491. position: fixed;
  492. top: 0;
  493. right: 0;
  494. opacity: 0.9;
  495. }
  496. @media screen and (max-width: 800px) {
  497. div.pages.top {
  498. display: none!important;
  499. }
  500. }
  501. div.pages a.selected {
  502. color: #ffffff;
  503. font-weight: bolder;
  504. }
  505. div.pages a {
  506. text-decoration: none;
  507. }
  508. div.pages form {
  509. margin: 0;
  510. padding: 0;
  511. display: inline;
  512. }
  513. div.pages form input {
  514. margin: 0 5px;
  515. display: inline;
  516. }
  517. hr {
  518. border: none;
  519. border-bottom: 1px solid #1f1f1f;
  520. height: 0;
  521. clear: left;
  522. padding-top: 3em;
  523. }
  524. div.report {
  525. color: #333;
  526. }
  527. table.modlog {
  528. margin: auto;
  529. width: 100%;
  530. }
  531. table.modlog tr td {
  532. text-align: left;
  533. margin: 0;
  534. padding: 4px 15px 0 0;
  535. }
  536. table.modlog tr th {
  537. text-align: left;
  538. padding: 4px 15px 5px 5px;
  539. white-space: nowrap;
  540. }
  541. table.modlog tr th {
  542. background: #1f1f1f;
  543. }
  544. td.minimal,th.minimal {
  545. width: 1%;
  546. white-space: nowrap;
  547. }
  548. div.top_notice {
  549. text-align: center;
  550. margin: 5px auto;
  551. }
  552. span.public_ban {
  553. display: block;
  554. color: red;
  555. font-weight: bold;
  556. margin-top: 15px;
  557. }
  558. span.toolong {
  559. display: block;
  560. margin-top: 15px;
  561. }
  562. div.blotter {
  563. color: red;
  564. font-weight: bold;
  565. text-align: center;
  566. }
  567. table.mod.config-editor {
  568. font-size: 9pt;
  569. width: 100%;
  570. }
  571. table.mod.config-editor td {
  572. text-align: left;
  573. padding: 5px;
  574. border-bottom: 1px solid #1f1f1f;
  575. }
  576. table.mod.config-editor input[type="text"] {
  577. width: 98%;
  578. }
  579. div.boardlist:nth-child(1) {
  580. background-color: #0e0e0e;
  581. }
  582. .desktop-style div.boardlist:nth-child(1) {
  583. position: fixed;
  584. top: 0;
  585. left: 0;
  586. right: 0;
  587. margin-top: 0;
  588. z-index: 30;
  589. box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  590. border-bottom: 1px solid;
  591. background-color: #0e0e0e;
  592. }
  593. .bar.bottom {
  594. bottom: 0px;
  595. border-top: 1px solid #333333;
  596. background-color: #0e0e0e ;
  597. }
  598. .desktop-style body {
  599. padding-top: 20px;
  600. }
  601. .desktop-style .sub {
  602. background: inherit;
  603. }
  604. .desktop-style .sub .sub {
  605. display: inline-block;
  606. text-indent: -9000px;
  607. width: 7px;
  608. background: url('img/arrow.png') right center no-repeat;
  609. }
  610. .desktop-style .sub .sub:hover,.desktop-style .sub .sub.hover {
  611. display: inline;
  612. text-indent: 0;
  613. background: inherit;
  614. }
  615. #attention_bar {
  616. height: 1.5em;
  617. max-height: 1.5em;
  618. width: 100%;
  619. max-width: 100%;
  620. text-align: center;
  621. overflow: hidden;
  622. }
  623. #attention_bar_form {
  624. display: none;
  625. padding: 0;
  626. margin: 0;
  627. }
  628. #attention_bar_input {
  629. width: 100%;
  630. padding: 0;
  631. margin: 0;
  632. text-align: center;
  633. }
  634. #attention_bar:hover {
  635. background-color: rgba(100%,100%,100%,0.2);
  636. }
  637. .intro.thread-hidden {
  638. margin: 0;
  639. padding: 0;
  640. }
  641. form.ban-appeal {
  642. margin: 9px 20px;
  643. }
  644. form.ban-appeal textarea {
  645. display: block;
  646. }
  647. .MathJax_Display {
  648. display: inline!important;
  649. }
  650. fieldset code {
  651. margin: 0;
  652. display:inline;
  653. }
  654. .theme-catalog div.thread img {
  655. float: none!important;
  656. margin: auto;
  657. max-height: 150px;
  658. max-width: 200px;
  659. box-shadow: 0 0 4px rgba(0,0,0,0.55);
  660. border: 2px solid rgba(153,153,153,0);
  661. }
  662. .theme-catalog div.thread {
  663. display: inline-block;
  664. vertical-align: top;
  665. text-align: center;
  666. font-weight: normal;
  667. margin-top: 2px;
  668. margin-bottom: 2px;
  669. padding: 2px;
  670. height: 300px;
  671. width: 205px;
  672. overflow: hidden;
  673. position: relative;
  674. font-size: 11px;
  675. max-height: 300px;
  676. background: rgba(182,182,182,0.12);
  677. border: 2px solid rgba(111,111,111,0.34);
  678. }
  679. .theme-catalog div.thread strong {
  680. display: block;
  681. }
  682. .theme-catalog div.threads {
  683. text-align: center;
  684. margin-left: -20px;
  685. }
  686. .theme-catalog div.thread:hover {
  687. background: #4e4e4e;
  688. border-color: #1f1f1f;
  689. }
  690. .theme-catalog div.grid-size-vsmall img {
  691. max-height: 33%;
  692. max-width: 95%
  693. }
  694. .theme-catalog div.grid-size-vsmall {
  695. min-width:90px; max-width: 90px;
  696. max-height: 148px;
  697. }
  698. .theme-catalog div.grid-size-small img {
  699. max-height: 33%;
  700. max-width: 95%
  701. }
  702. .theme-catalog div.grid-size-small {
  703. min-width:140px; max-width: 140px;
  704. max-height: 192px;
  705. }
  706. .theme-catalog div.grid-size-large img {
  707. max-height: 40%;
  708. max-width: 95%
  709. }
  710. .theme-catalog div.grid-size-large {
  711. min-width: 256px; max-width: 256px;
  712. max-height: 384px;
  713. }
  714. .theme-catalog img.thread-image {
  715. height: auto;
  716. max-width: 100%;
  717. }
  718. @media (max-width: 420px) {
  719. .theme-catalog ul#Grid {
  720. padding-left: 18px;
  721. }
  722. .theme-catalog div.thread {
  723. width: auto;
  724. margin-left: 0;
  725. margin-right: 0;
  726. }
  727. .theme-catalog div.threads {
  728. overflow: hidden;
  729. }
  730. }
  731. .compact-boardlist {
  732. padding: 3px;
  733. padding-bottom: 0;
  734. }
  735. .compact-boardlist .cb-item {
  736. display: inline-block;
  737. vertical-align: middle;
  738. }
  739. .compact-boardlist .cb-icon {
  740. padding-bottom: 1px;
  741. }
  742. .compact-boardlist .cb-fa {
  743. font-size: 21px;
  744. padding: 2px;
  745. padding-top: 0;
  746. }
  747. .compact-boardlist .cb-cat {
  748. padding: 5px 6px 8px 6px;
  749. }
  750. .cb-menuitem {
  751. display: table-row;
  752. }
  753. .cb-menuitem span {
  754. padding: 5px;
  755. display: table-cell;
  756. text-align: left;
  757. border-top: 1px solid rgba(0,0,0,0.5);
  758. }
  759. .cb-menuitem span.cb-uri {
  760. text-align: right;
  761. }
  762. .boardlist:not(.compact-boardlist) #watch-pinned::before {
  763. content: " [ ";
  764. }
  765. .boardlist:not(.compact-boardlist) #watch-pinned::after {
  766. content: " ] ";
  767. }
  768. .boardlist:not(.compact-boardlist) #watch-pinned {
  769. display: inline;
  770. }
  771. .boardlist:not(.compact-boardlist) #watch-pinned a {
  772. margin-left: 3pt;
  773. }
  774. .boardlist:not(.compact-boardlist) #watch-pinned a:first-child {
  775. margin-left: 0pt;
  776. }
  777. .compact-boardlist #watch-pinned {
  778. display: inline-block;
  779. vertical-align: middle;
  780. }
  781. .new-posts {
  782. opacity: 0.6;
  783. margin-top: 1em;
  784. }
  785. .new-threads {
  786. text-align: center;
  787. }
  788. #options_handler, #alert_handler {
  789. position: fixed;
  790. top: 0px;
  791. left: 0px;
  792. right: 0px;
  793. bottom: 0px;
  794. width: 100%;
  795. height: 100%;
  796. text-align: center;
  797. z-index: 9900;
  798. }
  799. #options_background, #alert_background {
  800. background: black;
  801. opacity: 0.5;
  802. position: absolute;
  803. top: 0px;
  804. left: 0px;
  805. right: 0px;
  806. bottom: 0px;
  807. width: 100%;
  808. height: 100%;
  809. z-index: -1;
  810. }
  811. #options_div, #alert_div {
  812. background-color: #4e4e4e;
  813. border: 1px solid black;
  814. display: inline-block;
  815. position: relative;
  816. margin-top: 20px;
  817. }
  818. #options_div {
  819. width: 620px;
  820. height: 400px;
  821. resize: both;
  822. overflow: auto;
  823. }
  824. #alert_div {
  825. width: 500px;
  826. }
  827. #alert_message {
  828. text-align: center;
  829. margin: 13px;
  830. font-size: 110%;
  831. }
  832. .alert_button {
  833. margin-bottom: 13px;
  834. }
  835. #options_div textarea {
  836. max-width: 100%;
  837. }
  838. #options_close, #alert_close {
  839. top: 0px;
  840. right: 0px;
  841. position: absolute;
  842. margin-right: 3px;
  843. font-size: 20px;
  844. z-index: 100;
  845. }
  846. #options_tablist {
  847. padding: 0px 5px;
  848. left: 0px;
  849. width: 90px;
  850. top: 0px;
  851. bottom: 0px;
  852. height: 100%;
  853. border-right: 1px solid black;
  854. }
  855. .options_tab_icon {
  856. padding: 5px;
  857. color: black;
  858. cursor: pointer;
  859. }
  860. .options_tab_icon.active {
  861. color: red;
  862. }
  863. .options_tab_icon i {
  864. font-size: 20px;
  865. }
  866. .options_tab_icon div {
  867. font-size: 11px;
  868. }
  869. .options_tab {
  870. padding: 10px;
  871. position: absolute;
  872. top: 0px;
  873. bottom: 10px;
  874. left: 101px;
  875. right: 0px;
  876. text-align: left;
  877. font-size: 12px;
  878. overflow-y: auto;
  879. }
  880. .options_tab h2 {
  881. text-align: center;
  882. margin-bottom: 5px;
  883. }
  884. .mobile-style #options_div, .mobile-style #alert_div {
  885. display: block;
  886. width: 100%;
  887. height: 100%;
  888. margin-top: 0px;
  889. }
  890. .mentioned {
  891. word-wrap: break-word;
  892. }
  893. .poster_id {
  894. cursor: pointer;
  895. display: inline-block;
  896. -webkit-user-select: none;
  897. -moz-user-select: none;
  898. -ms-user-select: none;
  899. -o-user-select: none;
  900. user-select: none;
  901. }
  902. .poster_id:hover {
  903. color: #800000!important;
  904. }
  905. .poster_id::before {
  906. content: " ID: ";
  907. }
  908. code{
  909. /* Better code tags */
  910. max-width:inherit;
  911. word-wrap:normal;
  912. overflow:auto;
  913. font-size:9pt;
  914. font-family:"Roboto Mono",Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace !important;
  915. }
  916. span.pln {
  917. color:grey;
  918. }
  919. @media screen and (min-width: 768px) {
  920. .intro {
  921. clear: none;
  922. }
  923. div.post div.body {
  924. clear: none;
  925. }
  926. }
  927. .clearfix {
  928. display: block;
  929. clear: both;
  930. visibility: hidden;
  931. overflow: hidden;
  932. font-size: 0px;
  933. line-height: 0px;
  934. box-sizing: border-box;
  935. border: none;
  936. height: 0;
  937. margin: 0;
  938. padding: 0;
  939. width: 100%;
  940. zoom: 1;
  941. }
  942. /* === SPECIFIC PAGES & FEATURES === */
  943. /* Board List */
  944. div.boardlist {
  945. margin-top: 3px;
  946. color: #89A;
  947. font-size: 9pt;
  948. }
  949. div.boardlist.bottom {
  950. margin-top: 12px;
  951. clear: both;
  952. }
  953. div.boardlist a {
  954. text-decoration: none;
  955. }
  956. /* Threads */
  957. /* Thread Footer */
  958. #thread-interactions {
  959. margin: 8px 0;
  960. clear: both;
  961. }
  962. #thread-links {
  963. float: left;
  964. }
  965. #thread-links > a {
  966. padding-left: none;
  967. padding-right: 10px;
  968. }
  969. #thread-quick-reply {
  970. display: none;
  971. position: absolute;
  972. left: 50%;
  973. right: 50%;
  974. text-align: center;
  975. width: 100px;
  976. margin-left: -50px;
  977. }
  978. #thread_stats {
  979. float: right;
  980. }
  981. #post-moderation-fields {
  982. float: right;
  983. text-align: right;
  984. }
  985. #delete-fields {
  986. }
  987. #report-fields {
  988. }
  989. /* threadwatcher */
  990. #watchlist {
  991. display: none;
  992. max-height: 250px;
  993. overflow: auto;
  994. border: 1px solid;
  995. border-style: none solid solid none;
  996. width: 50%;
  997. margin: 0 auto;
  998. margin-bottom: 10px;
  999. }
  1000. .watchlist-inner, .watchlist-controls {
  1001. margin: 0 auto;
  1002. margin-top: 10px;
  1003. margin-bottom: 10px;
  1004. text-align: center;
  1005. }
  1006. #watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts {
  1007. cursor: pointer;
  1008. }
  1009. #youtube-size input {
  1010. width: 50px;
  1011. }
  1012. /* File selector */
  1013. .dropzone {
  1014. color: #000;
  1015. cursor: default;
  1016. margin: auto;
  1017. padding: 0px 4px;
  1018. text-align: center;
  1019. min-height: 50px;
  1020. max-height: 140px;
  1021. transition: 0.2s;
  1022. background-color: rgba(200, 200, 200, 0.5);
  1023. overflow-y: auto;
  1024. }
  1025. .dropzone-wrap {
  1026. width: 100%;
  1027. }
  1028. .dropzone .file-hint {
  1029. color: rgba(0, 0, 0, 0.5);
  1030. cursor: pointer;
  1031. position: relative;
  1032. margin-bottom: 5px;
  1033. padding: 10px 0px;
  1034. top: 5px;
  1035. transition: 0.2s;
  1036. border: 2px dashed rgba(125, 125, 125, 0.4);
  1037. }
  1038. .file-hint:hover, .dropzone.dragover .file-hint {
  1039. color: rgba(0, 0, 0, 1);
  1040. border-color: rgba(125, 125, 125, 0.8);
  1041. }
  1042. .dropzone.dragover {
  1043. background-color: rgba(200, 200, 200, 1);
  1044. }
  1045. .dropzone .file-thumbs {
  1046. text-align: left;
  1047. width: 100%;
  1048. }
  1049. .dropzone .tmb-container {
  1050. padding: 3px;
  1051. overflow-x: hidden;
  1052. white-space: nowrap;
  1053. }
  1054. .dropzone .file-tmb {
  1055. height: 40px;
  1056. width: 70px;
  1057. cursor: pointer;
  1058. display: inline-block;
  1059. text-align: center;
  1060. background-color: rgba(187, 187, 187, 0.5);
  1061. background-size: cover;
  1062. background-position: center;
  1063. }
  1064. .dropzone .file-tmb span {
  1065. font-weight: 600;
  1066. position: relative;
  1067. top: 13px;
  1068. }
  1069. .dropzone .tmb-filename {
  1070. display: inline-block;
  1071. vertical-align: bottom;
  1072. bottom: 12px;
  1073. position: relative;
  1074. margin-left: 5px;
  1075. }
  1076. .dropzone .remove-btn {
  1077. cursor: pointer;
  1078. color: rgba(125, 125, 125, 0.5);
  1079. display: inline-block;
  1080. vertical-align: bottom;
  1081. bottom: 10px;
  1082. position: relative;
  1083. margin-right: 5px;
  1084. font-size: 20px
  1085. }
  1086. .dropzone .remove-btn:hover {
  1087. color: rgba(125, 125, 125, 1);
  1088. }
  1089. #thread_stats {
  1090. display: inline;
  1091. margin-left: 10px;
  1092. margin-right: 10px;
  1093. }
  1094. /* Fileboard */
  1095. table.fileboard th, table.fileboard td {
  1096. padding: 2px;
  1097. text-align: center;
  1098. }
  1099. table.fileboard .intro a {
  1100. margin-left: 0px;
  1101. }
  1102. /* Gallery view */
  1103. #gallery_images {
  1104. position: absolute;
  1105. right: 0px;
  1106. bottom: 0px;
  1107. top: 0px;
  1108. width: 12%;
  1109. background-color: rgba(0, 0, 0, 0.4);
  1110. overflow: auto;
  1111. }
  1112. #gallery_toolbar {
  1113. position: absolute;
  1114. right: 12%;
  1115. left: 0px;
  1116. bottom: 0px;
  1117. height: 32px;
  1118. background-color: rgba(0, 0, 0, 0.4);
  1119. text-align: right;
  1120. }
  1121. #gallery_images img {
  1122. width: 100%;
  1123. }
  1124. #gallery_toolbar a {
  1125. font-size: 28px;
  1126. padding-right: 5px;
  1127. }
  1128. #gallery_main {
  1129. position: absolute;
  1130. left: 0px;
  1131. right: 12%;
  1132. bottom: 32px;
  1133. top: 0px;
  1134. padding: 10px;
  1135. }
  1136. #gallery_images img {
  1137. opacity: 0.6;
  1138. -webkit-transition: all 0.5s;
  1139. transition: all 0.5s;
  1140. }
  1141. #gallery_images img:hover, #gallery_images img.active {
  1142. opacity: 1;
  1143. }
  1144. #gallery_images img.active {
  1145. -webkit-box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
  1146. -moz-box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
  1147. box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
  1148. z-index: 1;
  1149. }
  1150. #gallery_main img, #gallery_main video {
  1151. max-width: 100%;
  1152. max-height: 100%;
  1153. position: absolute;
  1154. }
  1155. .own_post {
  1156. font-style: italic;
  1157. font-weight: normal;
  1158. opacity: .666;
  1159. }
  1160. div.mix {
  1161. display: inline-block;
  1162. }