Advertisement
bvffalo

ASTROCHAN/CAOS CSS

Jan 2nd, 2020
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 17.79 KB | None | 0 0
  1. hr {
  2. border-color: #FDC86F; /* hr divider color*/
  3. }
  4.  
  5. #divLatestPosts .latestPostCell {
  6. background: #FDC86F !important; /* background latest posts cell on homepage */
  7. border: 1px solid #FFF9C4 !important; /* border of latest posts cell on homepage */
  8. }
  9.  
  10. .coloredIcon {
  11. color: #34345c; /*nav bar icons and links and controls color*/
  12. }
  13.  
  14. a {
  15. color: #34345c; /*link color*/
  16. }  
  17.  
  18. body {
  19. background: #FFF9C4 !important; /*background color, solid*/
  20. /*background: linear-gradient(to bottom, #D6DAF0 0%, #EEF2FF 10%) !important;*/ /*background color, gradient*/
  21. color: #000; /*general text color*/
  22. }
  23.  
  24. /*rainbow text julay.world*/
  25.  
  26. @keyframes rainbow {
  27. 0%, 100% { color: red; text-shadow: -1px 0 0 orange, -2px 0 0 yellow, -3px 0 0 lime, -4px 0 0 green, -5px 0 0 blue, -6px 0 0 magenta; } 14% { color: orange; text-shadow: -1px 0 0 yellow, -2px 0 0 lime, -3px 0 0 green, -4px 0 0 blue, -5px 0 0 magenta, -6px 0 0 red; } 28% { color: yellow; text-shadow: -1px 0 0 lime, -2px 0 0 green, -3px 0 0 blue, -4px 0 0 magenta, -5px 0 0 red, -6px 0 0 orange; } 43% { color: lime; text-shadow: -1px 0 0 green, -2px 0 0 blue, -3px 0 0 magenta, -4px 0 0 red, -5px 0 0 orange, -6px 0 0 yellow; } 57% { color: green; text-shadow: -1px 0 0 blue, -2px 0 0 magenta, -3px 0 0 red, -4px 0 0 orange, -5px 0 0 yellow, -6px 0 0 lime; } 71% { color: blue; text-shadow: -1px 0 0 magenta, -2px 0 0 red, -3px 0 0 orange, -4px 0 0 yellow, -5px 0 0 lime, -6px 0 0 green; } 86% { color: magenta; text-shadow: -1px 0 0 red, -2px 0 0 orange, -3px 0 0 yellow, -4px 0 0 lime, -5px 0 0 green, -6px 0 0 blue; } }
  28.  
  29. /* Role Signature */
  30.  
  31. .labelRole {   
  32. font-size: 1.15rem;
  33. animation: rainbow 1.5s linear infinite;
  34. padding-left: 4px;
  35. }
  36.  
  37. .labelRole:before {
  38. content: "@   ";
  39. font-size: 1.15rem;
  40. animation: rainbow 1.5s linear infinite;
  41. padding-left: 4px;
  42. }
  43.  
  44. /*Small Details*/
  45.  
  46. input, select, textarea {
  47.   border: 1px double white;
  48.   border-radius: 5px;
  49.   background: white;
  50.   color: black;
  51.   font-family: 'Hack', monospace, sans-serif;
  52.   font-size: 80%;
  53. border-radius: 0px;
  54. }
  55.  
  56. textarea {
  57.  background:  url("https://files.catbox.moe/zd94fe.png");
  58. no-repeat 100% 0%;
  59.  z-index: 10;
  60.  font-size: 25px;
  61. font-family: "Times New Roman", "Serif", print;
  62. text-align:left; color: #34345C;
  63. text-shadow: 1.5px 0px #FFF;
  64. height: 200px; width: 300px;
  65. }
  66.  
  67.  
  68. nav {
  69. background-color: #FDC86F /* nav bar background color */
  70. }
  71.  
  72. #settingsFieldset {
  73. border: 1px dashed #FDC86F; /* dotted border color */
  74. }
  75.  
  76. #staticPageFieldset {
  77. border: 1px dashed #FDC86F; /* dotted border color */
  78. }
  79.  
  80. .floatingMenu {
  81. border: 1px solid #34345c;
  82. background: #FDC86F; /* controls menu background */
  83. }
  84.  
  85. .hideButton {
  86. color: #34345c /*hide button color*/
  87. }
  88.  
  89. .boardHeader, .boardHeader p{
  90. color: #000; /*color of board name and description*/
  91. }
  92.  
  93. #infoBox {
  94. color: rgb(251, 44, 112);
  95. }
  96.  
  97. .topBoards a {
  98. background: #FDC86F !important; /* background top boards cell on homepage */
  99. border: 1px solid #FFF9C4 !important; /* border of top boards cell on homepage */
  100. }
  101.  
  102. .catalogCell {
  103. background: #FDC86F !important; /* background for catalog cells */
  104. border: 1px solid #FFF9C4 !important; /* border for catalog cells */
  105. border-radius: 0px;
  106. }
  107.  
  108. legend {
  109. background-color: #FDC86F; /*color of mode label on posting form*/
  110. color: #fff;
  111. }
  112.  
  113. #postingForm th {
  114. background: #FDC86F; /*color of description cells in posting form */
  115. border: #FFF9C4;
  116. }
  117.  
  118. #newPostFieldset, .modalDecorationPanel {
  119. border: none;
  120. background: none; /*make background of post form transparent */
  121. }
  122.  
  123. .handle {
  124. background-color: #FDC86F;
  125. }
  126.  
  127. #quick-reply table{
  128. background: #FDC86F; /*quick reply box background color */
  129. border: 1px solid #FFF9C4 ; /*quick reply box border color */
  130. }
  131.  
  132. .navlinks {
  133. text-align: center;
  134. font-weight: bold;
  135. font-size: 1.35rem;
  136. animation: rainbow 1.5s linear infinite;
  137. padding-left: 4px;
  138. }
  139.  
  140. /*FAVORITE STAR*/
  141.  
  142. #favouriteButton:before {  
  143. font-family: Icons;
  144. content: url("https://files.catbox.moe/t380gc.gif");   
  145. margin-left: 0.5em;
  146. cursor: pointer;   
  147. font-size: 22px;
  148. color: none;
  149. }
  150.  
  151. /*Elements used exclusively on board pages*/
  152.  
  153. #linkPrevious:before {
  154. font-family: Icons; content: "\e035";
  155. margin: 0 0.25em;
  156. }
  157.  
  158. #linkLogs:before {
  159. content: url("https://files.catbox.moe/zisb19.png");
  160. }
  161.  
  162. #linkPrevious, #linkNext {
  163. vertical-align: middle;
  164. }
  165.  
  166. #linkNext:after {
  167. font-family: Icons;
  168. content: "\e036";
  169. margin: 0 0.25em;
  170. }
  171.  
  172. .threadPages a {
  173. text-decoration: none
  174. }
  175.  
  176. /* POSTS */
  177.  
  178. .labelSubject {
  179. color: #FF7043; /*color of subject in posts*/
  180. font-weight: bold;
  181. }
  182.  
  183. .linkName {
  184. color: #35345c; /* color of username in posts */
  185. font-size: 16px;
  186. }
  187.  
  188. .linkSelf {
  189. color: #35345c !important; /*color of 'No.' on posts */
  190. }
  191.  
  192. .linkQuote {
  193. color: #35345c !important; /*color of of the actual number for a post */
  194. }
  195.  
  196. .linkQuote:hover {
  197. color: #35345c !important; /* color when hovering over a post number */
  198. }
  199.  
  200. .innerPost {
  201. background: #FDC86F; /* background of post cell */
  202. border-color: #FDC86F; /* border of post cell */
  203. border-radius: 0px;
  204. }
  205.  
  206. .markedPost {
  207. background-color: #fcb0af; /*color for selected post cell*/
  208. border-radius: 0;
  209. border: 1px solid #FDC86F;
  210. }
  211.  
  212. a[href*=".html#"] {
  213. color: #ff1f1f; /*color of >> links*/
  214. }
  215.  
  216. span.quote {
  217. color: #ff1f1f; /*color of >> links*/
  218. }
  219.  
  220. .labelYou {
  221. color: #35345c;
  222. font-weight: normal;
  223. font-style: italic;
  224. padding: 0 3px;
  225. }
  226.  
  227.  
  228. .quoteLink.you:after {
  229. content: "(You)" url('https://files.catbox.moe/ilpveq.gif');
  230. font-size: 100%;
  231. color: #FF1734;
  232. }
  233.  
  234. .originalNameLink{
  235. display:inline-block;
  236. vertical-align:top;
  237. white-space:nowrap;
  238. text-decoration: underline;
  239. }
  240.  
  241. .originalNameLink:before {
  242. content: "(";
  243. color: #000;
  244. }
  245.  
  246. .originalNameLink:after {
  247. content: ")";
  248. color: #000;
  249. }
  250.  
  251. /* markdown */
  252.  
  253.  .greenText {
  254.  color: #148888;
  255. }
  256.  
  257. .redText {
  258. color: #FF0000; font-weight: bold; font-size: 125%;
  259. }
  260.  
  261. .orangeText {
  262.  color: #F110E9;
  263.  }
  264.  
  265. .red {
  266. color: #117743;
  267. }
  268.  
  269. /* Custom Text */
  270. .redText {
  271. font-size: 1.5rem;
  272. font-weight:  bold;
  273. animation: rainbow 1.5s linear infinite;
  274. padding-left: 4px;
  275. }
  276.  
  277. .redText strong {
  278.   color: #95F1FF;
  279.   text-shadow: 0px 1px 1px black, 0px 1px 1px black, 0px 0px 1px black, 0px 0px 1px black;
  280.   font-weight: bold;
  281.   font-size: 100%;
  282. }
  283.  
  284. span.jewtext {
  285. background: #FFF;
  286. color: #1565C0;
  287. }
  288.  
  289. /* IMAGES n' SUCH */
  290.  
  291. .embedButton {
  292. color: #117743;
  293. }
  294.  
  295.  
  296. body::after { position: fixed !important; content: url("https://files.catbox.moe/xix3g2.png"); bottom: -70px; right: -30px !important; opacity: 1; z-index: -1; }
  297.  
  298.  
  299. /* MISCELLANEOUS */
  300.  
  301. #selectedTab {
  302. color: #000;
  303. text-shadow: 0px 0px 6px #0066ff;
  304. }
  305. #postingForm input:focus, #postingForm textarea:focus,
  306.   .modalDecorationPanel input[type='text']:focus, #settingsMenu input[type='text']:focus,
  307.   #settingsMenu textarea:focus {
  308.   box-shadow: 0px 0px 5px 2px #FFF9C4;
  309. }
  310. input[type=button], input[type=submit], button, .dropzone, .selectedCell
  311.   {
  312.   border: 3px double #07371F;
  313.   border-radius: 0px;
  314.   background: #FDC86F;
  315.   color: black;
  316.   padding-left: 0.25em;
  317.   font-family: 'Hack', monospace, sans-serif;
  318.   font-size: 80%;
  319.   font-weight: bold;
  320.   margin-top: 0.5em;
  321.   margin-bottom: 0.5em;
  322.   cursor: pointer;
  323. }
  324. #postingForm th {
  325. border-radius: 0px;
  326. }
  327. .sideCatalogCell, .sideCatalogMarkedCell {
  328. background: #FDC86F;
  329. border-radius: 0px;
  330. border: 1px solid #FFF9C4;
  331. }
  332. span.labelCreated {
  333. font-weight: normal;
  334. }
  335. .linkQuote {
  336. font-weight: normal;
  337. }
  338. .linkSelf {
  339. font-weight: normal;
  340. }
  341. #divLatestPosts .latestPostCell {
  342. border-radius: 0px;
  343. border: 1px solid #FDC86F;
  344. }
  345. #divLatestImages img {
  346. background: #FFF9C4;
  347. border-radius: 0px;
  348. border: 1px solid #FDC86F;
  349.   }
  350. .reportFieldset {
  351.   border: 1px dashed #FDC86F;
  352. }
  353. a.rules::after{
  354. color: red;
  355. }
  356. input.postingCheckbox[type="checkbox"] + label::before {
  357. color: red;
  358. }
  359. a:hover, .glowOnHover:hover {
  360. text-shadow: 0px 0px 5px red;
  361. }
  362.  
  363.  
  364. /*thumbnail expand KC*/
  365.  
  366. .uploadCell img:not(.imgExpanded){
  367. max-width:250px !important;
  368. max-height:250px !important;
  369. object-fit:contain;
  370. }
  371.  
  372. .multipleUploads .uploadCell:not(.expandedCell) {
  373. max-width: 250px !important;
  374. float: left;
  375. }
  376.  
  377. .uploadCell img:not(.imgExpanded) {
  378. max-width: 250px !important;
  379. height: 250px !important;
  380. object-fit: contain;
  381. }
  382.  
  383. .linkThumb img{
  384. max-height:150px !important;
  385. max-width:150px !important;
  386. }
  387.  
  388.  .panelUploads{
  389. display:block;
  390. }
  391.  
  392. .uploadCell{
  393. margin:.25em 1em .25em .5em;
  394. float:none;
  395. }
  396.  
  397. .uploadCell img{
  398. float:left;
  399. }
  400.  
  401. .uploadCell img:not(.imgExpanded){
  402. max-width:250px !important;
  403. max-height:250px !important;
  404. object-fit:contain;
  405. }
  406.  
  407. .multipleUploads>.innerOP .divMessage,.multipleUploads>.innerPost .divMessage,.multipleUploads>.markedPost .divMessage{
  408. clear:both;
  409. }
  410.  
  411. .multipleUploads>.innerOP .opUploadPanel,.multipleUploads>.panelUploads{
  412. float:left;
  413. width:100%;
  414. }
  415.  
  416. .multipleUploads>.uploadCell{
  417. float:left;
  418. }
  419.  
  420. .sfw #bannerImage:hover,.sfw .catalogCell .linkThumb img:hover,.sfw .uploadCell img:hover:not(.imgExpanded){
  421. opacity:1!important;
  422. filter:blur(5px);
  423. }
  424.  
  425. .sfw #bannerImage,.sfw .catalogCell .linkThumb img,.sfw .uploadCell img:not(.imgExpanded){
  426. opacity:0;
  427. }
  428.  
  429. .flipped{
  430. -moz-transform:scaleX(-1);
  431. -o-transform:scaleX(-1);
  432. -webkit-transform:scaleX(-1);
  433. transform:scaleX(-1);
  434. filter:FlipH;
  435. -ms-filter:FlipH;
  436. }
  437.  
  438. @media only screen and (max-width:479px){
  439. .catalogCell{
  440. width:90px!important;
  441. max-height:230px!important;
  442. }
  443.  
  444. .linkThumb img{
  445. width:90px!important;
  446. height:90px!important;
  447. top:0;
  448.          }
  449. }
  450.  
  451. @media only screen and (min-width:480px) and (max-width:767px){
  452. .catalogCell{
  453. width:180px!important;
  454. max-height:300px!important;
  455. }
  456.  
  457. .linkThumb img{
  458. width:170px!important;
  459. height:170px!important;
  460.       }
  461. }
  462.  
  463. .catalogCell{
  464. width:210px;
  465. display:inline-block;
  466. vertical-align:top;
  467. max-height:400px;
  468. position:relative;
  469. border:1px solid #000;
  470. background:0 0;
  471. margin:5px;
  472. padding:5px;
  473. overflow:auto;
  474. }
  475.  
  476. .catalogCell:nth-child(10n+1){
  477. border-left:1px;
  478. }
  479.  
  480. .catalogCell:nth-child(10n){
  481. border-right:1px;
  482. }
  483.  
  484. .catalogCell:hover{
  485. background:#ffe4e6;
  486. }
  487.  
  488. .catalogCell .divMessage{
  489. margin:0;
  490. }
  491.  
  492. #divTools{
  493. text-align:left;
  494. margin-left:15px;
  495. }
  496.  
  497. .catalogFlag{
  498. float:left;
  499. }
  500.  
  501. .catalogHeader{
  502. line-height:1em;
  503. }
  504.  
  505. .catalogCell .labelSubject{
  506. padding:0;
  507. margin:0 0 .5em;
  508. font-size:1em; color:#000;
  509. }
  510.  
  511. .linkThumb img{
  512. max-height:200px;
  513. max-width:200px;
  514. }
  515.  
  516. .catalogDiv{
  517. text-align:center;
  518. }
  519.  
  520. #boardsWrapper{
  521. width:80%;
  522. margin:1em auto;
  523. text-align:center;
  524. }
  525.  
  526. .boardsCell span{
  527. text-overflow:ellipsis;
  528. }
  529.  
  530. .search{
  531. margin:0 11px .5em;
  532. }
  533.  
  534. .search form{
  535. display:inline-block;
  536. }
  537.  
  538. #boardsSort,#searchButton{
  539. margin-top:1em;
  540. }
  541.  
  542. #legend{
  543. width:15%;
  544. text-align:left;
  545. display:inline-block;
  546. }
  547.  
  548. .boardsCellHeader{
  549. width:85%;
  550. display:inline-table;
  551. }
  552.  
  553.  .sfw #bannerImage:hover,.sfw .catalogCell .linkThumb img:hover,.sfw .uploadCell img:hover:not(.imgExpanded){
  554. opacity:1!important;
  555. filter:blur(5px);
  556. }
  557.  
  558. .sfw #bannerImage,.sfw .catalogCell .linkThumb img,.sfw .uploadCell img:not(.imgExpanded){
  559. opacity:0;
  560. }
  561.  
  562. .flipped{
  563. -moz-transform:scaleX(-1);
  564. -o-transform:scaleX(-1);
  565. -webkit-transform:scaleX(-1);
  566. transform:scaleX(-1);
  567. filter:FlipH;
  568. -ms-filter:FlipH;
  569. }
  570.  
  571. .linkThumb img{
  572. max-height:200px;
  573. max-width:200px;
  574. }
  575.  
  576. /*Based & Fashy Add-On*/
  577.  
  578. /* Highlighted post */
  579. .markedPost {
  580.   border: 1px solid #f444;
  581. }
  582.  
  583. /* Hover post */
  584. .innerPost:hover {
  585.   transition: all ease-in 0.35s;
  586.   background:#FFF9C4;
  587.   border: 1px solid firebrick;
  588. }
  589.  
  590.  
  591. /* Theme Selector */
  592. #themeSelector {
  593.   background: #444;
  594.   color: #eee;
  595. }
  596. #themeSelector { font-size:8px;}
  597. #themeSelector:hover { transition: all ease-in 0.15s; font-size:11px;}
  598.  
  599. /* File upload */
  600. .dropzone, .selectedCell {
  601.   background: rgba(255, 255, 255, 0.5);
  602.   border: 2px dashed rgba(125, 125, 125, 0.4);
  603.   color: rgba(0, 0, 0, 0.5);
  604. }
  605.  
  606. .dropzone:hover, .selectedCell:hover {
  607.   color: #000;
  608. }
  609.  
  610. /* Post Options (Moderation) Menu */
  611. span.extraMenuButton {
  612.   margin-right: 6px;
  613. }
  614.  
  615. .floatingMenu { background: #fffe; }
  616. .floatingMenu label:before {margin-left: 4px; content:" \e077"; color:black;}
  617.  
  618. .modalDecorationPanel {
  619.   background: rgba(255,255,235,.8);
  620. }
  621.  
  622.  
  623.  
  624. /* Spoilers */
  625. span.spoiler, span.spoiler a {
  626.   background: transparent;
  627.   color: transparent;
  628.   text-shadow: 0 0 5px #000, 0 0 7px #000, 0 0 8px #000;
  629.   padding: 0 1px;
  630.   transition: 1s;
  631. }
  632. span.spoiler:hover { /* spoiler hover */
  633.   background: transparent;
  634.   color: #fff;
  635. }
  636.  
  637. /* Board Title */
  638. .boardHeader p#labelName {
  639.   color: #FDC86F;
  640.   font-size: 42px;
  641.   line-height:1.34em;
  642.   font-weight: bold;
  643.   text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000, -1px 0px 0px #000, 1px 0px 0px #000;
  644. }
  645.  
  646. /* Board Subtitle */
  647.  
  648. .boardHeader p#labelDescription {
  649.   color: #95F1FF;
  650.   font-size: 150%;
  651.   text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000, -1px 0px 0px #000, 1px 0px 0px #000;
  652. }
  653.  
  654. /* Flags */
  655. .imgFlag {
  656.   padding-top:0px;
  657.   padding-bottom:5px;
  658.   max-width: 36px;
  659.   max-height: 32px;
  660.   position: relative;
  661.   bottom: -8px;
  662. }
  663.  
  664. /* Flags Animation (Buzz Script) */
  665. .imgFlag {
  666.   transform: translateZ(0);
  667. }
  668.  
  669. .imgFlag:hover {
  670.   animation-name: buzz;
  671.   animation-duration: 0.25s;
  672.   animation-timing-function: linear;
  673.   animation-iteration-count: infinite;
  674. }
  675.  
  676. @keyframes buzz {
  677.   50% {
  678.     transform: translateX(4px) rotate(3deg);
  679.   }
  680.   100% {
  681.     transform: translateX(-4px) rotate(-3deg);
  682.   }
  683. }
  684.  
  685. /* Flags Preview (Spinner) */
  686. .flagPreview {
  687.   transition: all ease-in 1s;
  688.   transition: all ease-out 1s;
  689. }
  690.  
  691. .flagPreview:hover, .innerPost:hover:before {
  692.   transition: all ease-in 1s;
  693.   transition: all ease-out 1s;
  694.   animation: spin 1s linear infinite;
  695. }
  696.  
  697. @keyframes spin {
  698.     from { transform: rotate(0deg); }
  699.     to { transform: rotate(0deg); }
  700. }
  701.  
  702.   /* Post Decorations */
  703. .innerPost:before {
  704.   content: url(https://files.catbox.moe/npgbk7.png);
  705.   float: right;
  706.   opacity: 1;
  707. }
  708. .innerPost:hover:before {
  709.   content: url(https://files.catbox.moe/vstfm0.png);
  710.   float: right;
  711.   opacity: 1;
  712. }
  713.  
  714. /*SPACE  TECH  CODE BOX*/
  715.  
  716. code {
  717. white-space: pre;
  718. border: 1px double #34345C;
  719. background: #FFF;
  720. color: #34345C;
  721. font-family: 'Lucida Console', Monaco, monospace;
  722. font-size: 125%;
  723. max-width: 100%;
  724. overflow: auto;
  725. padding: 1em 1.5em;
  726. display: block;
  727. word-wrap: break-word;
  728. }
  729.  
  730. code br {
  731. display: block;
  732. }
  733.  
  734.  
  735. /* Glowing post IDs trips and quads for dark themes */
  736.  
  737. a.linkQuote[href$="000"], a.linkQuote[href$="111"],
  738. a.linkQuote[href$="222"], a.linkQuote[href$="333"],
  739. a.linkQuote[href$="444"], a.linkQuote[href$="555"],
  740. a.linkQuote[href$="666"], a.linkQuote[href$="777"],
  741. a.linkQuote[href$="888"], a.linkQuote[href$="999"],
  742. a.linkQuote[href$="0000"], a.linkQuote[href$="1111"],
  743. a.linkQuote[href$="2222"], a.linkQuote[href$="3333"],
  744. a.linkQuote[href$="4444"], a.linkQuote[href$="5555"],
  745. a.linkQuote[href$="6666"], a.linkQuote[href$="7777"],
  746. a.linkQuote[href$="8888"], a.linkQuote[href$="9999"],
  747. a.linkQuote[href$="00000"], a.linkQuote[href$="11111"],
  748. a.linkQuote[href$="22222"], a.linkQuote[href$="33333"],
  749. a.linkQuote[href$="44444"], a.linkQuote[href$="55555"],
  750. a.linkQuote[href$="66666"], a.linkQuote[href$="77777"],
  751. a.linkQuote[href$="88888"], a.linkQuote[href$="99999"],
  752. a.linkQuote[href$="000000"], a.linkQuote[href$="111111"],
  753. a.linkQuote[href$="222222"], a.linkQuote[href$="333333"],
  754. a.linkQuote[href$="444444"], a.linkQuote[href$="555555"],
  755. a.linkQuote[href$="666666"], a.linkQuote[href$="777777"],
  756. a.linkQuote[href$="888888"], a.linkQuote[href$="999999"],
  757. a.myQuote[href$="000"], a.myQuote[href$="111"],
  758. a.myQuote[href$="222"], a.myQuote[href$="333"],
  759. a.myQuote[href$="444"], a.myQuote[href$="555"],
  760. a.myQuote[href$="666"], a.myQuote[href$="777"],
  761. a.myQuote[href$="888"], a.myQuote[href$="999"],
  762. a.myQuote[href$="0000"], a.myQuote[href$="1111"],
  763. a.myQuote[href$="2222"], a.myQuote[href$="3333"],
  764. a.myQuote[href$="4444"], a.myQuote[href$="5555"],
  765. a.myQuote[href$="6666"], a.myQuote[href$="7777"],
  766. a.myQuote[href$="8888"], a.myQuote[href$="9999"],
  767. a.myQuote[href$="00000"], a.myQuote[href$="11111"],
  768. a.myQuote[href$="22222"], a.myQuote[href$="33333"],
  769. a.myQuote[href$="44444"], a.myQuote[href$="55555"],
  770. a.myQuote[href$="66666"], a.myQuote[href$="77777"],
  771. a.myQuote[href$="88888"], a.myQuote[href$="99999"],
  772. a.quoteLink[href$="000"], a.quoteLink[href$="111"],
  773. a.quoteLink[href$="222"], a.quoteLink[href$="333"],
  774. a.quoteLink[href$="444"], a.quoteLink[href$="555"],
  775. a.quoteLink[href$="666"], a.quoteLink[href$="777"],
  776. a.quoteLink[href$="888"], a.quoteLink[href$="999"],
  777. a.quoteLink[href$="0000"], a.quoteLink[href$="1111"],
  778. a.quoteLink[href$="2222"], a.quoteLink[href$="3333"],
  779. a.quoteLink[href$="4444"], a.quoteLink[href$="5555"],
  780. a.quoteLink[href$="6666"], a.quoteLink[href$="7777"],
  781. a.quoteLink[href$="8888"], a.quoteLink[href$="9999"],
  782. a.quoteLink[href$="00000"], a.quoteLink[href$="11111"],
  783. a.quoteLink[href$="22222"], a.quoteLink[href$="33333"],
  784. a.quoteLink[href$="44444"], a.quoteLink[href$="55555"],
  785. a.quoteLink[href$="66666"], a.quoteLink[href$="77777"],
  786. a.quoteLink[href$="88888"], a.quoteLink[href$="99999"],
  787. a.quoteLink[href$="000000"], a.quoteLink[href$="111111"],
  788. a.quoteLink[href$="222222"], a.quoteLink[href$="333333"],
  789. a.quoteLink[href$="444444"], a.quoteLink[href$="555555"],
  790. a.quoteLink[href$="666666"], a.quoteLink[href$="777777"],
  791. a.quoteLink[href$="888888"], a.quoteLink[href$="999999"] {
  792. color: #7b1718!important;
  793. text-shadow: 0px 0px 0.4em #d500f9, 0px 0px 0.4em #d500f9;
  794. font-weight: 500;
  795. font-size: 16px;
  796. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement