Advertisement
RevonZZ

Day Side - Firefox Mobile - SFW

Jan 23rd, 2017
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 12.38 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("lewd.sx") {
  4.  
  5.  
  6.  
  7. /*username text*/
  8.  
  9. .administrator, .sid4 {
  10.     color: #000;
  11.     text-shadow: 1px 0 2px #F196E6;
  12.     font-weight: inherit;
  13.     font-family: inherit;
  14. }
  15.    
  16. .group_wwwwwwww, .sid4 {
  17.     color: #000 !important;
  18.     font-weight: inherit;
  19.     font-family: inherit;
  20. }
  21.    
  22. .group_kawaii, .sid4 {
  23.     color: #737791 !important;
  24.     font-weight: inherit;
  25.     font-family: inherit;
  26. }
  27.    
  28. .group_lazies, .sid4 {
  29.     color: #5f9972 !important;
  30.     font-weight: inherit;
  31.     font-family: inherit;
  32. }
  33.    
  34. .group_fgt, .sid4 {
  35.     color: black !important;
  36. }
  37.  
  38. .group_shota, .sid4 {
  39.     color: #3d7a99 !important;
  40. }
  41.  
  42. .moderator, .sid3 {
  43.     color: #5a7ff9;
  44.     text-shadow: none;
  45.     font-weight: initial;
  46. }
  47.  
  48. .group_torrents, .sid3 {
  49.     color: #2b5129 !important;
  50.     text-shadow: none;
  51.     font-weight: initial;
  52. }
  53.  
  54. .group_optimist, .sid3 {
  55.     color: #eaa400 !important;
  56.     text-shadow: none;
  57.     font-weight: initial;
  58. }
  59.  
  60. .group_optimist, .sid3 {
  61.     color: #eaa400 !important;
  62.     text-shadow: none;
  63.     font-weight: initial;
  64. }
  65.  
  66. .group_lainchan, .sid3 {
  67.     color:#508c37 !important;
  68.     text-shadow: none;
  69.     font-weight: initial;
  70.     background: url(/images/lsx/extras/sparkle.gif);
  71.  
  72. }
  73.    
  74. .group_music, .sid3 {
  75.     text-shadow: none;
  76.     font-weight: initial;
  77.     background: url(/images/lsx/extras/sparkle.gif);
  78.  
  79. }
  80.  
  81. .group_pumpkin, .sid3 {
  82.  
  83.     text-shadow: none;
  84.     font-weight: initial;
  85.     background: url(/images/lsx/extras/sparkle.gif);
  86. }
  87.  
  88. .group_unique, .sid3 {
  89.     color: #665060 !important;
  90.     text-shadow: none;
  91.     font-weight: initial;
  92. }
  93.  
  94. .group_language, .sid3 {
  95.     color: #5a5066 !important;
  96.     text-shadow: none;
  97.     font-weight: initial;
  98.  
  99. }
  100.  
  101. .group_angels, .sid3 {
  102.    
  103.     text-shadow: none;
  104.     font-weight: initial;
  105.     background: url(/images/lsx/extras/sparkle.gif);
  106. }
  107.  
  108. /*
  109. element.style {
  110.     color: #07aaff;
  111.     background: url(/images/lsx/extras/sparkle.gif);
  112. }
  113. */
  114.  
  115. /* User Profile */
  116.  
  117. .username {
  118.     font-size: 43px;
  119.     font-weight: 300!important;
  120.     color: rgba(37, 37, 37, 1);
  121. }
  122.  
  123. section.user .panel {
  124.     width: 300px;
  125.     -webkit-flex-shrink: 0;
  126.     -moz-flex-shrink: 0;
  127.     -ms-flex-shrink: 0;
  128.     flex-shrink: 0;
  129.     background: #ccc !important;
  130.     padding: 0 20px;
  131. }
  132.  
  133. section.user .profile .info .usertitle {
  134.     margin-top: 5px;
  135.     margin-bottom: 15px;
  136.     font-style: italic;
  137.     display: inline-block;
  138.     color: rgba(37, 37, 37, 1);
  139. }
  140.  
  141. section.user .profile .info .status {
  142.     max-width: 600px;
  143.     line-height: 22px;
  144.     color: rgba(37, 37, 37, 1);
  145. }
  146.  
  147. section.user .profile {
  148.     padding: 48px 40px;
  149.     -webkit-flex-grow: 1;
  150.     -moz-flex-grow: 1;
  151.     -ms-flex-grow: 1;
  152.     flex-grow: 1;
  153.     display: -webkit-box;
  154.     display: -ms-flexbox;
  155.     display: -webkit-flex;
  156.     display: flex;
  157.     background-color: #ddd;
  158. }
  159.  
  160. .container h4 {
  161.     text-transform: uppercase;
  162.     background-color: rgba(37, 37, 37, 1) !important;
  163.     color: white !important;
  164.     padding: 10px;
  165.     font-size: 12px;
  166. }
  167.  
  168. section.user .panel ul li a:hover {
  169.     display: block;
  170.     padding: 12px;
  171.     margin-top: 15px;
  172.     width: 100%;
  173.     background: #d1235d !important;
  174.     text-decoration: none;
  175.     color: #eee;
  176.     font-weight: 300;
  177.     -webkit-transition: .1s linear;
  178.     transition: .1s linear;
  179. }
  180.  
  181. /*Main stuff*/
  182. .sidebar h4 {
  183.     text-transform: uppercase;
  184.     background-color: rgba(37, 37, 37, 1) !important;
  185.     color: #FFF;
  186.     padding: 10px;
  187.     font-size: 12px;
  188. }
  189.  
  190. .sidebar .milestone .percentage {
  191.     background: #d1235d !important;
  192.     position: absolute;
  193.     top: 0;
  194.     left: 0;
  195.     height: 100%;
  196. }
  197.  
  198.  
  199.  
  200. header .main h1 a {
  201.     color: #FFF;
  202. }
  203.  
  204. .form input[type="text"], .modal input[type="text"], .form input[type="password"], .modal input[type="password"], .form textarea, .modal textarea, .form select, .modal select:focus {
  205.     border: 1px solid #d1235d;
  206.     background: none;
  207.     padding: 10px;
  208.     color: black !important;
  209.     font-size: 16px;
  210. }
  211.  
  212. .pm_alert {
  213.     background-color: rgba(37, 37, 37, 1);
  214.     border-top: 1px solid #d1235d;
  215.     border-bottom: 1px solid #d1235d;
  216.     color: #fff;
  217.     padding: 10px;
  218.     display: block;
  219.     text-align: center;
  220. }
  221.  
  222.  
  223.  
  224. p {
  225. color: rgba(37, 37, 37, 1);
  226. }
  227. .sidebar .recent-post span {
  228.     margin-top: 2px;
  229.     display: inline-block;
  230.     font-size: 12px;
  231.     color: rgba(37, 37, 37, 1) ;
  232. }
  233.  
  234. section.category ul li:first-of-type+li {
  235.     text-align: left;
  236.     -webkit-flex-grow: 1;
  237.     -moz-flex-grow: 1;
  238.     -ms-flex-grow: 1;
  239.     flex-grow: 1;
  240.     color: rgba(37, 37, 37, 1) ;
  241. }
  242.  
  243. /* The Quick Reply Box */
  244.    
  245. .ace-monokai {
  246.     color: black !important;
  247. }
  248.    
  249. .ace_cursor {
  250.     color: black !important;
  251. }
  252.    
  253. .ace-monokai .ace_marker-layer .ace_selection {
  254.     background: #00ff2a;
  255. }
  256.    
  257. /*
  258. .ace-scroller {
  259.     color: black;
  260. }
  261. */  
  262.  
  263. .ace-scroller {
  264.   color: rgb(60, 0, 248);  /* change [input cursor color] by this*/
  265.   text-shadow: 0px 0px 0px #D60B0B; /* change [input font] by this*/
  266. }
  267.    
  268. section.category {
  269.     font-size: 13px;
  270.     background-color: rgba(0,0,0,0.04) !important;
  271. }
  272.  
  273. section.category ul li:last-of-type {
  274.     text-align: right;
  275.     width: 250px;
  276.     -webkit-flex-shrink: 1;
  277.     -moz-flex-shrink: 1;
  278.     -ms-flex-shrink: 1;
  279.     flex-shrink: 1;
  280.     color: rgba(37, 37, 37, 1) ;
  281. }
  282.  
  283. .sidebar section {
  284.     background-color: rgba(0,0,0,0.04) !important;
  285.     padding: 10px;
  286.         color: rgba(37, 37, 37, 1) ;
  287. }
  288.  
  289. .sidebar .stats {
  290.     font-size: 15px;
  291.     color: rgba(37, 37, 37, 1) !important;
  292. }
  293.  
  294. section.category ul.sort {
  295.     font-size: 12px;
  296.     font-weight: normal;
  297.     color: #FFF !important;
  298.     background-color: rgba(37, 37, 37, 1) !important;
  299. }
  300.  
  301. section.category ul.row li p {
  302.     margin-bottom: 5px;
  303.     color: rgba(37, 37, 37, 1);
  304. }
  305.  
  306. header {
  307.     background: #d1235d url(http://i.imgur.com/qoSa1XU.jpg);
  308.     background-size: cover;
  309.     background-position: center 65%;
  310.     box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.7);
  311. }
  312.  
  313. header .main h1 span {
  314.     color: #d1235d;
  315. }
  316. a {
  317.     color: #d1235d;
  318. }
  319. span.icon-heart {
  320.     color: #d1235d;
  321. }
  322.  
  323. .information p {
  324.     font-size: 15px;
  325.     color: #fff;
  326. }
  327.  
  328. section.post .author .info .usertitle {
  329.     text-align: center;
  330.     display: block;
  331.     margin: 10px 0;
  332.     font-style: italic;
  333.     font-size: 12px;
  334.     color: rgba(37, 37, 37, 1) ;
  335. }
  336.  
  337. section.post main .content {
  338.     font-size: 15px;
  339.     line-height: 1.5;
  340.     color: rgba(37, 37, 37, 1) ;
  341. }
  342.  
  343. section.post main .header .date {
  344.     float: left;
  345.     color: rgba(37, 37, 37, 1) ;
  346. }
  347.  
  348. .tyl {
  349.     margin-top: 20px;
  350.     color: rgba(37, 37, 37, 1) ;
  351. }
  352.  
  353. section.post .author .stats {
  354.     background-color: rgba(0,0,0,0.06) !important;
  355.     width: 90% !important;
  356.     margin: 10px auto;
  357.     border: 5px solid transparent;
  358.     margin-bottom: 0;
  359.     line-height: 1.2;
  360.     color: rgba(37, 37, 37, 1) ;
  361.  
  362. }
  363.  
  364. section.post .author {
  365.      background-color: rgba(0,0,0,0.06) !important;  
  366. }
  367.  
  368.  
  369.  
  370. section.listing {
  371.     background-color: rgba(0,0,0,0.04) !important;
  372.     margin-bottom: 20px;
  373.     font-size: 13px;
  374. }
  375.  
  376. ul li:first-of-type+li {
  377.     text-align: left;
  378.     -webkit-flex-grow: 1;
  379.     -moz-flex-grow: 1;
  380.     -ms-flex-grow: 1;
  381.     flex-grow: 1;
  382.  
  383. }
  384.  
  385. #breadcrumbs {
  386.     background-color: #d1235d;
  387. }
  388. .interaction button {
  389.     background: #d1235d;
  390. }
  391. header .main nav ul li a {
  392.     font-weight: bold;
  393.     color: #fff ;
  394. }
  395. header .main nav ul li a:hover {
  396.     color: #d1235d;
  397. }
  398. ul.row.stuck1 {
  399.     background: #34495e!important;
  400. }
  401. header .network section .welcomeblock a.unread {
  402.     color: #c0392b;
  403. }
  404.  
  405. header .network {
  406.     background-color: rgba(209, 35, 93, 0.4);
  407.     line-height: 40px;
  408.     color: #FFF !important;
  409. }
  410.  
  411. #breadcrumbs>div ul li {
  412.     display: inline-block;
  413.     color: #fff;
  414. }
  415.  
  416. section.post .author .info .userbar {
  417.     background: #4B4B4B;
  418.     display: inline-block;
  419.     width: 90% !important;
  420.     padding: 7px 0;
  421.     border-left: 2px solid;
  422.     border-right: 2px solid;
  423. }
  424.  
  425. div#pm_notice.pm_alert {
  426.     text-align: center;
  427.     color: #aaa;
  428.     background-color: #34495e;
  429.     display: block;
  430.     -webkit-margin-before: 1em;
  431.     -webkit-margin-after: 1em;
  432.     -webkit-margin-start: 0px;
  433.     -webkit-margin-end: 0px;
  434.     padding: 5px 20px;
  435.     margin-bottom: 15px;
  436.     font-size: 14px;
  437. }
  438.  
  439. .trow1, .trow2 {
  440.     background: #fff;
  441.     border-top: 1px solid #151515;
  442. }
  443.  
  444. network.ul {
  445.     background: #fff;  
  446. }
  447.  
  448. div#pm_notice.pm_alert img[src*="dismiss_notice.png"] {
  449.     display: none;
  450. }
  451. input.search {
  452.     background: transparent;
  453.     color: #FFF;
  454. }
  455. /*Quick Reply*/
  456.  
  457. .form input[type="text"]:focus,
  458. .form input[type="password"]:focus,
  459. .form textarea:focus {
  460.     border-color: #c0392b;
  461.     color: #fff;
  462.     outline: 0;
  463. }
  464. /* Online/Offline Image */
  465.  
  466. img[src*="buddy_online.png"] {
  467.     content: url("https://i.imgur.com/B9p9ljN.png")
  468. }
  469. img[src*="buddy_offline.png"] {
  470.     content: url("https://i.imgur.com/BqnVGYf.png");
  471. }
  472. /* Default Avatar */
  473.  
  474. img[src*="cached/098919b52f87dc7a872decf1fbe9e427a7e87495.png"] {
  475.     content: url("https://i.imgur.com/jjzTnn9.png");
  476.     width: 150px;
  477.     height: 150px;
  478. }
  479. td.trow2 img[src*="cached/098919b52f87dc7a872decf1fbe9e427a7e87495.png"] {
  480.     content: url("https://i.imgur.com/jjzTnn9.png");
  481.     width: 70px;
  482.     height: 70px;
  483. }
  484. td.trow1 img[src*="cached/098919b52f87dc7a872decf1fbe9e427a7e87495.png"] {
  485.     content: url("https://i.imgur.com/jjzTnn9.png");
  486.     width: 70px;
  487.     height: 70px;
  488. }
  489.  
  490. section.post {
  491.     background-color: rgba(0,0,0,0.02) !important;
  492.     margin-bottom: 20px;
  493.     font-size: 13px;
  494. }
  495.  
  496. /*Random Forum Elements*/
  497.  
  498. img[src*="arrow_down.png"] {
  499.     content: url("https://i.imgur.com/76Z6kym.png");
  500. }
  501. img[src*="jump.png"] {
  502.     content: url("https://i.imgur.com/22aPaHQ.png");
  503.     width: 11px;
  504.     height: 11px;
  505. }
  506. img[src*="collapse.png"] {
  507.     content: url("https://i.imgur.com/Qb4O1kk.png");
  508. }
  509. img[src*="collapse_collapsed.png"] {
  510.     content: url("https://i.imgur.com/vVUkpUY.png");
  511. }
  512.  
  513. header .network section .welcomeblock a.unread.unread0 {
  514.     color: #fff;
  515. }
  516.  
  517. header .network section .welcomeblock a.unread.unread1 {
  518.     color: #fff;
  519. }
  520.  
  521. /*Code BB*/
  522.  
  523. .codeblock {
  524.     background: #181818;
  525.     padding: 4px;
  526.     color: #C8D9C8;
  527. }
  528. .codeblock .title {
  529.     border-bottom: 1px solid #222;
  530.     font-weight: bold;
  531.     margin: 4px 0;
  532. }
  533. .codeblock code {
  534.     overflow: auto;
  535.     height: auto;
  536.     max-height: 200px;
  537.     display: block;
  538.     font-family: Monaco, Consolas, Courier, monospace;
  539.     font-size: 13px;
  540. }
  541. /*Spoiler BB - Still Broken*/
  542.  
  543. .spoiler {
  544.     background: rgba(0, 0, 0, 0.2);
  545.     padding: 10px;
  546. }
  547. .spoiler h4 {
  548.     line-height: 1;
  549.     margin: 0;
  550.     background: rgba(0, 0, 0, 0.1);
  551.     padding: 5px;
  552.     cursor: pointer;
  553. }
  554. .spoiler > div {
  555.     margin-top: 10px;
  556. }
  557. .spoiler.nsfw {
  558.     background: rgba(255, 0, 0, 0.1);
  559. }
  560. .spoiler.nsfw h4 {
  561.     background: rgba(255, 0, 0, 0.1);
  562. }
  563.  
  564. body {
  565.     background-color: #FFFFFF;
  566.     color: rgba(37, 37, 37, 1) ;
  567.     min-height: 100vh;
  568.     position: relative;
  569.     font-family: 'Open Sans',sans-serif;
  570.     font-weight: 300;
  571. }
  572. /* pomf.is */
  573. body .upload .button {
  574.     background: #222;
  575.     border: 1px solid #c0392b;
  576.     color: #fff;
  577.     cursor: pointer;
  578.     display: inline-block;
  579.     font-size: 27px;
  580.     padding: 28px 48px;
  581.     text-shadow: 0;
  582.     text-decoration: none;
  583.     transition: .5s;
  584. }
  585. body .upload .button:hover {
  586.     background: #c0392b;
  587. }
  588.  
  589. .tborder .thead {
  590.     font-size: 12px;
  591.     font-weight: normal;
  592.     color: #fff;
  593.     background-color: rgba(37, 37, 37, 1);
  594.     padding: 10px;
  595.     text-transform: uppercase;
  596. }
  597.  
  598. /* Reputation */
  599.  
  600. .trow_reputation_positive {
  601.     border-left: 4px solid #27A360;
  602. }
  603. .trow_reputation_negative {
  604.     border-left: 4px solid #C0392B;
  605. }
  606. .trow_reputation_neutral {
  607.     border-left: 4px solid #252525;
  608. }
  609. .trow1,
  610. .trow2 {
  611.     padding: 10px;
  612. }
  613. .trow1,
  614. .trow2 {
  615.     background: rgba(0, 0, 0, 0.04);
  616.     border-top: 1px solid #151515;
  617. }
  618. .smalltext {
  619.     font-size: 14px;
  620. }
  621. a.postbit_report {
  622.     display: none;
  623. }
  624. strong.reputation_positive {
  625.     color: #d1235d;
  626. }
  627. strong.reputation_negative {
  628.     color: #d1235d;
  629. }
  630. span.smalltext.reputation_positive {
  631.     color: #d1235d;
  632. }
  633. span.smalltext.reputation_negative {
  634.     color: #d1235d;
  635. }
  636.  
  637.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement