Advertisement
Guest User

img_global.css

a guest
Dec 10th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.05 KB | None | 0 0
  1. html {
  2.     text-size-adjust: 100%;
  3.     -moz-text-size-adjust: 100%;
  4.     -webkit-text-size-adjust: 100%;
  5.     -ms-text-size-adjust: 100%;
  6.     font-family: serif;
  7.     word-break: break-word;
  8. }
  9.  
  10. body {
  11.     margin: 38px 13px 5px;
  12. }
  13.  
  14. a {
  15.     text-decoration: none;
  16. }
  17.  
  18. a:hover {
  19.     text-decoration: underline;
  20. }
  21.  
  22. .reflink a {
  23.     text-decoration: none;
  24. }
  25.  
  26. .reflink a:hover {
  27.     font-weight: bold;
  28. }
  29.  
  30. .topmenu {
  31.     top: 0;
  32.     left: 0;
  33.     width: 100%;
  34.     z-index: 9001;
  35.     height: inherit;
  36.     position: fixed;
  37.     clear: both;
  38.     overflow: hidden;
  39.     border-bottom-width: 1px;
  40.     border-bottom-style: solid;
  41.     opacity: .95;
  42. }
  43.  
  44. .adminbar {
  45.     text-align: right;
  46.     clear: both;
  47.     background: inherit;
  48.     float: right;
  49.     margin-right: 5px;
  50. }
  51.  
  52. .adminbar img{
  53.     vertical-align: middle;
  54.     border: none;
  55. }
  56.  
  57. .navbar {
  58.     padding: 5px;
  59. }
  60.  
  61. body > .navbar {
  62.     display: none;
  63. }
  64.  
  65. .logo {
  66.     clear: both;
  67.     text-align: center;
  68.     font-size: 2em;
  69. }
  70.  
  71. .replymode, .catalogmode {
  72.     text-align: center;
  73.     padding: 2px;
  74. }
  75.  
  76. form {
  77.     margin-bottom: 0;
  78. }
  79.  
  80. form .trap {
  81.     display: none;
  82. }
  83.  
  84. .postarea {
  85.     text-align: center;
  86.     border-width: 1px;
  87.     border-style: solid;
  88.     border-right: none;
  89.     border-left: none;
  90.     padding: 4px 0;
  91. }
  92.  
  93. .postarea table {
  94.     margin: 0 auto;
  95.     text-align: left;
  96. }
  97.  
  98. .rules {
  99.     width: 468px;
  100.     font-size: 10px;
  101.     font-family: sans-serif;
  102. }
  103.  
  104. .rules li {
  105.     margin-left: 1em;
  106. }
  107.  
  108. .postblock {
  109.     font-weight: 800;
  110. }
  111.  
  112. .footer {
  113.     text-align: center;
  114.     font-size: 12px;
  115.     font-family: serif;
  116. }
  117.  
  118. .passvalid {
  119.     text-align: center;
  120.     width: 100%;
  121. }
  122.  
  123. .dellist {
  124.     font-weight: bold;
  125.     text-align: center;
  126. }
  127.  
  128. .delbuttons {
  129.     text-align: center;
  130.     padding-bottom: 4px;
  131. }
  132.  
  133. .managehead {
  134.     padding: 0;
  135. }
  136.  
  137. .postlists {
  138.     width: 100%;
  139.     padding: 0;
  140. }
  141.  
  142. #delform {
  143.     margin-bottom: 8px;
  144. }
  145.  
  146. .thrdcntnr {
  147.     border-bottom-width: 1px;
  148.     border-bottom-style: solid;
  149.     padding: 8px 0;
  150.     display: block;
  151.     min-height: 210px;
  152. }
  153.  
  154. .attachment > br {
  155.     display: none;
  156. }
  157.  
  158. label > input[type="checkbox"][name="delete[]"] {
  159.     width: 13px;
  160.     margin: 3px 0 0 3px;
  161. }
  162.  
  163. .filesize {
  164.     display: block;
  165.     text-decoration: none;
  166.     font-family: sans-serif;
  167.     font-size: 10px;
  168.     margin-left: 20px;
  169. }
  170.  
  171. .reflinkpreview > .attachment > .filesize {
  172.     padding-top: 4px;
  173. }
  174.  
  175. .filetitle {
  176.     background: inherit;
  177.     font-weight: 800;
  178.     font-size: 1.2em;
  179. }
  180.  
  181. .thumb {
  182.     border: none;
  183.     float: left;
  184.     max-width: 100%;
  185.     height: auto;
  186.     width: auto;
  187.     box-sizing: border-box;
  188.     padding: 4px 20px;
  189. }
  190.  
  191. .nothumb {
  192.     float: left;
  193.     border-width: 3px;
  194.     border-style: dashed;
  195.     text-align: center;
  196.     margin: 4px 20px;
  197.     padding: 14px;
  198. }
  199.  
  200. .postername, .postertrip, .time, .admin, .mod, .vip {
  201.     font-family: sans-serif;
  202.     font-size: 11pt;
  203. }
  204.  
  205. .admin {
  206.     color: #800080;
  207.     font-weight: normal;
  208. }
  209.  
  210. .mod {
  211.     color: #F00;
  212.     font-weight: normal;
  213. }
  214.  
  215. .vip {
  216.     color: #360;
  217.     font-weight: normal;
  218. }
  219.  
  220. .oldpost {
  221.     font-weight: 800;
  222. }
  223.  
  224. .reflink a {
  225.     color: inherit;
  226. }
  227.  
  228. .reflink a:hover {
  229.     font-weight: bold;
  230. }
  231.  
  232. blockquote {
  233.     margin: 1em 20px 4px;
  234.     word-break: break-all;
  235.     word-break: break-word;
  236. }
  237.  
  238. .omittedposts, .postbody + a {
  239.     margin-left: 20px;
  240.     display: table;
  241. }
  242.  
  243. .reply, .highlight {
  244.     width: auto;
  245.     display: table;
  246.     margin: 4px 0 0 20px;
  247.     min-width: 380px;
  248.     border-style: solid;
  249.     border-width: 1px;
  250. }
  251.  
  252. .highlight {
  253.     border-style: dashed;
  254. }
  255.  
  256. .reflinkpreview {
  257.     position: absolute;
  258.     border-width: 1px;
  259.     border-style: dotted;
  260. }
  261.  
  262. .reflinkpreview .reply {
  263.     margin: 0;
  264.     border: none;
  265. }
  266.  
  267. .doubledash {
  268.     vertical-align: top;
  269.     clear: both;
  270.     float: left;
  271. }
  272.  
  273. .replytitle {
  274.     font-size: 1.5em;
  275.     font-weight: 800;
  276. }
  277.  
  278. .commentpostername {
  279.     font-weight: 800;
  280. }
  281.  
  282. .thumbnailmsg {
  283.     font-size: small;
  284. }
  285.  
  286. .spoiler {
  287.     padding: 0 2px;
  288. }
  289.  
  290. .spoiler, .spoiler * {
  291.     color: #000;
  292.     background-color: #000;
  293. }
  294.  
  295. .spoiler:hover * {
  296.     color: #FFF;
  297. }
  298.  
  299. .userdelete {
  300.     float: right;
  301.     text-align: center;
  302.     white-space: nowrap;
  303. }
  304.  
  305. .userdelete table tr td {
  306.     border-width: 1px;
  307.     border-style: solid;
  308. }
  309.  
  310. button {
  311.     border-width: 1px;
  312.     border-style: solid;
  313. }
  314.  
  315. .threadlinksbottom {
  316.     text-align: right;
  317.     margin-top: 4px;
  318. }
  319.  
  320. .replypage .replylink {
  321.     display: none;
  322. }
  323.  
  324. .pagelist {
  325.     max-width: 600px;
  326. }
  327.  
  328. #watchedthreads {
  329.     position: absolute;
  330.     height: auto !important;
  331.     max-height: 100%;
  332.     min-width: 300px;
  333.     overflow: auto;
  334. }
  335.  
  336. #watchedthreadsdraghandle {
  337.     text-align: center;
  338.     font-family: Trebuchet MS;
  339.     cursor: move;
  340. }
  341.  
  342. #watchedthreadlist {
  343.     display: block;
  344.     border-width: 1px;
  345.     border-style: dotted;
  346.     border-top: none;
  347.     border-bottom: none;
  348.     max-height: 100%;
  349.     padding: 3px 3px 0;
  350.     font-size: .8em;
  351.     overflow: auto;
  352. }
  353.  
  354. #watchedthreadsbuttons {
  355.     padding: 3px;
  356.     line-height: 0;
  357.     border-width: 1px;
  358.     border-style: dotted;
  359.     border-top: none;
  360. }
  361.  
  362. #watchedthreadsbuttons a {
  363.     font-size: 0;
  364. }
  365.  
  366. .extrabtns, .extrabtns img, *[class^="dnb"], *[class^="dnb"] img, span[id^="unhidethread"] a[href="#"], .unhidethread, #watchedthreadsbuttons * {
  367.     vertical-align: text-bottom;
  368. }
  369.  
  370. .hidethread, .unhidethread, .watchthread, .expandthread, .quickreply, .hidewatchedthreads, .refreshwatchedthreads, .restorewatchedthreads {
  371.     background-color: transparent;
  372.     background-image: url('./icons/blue/icons.gif');
  373.     background-repeat: no-repeat;
  374. }
  375.  
  376. .hidethread {
  377.     background-position: -32px -16px;
  378. }
  379.  
  380. .unhidethread {
  381.     background-position: -48px 0;
  382. }
  383.  
  384. .watchthread {
  385.     background-position: -32px 0;
  386. }
  387.  
  388. .expandthread {
  389.     background-position: 0 -16px;
  390. }
  391.  
  392. .quickreply {
  393.     background-position: 0 0;
  394. }
  395.  
  396. .hidewatchedthreads {
  397.     background-position: -48px -16px;
  398. }
  399.  
  400. .refreshwatchedthreads {
  401.     background-position: -16px -16px;
  402. }
  403.  
  404. .restorewatchedthreads {
  405.     background-position: -16px 0;
  406. }
  407.  
  408. hr {
  409.     border-style: solid none none none;
  410.     border-width: 1px;
  411. }
  412.  
  413. .pgstbl table, .pgstbl tr {
  414.     border-width: 1px;
  415.     border-style: solid;
  416. }
  417.  
  418. span[id*="unhidethread"] {
  419.     border-bottom-width: 1px;
  420.     border-bottom-style: solid;
  421.     padding: 4px 20px;
  422. }
  423.  
  424. .catalogtable {
  425.     text-align: center;
  426. }
  427.  
  428. .catalogthread {
  429.     vertical-align: top;
  430.     word-wrap: break-word;
  431.     overflow: hidden;
  432.     display: inline-block;
  433.     padding: 4px;
  434.     width: 210px;
  435.     max-height: 350px;
  436.     min-height: 200px;
  437.     margin-top: 5px;
  438.     position: relative;
  439.     border-width: 1px;
  440.     border-style: solid;
  441. }
  442.  
  443. .catalogthread a {
  444.     text-decoration: none !important;
  445. }
  446.  
  447. .catalogsubject {
  448.     background: inherit;
  449.     font-weight: 800;
  450. }
  451.  
  452. .catalogposts {
  453.     font-weight: 800;
  454.     font-size: small;
  455. }
  456.  
  457. .cataloglist {
  458.     padding: 4px 0px 8px;
  459.     text-align: center;
  460.     border-bottom-width: 1px;
  461.     border-bottom-style: solid;
  462. }
  463.  
  464. .closed * {
  465.     text-decoration: line-through;
  466. }
  467.  
  468. .sticked::before {
  469.     content: url(./sticky.gif);
  470.     display: block;
  471.     position: absolute;
  472.     top: 3px;
  473.     right: 3px;
  474. }
  475.  
  476. .inline-pp, .prettyprint {
  477.     white-space: pre-wrap;
  478. }
  479.  
  480. .inline-pp {
  481.     display: inline;
  482. }
  483.  
  484. input[type=text], input[type=password], textarea, input[type=submit] {
  485.     border: 1px solid #AAA;
  486.     margin: 0 2px 0 0;
  487.     padding: 2px 4px 3px;
  488.     outline: none;
  489.     font-size: 10pt;
  490. }
  491.  
  492. .sound {
  493.     float: left;
  494.     padding: 0 20px 4px 0;
  495. }
  496.  
  497. /*Keep this while search is broken*/
  498.  
  499. .adminbar img[src="/css/icons/red/search.png"] {
  500.     display: none !important;
  501. }
  502.  
  503. @media only screen and (max-width: 480px) {
  504.    
  505.     html {
  506.         font-size: 10pt;
  507.         max-width: 100%!important;
  508.     }
  509.    
  510.     body {
  511.         margin: 43px 4px 5px;
  512.     }
  513.        
  514.     * {
  515.         box-sizing: border-box;
  516.     }
  517.    
  518.     .adminbar {
  519.         margin-right: 2px;
  520.         font-size: 0;
  521.     }
  522.    
  523.     .adminbar select, .adminbar img[src="/css/icons/red/wt.png"], .adminbar a[href="/manage.php"], img[src="/css/icons/red/search.png"] {
  524.         display: none;
  525.     }
  526.    
  527.     .logo {
  528.         clear: right;
  529.         display: inline;
  530.         vertical-align: middle;
  531.     }
  532.    
  533.     .replymode, .catalogmode {
  534.         width: 100%;
  535.     }
  536.    
  537.     .postarea table {
  538.         width: 100%;
  539.     }
  540.    
  541.     table {
  542.         border-style: none;
  543.     }
  544.    
  545.     .postform tr:nth-child(3) > .postblock + td, #modbox {
  546.         font-size: 0;
  547.     }
  548.    
  549.     textarea, input[type=file], input[type=text], input[type=password], input[type=submit] {
  550.         width: 100%!important;
  551.         font-size: 10pt;
  552.     }
  553.    
  554.     #posttypeindicator {
  555.         display: block;
  556.         text-align: center;
  557.         font-size: 11px;
  558.     }
  559.    
  560.     .rules, .rules li {
  561.         display: none;
  562.     }
  563.    
  564.     .filesize {
  565.         font-size: 5pt;
  566.         margin-left: 4px;
  567.     }
  568.    
  569.     .filesize a, #resizer {
  570.         display: none;
  571.     }
  572.    
  573.     .filetitle {
  574.         word-wrap: break-word;
  575.         word-break: break-all;
  576.         white-space: normal;
  577.         overflow: hidden!important;
  578.         width: 100%!important;
  579.     }
  580.    
  581.     img {
  582.         max-width: 80px;
  583.         max-height: 80px;
  584.         height: auto;
  585.         width: auto;
  586.     }
  587.    
  588.     img[src*="/src/"] {
  589.         max-width: 100%;
  590.         max-height: 100%;
  591.     }
  592.    
  593.     .thumb {
  594.         padding: 2px 4px;
  595.     }
  596.    
  597.     .nothumb {
  598.         margin: 2px 4px!important;
  599.     }
  600.    
  601.     .omittedposts, .postbody + a {
  602.         clear: both!important;
  603.         margin-left: 4px;
  604.     }
  605.    
  606.     .reply, .highlight {
  607.         width: 100%!important;
  608.         clear: both;
  609.         margin: 4px 0 0!important;
  610.         display: inline-block;
  611.         min-width: 0;
  612.     }
  613.    
  614.     .reflinkpreview {
  615.         left: 4px!important;
  616.         margin-top: 1em;
  617.     }
  618.    
  619.     .extrabtns, .doubledash, #watchedthreads {
  620.         display: none;
  621.     }
  622.    
  623.     blockquote {
  624.         font-size: 10pt;
  625.         max-width: 100%!important;
  626.         height: auto!important;
  627.         display: block!important;
  628.         margin: 0!important;
  629.         padding: 2px 4px;
  630.         width: 100%!important;
  631.     }
  632.    
  633.     .reply pre, a {
  634.         word-wrap: break-word;
  635.         word-break: break-all;
  636.         white-space: normal;
  637.     }
  638.    
  639.     div[id*="replies"] {
  640.         clear: both;
  641.     }
  642.    
  643.     div[id*="thread"] {
  644.         clear: both;
  645.         max-width: 100%!important;
  646.     }
  647.    
  648.     input[name="deletepost"] {
  649.         clear: right;
  650.     }
  651.    
  652.     .userdelete {
  653.         width: 100%;
  654.         text-align: left;
  655.         white-space: normal;
  656.         float: none;
  657.     }
  658.    
  659.     span[id*="unhidethread"] {
  660.         padding: 4px;
  661.     }
  662.    
  663.     .catalogthread {
  664.         width: 100%;
  665.         max-height: none;
  666.         min-height: 0;
  667.         text-align: left;
  668.     }
  669.    
  670.     .catalogthread br {
  671.         display: none;
  672.     }
  673.    
  674.     .catalogpic {
  675.         float: left;
  676.         margin-right: 4px;
  677.     }
  678.    
  679.     .catalogsubject, .catalogmsg, .catalogposts {
  680.         display: table;
  681.     }
  682.    
  683.     .catalogposts {
  684.         float: right;
  685.     }
  686.    
  687.     .sticked::before {
  688.         display: inline-block;
  689.         float: right;
  690.         position: static;
  691.         top: initial;
  692.         right: initial;
  693.     }
  694. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement