The version of vichan running on lainchan.org
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

962 рядки
13KB

  1. body {
  2. background: #EEF2FF url('img/fade-blue.png') repeat-x 50% 0%;
  3. color: black;
  4. font-family: arial,helvetica,sans-serif;
  5. font-size: 10pt;
  6. margin: 0 4px;
  7. padding-left: 4px;
  8. padding-right: 4px;
  9. }
  10. a,a:visited {
  11. text-decoration: underline;
  12. color: #34345C;
  13. }
  14. a:hover,p.intro a.post_no:hover {
  15. color: #ff0000;
  16. }
  17. a.post_no {
  18. text-decoration: none;
  19. margin: 0;
  20. padding: 0;
  21. }
  22. p.intro a.post_no {
  23. color: inherit;
  24. }
  25. p.intro a.post_no,p.intro a.email,p.intro a.post_anchor {
  26. margin: 0;
  27. }
  28. p.intro a.email span.name {
  29. color: #34345C;
  30. }
  31. p.intro a.email:hover span.name {
  32. color: #ff0000;
  33. }
  34. p.intro label {
  35. display: inline;
  36. }
  37. p.intro time,p.intro a.ip-link,p.intro a.capcode {
  38. direction: ltr;
  39. unicode-bidi: embed;
  40. }
  41. h2 {
  42. color: #AF0A0F;
  43. font-size: 11pt;
  44. margin: 0;
  45. padding: 0;
  46. }
  47. header {
  48. margin: 1em 0;
  49. }
  50. h1 {
  51. font-family: tahoma;
  52. letter-spacing: -2px;
  53. font-size: 20pt;
  54. margin: 0;
  55. }
  56. header div.subtitle,h1 {
  57. color: #AF0A0F;
  58. text-align: center;
  59. }
  60. header div.subtitle {
  61. font-size: 8pt;
  62. }
  63. form {
  64. margin-bottom: 4em;
  65. }
  66. form table {
  67. margin: auto;
  68. }
  69. form table input {
  70. height: auto;
  71. }
  72. input[type="text"],input[type="password"],textarea {
  73. border: 1px solid #a9a9a9;
  74. text-indent: 0;
  75. text-shadow: none;
  76. text-transform: none;
  77. word-spacing: normal;
  78. max-width: 75%;
  79. }
  80. #quick-reply input[type="text"], input[type="password"], #quick-reply textarea {
  81. max-width: 100%;
  82. }
  83. form table tr td {
  84. text-align: left;
  85. margin: 0;
  86. padding: 0;
  87. }
  88. form table.mod tr td {
  89. padding: 2px;
  90. }
  91. form table tr th {
  92. text-align: left;
  93. padding: 4px;
  94. }
  95. form table tr th {
  96. background: #98E;
  97. }
  98. form table tr td div.center {
  99. text-align: center;
  100. float: left;
  101. padding-left: 3px;
  102. }
  103. form table tr td div input {
  104. display: block;
  105. margin: 2px auto 0 auto;
  106. }
  107. form table tr td div label {
  108. font-size: 10px;
  109. }
  110. .unimportant,.unimportant * {
  111. font-size: 10px;
  112. }
  113. .file {
  114. float: left;
  115. margin-right: 2px;
  116. }
  117. .file:not(.multifile) .post-image {
  118. float: left;
  119. }
  120. .file:not(.multifile) {
  121. float: none;
  122. }
  123. p.fileinfo {
  124. display: block;
  125. margin: 0 0 0 20px;
  126. }
  127. div.post p.fileinfo {
  128. padding-left: 5px;
  129. }
  130. div.banner {
  131. background-color: #E04000;
  132. font-size: 12pt;
  133. font-weight: bold;
  134. text-align: center;
  135. margin: 1em 0;
  136. }
  137. div.banner,div.banner a {
  138. color: white;
  139. }
  140. div.banner a:hover {
  141. color: #EEF2FF;
  142. text-decoration: none;
  143. }
  144. img.banner,img.board_image {
  145. display: block;
  146. border: 1px solid #a9a9a9;
  147. margin: 12px auto 0 auto;
  148. }
  149. .post-image {
  150. display: block;
  151. float: left;
  152. margin: 5px 20px 10px 20px;
  153. border: none;
  154. }
  155. div.post .post-image {
  156. padding: 5px;
  157. margin: 0 20px 0 0;
  158. }
  159. div.post img.icon {
  160. display: inline;
  161. margin: 0 5px;
  162. padding: 0;
  163. }
  164. div.post i.fa {
  165. margin: 0 4px;
  166. font-size: 16px;
  167. }
  168. div.post.op {
  169. margin-right: 20px;
  170. margin-bottom: 5px;
  171. }
  172. div.post.op hr {
  173. border-color: #D9BFB7;
  174. }
  175. p.intro {
  176. margin: 0.5em 0;
  177. padding: 0;
  178. padding-bottom: 0.2em;
  179. }
  180. input.delete {
  181. float: left;
  182. margin: 1px 6px 0 0;
  183. }
  184. p.intro span.subject {
  185. color: #0F0C5D;
  186. font-weight: bold;
  187. }
  188. p.intro span.name {
  189. color: #117743;
  190. font-weight: bold;
  191. }
  192. p.intro span.capcode,p.intro a.capcode,p.intro a.nametag {
  193. color: #F00000;
  194. margin-left: 0;
  195. }
  196. p.intro a {
  197. margin-left: 8px;
  198. }
  199. div.delete {
  200. float: right;
  201. }
  202. div.post.reply p {
  203. margin: 0.3em 0 0 0;
  204. }
  205. div.post.reply div.body {
  206. margin-left: 1.8em;
  207. margin-top: 0.8em;
  208. padding-right: 3em;
  209. padding-bottom: 0.3em;
  210. }
  211. div.post.reply.highlighted {
  212. background: #D6BAD0;
  213. }
  214. div.post.reply div.body a {
  215. color: #D00;
  216. }
  217. div.post {
  218. padding-left: 20px;
  219. }
  220. div.post div.body {
  221. word-wrap: break-word;
  222. white-space: pre-wrap;
  223. }
  224. div.post.reply {
  225. background: #D6DAF0;
  226. margin: 0.2em 4px;
  227. padding: 0.2em 0.3em 0.5em 0.6em;
  228. border-width: 1px;
  229. border-style: none solid solid none;
  230. border-color: #B7C5D9;
  231. display: inline-block;
  232. max-width: 94%!important;
  233. }
  234. span.trip {
  235. color: #228854;
  236. }
  237. span.quote {
  238. color: #789922;
  239. }
  240. span.omitted {
  241. display: block;
  242. margin-top: 1em;
  243. }
  244. br.clear {
  245. clear: left;
  246. display: block;
  247. }
  248. span.controls {
  249. float: right;
  250. margin: 0;
  251. padding: 0;
  252. font-size: 80%;
  253. }
  254. span.controls.op {
  255. float: none;
  256. margin-left: 10px;
  257. }
  258. span.controls a {
  259. margin: 0;
  260. }
  261. div#wrap {
  262. width: 900px;
  263. margin: 0 auto;
  264. }
  265. div.ban {
  266. background: white;
  267. border: 1px solid #98E;
  268. max-width: 700px;
  269. margin: 30px auto;
  270. }
  271. div.ban p,div.ban h2 {
  272. padding: 3px 7px;
  273. }
  274. div.ban h2 {
  275. background: #98E;
  276. color: black;
  277. font-size: 12pt;
  278. }
  279. div.ban p {
  280. font-size: 12px;
  281. margin-bottom: 12px;
  282. }
  283. div.ban p.reason {
  284. font-weight: bold;
  285. }
  286. span.heading {
  287. color: #AF0A0F;
  288. font-size: 11pt;
  289. font-weight: bold;
  290. }
  291. span.spoiler {
  292. background: black;
  293. color: black;
  294. padding: 0 1px;
  295. }
  296. div.post.reply div.body span.spoiler a {
  297. color: black;
  298. }
  299. span.spoiler:hover,div.post.reply div.body span.spoiler:hover a {
  300. color: white;
  301. }
  302. div.styles {
  303. float: right;
  304. padding-bottom: 20px;
  305. }
  306. div.styles a {
  307. margin: 0 10px;
  308. }
  309. div.styles a.selected {
  310. text-decoration: none;
  311. }
  312. table.test {
  313. width: 100%;
  314. }
  315. table.test td,table.test th {
  316. text-align: left;
  317. padding: 5px;
  318. }
  319. table.test tr.h th {
  320. background: #98E;
  321. }
  322. table.test td img {
  323. margin: 0;
  324. }
  325. fieldset label {
  326. display: block;
  327. }
  328. div.pages {
  329. color: #89A;
  330. background: #D6DAF0;
  331. display: inline;
  332. padding: 8px;
  333. border-right: 1px solid #B7C5D9;
  334. border-bottom: 1px solid #B7C5D9;
  335. }
  336. div.pages.top {
  337. display: block;
  338. padding: 5px 8px;
  339. margin-bottom: 5px;
  340. position: fixed;
  341. top: 0;
  342. right: 0;
  343. opacity: 0.9;
  344. }
  345. @media screen and (max-width: 800px) {
  346. div.pages.top {
  347. display: none!important;
  348. }
  349. }
  350. div.pages a.selected {
  351. color: black;
  352. font-weight: bolder;
  353. }
  354. div.pages a {
  355. text-decoration: none;
  356. }
  357. div.pages form {
  358. margin: 0;
  359. padding: 0;
  360. display: inline;
  361. }
  362. div.pages form input {
  363. margin: 0 5px;
  364. display: inline;
  365. }
  366. hr {
  367. border: none;
  368. border-top: 1px solid #B7C5D9;
  369. height: 0;
  370. clear: left;
  371. }
  372. div.boardlist {
  373. color: #89A;
  374. font-size: 9pt;
  375. margin-top: 3px;
  376. }
  377. div.boardlist.bottom {
  378. margin-top: 20px;
  379. }
  380. div.boardlist a {
  381. text-decoration: none;
  382. }
  383. div.report {
  384. color: #333;
  385. }
  386. table.modlog {
  387. margin: auto;
  388. width: 100%;
  389. }
  390. table.modlog tr td {
  391. text-align: left;
  392. margin: 0;
  393. padding: 4px 15px 0 0;
  394. }
  395. table.modlog tr th {
  396. text-align: left;
  397. padding: 4px 15px 5px 5px;
  398. white-space: nowrap;
  399. }
  400. table.modlog tr th {
  401. background: #98E;
  402. }
  403. td.minimal,th.minimal {
  404. width: 1%;
  405. white-space: nowrap;
  406. }
  407. div.top_notice {
  408. text-align: center;
  409. margin: 5px auto;
  410. }
  411. span.public_ban {
  412. display: block;
  413. color: red;
  414. font-weight: bold;
  415. margin-top: 15px;
  416. }
  417. span.toolong {
  418. display: block;
  419. margin-top: 15px;
  420. }
  421. div.blotter {
  422. color: red;
  423. font-weight: bold;
  424. text-align: center;
  425. }
  426. table.mod.config-editor {
  427. font-size: 9pt;
  428. width: 100%;
  429. }
  430. table.mod.config-editor td {
  431. text-align: left;
  432. padding: 5px;
  433. border-bottom: 1px solid #98e;
  434. }
  435. table.mod.config-editor input[type="text"] {
  436. width: 98%;
  437. }
  438. .desktop-style div.boardlist:nth-child(1) {
  439. position: fixed;
  440. top: 0;
  441. left: 0;
  442. right: 0;
  443. margin-top: 0;
  444. z-index: 30;
  445. box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  446. border-bottom: 1px solid;
  447. background-color: #D6DAF0;
  448. }
  449. .desktop-style body {
  450. padding-top: 20px;
  451. }
  452. .desktop-style .sub {
  453. background: inherit;
  454. }
  455. .desktop-style .sub .sub {
  456. display: inline-block;
  457. text-indent: -9000px;
  458. width: 7px;
  459. background: url('img/arrow.png') right center no-repeat;
  460. }
  461. .desktop-style .sub .sub:hover,.desktop-style .sub .sub.hover {
  462. display: inline;
  463. text-indent: 0;
  464. background: inherit;
  465. }
  466. #attention_bar {
  467. height: 1.5em;
  468. max-height: 1.5em;
  469. width: 100%;
  470. max-width: 100%;
  471. text-align: center;
  472. overflow: hidden;
  473. }
  474. #attention_bar_form {
  475. display: none;
  476. padding: 0;
  477. margin: 0;
  478. }
  479. #attention_bar_input {
  480. width: 100%;
  481. padding: 0;
  482. margin: 0;
  483. text-align: center;
  484. }
  485. #attention_bar:hover {
  486. background-color: rgba(100%,100%,100%,0.2);
  487. }
  488. p.intro.thread-hidden {
  489. margin: 0;
  490. padding: 0;
  491. }
  492. form.ban-appeal {
  493. margin: 9px 20px;
  494. }
  495. form.ban-appeal textarea {
  496. display: block;
  497. }
  498. .MathJax_Display {
  499. display: inline!important;
  500. }
  501. pre {
  502. margin: 0;
  503. }
  504. .theme-catalog div.thread img {
  505. float: none!important;
  506. margin: auto;
  507. max-height: 150px;
  508. max-width: 200px;
  509. box-shadow: 0 0 4px rgba(0,0,0,0.55);
  510. border: 2px solid rgba(153,153,153,0);
  511. }
  512. .theme-catalog div.thread {
  513. display: inline-block;
  514. vertical-align: top;
  515. text-align: center;
  516. font-weight: normal;
  517. margin-top: 2px;
  518. margin-bottom: 2px;
  519. padding: 2px;
  520. height: 300px;
  521. width: 205px;
  522. overflow: hidden;
  523. position: relative;
  524. font-size: 11px;
  525. max-height: 300px;
  526. background: rgba(182,182,182,0.12);
  527. border: 2px solid rgba(111,111,111,0.34);
  528. }
  529. .theme-catalog div.thread strong {
  530. display: block;
  531. }
  532. .theme-catalog div.threads {
  533. text-align: center;
  534. margin-left: -20px;
  535. }
  536. div.thread:hover {
  537. background: #D6DAF0;
  538. border-color: #B7C5D9;
  539. }
  540. .theme-catalog div.grid-size-vsmall img {
  541. max-height: 33%;
  542. max-width: 95%
  543. }
  544. .theme-catalog div.grid-size-vsmall {
  545. min-width:90px; max-width: 90px;
  546. max-height: 148px;
  547. }
  548. .theme-catalog div.grid-size-small img {
  549. max-height: 33%;
  550. max-width: 95%
  551. }
  552. .theme-catalog div.grid-size-small {
  553. min-width:140px; max-width: 140px;
  554. max-height: 192px;
  555. }
  556. .theme-catalog div.grid-size-large img {
  557. max-height: 40%;
  558. max-width: 95%
  559. }
  560. .theme-catalog div.grid-size-large {
  561. min-width: 256px; max-width: 256px;
  562. max-height: 384px;
  563. }
  564. .theme-catalog img.thread-image {
  565. height: auto;
  566. max-width: 100%;
  567. }
  568. @media (max-width: 420px) {
  569. .theme-catalog ul#Grid {
  570. padding-left: 18px;
  571. }
  572. .theme-catalog div.thread {
  573. width: auto;
  574. margin-left: 0;
  575. margin-right: 0;
  576. }
  577. .theme-catalog div.threads {
  578. overflow: hidden;
  579. }
  580. }
  581. .compact-boardlist {
  582. padding: 3px;
  583. padding-bottom: 0;
  584. }
  585. .compact-boardlist .cb-item {
  586. display: inline-block;
  587. vertical-align: middle;
  588. }
  589. .compact-boardlist .cb-icon {
  590. padding-bottom: 1px;
  591. }
  592. .compact-boardlist .cb-fa {
  593. font-size: 21px;
  594. padding: 2px;
  595. padding-top: 0;
  596. }
  597. .compact-boardlist .cb-cat {
  598. padding: 5px 6px 8px 6px;
  599. }
  600. .cb-menuitem {
  601. display: table-row;
  602. }
  603. .cb-menuitem span {
  604. padding: 5px;
  605. display: table-cell;
  606. text-align: left;
  607. border-top: 1px solid rgba(0,0,0,0.5);
  608. }
  609. .cb-menuitem span.cb-uri {
  610. text-align: right;
  611. }
  612. .boardlist:not(.compact-boardlist) #watch-pinned::before {
  613. content: " [ ";
  614. }
  615. .boardlist:not(.compact-boardlist) #watch-pinned::after {
  616. content: " ] ";
  617. }
  618. .boardlist:not(.compact-boardlist) #watch-pinned {
  619. display: inline;
  620. }
  621. .boardlist:not(.compact-boardlist) #watch-pinned a {
  622. margin-left: 3pt;
  623. }
  624. .boardlist:not(.compact-boardlist) #watch-pinned a:first-child {
  625. margin-left: 0pt;
  626. }
  627. .compact-boardlist #watch-pinned {
  628. display: inline-block;
  629. vertical-align: middle;
  630. }
  631. .new-posts {
  632. opacity: 0.6;
  633. margin-top: 1em;
  634. }
  635. .new-threads {
  636. text-align: center;
  637. }
  638. #options_handler, #alert_handler {
  639. position: fixed;
  640. top: 0px;
  641. left: 0px;
  642. right: 0px;
  643. bottom: 0px;
  644. width: 100%;
  645. height: 100%;
  646. text-align: center;
  647. z-index: 9900;
  648. }
  649. #options_background, #alert_background {
  650. background: black;
  651. opacity: 0.5;
  652. position: absolute;
  653. top: 0px;
  654. left: 0px;
  655. right: 0px;
  656. bottom: 0px;
  657. width: 100%;
  658. height: 100%;
  659. z-index: -1;
  660. }
  661. #options_div, #alert_div {
  662. background-color: #d6daf0;
  663. border: 1px solid black;
  664. display: inline-block;
  665. position: relative;
  666. margin-top: 20px;
  667. }
  668. #options_div {
  669. width: 600px;
  670. height: 300px;
  671. }
  672. #alert_div {
  673. width: 500px;
  674. }
  675. #alert_message {
  676. text-align: center;
  677. margin: 13px;
  678. font-size: 110%;
  679. }
  680. .alert_button {
  681. margin-bottom: 13px;
  682. }
  683. #options_div textarea {
  684. max-width: 100%;
  685. }
  686. #options_close, #alert_close {
  687. top: 0px;
  688. right: 0px;
  689. position: absolute;
  690. margin-right: 3px;
  691. font-size: 20px;
  692. z-index: 100;
  693. }
  694. #options_tablist {
  695. padding: 0px 5px;
  696. left: 0px;
  697. width: 70px;
  698. top: 0px;
  699. bottom: 0px;
  700. height: 100%;
  701. border-right: 1px solid black;
  702. }
  703. .options_tab_icon {
  704. padding: 5px;
  705. color: black;
  706. cursor: pointer;
  707. }
  708. .options_tab_icon.active {
  709. color: red;
  710. }
  711. .options_tab_icon i {
  712. font-size: 20px;
  713. }
  714. .options_tab_icon div {
  715. font-size: 11px;
  716. }
  717. .options_tab {
  718. padding: 10px;
  719. position: absolute;
  720. top: 0px;
  721. bottom: 0px;
  722. left: 81px;
  723. right: 0px;
  724. text-align: left;
  725. font-size: 12px;
  726. }
  727. .options_tab h2 {
  728. text-align: center;
  729. margin-bottom: 5px;
  730. }
  731. .mobile-style #options_div, .mobile-style #alert_div {
  732. display: block;
  733. width: 100%;
  734. height: 100%;
  735. margin-top: 0px;
  736. }
  737. .mentioned {
  738. word-wrap: break-word;
  739. }
  740. .poster_id {
  741. cursor: pointer;
  742. }
  743. pre {
  744. /* Better code tags */
  745. max-width:inherit;
  746. word-wrap:normal;
  747. overflow:auto;
  748. display: block!important;
  749. font-size:9pt;
  750. font-family:monospace;
  751. }
  752. span.pln {
  753. color:grey;
  754. }
  755. @media screen and (min-width: 768px) {
  756. p.intro {
  757. clear: none;
  758. }
  759. div.post div.body {
  760. clear: none;
  761. }
  762. }
  763. /* threadwatcher */
  764. #watchlist {
  765. display: none;
  766. max-height: 250px;
  767. overflow: auto;
  768. border: 1px solid;
  769. border-style: none solid solid none;
  770. width: 50%;
  771. margin: 0 auto;
  772. margin-bottom: 10px;
  773. }
  774. .watchlist-inner, .watchlist-controls {
  775. margin: 0 auto;
  776. margin-top: 10px;
  777. margin-bottom: 10px;
  778. text-align: center;
  779. }
  780. #watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts {
  781. cursor: pointer;
  782. }