Advertisement
Guest User

css-for-mu-3x2

a guest
Aug 9th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 22.77 KB | None | 0 0
  1. html {
  2.  -moz-text-size-adjust:100%;
  3.  -webkit-text-size-adjust:100%;
  4.  -ms-text-size-adjust:100%
  5. }
  6.  
  7.  
  8. .card {
  9.   width:25%;
  10.   float:left;
  11.   margin: 6px;
  12.   padding: 3%;
  13. }
  14.  
  15.  
  16.  
  17.  
  18. body {
  19.  background:#eef2ff url(/image/fade-blue.png) top center repeat-x;
  20.  color:#000;
  21.  font-family:arial,helvetica,sans-serif;
  22.  font-size:10pt;
  23.  margin-left:0;
  24.  margin-right:0;
  25.  margin-top:5px;
  26.  padding-left:5px;
  27.  padding-right:5px
  28. }
  29. .adg-rects {
  30.  margin:10px 0;
  31.  text-align:center
  32. }
  33. .adg-rects>span {
  34.  display:inline-block;
  35.  width:300px;
  36.  height:250px
  37. }
  38. .adg-rects>span.desktop {
  39.  margin:auto;
  40.  width:728px;
  41.  height:90px
  42. }
  43. .party-hat {
  44.  left:0;
  45.  margin-top:-80px;
  46.  position:absolute;
  47.  pointer-events:none
  48. }
  49. .sjis,#quickReply .sjis {
  50.  font-size:16px;
  51.  line-height:17px;
  52.  white-space:pre;
  53.  font-family:ipamonapgothic,mona,ms pgothic,monospace;
  54.  overflow:auto;
  55.  display:block;
  56.  clear:left
  57. }
  58. .tex-logo {
  59.  font-size:.8em
  60. }
  61. .tex-logo sub {
  62.  font-size:.8em;
  63.  text-transform:uppercase
  64. }
  65. .mu-s {
  66.  font-weight:700
  67. }
  68. .mu-i {
  69.  font-style:italic
  70. }
  71. .mu-r {
  72.  color:#c41e3a
  73. }
  74. .mu-g {
  75.  color:#00a550
  76. }
  77. .mu-b {
  78.  color:#1d8dc4
  79. }
  80. .pu-lbl {
  81.  color:#117743;
  82.  font-weight:700;
  83.  font-size:12px
  84. }
  85. .pu-img {
  86.  vertical-align:middle;
  87.  margin-top:-3px;
  88.  margin-right:3px;
  89.  display:inline-block;
  90.  width:16px;
  91.  height:16px;
  92.  background:url(//s.4cdn.org/image/minileaf.gif)
  93. }
  94. .n-pu {
  95.  vertical-align:middle;
  96.  display:inline-block;
  97.  width:16px;
  98.  height:16px;
  99.  margin-top:-2px;
  100.  background:url(//s.4cdn.org/image/minileaf.gif)
  101. }
  102. .jla-it {
  103.  height:420px;
  104.  width:680px
  105. }
  106. .jla-it-p {
  107.  font-size:.85em;
  108.  text-align:center
  109. }
  110. .n-atb {
  111.  border-radius:6px;
  112.  padding:1px 4px;
  113.  color:#353839
  114. }
  115. .atsb2018 table {
  116.  margin:auto;
  117.  font-size:90%
  118. }
  119. .atsb2018 td {
  120.  white-space:nowrap;
  121.  padding:0 4px
  122. }
  123. .atsb2018 .atsgc {
  124.  width:280px
  125. }
  126. .atsb2018 .atgg {
  127.  height:20px
  128. }
  129. .n-atb-0 {
  130.  background-color:#f56fa1
  131. }
  132. .n-atb-1 {
  133.  background-color:#7b3f00;
  134.  color:#f2f3f4
  135. }
  136. .n-atb-2 {
  137.  background-color:#fffdd0
  138. }
  139. .n-atb-3 {
  140.  background-color:#e4d00a
  141. }
  142. .n-atb-4 {
  143.  background-color:#50c878
  144. }
  145. .n-atb-0::after {
  146.  content:'Team Peep'
  147. }
  148. .n-atb-1::after {
  149.  content:'Team Chocolate'
  150. }
  151. .n-atb-2::after {
  152.  content:'Team Creme'
  153. }
  154. .n-atb-3::after {
  155.  content:'Team Peanut Butter'
  156. }
  157. .n-atb-4::after {
  158.  content:'Team Mini'
  159. }
  160. @media only screen and (max-width:700px) {
  161.  .jla-it {
  162.   width:340px;
  163.   height:220px;
  164.   margin:auto
  165.  }
  166.  .jla-it img {
  167.   width:340px;
  168.   height:200px
  169.  }
  170. }
  171. .centeredThreads .party-hat {
  172.  left:12%
  173. }
  174. .aplnk,.linkified {
  175.  text-decoration:underline
  176. }
  177. #disclaimer {
  178.  font-size:14px;
  179.  position:absolute;
  180.  overflow:hidden;
  181.  top:0;
  182.  left:0;
  183.  width:100%;
  184.  height:100%;
  185.  z-index:9998
  186. }
  187. #disclaimer a {
  188.  color:#00f
  189. }
  190. #disclaimer-bg {
  191.  position:fixed;
  192.  top:0;
  193.  left:0;
  194.  width:100%;
  195.  height:100%;
  196.  background-color:rgba(0,0,0,.25)
  197. }
  198. #disclaimer-modal {
  199.  z-index:9999;
  200.  width:320px;
  201.  top:0;
  202.  left:50%;
  203.  margin-left:-170px;
  204.  display:block;
  205.  padding:10px;
  206.  position:relative;
  207.  background-color:#d6daf0;
  208.  box-shadow:0 0 5px rgba(0,0,0,.25)
  209. }
  210. #disclaimer ol {
  211.  margin-left:20px;
  212.  padding:0
  213. }
  214. #disclaimer li {
  215.  margin:10px 0
  216. }
  217. #disclaimer h3 {
  218.  border-bottom:1px solid #b7c5d9;
  219.  margin:0;
  220.  padding-bottom:5px;
  221.  text-align:center
  222. }
  223. #disclaimer-modal div {
  224.  margin-top:10px;
  225.  text-align:center
  226. }
  227. #disclaimer-modal button {
  228.  margin:0 10px
  229. }
  230. #disclaimer-accept {
  231.  font-weight:700
  232. }
  233. #footer-links {
  234.  margin-top:5px
  235. }
  236. .isMobileDevice blockquote.postMessage {
  237.  font-size:11pt
  238. }
  239. .belowLeaderboard {
  240.  width:728px;
  241.  max-width:100%
  242. }
  243. .aboveMidAd {
  244.  width:468px;
  245.  max-width:100%
  246. }
  247. #captchaContainerAlt {
  248.  height:80px
  249. }
  250. #captchaContainerAlt .recaptcha_image_cell {
  251.  padding:0 0 5px!important
  252. }
  253. #captchaContainerAlt #recaptcha_table {
  254.  border:0!important
  255. }
  256. #captchaContainerAlt #recaptcha_response_field {
  257.  width:300px!important;
  258.  padding:0!important
  259. }
  260. #qrCaptchaContainerAlt #recaptcha_response_field {
  261.  width:296px!important
  262. }
  263. #captchaContainerAlt #recaptcha_image,#qrCaptchaContainerAlt #recaptcha_image {
  264.  border:0!important
  265. }
  266. #qrCaptchaContainerAlt .recaptcha_image_cell {
  267.  padding:0!important
  268. }
  269. #qrCaptchaContainerAlt #recaptcha_table {
  270.  border:0!important
  271. }
  272. #captchaContainerAlt td:nth-child(2),#captchaContainerAlt td:nth-child(3),#qrCaptchaContainerAlt td:nth-child(2),#qrCaptchaContainerAlt td:nth-child(3) {
  273.  display:none!important
  274. }
  275. #qrCaptchaContainerAlt {
  276.  height:80px;
  277.  width:300px
  278. }
  279. #recaptcha_table {
  280.  background-color:transparent!important;
  281.  border:0!important
  282. }
  283. .recaptcha_image_cell {
  284.  background-color:transparent!important
  285. }
  286. #g-recaptcha {
  287.  height:78px
  288. }
  289. #recaptcha_challenge_field {
  290.  width:400px
  291. }
  292. .recaptcha_input_area {
  293.  padding:0!important
  294. }
  295. #recaptcha_table tr:first-child {
  296.  height:auto!important
  297. }
  298. #recaptcha_table tr:first-child>td:not(:first-child) {
  299.  padding:0 7px!important
  300. }
  301. #recaptcha_table tr:last-child td:last-child {
  302.  padding-bottom:0!important
  303. }
  304. #recaptcha_table tr:last-child td:first-child {
  305.  padding-left:0!important
  306. }
  307. #recaptcha_image {
  308.  cursor:pointer
  309. }
  310. #recaptcha_response_field {
  311.  width:292px;
  312.  margin-right:0!important;
  313.  font-size:10pt!important
  314. }
  315. input:-moz-placeholder {
  316.  color:gray!important
  317. }
  318. #recaptcha_image {
  319.  border:1px solid #aaa!important
  320. }
  321. #recaptcha_table tr>td:last-child {
  322.  display:none!important
  323. }
  324. #captchaContainer {
  325.  width:343px;
  326.  height:86px;
  327.  line-height:99px;
  328.  overflow:hidden
  329. }
  330. #captchaContainer .placeholder {
  331.  font-style:italic;
  332.  padding-left:5px
  333. }
  334. .mobile,.mobileinline,.mobileib {
  335.  display:none!important
  336. }
  337. a,a:visited {
  338.  color:#34345c;
  339.  text-decoration:none
  340. }
  341. a.replylink:not(:hover),div#absbot a:not(:hover) {
  342.  color:#34345c!important
  343. }
  344. a:hover {
  345.  color:#d00!important
  346. }
  347. div#absbot {
  348.  color:#000;
  349.  clear:both
  350. }
  351. img {
  352.  border:0
  353. }
  354. img.topad,.topad>div,.topad a img {
  355.  width:728px;
  356.  height:90px;
  357.  max-width:100%;
  358.  overflow:hidden;
  359.  margin:auto
  360. }
  361. img.middlead,.middlead>div,.middlead a img {
  362.  width:468px;
  363.  height:60px;
  364.  max-width:100%;
  365.  overflow:hidden;
  366.  margin:auto
  367. }
  368. img.bottomad,.bottomad>div,.bottomad a img {
  369.  width:728px;
  370.  height:90px;
  371.  max-width:100%;
  372.  overflow:hidden;
  373.  margin:auto
  374. }
  375. hr {
  376.  border:0;
  377.  border-top:1px solid #b7c5d9;
  378.  height:0
  379. }
  380. div.board>hr {
  381.  clear:both
  382. }
  383. hr.abovePostForm {
  384.  width:90%
  385. }
  386. span.x-small {
  387.  font-size:x-small
  388. }
  389. div.backlink {
  390.  font-size:x-small!important;
  391.  padding-left:10px;
  392.  padding-bottom:5px;
  393.  padding-right:10px
  394. }
  395. .backlink span {
  396.  padding-right:5px
  397. }
  398. #postFormError {
  399.  background-color:#e62020;
  400.  color:#fff;
  401.  font-family:monospace;
  402.  font-size:13px;
  403.  font-weight:700;
  404.  padding:3px 5px;
  405.  text-shadow:0 1px rgba(0,0,0,.2);
  406.  display:none;
  407.  margin-top:3px
  408. }
  409. #postFormError a {
  410.  color:#fff
  411. }
  412. .painter-ctrl input,#qr-painter-ctrl input {
  413.  width:30px!important;
  414.  text-align:center
  415. }
  416. #oe-canvas-preview {
  417.  position:absolute;
  418.  margin-left:5px;
  419.  margin-top:3px;
  420.  box-shadow:0 0 1px 1px rgba(0,0,0,.25)
  421. }
  422. .mobile {
  423.  display:none
  424. }
  425. ul.rules {
  426.  margin:0;
  427.  padding:0;
  428.  margin-top:5px
  429. }
  430. ul.rules>li {
  431.  list-style:none;
  432.  font-size:11px
  433. }
  434. .rules>li:before {
  435.  content:"\2022 \20"
  436. }
  437. div.boardBanner {
  438.  text-align:center;
  439.  clear:both;
  440.  color:#af0a0f
  441. }
  442. #bannerCnt {
  443.  border:1px solid #34345c;
  444.  margin:5px auto;
  445.  width:300px;
  446.  height:100px;
  447.  max-width:100%
  448. }
  449. div.boardBanner>div.boardTitle {
  450.  font-family:Tahoma,sans-serif;
  451.  font-size:28px;
  452.  font-weight:700;
  453.  letter-spacing:-2px;
  454.  margin-top:0
  455. }
  456. div.boardBanner>div.boardSubtitle {
  457.  font-size:x-small
  458. }
  459. div#boardNavDesktop {
  460.  font-size:9pt;
  461.  color:#89a;
  462.  display:block
  463. }
  464. .hasDropDownNav #navtopright {
  465.  display:none
  466. }
  467. #boardNavDesktop .pageJump {
  468.  padding:0
  469. }
  470. #boardNavDesktop .pageJump a {
  471.  padding-right:5px
  472. }
  473. div#boardNavDesktop a {
  474.  font-weight:400;
  475.  padding:1px;
  476.  text-decoration:none;
  477.  color:#34345c
  478. }
  479. div.pContainer {
  480. }
  481. div.opContainer {
  482.  display:inline
  483. }
  484. div.sideArrows {
  485.  color:#b7c5d9;
  486.  float:left;
  487.  margin-right:2px;
  488.  margin-top:0;
  489.  margin-left:2px
  490. }
  491. div.thread {
  492.  margin:0;
  493.  clear:both
  494. }
  495. div.post {
  496.  margin:4px 0;
  497.  overflow:hidden
  498. }
  499. div.thread>div:nth-of-type(2)>div.reply {
  500.  margin-top:2px!important
  501. }
  502. div.op {
  503.  display:inline
  504. }
  505. div.reply {
  506.  background-color:#d6daf0;
  507.  border:1px solid #b7c5d9;
  508.  border-left:0;
  509.  border-top:0;
  510.  display:table;
  511.  padding:2px
  512. }
  513. div.reply input {
  514.  float:none
  515. }
  516. div.post div.postInfo {
  517.  display:block;
  518.  width:100%
  519. }
  520. div.post div.postInfo span.postNum {
  521. }
  522. div.post div.postInfo span.postNum a {
  523.  text-decoration:none;
  524.  color:#000
  525. }
  526. div.post div.postInfo span.postNum a:hover,.posteruid .hand:hover {
  527.  color:#d00!important
  528. }
  529. div.post div.postInfo span.nameBlock {
  530.  display:inline-block
  531. }
  532. div.post div.postInfo span.nameBlock span.name {
  533.  color:#117743;
  534.  font-weight:700
  535. }
  536. div.post div.postInfo span.nameBlock span.postertrip {
  537.  color:#117743;
  538.  font-weight:400!important
  539. }
  540. div.post div.postInfo span.date {
  541. }
  542. div.post div.postInfo span.time {
  543. }
  544. div.post div.postInfo span.subject {
  545.  color:#0f0c5d;
  546.  font-weight:700
  547. }
  548. div.post blockquote.postMessage {
  549.  display:block
  550. }
  551. blockquote>span.quote {
  552.  color:#789922
  553. }
  554. .quoteLink,.quotelink,.deadlink {
  555.  color:#d00!important;
  556.  text-decoration:underline
  557. }
  558. .is_arclist .belowLeaderboard {
  559.  display:none
  560. }
  561. #arc-list {
  562.  max-width:80%;
  563.  margin:10px auto 0
  564. }
  565. #arc-list td {
  566.  text-align:center
  567. }
  568. #arc-list .teaser-col {
  569.  text-align:left;
  570.  word-break:break-all
  571. }
  572. #arc-list .quotelink {
  573.  color:#34345c!important
  574. }
  575. #arc-list .quotelink:hover {
  576.  color:#d00!important
  577. }
  578. #arc-sort {
  579.  border-bottom:1px dotted;
  580.  cursor:pointer
  581. }
  582. div.post div.file {
  583.  display:block
  584. }
  585. div.post div.file div.fileInfo {
  586.  margin-right:10px;
  587.  word-break:break-all
  588. }
  589. div.replyContainer div.post div.file div.fileInfo {
  590.  margin-left:20px
  591. }
  592. div.post div.file .fileThumb {
  593.  float:left;
  594.  margin-left:20px;
  595.  margin-right:20px;
  596.  margin-top:3px;
  597.  margin-bottom:5px
  598. }
  599. span.fileThumb {
  600.  margin-left:0!important;
  601.  margin-right:5px!important
  602. }
  603. div.reply span.fileThumb,div.reply span.fileThumb img {
  604.  float:none!important;
  605.  margin-top:0!important;
  606.  margin-bottom:0!important
  607. }
  608. div.post div.file .fileThumb img {
  609.  border:0;
  610.  float:left
  611. }
  612. span.summary {
  613.  color:#707070;
  614.  margin-top:10px
  615. }
  616. div.postingMode {
  617.  background-color:#e04000;
  618.  padding:1px;
  619.  text-align:center;
  620.  color:#fff;
  621.  font-weight:700;
  622.  font-size:larger;
  623.  margin-top:8px
  624. }
  625. #verification table {
  626.  border:0!important;
  627.  margin:0
  628. }
  629. div.thread:last-child {
  630.  padding-bottom:21px;
  631.  margin-bottom:6px
  632. }
  633. div.pagelist {
  634.  font-size:13px!important;
  635.  margin:0;
  636.  padding:3px 7px;
  637.  float:left;
  638.  border:0;
  639.  background:#d6daf0;
  640.  border-right:1px solid #b7c5d9;
  641.  border-bottom:1px solid #b7c5d9;
  642.  list-style:none;
  643.  overflow:hidden;
  644.  color:#89a
  645. }
  646. div.pagelist>div {
  647.  float:left
  648. }
  649. div.pagelist>div span {
  650.  padding:4px;
  651.  display:inline-block
  652. }
  653. div.pagelist div.pages {
  654.  padding:4px
  655. }
  656. div.pagelist div.pages a {
  657.  text-decoration:none!important
  658. }
  659. div.pagelist form {
  660.  display:inline
  661. }
  662. div.pagelist strong {
  663.  color:#000
  664. }
  665. div.pagelist div.cataloglink {
  666.  border-left:1px solid #b7c5d9;
  667.  padding-left:12px;
  668.  margin-left:7px
  669. }
  670. .bottomCtrl {
  671.  float:right;
  672.  margin-top:2px
  673. }
  674. input[type=password] {
  675.  width:50px;
  676.  text-align:center
  677. }
  678. div.deleteform input[type=checkbox] {
  679.  margin:1px 2px
  680. }
  681. .stylechanger {
  682.  margin-left:5px;
  683.  font-size:10pt
  684. }
  685. div#boardNavDesktopFoot {
  686.  font-size:9pt;
  687.  color:#89a;
  688.  clear:both;
  689.  padding-top:10px;
  690.  padding-bottom:3px
  691. }
  692. div#boardNavDesktopFoot a {
  693.  font-weight:400;
  694.  padding:1px;
  695.  text-decoration:none;
  696.  color:#34345c
  697. }
  698. div.homelink {
  699.  float:right
  700. }
  701. div#absbot {
  702.  text-align:center;
  703.  font-size:x-small!important;
  704.  padding-bottom:4px;
  705.  padding-top:10px;
  706.  color:#000
  707. }
  708. #recaptcha_response_field {
  709.  padding:0
  710. }
  711. table {
  712.  border-spacing:1px;
  713.  margin-left:auto;
  714.  margin-right:auto
  715. }
  716. table.postForm>tbody>tr>td:first-child {
  717.  background-color:#98e;
  718.  color:#000;
  719.  font-weight:700;
  720.  border:1px solid #000;
  721.  padding:0 5px;
  722.  font-size:10pt
  723. }
  724. tr.rules td {
  725.  border:0!important;
  726.  background-color:transparent!important;
  727.  font-weight:400!important
  728. }
  729. td {
  730.  margin:0;
  731.  padding:0;
  732.  font-size:10pt
  733. }
  734. input[type=text],input[type=password],table.postForm>tbody textarea,#recaptcha_response_field {
  735.  margin:0;
  736.  margin-right:2px;
  737.  padding:2px 4px 3px;
  738.  border:1px solid #aaa;
  739.  outline:0;
  740.  font-family:arial,helvetica,sans-serif;
  741.  font-size:10pt
  742. }
  743. #recaptcha_response_field:not(:focus) {
  744.  border:1px solid #aaa!important
  745. }
  746. input[type=text]:focus,input[type=password]:focus,input:not([type]):focus,textarea:focus {
  747.  border:1px solid #98e!important
  748. }
  749. table.postForm>tbody>tr>td>input[type=text] {
  750.  width:244px
  751. }
  752. table.postForm>tbody>tr>td>input[name=subject] {
  753.  width:300px
  754. }
  755. .postblock {
  756.  background-color:#98e;
  757.  color:#000;
  758.  font-weight:700;
  759.  border:1px solid #000;
  760.  padding:0 5px;
  761.  font-size:10pt
  762. }
  763. div.closed {
  764.  font-size:x-large;
  765.  text-align:center;
  766.  color:red;
  767.  font-weight:700;
  768.  padding-top:100px;
  769.  padding-bottom:100px
  770. }
  771. .arc-ads {
  772.  width:300px;
  773.  margin:30px auto -60px
  774. }
  775. .arc-ads::after {
  776.  display:block;
  777.  content:'';
  778.  clear:both
  779. }
  780. @media screen and (-webkit-min-device-pixel-ratio:0) {
  781.  tbody textarea {
  782.   margin-bottom:-3px!important;
  783.   width:292px
  784.  }
  785. }
  786. .commentpostername {
  787.  font-weight:700
  788. }
  789. .identityIcon {
  790.  margin-bottom:-3px;
  791.  height:16px;
  792.  width:16px
  793. }
  794. .stickyIcon {
  795.  margin-bottom:-1px;
  796.  padding-left:2px;
  797.  height:16px;
  798.  width:16px
  799. }
  800. .archivedIcon,.closedIcon {
  801.  margin-bottom:-1px;
  802.  margin-left:-1px;
  803.  height:16px;
  804.  width:16px
  805. }
  806. .trashIcon {
  807.  width:16px;
  808.  height:16px;
  809.  margin-bottom:-2px
  810. }
  811. .fileDeleted {
  812.  height:13px;
  813.  width:172px
  814. }
  815. .fileDeletedRes {
  816.  height:13px;
  817.  width:127px
  818. }
  819. .navSmall {
  820.  font-size:90%
  821. }
  822. .center {
  823.  text-align:center
  824. }
  825. .bold {
  826.  font-weight:700
  827. }
  828. .smaller {
  829.  font-size:smaller
  830. }
  831. .password {
  832.  font-size:smaller
  833. }
  834. .passNotice {
  835.  font-size:smaller;
  836.  padding-left:6px
  837. }
  838. .qcDiv {
  839.  display:none
  840. }
  841. .qcImg {
  842.  height:1px;
  843.  width:1px;
  844.  border:0
  845. }
  846. .jpnFlag {
  847.  height:11px;
  848.  width:17px
  849. }
  850. .globalMessage {
  851.  color:red;
  852.  text-align:center
  853. }
  854. .highlightPost:not(.op) {
  855.  background:#c1c6e2!important;
  856.  border-color:#7b82ac!important
  857. }
  858. .reply:target,.reply.highlight {
  859.  background:#d6bad0!important;
  860.  border:1px solid #ba9dbf!important;
  861.  border-left:0!important;
  862.  border-top:0!important;
  863.  padding:2px
  864. }
  865. .useremail:not(:hover) .name:not(.capcode),.useremail:not(:hover) .postertrip:not(.capcode) {
  866.  color:#34345c!important
  867. }
  868. .hand {
  869.  cursor:pointer
  870. }
  871. .nameBlock.capcodeAdmin span.name,span.capcodeAdmin a span.name,span.capcodeAdmin span.postertrip,span.capcodeAdmin strong.capcode {
  872.  color:red!important
  873. }
  874. span.capcodeFounder span.name,span.capcodeFounder span.name a,span.capcodeFounder span.postertrip,span.capcodeFounder strong.capcode {
  875.  color:#117743!important
  876. }
  877. .nameBlock.capcodeMod span.name,span.capcodeMod a span.name,span.capcodeMod span.postertrip,span.capcodeMod strong.capcode {
  878.  color:purple!important
  879. }
  880. .nameBlock.capcodeDeveloper span.name,span.capcodeDeveloper a span.name,span.capcodeDeveloper span.postertrip,span.capcodeDeveloper strong.capcode {
  881.  color:#0000f0!important
  882. }
  883. .nameBlock.capcodeManager span.name,span.capcodeManager a span.name,span.capcodeManager span.postertrip,span.capcodeManager strong.capcode {
  884.  color:#ff0080!important
  885. }
  886. .nameBlock.capcodeVerified span.name,span.capcodeVerified span.name a,span.capcodeVerified span.postertrip,span.capcodeVerified strong.capcode {
  887.  color:#007fff!important
  888. }
  889. .useremail *:hover,.useremail:hover * {
  890.  color:#d00!important
  891. }
  892. #reportTypes a,.useremail {
  893.  text-decoration:underline
  894. }
  895. .omittedposts,.abbr {
  896.  color:#707070
  897. }
  898. span.spoiler {
  899.  color:#000!important;
  900.  background:#000!important
  901. }
  902. span.spoiler:hover,span.spoiler:focus {
  903.  color:#fff!important
  904. }
  905. s,s a:not(:hover) {
  906.  color:#000!important;
  907.  background:#000!important;
  908.  text-decoration:none
  909. }
  910. s:hover,s:focus,s:hover a {
  911.  color:#fff!important
  912. }
  913. s:hover a {
  914.  text-decoration:underline
  915. }
  916. table.exif {
  917.  display:none;
  918.  min-width:450px
  919. }
  920. table.exif td {
  921.  color:#070707;
  922.  min-width:150px;
  923.  font-size:8pt
  924. }
  925. table.exif td b {
  926.  text-decoration:underline
  927. }
  928. #navtopright,#navbotright {
  929.  float:right
  930. }
  931. .preview {
  932.  background-color:#d6daf0;
  933.  border:1px solid #b7c5d9!important;
  934.  border-right-width:2px!important;
  935.  border-bottom-width:2px!important
  936. }
  937. div.posthover {
  938.  max-width:400px;
  939.  margin-left:20px
  940. }
  941. div.posthover {
  942.  padding:5px;
  943.  padding-left:10px;
  944.  padding-right:10px
  945. }
  946. div.posthover a.fileThumb {
  947.  margin-left:5px!important;
  948.  margin-right:10px!important
  949. }
  950. div.posthover blockquote {
  951.  margin:5px
  952. }
  953. div.posthover img[data-md5] {
  954.  max-width:80px;
  955.  max-height:80px;
  956.  width:auto!important;
  957.  height:auto!important
  958. }
  959. div.posthover div.fileThumb {
  960.  margin-left:0!important;
  961.  margin-right:10px!important
  962. }
  963. #settingsBox {
  964.  position:absolute;
  965.  right:10px;
  966.  margin-top:10px
  967. }
  968. .persistentNav,div#boardNavMobile {
  969.  padding:2px 4px;
  970.  background-color:#d6daf0;
  971.  overflow:hidden;
  972.  border-bottom:2px solid #b7c5d9;
  973.  position:fixed;
  974.  top:0;
  975.  left:0;
  976.  right:0;
  977.  font-size:12px;
  978.  z-index:9001
  979. }
  980. div#boardNavMobile select,div#boardNavMobile option {
  981.  font-size:11px
  982. }
  983. div.boardSelect {
  984.  float:left
  985. }
  986. div.boardSelect>strong {
  987.  padding-right:5px
  988. }
  989. div.pageJump {
  990.  float:right;
  991.  padding-right:5px;
  992.  padding-top:3px
  993. }
  994. .pageJump a {
  995.  text-decoration:none;
  996.  padding-right:5px
  997. }
  998. div.qrWindow {
  999.  position:absolute;
  1000.  z-index:8000
  1001. }
  1002. div.qrHeader {
  1003.  padding:2px;
  1004.  font-size:small;
  1005.  text-align:center
  1006. }
  1007. div.qrForm {
  1008.  padding:3px
  1009. }
  1010. span.qrButtonHolder {
  1011.  position:absolute;
  1012.  right:5px;
  1013.  text-align:right;
  1014.  top:3px
  1015. }
  1016. span.qrButtonHolder a {
  1017.  text-decoration:none
  1018. }
  1019. span.qrButtonHolder img {
  1020.  cursor:pointer;
  1021.  margin-bottom:-1px;
  1022.  margin-top:1px
  1023. }
  1024. .extButton img {
  1025.  margin-top:3px;
  1026.  margin-bottom:-3px;
  1027.  margin-left:4px
  1028. }
  1029. .qrMessage {
  1030.  padding:2px;
  1031.  text-align:center
  1032. }
  1033. .op .backlinkHr {
  1034.  width:55%
  1035. }
  1036. img.expandedImg {
  1037.  max-width:none!important;
  1038.  max-height:none!important
  1039. }
  1040. #captchaContainer>img {
  1041.  float:left;
  1042.  border:1px solid #aaa;
  1043.  margin-bottom:1px
  1044. }
  1045. #captchaInfo {
  1046.  float:left;
  1047.  margin-left:5px;
  1048.  visibility:hidden
  1049. }
  1050. #captchaResponse {
  1051.  width:292px
  1052. }
  1053. .prettyprint {
  1054.  border:0!important;
  1055.  background-color:#fff;
  1056.  padding:5px!important;
  1057.  display:inline-block;
  1058.  max-height:400px;
  1059.  overflow-x:auto;
  1060.  max-width:600px;
  1061.  margin:0
  1062. }
  1063. .embed {
  1064.  position:absolute;
  1065.  width:0;
  1066.  height:0;
  1067.  overflow:hidden
  1068. }
  1069. table.flashListing td.postblock {
  1070.  padding:5px;
  1071.  text-align:center
  1072. }
  1073. table.flashListing td {
  1074.  padding:2px;
  1075.  font-size:9pt
  1076. }
  1077. table.flashListing td:not(.subject) {
  1078.  text-align:center
  1079. }
  1080. table.flashListing .name {
  1081.  color:#117743;
  1082.  font-weight:700
  1083. }
  1084. table.flashListing .postertrip {
  1085.  color:#117743
  1086. }
  1087. table.flashListing .subject {
  1088.  color:#cc1105;
  1089.  font-weight:700
  1090. }
  1091. table.flashListing tr:nth-of-type(odd) {
  1092.  background-color:#e0e5f6
  1093. }
  1094. input[type=text],input[type=password],textarea {
  1095.  -webkit-appearance:none;
  1096.  -webkit-border-radius:0
  1097. }
  1098. .countryFlag {
  1099.  padding-top:1px;
  1100.  margin-bottom:-1px
  1101. }
  1102. .deadlink {
  1103.  text-decoration:line-through
  1104. }
  1105. .oldpost {
  1106.  background:inherit;
  1107.  color:#0f0c5d;
  1108.  font-weight:800
  1109. }
  1110. #enable-mobile {
  1111.  font-size:small!important
  1112. }
  1113. #disable-mobile {
  1114.  font-size:small!important
  1115. }
  1116. .mFileInfo {
  1117.  padding-top:5px;
  1118.  text-align:center;
  1119.  color:#707070!important;
  1120.  font-size:9pt!important;
  1121.  text-decoration:none!important
  1122. }
  1123. .name-col,.file-col,table.flashListing .subject {
  1124.  max-width:250px;
  1125.  overflow:hidden;
  1126.  text-overflow:ellipsis;
  1127.  white-space:nowrap;
  1128.  word-wrap:break-word
  1129. }
  1130. .ad-plea {
  1131.  margin-top:2px;
  1132.  text-align:center;
  1133.  font-size:smaller
  1134. }
  1135. .ad-plea a {
  1136.  text-decoration:none
  1137. }
  1138. .fileText a {
  1139.  text-decoration:underline
  1140. }
  1141. #search-box {
  1142.  height:16px;
  1143.  line-height:16px;
  1144.  margin-left:2px;
  1145.  padding:0 2px;
  1146.  width:120px
  1147. }
  1148. #blotter {
  1149.  width:468px;
  1150.  margin:auto
  1151. }
  1152. #blotter td {
  1153.  vertical-align:top;
  1154.  font-size:11px
  1155. }
  1156. .blotter-date {
  1157.  width:50px;
  1158.  text-align:center
  1159. }
  1160. #blotter tfoot {
  1161.  text-align:right
  1162. }
  1163. .redtxt {
  1164.  color:red
  1165. }
  1166. #blotter-msgs s {
  1167.  background-color:inherit!important;
  1168.  color:inherit!important;
  1169.  text-decoration:line-through
  1170. }
  1171. #postForm textarea {
  1172.  width:292px
  1173. }
  1174. #postForm {
  1175.  width:468px;
  1176.  display:none
  1177. }
  1178. #togglePostFormLink {
  1179.  font-size:22px;
  1180.  font-weight:700;
  1181.  text-align:center
  1182. }
  1183. .fileWebm:hover:before {
  1184.  background-color:rgba(0,0,0,.75);
  1185.  color:#fff;
  1186.  font-weight:700;
  1187.  line-height:18px;
  1188.  padding:0 3px 0 2px;
  1189.  position:absolute;
  1190.  content:'webm';
  1191.  display:block;
  1192.  font-size:11px;
  1193.  text-decoration:none
  1194. }
  1195. .expandedWebm {
  1196.  margin:3px 20px 5px
  1197. }
  1198. #tooltip {
  1199.  position:absolute;
  1200.  background-color:#181f24;
  1201.  font-size:11px;
  1202.  line-height:13px;
  1203.  padding:3px 6px;
  1204.  z-index:100000;
  1205.  word-wrap:break-word;
  1206.  white-space:pre-line;
  1207.  max-width:400px;
  1208.  color:#fff;
  1209.  text-align:center
  1210. }
  1211. .tip-top-left:before,.tip-top-right:before,.tip-top:before {
  1212.  content:"";
  1213.  display:block;
  1214.  width:0;
  1215.  height:0;
  1216.  position:absolute;
  1217.  border-left:4px solid transparent;
  1218.  border-right:4px solid transparent;
  1219.  border-top:4px solid #181f24;
  1220.  margin-left:-4px;
  1221.  bottom:-4px
  1222. }
  1223. .tip-top:before {
  1224.  left:50%
  1225. }
  1226. .tip-top-right:before {
  1227.  left:2px;
  1228.  margin-left:0
  1229. }
  1230. .tip-top-left:before {
  1231.  right:2px
  1232. }
  1233. .boardSelect .customBoardList,.boardSelect .custom-menu-ctrl {
  1234.  color:#89a
  1235. }
  1236. #postFile {
  1237.  margin-right:10px;
  1238.  width:200px
  1239. }
  1240. .dd-menu {
  1241.  position:absolute;
  1242.  font-size:12px;
  1243.  line-height:1.3em
  1244. }
  1245. .dd-menu a {
  1246.  text-decoration:none;
  1247.  color:inherit!important;
  1248.  display:block
  1249. }
  1250. .dd-menu ul {
  1251.  background-color:#d6daf0;
  1252.  border:1px solid #b7c5d9;
  1253.  border-right-width:2px;
  1254.  list-style:none;
  1255.  padding:0;
  1256.  margin:0;
  1257.  white-space:nowrap
  1258. }
  1259. .dd-menu ul ul {
  1260.  display:none;
  1261.  position:absolute
  1262. }
  1263. .dd-menu li {
  1264.  cursor:pointer;
  1265.  position:relative;
  1266.  padding:2px 4px;
  1267.  vertical-align:middle;
  1268.  border-bottom:1px solid #b7c5d9
  1269. }
  1270. .dd-menu li:hover {
  1271.  background-color:#eef2ff
  1272. }
  1273. .dd-menu li:hover ul {
  1274.  display:block;
  1275.  left:100%;
  1276.  margin-top:-3px
  1277. }
  1278. .dd-menu.dd-menu-left li:hover ul {
  1279.  left:auto;
  1280.  right:100%
  1281. }
  1282. #g-search-form {
  1283.  text-align:center
  1284. }
  1285. .g-search-ctrl {
  1286.  vertical-align:top;
  1287.  margin:0 3px
  1288. }
  1289. #js-sf-qf {
  1290.  width:185px;
  1291.  padding:2px 4px 3px
  1292. }
  1293. #js-sf-bf {
  1294.  padding:2px 4px 3px;
  1295.  width:125px
  1296. }
  1297. #js-sf-status {
  1298.  text-align:center;
  1299.  font-size:24px
  1300. }
  1301. .js-sf-err {
  1302.  color:#c41e3a
  1303. }
  1304. .boardBlock {
  1305.  font-weight:700
  1306. }
  1307. .blink {
  1308.  -webkit-animation:blink 1.5s step-end infinite;
  1309.  -moz-animation:blink 1.5s step-end infinite;
  1310.  -o-animation:blink 1.5s step-end infinite;
  1311.  animation:blink 1.5s step-end infinite
  1312. }
  1313. @-webkit-keyframes blink {
  1314.  50% {
  1315.   opacity:0
  1316.  }
  1317. }
  1318. @-moz-keyframes blink {
  1319.  50% {
  1320.   opacity:0
  1321.  }
  1322. }
  1323. @-o-keyframes blink {
  1324.  50% {
  1325.   opacity:0
  1326.  }
  1327. }
  1328. @keyframes blink {
  1329.  50% {
  1330.   opacity:0
  1331.  }
  1332. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement