Advertisement
RevonZZ

Day Side - Final Version - NSFW

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