Guest User

Untitled

a guest
May 11th, 2020
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.54 KB | None | 0 0
  1. /* General */
  2.  
  3. html { background: #fafafa !important; }
  4.  
  5. body {
  6.     background: url(https://i.imgur.com/Cdgs5rx.png) no-repeat center fixed, #fafafa repeat-x 50% 0%;
  7.     color: #303030;
  8.     font-family: Arial, Helvetica, sans-serif;
  9.     font-size: 10pt;
  10. }
  11.  
  12. .topBoards a, #divLatestImages img, #divLatestPosts .latestPostCell,
  13.   .innerPost, .sideCatalogCell, .markedPost, .sideCatalogMarkedCell,
  14.   .catalogCell {
  15.     background-color: #e3e3e3;
  16. }
  17.  
  18. .markedPost, .sideCatalogMarkedCell {
  19.     background-color: #c3c3c3;
  20. }
  21.  
  22. a, .coloredIcon, .unhideButton, .embedButton, #selectedTab, #showFormsButton {
  23.     color: #34345c;
  24. }
  25.  
  26. a:hover, .coloredIcon:hover, .unhideButton:hover, .embedButton:hover, #selectedTab:hover, #showFormsButton:hover {
  27.     color: #004bcc;
  28. }
  29.  
  30. .glowOnHover:hover, a:hover { text-shadow: none; }
  31.  
  32. hr, #threadList hr { border-color: #b7c5d9; }
  33.  
  34. .small {font-size: 80%; }
  35.  
  36. /* Posts */
  37. #divLatestPosts .latestPostCell, .innerPost, .sideCatalogCell, .markedPost, .sideCatalogMarkedCell, .catalogCell {
  38.     border-width: 1px;
  39.     border-style: none solid solid none;
  40.     border-radius: 4px;
  41.     border-color: #b0b0b0;
  42. }
  43.  
  44. .postInfo, .opHead, .divMessage, .panelUploads, .panelIp, .panelProxyIp, .contentOmissionIndicator, .labelOmission, .labelId, .panelASN {
  45.     font-size: 97.5%;
  46. }
  47.  
  48. .postCell {margin: 0.38em 0;}
  49.  
  50. .title {
  51.     font-weight: normal;
  52. }
  53.  
  54. .title .coloredIcon {
  55.     font-weight: bold;
  56.     font-size: 90%;
  57. }
  58.  
  59. .title .linkName {
  60.     color: #34345c;
  61.     font-weight: bold;
  62. }
  63.  
  64. .title .labelYou {
  65.     color: #34345c;
  66.     font-style: italic;
  67.     font-weight: normal;
  68.     opacity: .666;
  69.     padding: 0 6px 0 0;
  70. }
  71.  
  72. .title .linkName.noEmailName {
  73.     color: #004bcc;
  74. }
  75.  
  76. .panelBacklinks { font-size: 76.9%; }
  77.  
  78. .panelBacklinks a {
  79.     color: #34345c;
  80.     text-decoration: underline;
  81. }
  82. .panelBacklinks a:hover { color: #DD0000; }
  83.  
  84. .labelSubject { color: #e24040; }
  85.  
  86. .linkSelf, .linkQuote {
  87.     font-weight: normal;
  88.     color: #303030
  89. }
  90.  
  91. .linkSelf:hover, .linkQuote:hover { color: #DD0000; }
  92.  
  93. .divMessage .quoteLink { color: #004bcc; }
  94. .divMessage .quoteLink:hover { color: #338500; }
  95.  
  96. .quoteLink.you::after { color: inherit; }
  97.  
  98. .divMessage a { color: #004bcc; }
  99. .divMessage a:hover { color: #338500; }
  100.  
  101. .pinkText { color: #E0727F; }
  102. .greenText { color: #789922; }
  103. .redText { color: #AF0A0F; }
  104.  
  105. .spoiler:hover { background: black; color: white; }
  106.  
  107. .labelRole {
  108.     color: #ff0000;
  109.     font-weight: normal;
  110. }
  111.  
  112. .labelRole:before {
  113.     color: #A00;
  114.     font-size: 80%;
  115. }
  116.  
  117. .lockIndicator:before, .pinIndicator:after, .archiveIndicator:after, .cyclicIndicator:after, .bumpLockIndicator:after {
  118.     color: #303030;
  119. }
  120.  
  121. .linkFullText {
  122.     text-decoration: underline;
  123.     text-decoration-style: dotted;
  124. }
  125.  
  126. /* Nav bar */
  127. nav.top-nav {
  128.     background: linear-gradient(#006fd6,#003899);
  129.     border: none;
  130.     font-size: 80%;
  131.     padding: 2px 0px 2px 0px;
  132.     color: #89a;
  133. }
  134.  
  135. nav.top-nav #dynamicHeader #navLinkSpan { margin-left: 5px; }
  136.  
  137. nav.top-nav a { color: white; }
  138.  
  139. nav.top-nav a:hover { color: #90CAFF; }
  140.  
  141. nav.top-nav a::after { font-size: 112%; }
  142.  
  143. /* Other Nav Bars */
  144. nav.board-nav { font-size: 97.5%; }
  145.  
  146. /* Forms and controls */
  147. input, select, textarea {
  148.   border: 1px solid #A9A9A9;
  149.   background: white;
  150.   color: black;
  151.   font-family: arial,helvetica,sans-serif;
  152.   font-size: 80%;
  153. }
  154.  
  155. input[type="button"], input[type="submit"], button, .dropzone, .selectedCell {
  156.     background: #e1e1e1;
  157.     color: #777;
  158.     padding-left: 0.25em;
  159.     font-family: Arial, Helvetica, sans-serif;
  160.     font-size: 80%;
  161.     font-weight: bold;
  162.     margin-top: 0.5em;
  163.     margin-bottom: 0.5em;
  164.     cursor: pointer;
  165. }
  166.  
  167. .dropzone {
  168.     background-color: rgba(200, 200, 200, 0.5);
  169.     border: none;
  170.     transition: 0.2s;
  171.     color: rgba(0, 0, 0, 0.5)
  172. }
  173.  
  174. .dropzone p {
  175.     border-width: 2px;
  176.     transition: 0.2s;
  177. }
  178.  
  179. .dropzone p:hover {
  180.     color: rgba(0, 0, 0, 1)
  181. }
  182.  
  183. input[type="button"], input[type="submit"], button {
  184.     transition: 0.2s;
  185. }
  186.  
  187. input[type="button"]:hover, input[type="submit"]:hover, button:hover {
  188.     border-color: rgba(125, 125, 125, 1);
  189.     color: #444;
  190. }
  191.  
  192. .floatingMenu, #quick-reply #post-form-inner {
  193.     background: #e3e3e3;
  194.     box-shadow: 3px 3px 3px 0 rgba(0,0,0,.25);
  195. }
  196.  
  197. .extraMenu, .hideMenu {
  198.     color: black;
  199.     background: #c3c3c3;
  200. }
  201.  
  202. .extraMenu div:hover { color: #dd0000; }
  203.  
  204. .modalDecorationPanel, .floatingMenu {
  205.     border: 1px dashed #888;
  206. }
  207.  
  208. #newPostFieldset, #settingsFieldset, .reportFieldset {
  209.     border: 1px dashed #8889;
  210. }
  211.  
  212. input.postingCheckbox[type="checkbox"] + label::before {
  213.     color: #004bcc;
  214. }
  215.  
  216. #postingForm input:focus,
  217. #postingForm textarea:focus,
  218. .modalDecorationPanel input[type="text"]:focus,
  219. #settingsMenu input[type="text"]:focus,
  220. #settingsMenu textarea:focus {
  221.     box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
  222. }
  223.  
  224. .settingsTab {
  225.     background-color: #cccccc;
  226.     color: #333333;
  227. }
  228.  
  229. #selectedTab {
  230.     text-shadow: none;
  231.     font-weight: bold;
  232.     background-color: #bbbbbb;
  233.     color: #333333;
  234. }
  235.  
  236. #cssInput, #jsInput { font-size: 90%; }
  237.  
  238. #postingForm th, .modalTableBody th {
  239.     background: #b1c8ed;;
  240.     border: none;
  241.     font-size: 100%;
  242.     padding-left: 0.5em;
  243.     padding-right: 0.5em;
  244.     color: #303030;
  245. }
  246.  
  247. #postingTable textarea,
  248. #postingTable input[type="text"] {
  249.     font-size: 100%;
  250.     padding: 0.1em 0.3em;
  251. }
  252.  
  253. #fieldMessage { width: 265px; }
  254. #newPostFieldset { width: 30em; }
  255.  
  256. a.rules::after { color: #004bcc; }
  257.  
  258. /* Board title */
  259. #labelDescription { color: black; }
  260.  
  261. #labelName {
  262.     font-weight: bold;
  263.     font-family: tahoma;
  264.     letter-spacing: -2px;
  265.     color: #004bcc;
  266.     margin: 0.25em 0 0 0;
  267. }
  268.  
  269. /* Catalog */
  270. .catalogCell .labelSubject { font-size: 85%; }
  271. .catalogCell .divMessage { font-size: 85%; }
  272. .catalogCell { padding: 10px; }
  273.  
  274. #catalogId #labelBoard {
  275.     text-decoration: underline;
  276.     text-decoration-style: dotted;
  277.     text-decoration-color: #35345c99;
  278. }
  279.  
  280. /* UID label at bottom right */
  281. #counterUids {
  282.     font-size: 10pt;
  283.     text-decoration: underline;
  284.     text-decoration-style: dotted;
  285. }
  286.  
  287. #counterUids:hover {
  288.     color: #004bcc;
  289.     text-shadow: none;
  290. }
  291.  
  292. /* Post shown when you hover over quote links. */
  293. .quoteTooltip .innerPost { box-shadow: 0px 0px 3px 0 rgba(0,0,0,.2); }
  294.  
  295. /* Adjustments to quick reply form. */
  296. #quick-reply .post-table {
  297.     margin-top: 0;
  298. }
  299.  
  300. #quick-reply .handle {
  301.     background-color: #B1C8ED;
  302.     border: 1px solid #888;
  303. }
  304.  
  305. #quick-reply #post-form-inner { border: 1px solid #888; }
  306.  
  307. #quick-reply input { font-size: 10pt; }
Add Comment
Please, Sign In to add comment