Advertisement
Guest User

julay Yotsuba B 2019-09-13

a guest
Sep 13th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.08 KB | None | 0 0
  1. a:link, a:visited, p.intro a.email span.name {
  2.     color: #34345C;
  3. }
  4.  
  5. a:link:hover {
  6.     color: #F00;
  7. }
  8.  
  9. body {
  10.   background: #EEF2FF;
  11.   color: black;
  12.   font-family: arial, helvetica, sans-serif;
  13.   font-size: 10pt;
  14.   margin: 0 0px;
  15.   padding-left: 0px;
  16.   padding-right: 0px;
  17. }
  18.  
  19. nav {
  20.   position: fixed;
  21.   top: 0;
  22.   left: 0;
  23.   right: 0;
  24.   margin-top: 0;
  25.   z-index: 30;
  26.   box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  27.   border-bottom: 1px solid;
  28.   background-color: #D6DAF0;
  29.   color: #89A;
  30.   font-size: 9pt;
  31. }
  32.  
  33. a, .coloredIcon, .unhideButton, .embedButton, .checkedFavouriteButton:before,
  34.   #selectedTab, #showFormsButton {
  35.   color: #34345C;
  36.   cursor: pointer
  37. }
  38.  
  39. .checkedFavouriteButton:before {
  40.   color: #FF0;
  41.   cursor: pointer;
  42.   text-shadow: 0px 0px 1px rgba(0, 0, 0, .50);
  43. }
  44.  
  45. #showFormsButton:hover {
  46.   color: #F00;
  47. }
  48.  
  49. a:hover, .glowOnHover:hover {
  50.   text-shadow: 0px 0px 0px #111111;
  51.   color: #F00;
  52. }
  53.  
  54. input, select, textarea {
  55.   border: 1px solid #a9a9a9;
  56.   border-radius: 0px;
  57.   background: #FFF;
  58.   color: black;
  59.   text-indent: 0;
  60.   text-shadow: none;
  61.   text-transform: none;
  62.   word-spacing: normal;
  63.   font-size: inherit;
  64.   font-family: sans-serif;
  65. }
  66.  
  67. #postingForm th, .modalTableBody th {
  68.   font-weight: bold;
  69.   text-align: left;
  70.   width: 85px;
  71.   font-size: inherit;
  72.   padding: 4px;
  73.   cursor: default;
  74.   border: 0px;
  75.   border-radius: 0px;
  76.   background: #98E;
  77. }
  78.  
  79. #newPostFieldset, #quick-reply table, .modalDecorationPanel,
  80.   .floatingMenu, #settingsFieldset, .reportFieldset {
  81.   border: none;
  82. }
  83.  
  84. input[type=button], input[type=submit], button, .dropzone, .selectedCell
  85.   {
  86.   border: 1px solid rgba(125, 125, 125, 0.8);
  87.   border-radius: 0px;
  88.   background: rgba(200, 200, 200, 0.5);
  89.   padding: 3px 0px;
  90.   cursor: pointer;
  91.   color: rgba(0, 0, 0, 0.5);
  92.   font-family: inherit;
  93.   font-size: inherit;
  94.   font-weight: normal;
  95.   margin-top: 0px;
  96.   margin-bottom: 0px;
  97. }
  98.  
  99. input[type=button], input[type=submit], button, .dropzone:hover, .selectedCell:hover
  100.   {
  101.   border: 1px solid rgba(0, 0, 0, 0.5);
  102.   background: rgba(200, 200, 200, 0.5);
  103.   color: rgba(0, 0, 0, 0.8)
  104. }
  105.  
  106. #postingForm input:focus, #postingForm textarea:focus,
  107.   .modalDecorationPanel input[type='text']:focus, #settingsMenu input[type='text']:focus,
  108.   #settingsMenu textarea:focus {
  109.   box-shadow: none;
  110. }
  111.  
  112. #postingForm button:active {
  113.   box-shadow: none;
  114. }
  115.  
  116. .boardHeader p {
  117.   color: #AF0A0F;
  118. }
  119.  
  120. .boardHeader p#labelName {
  121.   font-size: 20pt;
  122.   font-family: tahoma;
  123.   font-weight: 700;
  124.   letter-spacing: -2px;
  125.   margin: 0;
  126.   display: inline-block;
  127.   text-shadow: none;
  128.   color: #AF0A0F;
  129. }
  130.  
  131. .boardHeader #favouriteButton {
  132.   font-size: 16pt;
  133.   color: #34345C;
  134. }
  135.  
  136. .boardHeader p#labelDescription {
  137.   font-size: 8pt;
  138.   color: #AF0A0F;
  139. }
  140.  
  141. header {
  142.   margin-top: 12px;
  143. }
  144.  
  145. .postInfo, .opHead, .divMessage, .panelUploads, .panelIp, .panelProxyIp,
  146.   .contentOmissionIndicator, .labelOmission, .labelId {
  147.   font-size: 13px;
  148. }
  149.  
  150. .labelSubject {
  151.   color: #0F0C5D;
  152.   font-weight: bold;
  153. }
  154.  
  155. .title, .unhideButton {
  156.   font-weight:normal;
  157.   padding: 2px 0px;
  158. }
  159.  
  160. .quoteLink.you:after {
  161.   content: " (You)";
  162.   font-size: 75%;
  163.   color: #000 !important;
  164. }
  165.  
  166. .linkSelf {
  167.   color: #000 !important;
  168.   text-decoration: none;
  169. }
  170.  
  171. .linkSelf:hover {
  172.   color: #F00 !important;
  173. }
  174.  
  175. .linkQuote {
  176.   color: #000 !important;
  177.   text-decoration: none;
  178. }
  179.  
  180. .linkQuote:hover {
  181.   color: #F00 !important;
  182. }
  183.  
  184. .labelYou {
  185.   color: #117743 !important;
  186.   font-weight: normal;
  187.   font-style: italic;
  188.   padding: 0 3px;
  189.   opacity: .666;
  190. }
  191.  
  192. .panelBacklinks a {
  193.   padding-left: 5px;
  194.   color: #34345C;
  195.   text-decoration: underline;
  196.   font-size: 10px;
  197. }
  198.  
  199. a.rules:after {
  200.   font-family: Icons;
  201.   content: "\e052";
  202.   margin-right: 0.5em;
  203.   color: #34345C;
  204.   height: 80%;
  205.   font-size: 80%;
  206.   padding-left: 0.25em;
  207.   vertical-align: middle;
  208. }
  209.  
  210. .innerPost, .markedPost {
  211.   display: inline-block;
  212.   padding: 0em 0em 0em 0em;
  213.   max-width: 94%;
  214.   min-width: 33%;
  215. }
  216.  
  217. #divLatestPosts .latestPostCell, .innerPost, .sideCatalogCell,
  218.   .markedPost, .sideCatalogMarkedCell, .catalogCell {
  219.   border: 1px;
  220.   border-style: none solid solid none;
  221.   border-color: #B7C5D9;
  222.  
  223. }
  224.  
  225. .markedPost, .sideCatalogMarkedCell {
  226.   background: #D6BAD0 !important;
  227. }
  228.  
  229. .topBoards a, #divLatestImages img, #divLatestPosts .latestPostCell,
  230.   .innerPost, .sideCatalogCell, .markedPost, .sideCatalogMarkedCell,
  231.   .catalogCell {
  232.   background: #D6DAF0;
  233.   border-radius: 0px;
  234. }
  235.  
  236. #boardContentLinks {
  237.   margin-top: 10px;
  238.   font-size: 100%;
  239. }
  240.  
  241. #themeSelector {
  242.   font-size: 100%;
  243.   color: black;
  244. }
  245.  
  246. .divRefresh label, .divRefresh input {
  247.   display: inline-block;
  248.   margin: 3;
  249.   font-size: 80%;
  250. }
  251.  
  252. a:hover, .glowOnHover:hover {
  253.   text-shadow: none;
  254. }
  255.  
  256. .quoteLink {
  257.   color: #dd0000 !important;
  258.   text-decoration: underline;
  259. }
  260.  
  261. .quoteLink.you:after {
  262.   content: " (You)";
  263.   font-size: 10px;
  264.   color: black;
  265.   text-decoration: none;
  266.   font-style: normal;
  267. }
  268.  
  269. .spoiler:hover {
  270.   color: white;
  271.   background: black;
  272. }
  273.  
  274. /* Quick Reply */
  275.  
  276. #quick-reply th {
  277.   text-align: center;
  278.   padding: 2px 0;
  279.   border: 1px solid #222;
  280.   background: #98E;
  281. }
  282.  
  283. .floatingMenu, #quick-reply table {
  284.   background: rgb(214, 218, 240);
  285. }
  286.  
  287. #newPostFieldset, #quick-reply table, .modalDecorationPanel,
  288.   .floatingMenu, #settingsFieldset, .reportFieldset {
  289.   border: 1px black;
  290. }
  291.  
  292. #quick-reply table {
  293.   padding: 0em;
  294.   margin: 0;
  295.   width: 100%;
  296. }
  297.  
  298. .post-table td {
  299.   padding-bottom: 0em;
  300. }
  301.  
  302. hr {
  303.   height: 0px;
  304.   border-width: 1px medium medium;
  305.   border-style: solid none none;
  306.   border-color: #B7C5D9;
  307. }
  308.  
  309. .linkName {
  310.   font-weight: bold;
  311.   color: #34345C;
  312. }
  313.  
  314. .linkName:hover {
  315.   color: #FF0000;
  316. }
  317.  
  318. .noEmailName, .noEmailName:hover {
  319.   color: #117743;
  320.   text-shadow: none;
  321.   text-decoration: none;
  322. }
  323.  
  324. .divRefresh label, .divRefresh input {
  325.   display: inline-block;
  326.   margin: 3px;
  327.   font-size: inherit;
  328. }
  329.  
  330. .small {
  331.   font-size: 80%;
  332.   text-decoration: underline;
  333. }
  334.  
  335. .small:hover {
  336.   color: #f00;
  337. }
  338.  
  339. .boardPages {
  340.   color: #34345C;
  341.   padding: 0.1em 0.25em;
  342. }
  343.  
  344. #divLatestPosts .latestPostCell {
  345.   display: inline-block;
  346.   overflow: hidden;
  347.   padding: 0.5em;
  348.   margin: 0.5em;
  349.   max-width: 15%;
  350.   max-height: 8em;
  351.   font-size: 80%;
  352.   vertical-align: middle;
  353. }
  354.  
  355. #links, #divStats {
  356.   padding: 0.5em;
  357.   font-size: 80%;
  358.   text-align: center;
  359. }
  360.  
  361. .extraMenu, .hideMenu {
  362.   position: absolute;
  363.   top: 0;
  364.   left: 100%;
  365.   margin-left: 10px;
  366.   z-index: 1;
  367.   font-weight: normal;
  368.   white-space: nowrap;
  369.   cursor: default;
  370.   color: #000;
  371.   text-shadow: none;
  372. }
  373.  
  374. .floatingMenu .header, .floatingMenu .headerLabel {
  375.   cursor: move;
  376.   text-align: center;
  377.   padding: 2px 0;
  378.   border: 1px solid #222;
  379.   background: #98E;
  380. }
  381.  
  382. .floatingMenu .headerLabel {
  383.   font-size: inherit;
  384.   border: none;
  385.   font-weight: bold;
  386. }
  387.  
  388. .floatingMenu {
  389.   padding: 0.25em;
  390.   border-style: solid;
  391.   border-color: #B7C5D9;
  392. }
  393.  
  394. #selectedTab {
  395.   text-shadow: none;
  396.   color: #F00 !important;
  397. }
  398.  
  399. #quick-reply {
  400.   position: fixed;
  401.   float: right;
  402.   padding: 0 0 0 0;
  403.   width: 300px;
  404.   z-index: 100;
  405.   display: none;
  406.   border-style: solid;
  407.   border-color: #B7C5D9;
  408.   border-width: 1px
  409. }
  410.  
  411. .postCell {
  412.   margin: 6px 0;
  413. }
  414.  
  415. .Webring {
  416.     position: absolute;
  417.     top: 50%;
  418.     left: 50%;
  419.     transform: translate(-50%, -50%) scale(1);
  420.     font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  421.     min-width: 90%;
  422.     min-height: 500px;
  423.     max-height: 95%;
  424.     background-image: linear-gradient(to right bottom, #e0e0e0, #d6d6d6);
  425.     animation: webring-slidein .3s cubic-bezier(.21,.75,0,1);
  426.     -webkit-user-select: none;
  427.     -moz-user-select: none;
  428.     -ms-user-select: none;
  429.     -o-user-select: none;
  430.     user-select: none;
  431. }
  432.  
  433. .WebringImageboardButton__title {
  434.     position: absolute;
  435.     color: #282a2e;
  436.     top: 50%;
  437.     left: 50%;
  438.     transform: translate(-50%, -50%);
  439.     font-size: 2rem;
  440.     text-align: center;
  441.     pointer-events: none;
  442. }
  443.  
  444. .WebringImageboard a:hover {
  445.     color: #F00;
  446. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement