Advertisement
althindor

Pro for EmiBerry

Nov 7th, 2020
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 18.56 KB | None | 0 0
  1. /* Layout by Mule of CD-ARIAx3 */
  2. /* + Profile Code by AlthIndor */
  3.  
  4. html, body {
  5.   background: url('https://i.imgur.com/uKs1hkG.png') no-repeat center -50px,
  6.     url('https://snowman-wallpapers.com/wallpapershd/grunge-wallpaper-1080p-For-Wallpaper-Photo.jpg') repeat-x center,
  7.     url('https://wallpaperaccess.com/full/968829.jpg') 0 0 / cover #000;
  8.   background-blend-mode: normal, screen, normal;
  9.   min-height: 880px;
  10. }
  11. body {contain: content;}
  12.  
  13. body a {
  14.   text-decoration: none !important;
  15.   transition: all .5s ease-in-out;
  16. }
  17.  
  18. #columns, #column_2 h2::before, #column_2 h2::after, #column_1 .custom_panel i::before, #column_1 .custom_panel .clear, #id_contact ul:not(.buttons) li * {background: url('https://images2.imgbox.com/e8/f9/0OFEUwcS_o.png');}
  19. #column_2 h2::before, #column_2 h2::after, #column_1 .custom_panel i::before {background-position-y: -865px;}
  20. #column_1 .custom_panel .clear {background-position: -1200px 0;}
  21. #id_contact ul:not(.buttons) li * {background-position-y: bottom;}
  22.  
  23. /* Fonts */
  24.  
  25. @font-face {
  26.   font-family: 'Montserrat';
  27.   font-style: normal;
  28.   font-weight: 600;
  29.   src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
  30. }
  31.  
  32. @font-face {
  33.   font-family: 'Open Sans';
  34.   font-style: normal;
  35.   font-weight: 400;
  36.   src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  37. }
  38.  
  39. @font-face {
  40.   font-family: 'Open Sans';
  41.   font-style: normal;
  42.   font-weight: 700;
  43.   src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  44. }
  45.  
  46. /* Header */
  47.  
  48. #gaia_header {background: none;}
  49. #gaia_header li.spacer {display: none !important;}
  50. #gaia_header li {position: relative;}
  51.  
  52. #gaia_header #header_left, #gaia_header #header_right {
  53.   background: #4C2673C0;
  54.   width: auto !important;
  55.   height: 30px !important;
  56.   font-size: 0 !important;
  57.   margin: 10px !important;
  58.   border-radius: 3px;
  59.   box-shadow: 0 3px 10px #000;
  60.   overflow: hidden;
  61. }
  62. #gaia_header #header_right {float: right;}
  63.  
  64. #gaia_header img {
  65.   background: url('https://i.imgur.com/cGGVY2x.png') no-repeat 0 3px;
  66.   width: 0;
  67.   padding: 0 34px 0 0;
  68.   margin: 0 -1px 0 0;
  69.   filter: invert(100%);
  70.   transition: filter .5s ease-in-out;
  71. }
  72. #header_left li:nth-of-type(n+2) a:hover img {filter: unset;}
  73.  
  74. #gaia_header a {
  75.   color: #FFFFFF !important;
  76.   font: 600 10px/31px 'Montserrat', sans-serif !important;
  77.   padding: 10px;
  78.   text-transform: uppercase;
  79. }
  80.  
  81. #gaia_header a:hover {
  82.   background: #FFFFFF;
  83.   color: #000 !important;
  84. }
  85.  
  86. #header_left li:nth-of-type(n+3)::before, #header_right li:nth-of-type(n+2)::before {
  87.   content: '';
  88.   background: #FFF;
  89.   width: 4px;
  90.   height: 4px;
  91.   position: absolute;
  92.   top: calc(50% - 6px);
  93.   left: -2px;
  94.   border-radius: 50%;
  95.   mix-blend-mode: difference;
  96.   z-index: 1;
  97. }
  98.  
  99. /* Columns */
  100.  
  101. #columns, #column_1, #column_2, #column_3 {
  102.   float: none;
  103.   margin: 0;
  104.   position: absolute;
  105. }
  106.  
  107. #columns, #column_1 {
  108.   width: 1200px;
  109.   height: 860px;
  110. }
  111.  
  112. #columns {
  113.   top: 0;
  114.   left: calc(50% - 600px);
  115. }
  116.  
  117. #column_2 {
  118.   width: 385px;
  119.   height: 189px;
  120.   top: 512px;
  121.   left: 510px;
  122. }
  123.  
  124. #column_3 {
  125.   right: 0;
  126.   overflow: visible;
  127. }
  128.  
  129. /* Scrollbars */
  130.  
  131. #columns ::-webkit-scrollbar {
  132.   background: #FFFFFF40;
  133.   width: 6px;
  134. }
  135. #columns ::-webkit-scrollbar-thumb {background: #FF7000;}
  136.  
  137. .panel {
  138.   scrollbar-color: #FF7000 #FFFFFF40;
  139.   scrollbar-width: thin;
  140. }
  141.  
  142. /* Panels */
  143.  
  144. .panel, .panel h2 {
  145.   padding: 0;
  146.   margin: 0;
  147.   box-sizing: border-box;
  148. }
  149. #column_1 h2, #column_3 h2 {display: none;}
  150.  
  151. .panel {
  152.   background: none;
  153.   color: #FFFFFF;
  154.   font: 10px/1.8 'Open Sans', sans-serif;
  155.   text-align: justify;
  156.   position: absolute;
  157.   overflow: hidden;
  158. }
  159.  
  160. .panel a {color: deeppink;}
  161. .panel a:hover {color: #FF7000;}
  162.  
  163. #id_contact, #id_details, #id_wishlist, .media_panel {z-index: 1;}
  164. #id_about, #id_comments, #id_footprints, #id_wishlist {overflow-y: scroll;}
  165. #id_about, #id_comments {padding-right: 15px;}
  166. #id_about img, #id_comments .postcontent img {max-width: 100%;}
  167.  
  168. #column_2 .panel {
  169.   width: 100%;
  170.   height: 100%;
  171.   left: 100%;
  172.   border: 15px solid transparent;
  173.   transition: left .5s ease-in-out;
  174. }
  175. #column_2 .panel:hover {left: 0;}
  176.  
  177. /* Panel Headers */
  178.  
  179. #column_2 h2::before, #column_2 h2::after {
  180.   content: '';
  181.   position: absolute;
  182. }
  183.  
  184. #column_2 h2 {
  185.   background: none;
  186.   width: 164px;
  187.   height: 64px;
  188.   font-size: 0;
  189.   position: fixed;
  190.   left: calc(50% + 300px);
  191. }
  192. #id_about h2 {top: 510px;}
  193. #id_comments h2 {top: 574px;}
  194. #id_footprints h2 {top: 638px;}
  195.  
  196. #column_2 h2::before {
  197.   width: 100%;
  198.   height: 34px;
  199.   top: 14px;
  200.   transition: filter .5s ease-in-out;
  201. }
  202. #column_2 .panel:hover h2::before {filter: brightness(175%) hue-rotate(20deg);}
  203.  
  204. #id_about h2::before {background-position-x: -100px;}
  205. #id_comments h2::before {background-position-x: -300px;}
  206. #id_footprints h2::before {background-position-x: -500px;}
  207.  
  208. #column_2 h2::after {
  209.   width: 56px;
  210.   height: 51px;
  211.   top: 7px;
  212.   left: -15px;
  213.   transition: all .5s ease-in-out;
  214. }
  215.  
  216. #column_2 .panel:hover h2::after {
  217.   transform: rotate(30deg);
  218.   filter: brightness(150%);
  219. }
  220.  
  221. /* Contact */
  222.  
  223. #id_contact {
  224.   top: 322px;
  225.   left: 370px;
  226.   transform: rotate(-5.5deg);
  227.   overflow: visible;
  228. }
  229.  
  230. #id_contact ul:not(.buttons) li, #id_contact ul:not(.buttons) li * {
  231.   width: 40px;
  232.   height: 40px;
  233.   border-radius: 50%;
  234. }
  235.  
  236. #id_contact ul:not(.buttons) li {
  237.   background: #000;
  238.   margin-bottom: 20px;
  239. }
  240.  
  241. #id_contact ul:not(.buttons) li * {
  242.   display: block;
  243.   font-size: 0;
  244.   filter: drop-shadow(0 0 5px #8830FF) drop-shadow(0 0 10px #8830FF) drop-shadow(0 0 15px #8830FF);
  245.   transition: filter .5s ease-in-out;
  246. }
  247. #id_contact ul:not(.buttons) li *:hover {filter: drop-shadow(0 0 5px hotpink) drop-shadow(0 0 10px hotpink) drop-shadow(0 0 15px hotpink);}
  248.  
  249. #id_contact ul:not(.buttons) li:nth-of-type(1) * {background-position-x: -2280px;}
  250. #id_contact ul:not(.buttons) li:nth-of-type(2) * {background-position-x: -2320px;}
  251. #id_contact ul:not(.buttons) li:nth-of-type(3) * {background-position-x: right;}
  252.  
  253. /* V1 Style Links */
  254.  
  255. #column_3 .custom_panel {
  256.   width: max-content;
  257.   color: crimson;
  258.   font: 8px/1.6 'Montserrat', sans-serif;
  259.   letter-spacing: .2em;
  260.   text-align: center;
  261.   text-shadow: 0 1px 1px #000;
  262.   top: 718px;
  263.   right: 334px;
  264. }
  265. #column_3 .custom_panel br {display: none;}
  266.  
  267. #column_3 a {
  268.   color: #B0B0B0;
  269.   margin: 0 .5em;
  270. }
  271. #column_3 a:hover {color: deeppink;}
  272.  
  273. /* Details */
  274.  
  275. #id_details {
  276.   width: 120px;
  277.   height: 150px;
  278.   top: 343px;
  279.   left: 216px;
  280. }
  281.  
  282. /* Wish List */
  283.  
  284. #id_wishlist {
  285.   display: grid;
  286.   grid-template-columns: repeat(8, 40px);
  287.   grid-auto-rows: 40px;
  288.   gap: 10px;
  289.   width: 410px;
  290.   height: 40px;
  291.   top: 757px;
  292.   left: 452px;
  293.   scroll-snap-type: y mandatory;
  294. }
  295. #id_wishlist .clear, .premium_sparkle {display: none;}
  296.  
  297. #id_wishlist .item {
  298.   background: #FFFFFF40;
  299.   width: 30px;
  300.   height: 30px;
  301.   padding: 5px;
  302.   position: relative;
  303.   border-radius: 50%;
  304.   outline: 1px dotted #FF00FF40;
  305.   outline-offset: -4px;
  306.   transition: all .5s ease-in-out;
  307.   scroll-snap-align: start;
  308.   scroll-snap-stop: always;
  309. }
  310.  
  311. #id_wishlist .item:hover {
  312.   background: #FFFFFF;
  313.   outline-color: #FF7000;
  314. }
  315.  
  316. .owner_checkmark {
  317.   margin: 0;
  318.   bottom: 6px;
  319.   left: 6px;
  320. }
  321.  
  322. /* Comments */
  323.  
  324. #id_comments #alert_container, #id_comments dt {padding: 0;}
  325. #id_comments #alerts_banner {display: none;}
  326. #id_comments #alert_container {float: none;}
  327. #id_comments .deletecomment {margin: 0 0 0 10px;}
  328. #id_comments dd {margin: 0 0 15px 0;}
  329. #id_comments dd:last-of-type {margin: 0;}
  330.  
  331. #id_comments dl {
  332.   clear: both;
  333.   margin: 32px 0 0 0;
  334. }
  335.  
  336. #id_comments dt {
  337.   height: 1.7em;
  338.   line-height: 1;
  339.   margin: 0 0 3px 0;
  340.   border-bottom: 1px dotted #FFFFFF40;
  341. }
  342. #id_comments .date a {font-weight: 400;}
  343.  
  344. #id_comments .dropBox {
  345.   background: #FFFFFF40;
  346.   width: 48px;
  347.   height: 56px;
  348.   margin: 6px 10px 0 0;
  349.   border: 1px solid;
  350.   overflow: hidden;
  351. }
  352.  
  353. #id_comments .dropBox img {
  354.   width: 120px;
  355.   height: 150px;
  356.   margin: -30px 0 0 -45px;
  357. }
  358.  
  359. /* Comments Links */
  360.  
  361. #id_comments h2 + div, #id_comments h2 ~ p {
  362.   display: flex;
  363.   justify-content: space-between;
  364.   background: #404040;
  365.   width: calc(50% - 5px);
  366.   height: 17px;
  367.   line-height: 16px;
  368.   text-transform: uppercase;
  369. }
  370. #id_comments h2 + div {float: left;}
  371. #id_comments h2 ~ p {float: right;}
  372.  
  373. #id_comments h2 + div a {font-size: 0;}
  374. #id_comments h2 + div .clear {display: none;}
  375.  
  376. #id_comments h2 + div a::after {
  377.   content: 'POST NEW COMMENT';
  378.   font-size: 10px;
  379. }
  380.  
  381. #id_comments div::before, #id_comments div::after, #id_comments p::before, #id_comments p::after {
  382.   font-size: 20px;
  383.   line-height: 13px;
  384. }
  385. #id_comments h2 + div::before, #id_comments h2 ~ p::before {content: '[';}
  386. #id_comments h2 + div::after, #id_comments h2 ~ p::after {content: ']';}
  387.  
  388. /* Visitors */
  389.  
  390. #id_footprints .item {
  391.   display: grid;
  392.   grid-auto-flow: column dense;
  393.   justify-content: center;
  394. }
  395.  
  396. #id_footprints .item::before {
  397.   content: ' visited ';
  398.   grid-column: 2;
  399.   white-space: pre;
  400. }
  401. #id_footprints .item::after {content: '.';}
  402.  
  403. /* Media */
  404.  
  405. .media_panel {
  406.   background: url('https://i.imgur.com/gqTTTvw.png') -21px -6px;
  407.   width: 70px;
  408.   height: 32px !important;
  409.   top: 810px;
  410.   left: 167px;
  411.   filter: drop-shadow(0 0 5px #FF00FF);
  412.   transition: filter .5s ease-in-out;
  413. }
  414. .media_panel:hover {filter: drop-shadow(0 0 5px #FFFFFF);}
  415.  
  416. .media_panel iframe {
  417.   width: 360px;
  418.   height: 240px;
  419.   position: absolute;
  420.   bottom: -2px;
  421.   left: -21px;
  422.   opacity: .001;
  423. }
  424.  
  425. /* Misc */
  426.  
  427. #pictures_container, #texts_container {
  428.   width: 1px;
  429.   height: 1px;
  430.   position: absolute;
  431.   top: 0;
  432.   left: 50%;
  433.   overflow: visible;
  434.   z-index: 9;
  435. }
  436.  
  437. /* Enter Button */
  438.  
  439. #texts_container .spoiler-wrapper, #texts_container .spoiler-control {border: none;}
  440. #texts_container .spoiler-control-hide, #texts_container .spoiler-control span {display: none !important;}
  441. #texts_container .spoiler-wrapper {padding: 0;}
  442. #texts_container .spoiler-control {outline: none;}
  443.  
  444. #texts_container .spoiler-control-show {
  445.   background: url('https://i.imgur.com/JUJzknv.png') no-repeat center / contain, url('https://i.imgur.com/2VtMbPL.gif') no-repeat center / cover #200020;
  446.   width: 100%;
  447.   height: 100%;
  448.   position: fixed;
  449.   top: 0;
  450.   left: 0;
  451. }
  452.  
  453. /* Animations */
  454.  
  455. #column_1 .custom_panel, #column_1 .custom_panel div {
  456.   width: 100%;
  457.   height: 100% !important;
  458.   position: absolute;
  459.   top: 0;
  460.   pointer-events: none;
  461. }
  462. #column_1 .custom_panel br {display: none;}
  463.  
  464. #column_1 .custom_panel::after {
  465.   content: '';
  466.   background: url('https://i.imgur.com/rQ3lxwr.gif') center;
  467.   width: 180px;
  468.   height: 560px;
  469.   position: absolute;
  470.   bottom: 93px;
  471.   left: 5px;
  472.   transform-origin: bottom center;
  473.   transform: scale(-.75, .75);
  474.   mix-blend-mode: screen;
  475. }
  476.  
  477. /* Fog Animation */
  478.  
  479. @keyframes RotateObject {
  480.   from {transform: rotate(0turn);}
  481.   to {transform: rotate(1turn)}
  482. }
  483.  
  484. #column_1 .custom_panel b {
  485.   background: url('https://i.imgur.com/VQDuWkJ.png');
  486.   width: 388px;
  487.   height: 388px;
  488.   position: absolute;
  489.   top: 150px;
  490.   mix-blend-mode: soft-light;
  491.   animation: RotateObject 30s linear infinite;
  492. }
  493. #column_1 .custom_panel b:nth-of-type(even) {animation-direction: reverse;}
  494.  
  495. #column_1 .custom_panel b:nth-of-type(1) {left: 300px;}
  496. #column_1 .custom_panel b:nth-of-type(2) {left: 400px;}
  497. #column_1 .custom_panel b:nth-of-type(3) {left: 500px;}
  498. #column_1 .custom_panel b:nth-of-type(4) {left: 600px;}
  499. #column_1 .custom_panel b:nth-of-type(5) {left: 700px;}
  500.  
  501. /* Petal Animation */
  502.  
  503. @keyframes MovePetalsX1 {
  504.   0% {transform: translate(0px, 0px); opacity: 0;}
  505.   25% {opacity: 1;}
  506.   75% {opacity: 1;}
  507.   100% {transform: translate(150px, 450px); opacity: 0;}
  508. }
  509.  
  510. @keyframes MovePetalsX2 {
  511.   0% {transform: translate(0px, 0px); opacity: 0;}
  512.   25% {opacity: 1;}
  513.   75% {opacity: 1;}
  514.   100% {transform: translate(-150px, 450px); opacity: 0;}
  515. }
  516.  
  517. #column_1 .custom_panel i {
  518.   position: absolute;
  519.   top: -30px;
  520.   mix-blend-mode: lighten;
  521.   animation: MovePetalsX1 10s linear infinite;
  522. }
  523. #column_1 .custom_panel i:nth-of-type(even) {animation-name: MovePetalsX2;}
  524.  
  525. #column_1 .custom_panel i::before {
  526.   content: '';
  527.   display: block;
  528.   animation: RotateObject 10s linear infinite;
  529. }
  530. #column_1 .custom_panel i:nth-of-type(even)::before {animation-direction: reverse;}
  531.  
  532. #column_1 .custom_panel i:nth-of-type(6n+3)::before, #column_1 .custom_panel i:nth-of-type(6n+4)::before, #column_1 .custom_panel i:nth-of-type(6n+5)::before {width: 19px;}
  533. #column_1 .custom_panel i:nth-of-type(6n+0)::before, #column_1 .custom_panel i:nth-of-type(6n+1)::before {height: 16px;}
  534. #column_1 .custom_panel i:nth-of-type(6n+4)::before, #column_1 .custom_panel i:nth-of-type(6n+5)::before {height: 15px;}
  535. #column_1 .custom_panel i:nth-of-type(6n+4)::before {background-position-x: -774px;}
  536. #column_1 .custom_panel i:nth-of-type(6n+5)::before {background-position-x: -793px;}
  537.  
  538. #column_1 .custom_panel i:nth-of-type(6n+0)::before {
  539.   background-position-x: -700px;
  540.   width: 16px;
  541. }
  542.  
  543. #column_1 .custom_panel i:nth-of-type(6n+1)::before {
  544.   background-position-x: -716px;
  545.   width: 17px;
  546. }
  547.  
  548. #column_1 .custom_panel i:nth-of-type(6n+2)::before {
  549.   background-position-x: -733px;
  550.   width: 22px;
  551.   height: 13px;
  552. }
  553.  
  554. #column_1 .custom_panel i:nth-of-type(6n+3)::before {
  555.   background-position-x: -755px;
  556.   height: 14px;
  557. }
  558.  
  559. #column_1 .custom_panel i:nth-of-type(01) {left: 856px; animation-duration: 13.8s; animation-delay: -11.0s;}
  560. #column_1 .custom_panel i:nth-of-type(02) {left: 799px; animation-duration: 11.0s; animation-delay: -04.0s;}
  561. #column_1 .custom_panel i:nth-of-type(03) {left: 872px; animation-duration: 10.9s; animation-delay: -04.1s;}
  562. #column_1 .custom_panel i:nth-of-type(04) {left: 866px; animation-duration: 14.2s; animation-delay: -06.1s;}
  563. #column_1 .custom_panel i:nth-of-type(05) {left: 745px; animation-duration: 11.7s; animation-delay: -06.1s;}
  564. #column_1 .custom_panel i:nth-of-type(06) {left: 819px; animation-duration: 11.1s; animation-delay: -05.0s;}
  565. #column_1 .custom_panel i:nth-of-type(07) {left: 881px; animation-duration: 12.4s; animation-delay: -12.1s;}
  566. #column_1 .custom_panel i:nth-of-type(08) {left: 707px; animation-duration: 11.6s; animation-delay: -11.6s;}
  567. #column_1 .custom_panel i:nth-of-type(09) {left: 718px; animation-duration: 11.1s; animation-delay: -01.0s;}
  568. #column_1 .custom_panel i:nth-of-type(10) {left: 860px; animation-duration: 14.4s; animation-delay: -05.9s;}
  569. #column_1 .custom_panel i:nth-of-type(11) {left: 838px; animation-duration: 13.8s; animation-delay: -10.4s;}
  570. #column_1 .custom_panel i:nth-of-type(12) {left: 812px; animation-duration: 12.0s; animation-delay: -09.0s;}
  571. #column_1 .custom_panel i:nth-of-type(13) {left: 858px; animation-duration: 13.4s; animation-delay: -03.9s;}
  572. #column_1 .custom_panel i:nth-of-type(14) {left: 811px; animation-duration: 13.6s; animation-delay: -02.3s;}
  573. #column_1 .custom_panel i:nth-of-type(15) {left: 848px; animation-duration: 10.5s; animation-delay: -04.4s;}
  574. #column_1 .custom_panel i:nth-of-type(16) {left: 877px; animation-duration: 10.0s; animation-delay: -01.0s;}
  575. #column_1 .custom_panel i:nth-of-type(17) {left: 874px; animation-duration: 13.5s; animation-delay: -06.5s;}
  576. #column_1 .custom_panel i:nth-of-type(18) {left: 872px; animation-duration: 14.5s; animation-delay: -03.8s;}
  577. #column_1 .custom_panel i:nth-of-type(19) {left: 839px; animation-duration: 13.7s; animation-delay: -05.7s;}
  578. #column_1 .custom_panel i:nth-of-type(20) {left: 860px; animation-duration: 12.0s; animation-delay: -11.0s;}
  579. #column_1 .custom_panel i:nth-of-type(21) {left: 770px; animation-duration: 10.3s; animation-delay: -03.2s;}
  580. #column_1 .custom_panel i:nth-of-type(22) {left: 894px; animation-duration: 10.6s; animation-delay: -00.9s;}
  581. #column_1 .custom_panel i:nth-of-type(23) {left: 835px; animation-duration: 13.3s; animation-delay: -12.4s;}
  582. #column_1 .custom_panel i:nth-of-type(24) {left: 845px; animation-duration: 14.1s; animation-delay: -07.8s;}
  583.  
  584. #column_1 .custom_panel i:nth-of-type(01)::before {animation-duration: 11.6s; animation-delay: -04.0s;}
  585. #column_1 .custom_panel i:nth-of-type(02)::before {animation-duration: 17.7s; animation-delay: -14.3s;}
  586. #column_1 .custom_panel i:nth-of-type(03)::before {animation-duration: 13.0s; animation-delay: -02.0s;}
  587. #column_1 .custom_panel i:nth-of-type(04)::before {animation-duration: 15.8s; animation-delay: -03.2s;}
  588. #column_1 .custom_panel i:nth-of-type(05)::before {animation-duration: 12.1s; animation-delay: -11.0s;}
  589. #column_1 .custom_panel i:nth-of-type(06)::before {animation-duration: 19.4s; animation-delay: -03.7s;}
  590. #column_1 .custom_panel i:nth-of-type(07)::before {animation-duration: 19.4s; animation-delay: -16.1s;}
  591. #column_1 .custom_panel i:nth-of-type(08)::before {animation-duration: 18.7s; animation-delay: -09.2s;}
  592. #column_1 .custom_panel i:nth-of-type(09)::before {animation-duration: 18.7s; animation-delay: -12.4s;}
  593. #column_1 .custom_panel i:nth-of-type(10)::before {animation-duration: 13.8s; animation-delay: -13.7s;}
  594. #column_1 .custom_panel i:nth-of-type(11)::before {animation-duration: 12.7s; animation-delay: -03.8s;}
  595. #column_1 .custom_panel i:nth-of-type(12)::before {animation-duration: 12.0s; animation-delay: -07.0s;}
  596. #column_1 .custom_panel i:nth-of-type(13)::before {animation-duration: 18.6s; animation-delay: -14.3s;}
  597. #column_1 .custom_panel i:nth-of-type(14)::before {animation-duration: 19.8s; animation-delay: -06.7s;}
  598. #column_1 .custom_panel i:nth-of-type(15)::before {animation-duration: 12.1s; animation-delay: -04.1s;}
  599. #column_1 .custom_panel i:nth-of-type(16)::before {animation-duration: 12.5s; animation-delay: -01.8s;}
  600. #column_1 .custom_panel i:nth-of-type(17)::before {animation-duration: 18.9s; animation-delay: -17.5s;}
  601. #column_1 .custom_panel i:nth-of-type(18)::before {animation-duration: 17.0s; animation-delay: -09.0s;}
  602. #column_1 .custom_panel i:nth-of-type(19)::before {animation-duration: 14.9s; animation-delay: -13.2s;}
  603. #column_1 .custom_panel i:nth-of-type(20)::before {animation-duration: 14.4s; animation-delay: -02.9s;}
  604. #column_1 .custom_panel i:nth-of-type(21)::before {animation-duration: 12.2s; animation-delay: -02.4s;}
  605. #column_1 .custom_panel i:nth-of-type(22)::before {animation-duration: 17.8s; animation-delay: -07.9s;}
  606. #column_1 .custom_panel i:nth-of-type(23)::before {animation-duration: 11.2s; animation-delay: -01.3s;}
  607. #column_1 .custom_panel i:nth-of-type(24)::before {animation-duration: 10.3s; animation-delay: -03.2s;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement