Advertisement
Guest User

Tomorrow

a guest
Apr 25th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.29 KB | None | 0 0
  1. /* Jutro for WillBoard */
  2.  
  3. body {
  4. background-color: #1d1f21;
  5. color: #c5c8c6;
  6. font-size: 13px;
  7. }
  8.  
  9. a {
  10. color: #81a2be;
  11. }
  12.  
  13. a:hover {
  14. color: #5f89ac;
  15. }
  16.  
  17. body > nav {
  18. background: #282a2e;
  19. box-shadow: 0 2px 5px rgba(0,0,0,.6);
  20. line-height: 32px;
  21. padding: 0 12px
  22. }
  23.  
  24. body > nav > ul > li.separateBefore {
  25. border-left: 0;
  26. }
  27.  
  28. body > nav > ul > li.separateAfter {
  29. border-right: 0;
  30. }
  31.  
  32. body > nav > ul > li > a, body > nav > ul > li > ul > li > a {
  33. font-weight: 700;
  34. color: #81a2be;
  35. }
  36.  
  37. body > nav > ul > li > a:hover, body > nav > ul > li > ul > li > a:hover {
  38. background-color: transparent;
  39. color: #5f89ac;
  40. }
  41.  
  42. body > nav > aside > label[for=back] > a, body > nav > aside > label[for=administration] > a {
  43. color: #81a2be;
  44. }
  45.  
  46. body > nav > aside > label {
  47. width: 32px;
  48. color: #81a2be;
  49. border-right: 0;
  50. }
  51.  
  52. body > nav aside > label:first-of-type {
  53. border: 0;
  54. }
  55.  
  56. body > nav aside > label:first-child {
  57. border-left: 0;
  58. }
  59.  
  60. body > nav > aside > label:hover {
  61. background-color: transparent;
  62. color: #5f89ac;
  63. }
  64.  
  65. body > nav > aside > label[for=back] > a:hover,
  66. body > nav > aside > label[for=administration] > a:hover {
  67. color: #5f89ac;
  68. }
  69.  
  70. body > nav > aside > input[type=checkbox][id=boardmenu]:checked ~ label[for=boardmenu],
  71. body > nav > aside > input[type=checkbox][id=synchronization]:checked ~ label[for=synchronization],
  72. body > nav > aside > input[type=checkbox][id=informations]:checked ~ label[for=informations],
  73. body > nav > aside > input[type=checkbox][id=settings]:checked ~ label[for=settings] {
  74. background-color: transparent;
  75. color: #5f89ac;
  76. text-shadow: 0 0 5px #5f89ac;
  77. font-weight: 700;
  78. }
  79.  
  80. body > nav > aside > input[type=checkbox][id=synchronization]:checked ~ label[for=synchronization].synchronized {
  81. background-color: transparent;
  82. color: #2ecc71;
  83. text-shadow: 0 0 5px #2ecc71;
  84. font-weight: 700;
  85. }
  86.  
  87. body > nav > aside > section.boardmenu,
  88. body > nav > aside > section.synchronization,
  89. body > nav > aside > section.informations,
  90. body > nav > aside > section.settings {
  91. color: #c5c8c6;
  92. background-color: #282a2e;
  93. border: 1px solid #373b41;
  94. box-shadow: rgba(0,0,0,.6) 0 0 5px;
  95. margin-top: 44px;
  96. margin-right: 12px;
  97. max-height: 80%;
  98. }
  99. body > nav > aside > section.boardmenu,
  100. body > nav > aside > section.synchronization {
  101. width: 160px;
  102. min-width: 160px;
  103. }
  104.  
  105. body > nav > aside > section.boardmenu a {
  106. color: #81a2be;
  107. }
  108.  
  109. body > nav > aside > section.boardmenu a:hover {
  110. background-color: transparent;
  111. color: #5f89ac;
  112. }
  113.  
  114. body > nav > aside > section.settings > .setting > label > input[type=checkbox]:checked ~ span:first-of-type {
  115. background: #373b41;
  116. color: #c5c8c6;
  117. }
  118.  
  119. body > nav > aside > section.settings > .setting > label > span:last-of-type {
  120. background: #373b41;
  121. }
  122.  
  123. body > nav > aside > section.settings > .setting > label > span:last-of-type {
  124. color: #c5c8c6;
  125. }
  126.  
  127. body > nav > aside > section.settings > .setting > label > span {
  128. color: #c5c8c6;
  129. }
  130.  
  131. body > nav > aside > section.settings > .setting > label {
  132. border: 1px solid #373b41;
  133. }
  134.  
  135. body > nav > aside > section.settings > .setting > label > span:first-of-type {
  136. border-right: 1px solid #373b41;
  137. }
  138.  
  139. body > nav > aside > section.settings > .setting > input {
  140. color: #c5c8c6;
  141. border: 1px solid #373b41;
  142. }
  143.  
  144. body > nav > aside > section.settings > .setting select {
  145. border: 1px solid #373b41;
  146. background: #373b41;
  147. color: #c5c8c6;
  148. }
  149.  
  150. body > nav > aside > section.settings > .setting > input[type=range] {
  151. border: 1px solid #373b41;
  152. }
  153.  
  154. body > nav > aside > section.settings > .setting > input[type=range]::-webkit-slider-thumb {
  155. background: #373b41;
  156. }
  157.  
  158. body > nav > aside > section.settings > .setting > input[type=range]::-moz-range-thumb {
  159. background: #373b41;
  160. }
  161.  
  162. body > nav > aside > section.settings > .setting > input[type=range]::-ms-thumb {
  163. background: #373b41;
  164. }
  165.  
  166. body > nav > aside > section.settings > .setting > textarea {
  167. color: #c5c8c6;
  168. border: 1px solid #373b41;
  169. }
  170.  
  171. section.op .info span svg,
  172. section.reply .info span svg {
  173. fill: #81a2be;
  174. }
  175.  
  176. section.reply {
  177. background: #282a2e;
  178. padding: 0;
  179. border: 1px solid #373b41;
  180. color: #c5c8c6;
  181. }
  182. section.reply.curb {
  183. padding: 0;
  184. }
  185.  
  186. section.reply > .info > time {
  187. color: #c5c8c6;
  188. }
  189.  
  190. section.op .message {
  191. padding: 12px 18px 12px 18px;
  192. }
  193. section.reply .message {
  194. padding: 12px 18px 12px 18px;
  195. }
  196. section.op > .content > .file {
  197. padding: 6px 20px 6px 13px;
  198. }
  199.  
  200. section.op > .replyOmitted {
  201. padding: 0 0 0 18px;
  202. font-size: 12px;
  203. font-style: italic;
  204. }
  205.  
  206. section.reply > .content > .file {
  207. padding: 6px 20px 10px 13px
  208. }
  209.  
  210. section.op > .info a,
  211. section.reply > .info a {
  212. color: #81a2be;
  213. }
  214.  
  215. section.op > .info a.mentionlink,
  216. section.reply > .info a.mentionlink {
  217. text-decoration: underline;
  218. }
  219.  
  220. section.op > .info a.name,
  221. section.reply > .info a.name {
  222. color: #c5c8c6;
  223. font-weight: 700;
  224. }
  225.  
  226. section.op > .info a.name[href],
  227. section.reply > .info a.name[href] {
  228. color: #c5c8c6;
  229. text-decoration: underline;
  230. }
  231.  
  232.  
  233. section.op > .info a.name:hover,
  234. section.reply > .info a.name:hover {
  235. color: #c5c8c6;
  236. }
  237.  
  238. section.op > .info a:hover,
  239. section.reply > .info a:hover {
  240. color: #5f89ac;
  241. }
  242.  
  243. section.reply > .info,
  244. .boardlink > section.op > .info {
  245. background: rgba(24,26,30,.2);
  246. border-bottom: 1px solid #2c2e32;
  247. box-shadow: inset rgba(0,0,0,.05) 0 -1px 2px;
  248. }
  249.  
  250. section.op > .info,
  251. section.reply > .info,
  252. .boardlink > section.op > .info {
  253. line-height: 29px;
  254. padding: 0 13px 0 0;
  255. }
  256.  
  257. section.op > .contentLong,
  258. section.reply > .contentLong {
  259. max-height: 260px;
  260. }
  261.  
  262.  
  263. .boardlink {
  264. background: #282a2e;
  265. border: 1px solid #373b41;
  266. padding: 0;
  267. margin-right: 6px;
  268. box-shadow: 0 0 5px rgba(0,0,0,.6);
  269. }
  270. .boardlink > section.reply {
  271. background: transparent;
  272. box-shadow: none;
  273. border: 0;
  274. padding: 0;
  275. width: 100%;
  276. }
  277.  
  278. .boardlink > section.op > .info {
  279. border-top: 0;
  280. margin-top: 0;
  281. }
  282. .boardlink > section.op > .content > .file {
  283. padding: 12px 18px 6px 12px;
  284. }
  285.  
  286.  
  287. .message a {
  288. color: #81a2be;
  289. }
  290.  
  291. .message a[href] {
  292. color: #81a2be;
  293. }
  294.  
  295. .message a[href]:hover {
  296. color: #5f89ac;
  297. }
  298.  
  299. .message blockquote {
  300. color: #b5bd68;
  301. }
  302.  
  303. section.op > .info {
  304. background-color: transparent;
  305. color: #c5c8c6;
  306. }
  307.  
  308. main, header, footer, body > aside, main.catalog {
  309. padding-left: 16px;
  310. padding-right: 40px;
  311. box-sizing: border-box;
  312. }
  313.  
  314. article {
  315. padding: 10px 0;
  316. }
  317.  
  318. section.reply > .info > label,
  319. section.op > .info > label {
  320. color: #81a2be;
  321. }
  322.  
  323. section.reply > .info > label:hover,
  324. section.op > .info > label:hover {
  325. background-color: transparent;
  326. color: #5f89ac;
  327. }
  328.  
  329. section.reply > .info a.button:hover,
  330. section.op > .info a.button:hover {
  331. background-color: transparent;
  332. color: #5f89ac;
  333. }
  334.  
  335. section.op > .info > input[type=checkbox][id|=options]:checked ~ label[for|=options],
  336. section.op > .info > input[type=checkbox][id|=administration]:checked ~ label[for|=administration],
  337. section.reply > .info > input[type=checkbox][id|=options]:checked ~ label[for|=options],
  338. section.reply > .info > input[type=checkbox][id|=administration]:checked ~ label[for|=administration] {
  339. background-color: transparent;
  340. font-weight: 700;
  341. text-shadow: 0 0 5px #5f89ac;
  342. color: #5f89ac;
  343. }
  344.  
  345.  
  346. section.op > .info > label[for|=options],
  347. section.reply > .info > label[for|=options] {
  348. -webkit-transform: rotate(90deg);
  349. font-size: 13px;
  350. margin-right: -6px;
  351. }
  352.  
  353. section.op > .info > aside.options,
  354. section.reply > .info > aside.options {
  355. top: 26px;
  356. left: 6px;
  357. box-shadow: 0 0 4px rgba(0,0,0,.4);
  358. }
  359.  
  360. section.op > .info > aside,
  361. section.reply > .info > aside {
  362. border: 1px solid #373b41;
  363. background: #282a2e;
  364. color: #81a2be;
  365. }
  366. section.op > .info > aside.options a,
  367. section.reply > .info > aside.options a {
  368. color: #81a2be;
  369. line-height: 24px;
  370. padding: 0 10px;
  371. }
  372.  
  373. section.op > .info > aside.options a:hover,
  374. section.reply > .info > aside.options a:hover {
  375. background-color: transparent;
  376. color: #5f89ac;
  377. }
  378.  
  379. section.op.hover {
  380. background: transparent;
  381. border: 0;
  382. }
  383.  
  384. section.reply.hover {
  385. background: #282a2e;
  386. border-width: 1px;
  387. outline: 2px solid rgba(129,162,190,.5);
  388. }
  389.  
  390. footer {
  391. border-top: 0;
  392. background: transparent;
  393. color: #c5c8c6;
  394. text-align: left;
  395. }
  396.  
  397. footer > aside {
  398. display: none;
  399. }
  400.  
  401. footer > nav {
  402. display: inline-flex;
  403. border: 1px solid #373b41;
  404. background: #282a2e;
  405. margin-left: 4px;
  406. margin-right: 4px;
  407. }
  408.  
  409. footer > nav > a:hover {
  410. background-color: transparent;
  411. color: #5f89ac;
  412. }
  413.  
  414. footer > nav > a {
  415. background-color: transparent;
  416. color: #81a2be;
  417. padding: 2px 6px;
  418. }
  419.  
  420. footer > nav > a:not([href]) {
  421. background-color: transparent;
  422. color: #c5c8c6;
  423. font-weight: bold;
  424. }
  425.  
  426. header > h1 {
  427. color: #c5c8c6;
  428. font-weight: bold;
  429. }
  430.  
  431.  
  432. body > nav > label[for=menu] {
  433. color: #81a2be;
  434. border: 0;
  435. }
  436.  
  437. body > nav > input[type=checkbox][id=menu]:checked ~ label[for=menu] {
  438. background-color: transparent;
  439. border: 0;
  440. color: #5f89ac;
  441. text-shadow: 0 0 5px #5f89ac;
  442. font-weight: 700
  443. }
  444.  
  445. body > nav > label[for=menu]:hover {
  446. background: transparent;
  447. border: 0;
  448. color: #5f89ac;
  449. }
  450.  
  451. .message code {
  452. background-color: rgba(255,255,255,.1);
  453. border: 1px solid #373b41;
  454. margin: 8px 4px;
  455. }
  456.  
  457. main.catalog > article.thread {
  458. background-color: #282a2e;
  459. color: #c5c8c6;
  460. border: 1px solid #373b41;
  461. width: 260px;
  462. min-height: 340px;
  463. max-height: 340px;
  464. padding: 0;
  465. }
  466.  
  467. main.catalog > article.thread > section.op > .info {
  468. border-top: none;
  469. border-bottom: 1px solid #2c2e32;
  470. background: rgba(24,26,30,.2);
  471. box-shadow: inset rgba(0,0,0,.05) 0 -1px 2px;
  472. margin-top: 0;
  473. padding: 0;
  474. }
  475.  
  476. main.catalog > article.thread > section.op > .content {
  477. max-height: 308px;
  478. }
  479.  
  480. main.catalog > article.thread > section.op > .content > .message {
  481. padding: 6px 8px;
  482. }
  483.  
  484. main.catalog > article.thread > section.op > .content > .file a {
  485. margin: 8px auto;
  486. }
  487.  
  488. main.catalog > article.thread > section.op > .content > .file a > img,
  489. main.catalog > article.thread > section.op > .content > .file a > video {
  490. box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  491. max-width: 240px;
  492. max-height: 160px;
  493. }
  494.  
  495. section.post {
  496. color: #c5c8c6;
  497. box-shadow: none;
  498. }
  499. section.post.fixed {
  500. right: 44px;
  501. }
  502.  
  503. #top > section > form > table > tbody {
  504. display: flex;
  505. flex-direction: column;
  506. }
  507.  
  508. tr[data-field="options"] { order: 1; }
  509. tr[data-field="message"] { order: 2; }
  510. tr[data-field="captcha"] { order: 3; }
  511. tr[data-field="file"] { order: 4; }
  512. tr[data-field="password"] { order: 5; }
  513.  
  514. tr[data-field="file"],
  515. tr[data-field="options"] {
  516. height: 30px;
  517. }
  518. tr[data-field="password"] {
  519. height: 29px;
  520. }
  521.  
  522. section.post .captcha.classiccaptcha input[type=text] {
  523. height: 29px;
  524. line-height: 29px;
  525. padding: 0 8px;
  526. }
  527. section.post table tr.captcha > td {
  528. display: inline;
  529. }
  530. section.post .captcha.classiccaptcha label {
  531. color: #81a2be;
  532. }
  533. section.post .captcha.classiccaptcha label:hover {
  534. color: #5f89ac;
  535. }
  536.  
  537. section.post .captcha.classiccaptcha progress {
  538. background-color: #81a2be;
  539. }
  540.  
  541. section.post .captcha.classiccaptcha progress::-webkit-progress-bar {
  542. background-color: #81a2be;
  543. }
  544.  
  545. section.post table tr td > input[type="file"] {
  546. padding: 4px 8px;
  547. }
  548.  
  549. section.post table tr td > textarea {
  550. padding: 8px;
  551. }
  552.  
  553. section.post table tr th label {
  554. padding: 0 8px;
  555. }
  556.  
  557. section.post table tr th label,
  558. section.post table tr td > input[type=checkbox] + label[for] {
  559. line-height: 29px;
  560. height: 29px;
  561. font-size: 14px;
  562. }
  563.  
  564. section.post table {
  565. background-color: #282a2e;
  566. border: 1px solid #373b41;
  567. box-shadow: rgba(0,0,0,.6) 0 0 5px;
  568. }
  569.  
  570. section.post table tr {
  571. border-bottom: 1px solid #373b41;
  572. }
  573.  
  574. section.post table tr th label {
  575. color: #c5c8c6;
  576. }
  577.  
  578. section.post table td > textarea {
  579. color: #c5c8c6;
  580. }
  581.  
  582. section.post table tr td > input[type=password],
  583. section.post table tr td > input[type=text] {
  584. color: #c5c8c6;
  585. }
  586.  
  587. section.post table td > input[type="file"] {
  588. color: #c5c8c6;
  589. }
  590.  
  591. section.post table tr td > input[type=checkbox] + label[for] {
  592. width: 29px;
  593. padding: 0;
  594. color: #81a2be;
  595. margin: 0;
  596. margin-left: 1px;
  597. }
  598.  
  599. section.post table tr td > input[type=checkbox] + label[for="optionspoiler"] {
  600. margin-left: -2px;
  601. }
  602.  
  603. section.post table td > input[type=checkbox]:checked + label[for] {
  604. color: #81a2be;
  605. }
  606.  
  607. section.post table tr td > input[type=checkbox]:checked + label[for] {
  608. background-color: transparent;
  609. text-shadow: 0 0 5px #5f89ac;
  610. font-weight: 700;
  611. color: #5f89ac;
  612. }
  613.  
  614.  
  615. section.post input[type=submit] {
  616. color: #81a2be;
  617. background-color: transparent;
  618. border: 0;
  619. bottom: 1px;
  620. box-shadow: none;
  621. z-index: 11;
  622. height: 29px;
  623. line-height: 29px;
  624. padding: 0 8px !important;
  625. right: 1px;
  626. }
  627.  
  628. section.post input.fast[type=submit] {
  629. right: 31px;
  630. }
  631.  
  632.  
  633. section.post aside.closeQuick {
  634. bottom: 1px;
  635. z-index: 11;
  636. color: #81a2be;
  637. border: 0;
  638. right: 1px !important;
  639. width: 29px;
  640. height: 29px;
  641. line-height: 29px;
  642. font-size: 14px;
  643. }
  644.  
  645. section.post aside.closeFast {
  646. color: #81a2be;
  647. background-color: transparent;
  648. border-bottom: 0;
  649. top: 1px;
  650. box-shadow: none;
  651. z-index: 11;
  652. padding: 0;
  653. right: 1px;
  654. left: unset;
  655. width: 29px;
  656. line-height: 29px;
  657. height: 29px;
  658. font-size: 14px;
  659. }
  660.  
  661.  
  662. section.post aside.moveFast {
  663. border-left: 0;
  664. top: 1px;
  665. z-index: 11;
  666. color: #81a2be;
  667. right: 31px;
  668. left: 127px;
  669. width: calc(100% - 158px);
  670. line-height: 29px;
  671. height: 29px;
  672. font-size: 14px;
  673. }
  674.  
  675.  
  676. section.post table tr td > input[type=checkbox] + label[for]:hover,
  677. section.post input[type=submit]:hover,
  678. section.post aside.closeQuick:hover,
  679. section.post aside.closeFast:hover,
  680. section.post aside.moveFast:hover {
  681. color: #5f89ac;
  682. }
  683. section.post table tr td > input[type=password] {
  684. width: 76px;
  685. height: 29px;
  686. line-height: 29px;
  687. padding: 0 4px;
  688. margin-left: 1px;
  689. }
  690.  
  691.  
  692. section.search {
  693. color: #c5c8c6;
  694. box-shadow: 0 0 5px rgba(0,0,0,.6);
  695. }
  696.  
  697. section.search table {
  698. background-color: #282a2e;
  699. border: 1px solid #373b41;
  700. }
  701.  
  702. section.search table tr td input[type="text"],
  703. section.search table tr td input[type="number"] {
  704. background-color: transparent;
  705. padding: 0 8px;
  706. color: #c5c8c6;
  707. }
  708.  
  709. section.search table tr th label {
  710. width: 72px;
  711. padding: 0 8px;
  712. color: #c5c8c6;
  713. }
  714.  
  715. section.search table tr td label {
  716. margin-right: -2px;
  717. width: 44px;
  718. text-align: center;
  719. padding: 0 6px;
  720. color: #81a2be;
  721. }
  722.  
  723. section.search table tr {
  724. border-bottom: 1px solid #373b41;
  725. height: 30px;
  726. line-height: 30px;
  727. }
  728.  
  729. section.search table tr:last-of-type {
  730. height: 29px;
  731. }
  732.  
  733. section.search table tr td input[type="text"],
  734. section.search table tr td input[type="number"],
  735. section.search table tr th label,
  736. section.search table tr td label {
  737. height: 29px;
  738. line-height: 29px;
  739. }
  740.  
  741. section.search input[type=submit] {
  742. color: #81a2be;
  743. background-color: transparent;
  744. border-top: 0;
  745. bottom: 0;
  746. box-shadow: none;
  747. height: 30px;
  748. line-height: 30px;
  749. padding-right: 8px;
  750. }
  751.  
  752. section.search table tr td > input[type=radio]:checked + label[for] {
  753. background-color: transparent;
  754. font-weight: 700;
  755. color: #5f89ac;
  756. text-shadow: 0 0 5px #5f89ac;
  757. }
  758.  
  759. section.search table tr td > input[type=radio] + label[for]:hover,
  760. section.search table tr td label:hover,
  761. section.search input[type=submit]:hover {
  762. color: #5f89ac;
  763. }
  764.  
  765. #top > h1 {
  766. right: 50px;
  767. font-size: 26px;
  768. color: #c5c8c6;
  769. transform-origin: top right;
  770. position: fixed;
  771. -webkit-transform-origin: top right;
  772. -webkit-transform: rotate(-90deg);
  773. top: 90px;
  774. width: auto;
  775. }
  776.  
  777. header {
  778. padding-top: 40px;
  779. }
  780.  
  781.  
  782. @media only screen and (max-width: 720px) {
  783.  
  784. body > nav > input[type=checkbox][id=menu]:checked ~ ul {
  785. box-shadow: 0 0 5px rgba(0,0,0,.6);
  786. margin-left: 12px;
  787. margin-top: 52px;
  788. }
  789.  
  790. body > nav > ul > li:first-child {
  791. border-left: 0;
  792. }
  793.  
  794. body > nav > ul > li {
  795. border-right: 0;
  796. }
  797.  
  798. body > nav > ul > li > a,
  799. body > nav > ul > li > ul > li > a {
  800. color: #81a2be;
  801. }
  802.  
  803. body > nav > ul > li > a:hover,
  804. body > nav > ul > li > ul > li > a:hover {
  805. background-color: transparent;
  806. color: #5f89ac;
  807. }
  808.  
  809. body > nav > ul {
  810. background-color: #282a2e;
  811. border: 1px solid #373b41;
  812. min-width: 160px;
  813. margin-top: 38px;
  814. margin-left: 6px;
  815. max-height: 80%
  816. }
  817.  
  818. body > nav > ul > li,
  819. body > nav > ul > li.separateBefore,
  820. body > nav > ul > li.separateAfter {
  821. border-right: 0;
  822. border-left: 0;
  823. }
  824.  
  825. section.op > .content > .file {
  826. background: transparent;
  827. }
  828.  
  829. section.op > .content > .file a > img,
  830. section.op > .content > .file a > video {
  831. box-shadow: 0 0 8px rgba(0,0,0,.6);
  832. }
  833.  
  834. body > nav {
  835. line-height: 40px
  836. }
  837.  
  838. body > nav > aside > label {
  839. width: 40px;
  840. }
  841.  
  842. body > nav > aside > section.boardmenu,
  843. body > nav > aside > section.synchronization,
  844. body > nav > aside > section.informations,
  845. body > nav > aside > section.settings {
  846. margin-top: 52px;
  847. max-height: 80%;
  848. margin-right: 12px;
  849. }
  850.  
  851. main, footer, body > aside, main.catalog {
  852. padding: 0 8px;
  853. }
  854.  
  855. header {
  856. padding: 30px 10px;
  857. }
  858.  
  859. footer {
  860. padding: 14px;
  861. }
  862.  
  863. #top > h1 {
  864. position: static;
  865. -webkit-transform: unset;
  866. width: unset;
  867. right: unset;
  868. margin-top: 38px;
  869. }
  870.  
  871. section.post.fixed {
  872. right: 12px;
  873. }
  874.  
  875. main.catalog > article.thread {
  876. width: 160px;
  877. min-height: 260px;
  878. max-height: 260px;
  879. }
  880.  
  881. main.catalog > article.thread > section.op > .content > .file a > img,
  882. main.catalog > article.thread > section.op > .content > .file a > video {
  883. max-width: 150px;
  884. max-height: 100px;
  885. }
  886.  
  887. main.catalog > article.thread > section.op > .content {
  888. max-height: 228px;
  889. }
  890. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement