Guest User

Untitled

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