gr0ss_css

Ibuki css

Oct 22nd, 2020
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.46 KB | None | 0 0
  1. body{
  2.  
  3. background-attachment:fixed;
  4.  
  5. background-image:url(https://media1.giphy.com/headers/g1ft3d/AGLGWIEM1SUF.gif);
  6.  
  7. background-position:center;
  8.  
  9. background-size:cover;
  10.  
  11. color:#fff;
  12.  
  13. font-family:Tahoma,Geneva,sans-serif;
  14.  
  15. font-weight:500;
  16.  
  17. }
  18.  
  19.  
  20. .extended{
  21.  
  22. color:#fff;
  23.  
  24. font-size:10px;
  25.  
  26. text-shadow:0 0 3px rgba(251, 0, 252);
  27.  
  28. text-shadow:#fff 0 0 7px;
  29.  
  30. }
  31.  
  32.  
  33. .extended::after{
  34.  
  35. background-image:url(https://thumbs.gfycat.com/HauntingDentalHuemul-max-1mb.gif);
  36.  
  37. background-position:center;
  38.  
  39. background-size:cover;
  40.  
  41. border:2px solid #000;
  42.  
  43. border-radius:25px;
  44.  
  45. bottom:0;
  46.  
  47. box-sizing:border-box;
  48.  
  49. color:#fff;
  50.  
  51. Content:"b3 n1c3 or p3r1sh";
  52.  
  53. display:block;
  54.  
  55. font-family:Century Gothic;
  56.  
  57. font-size:15px;
  58.  
  59. font-weight:700;
  60.  
  61. left:0;
  62.  
  63. text-align:center;
  64.  
  65. text-shadow:#fff 0 0 7px;
  66.  
  67. top:0;
  68.  
  69. width:100%;
  70.  
  71. }
  72.  
  73.  
  74. .logo{
  75.  
  76. font-size:0;
  77.  
  78. }
  79.  
  80.  
  81. .logo::after{
  82.  
  83. color:#fff;
  84.  
  85. content:"Super High School-Level Music Club Member";
  86.  
  87. font-size:15px;
  88.  
  89. font-weight:800;
  90.  
  91. }
  92.  
  93.  
  94. div#header{
  95.  
  96. background:#000000;
  97.  
  98. font-family:Century Gothic;
  99.  
  100. }
  101.  
  102.  
  103. div#hSub{
  104.  
  105. background:#000000;
  106.  
  107. font-family:Century Gothic;
  108.  
  109. }
  110.  
  111.  
  112. #name{
  113.  
  114. animation-duration:2.0s;
  115.  
  116. animation-iteration-count:infinite;
  117.  
  118. animation-name:flashy;
  119.  
  120. font-family:Century Gothic;
  121.  
  122. font-size:25px;
  123.  
  124. margin:0;
  125.  
  126. padding-bottom:15px;
  127.  
  128. padding-left:5px;
  129.  
  130. }
  131.  
  132.  
  133. @keyframes flashy{
  134.  
  135.  
  136. 0%{
  137.  
  138. color:#c603fc;
  139.  
  140. }
  141.  
  142.  
  143. 30%{
  144.  
  145. color:#03fcfc;
  146.  
  147. }
  148.  
  149.  
  150. 65%{
  151.  
  152. color:#fc037b;
  153.  
  154. }
  155.  
  156.  
  157. 100%{
  158.  
  159. color:#a959ff;
  160.  
  161. }
  162.  
  163. }
  164.  
  165.  
  166.  
  167. #name::after{
  168.  
  169. Content:" ";
  170.  
  171. }
  172.  
  173.  
  174. a:link{
  175.  
  176. color:purple;
  177.  
  178. text-shadow:#000 0 0 5px;
  179.  
  180. }
  181.  
  182.  
  183. a:active{
  184.  
  185. color:#fc569c;
  186.  
  187. }
  188.  
  189.  
  190. a:visited{
  191.  
  192. color:#5603fc;
  193.  
  194. }
  195.  
  196.  
  197. .box{
  198.  
  199. border:transparent;
  200.  
  201. }
  202.  
  203.  
  204. .boxInfo{
  205.  
  206. background:#000000;
  207.  
  208. border:2px dashed #fff;
  209.  
  210. border:2px solid #000;
  211.  
  212. margin-bottom:1px;
  213.  
  214. }
  215.  
  216.  
  217. .boxButton{
  218.  
  219. color:#fff;
  220.  
  221. }
  222.  
  223.  
  224. .boxHead{
  225.  
  226. -webkit-text-stroke-color:#000;
  227.  
  228. -webkit-text-stroke-width:1px;
  229.  
  230. background:transparent;
  231.  
  232. border:2x dashed #fff;
  233.  
  234. color:#fff;
  235.  
  236. }
  237.  
  238.  
  239. #sMsg{
  240.  
  241.  
  242. font-size:0;
  243.  
  244. }
  245.  
  246.  
  247. #sMsg::after{
  248.  
  249. Content:"Lets talk!";
  250.  
  251. font-size:13px;
  252.  
  253. }
  254.  
  255.  
  256. #block{
  257.  
  258.  
  259. font-size:0;
  260.  
  261. }
  262.  
  263.  
  264. #block::after{
  265.  
  266. Content:"why...?";
  267.  
  268. font-size:13px;
  269.  
  270. }
  271.  
  272.  
  273. #report{
  274.  
  275. font-size:0;
  276.  
  277. }
  278.  
  279.  
  280. #report::after{
  281.  
  282. Content:"dont snitch!";
  283.  
  284. font-size:13px;
  285.  
  286. }
  287.  
  288.  
  289. #add{
  290.  
  291.  
  292.  
  293. font-size:13px;
  294.  
  295. text-transform:lowercase;
  296.  
  297. }
  298.  
  299.  
  300. div.url.box{
  301.  
  302. font-size:0;
  303.  
  304. text-align:center;
  305.  
  306. }
  307.  
  308.  
  309. div.url.box::after{
  310.  
  311. -webkit-text-stroke-color:#000;
  312.  
  313. -webkit-text-stroke-width:1px;
  314.  
  315. color:#fff;
  316.  
  317. Content:"“I HATE YOU ALL SO MUCH!!!“";
  318.  
  319. font-size:20px;
  320.  
  321. font-weight:700;
  322.  
  323. text-shadow:#000000 0 0 3px;
  324.  
  325. }
  326.  
  327.  
  328. .rightHead{
  329.  
  330. -webkit-text-stroke-color:#000;
  331.  
  332. -webkit-text-stroke-width:1px;
  333.  
  334. background:transparent;
  335.  
  336. color:#fff;
  337.  
  338. font-size:18px;
  339.  
  340. text-shadow:0 0 3px rgba(253, 63, 136);
  341.  
  342. }
  343.  
  344.  
  345. .rightHead::before{
  346.  
  347.  
  348.  
  349. padding: 5px;
  350.  
  351. }
  352.  
  353.  
  354. .rightHead::after{
  355.  
  356.  
  357. padding: 5px;
  358.  
  359. }
  360.  
  361.  
  362. .topLeft{
  363.  
  364. animation-duration:1.5s;
  365.  
  366. animation-name:slidein;
  367.  
  368. background-image:url(https://i.pinimg.com/originals/80/eb/15/80eb15b74b0e953de799f32cb26a8c61.gif);
  369.  
  370. background-position:center;
  371.  
  372. background-size:cover;
  373.  
  374. border:2px solid #000;
  375.  
  376. border-radius:25px;
  377.  
  378. box-sizing:border-box;
  379.  
  380. color:#fff;
  381.  
  382. overflow:auto;
  383.  
  384. padding:1px;
  385.  
  386. position:relative;
  387.  
  388. text-shadow:0 0 4px black;
  389.  
  390. top:60px;
  391.  
  392. }
  393.  
  394.  
  395. @keyframes slidein{
  396.  
  397. from {
  398.  
  399. margin-left:-100%;
  400.  
  401. }
  402.  
  403.  
  404. to {
  405.  
  406. margin-left:0;
  407.  
  408. }
  409.  
  410. }
  411.  
  412.  
  413. .avatar{
  414.  
  415. border:10px solid;
  416.  
  417. border-image:url(https://thumbs.gfycat.com/HauntingDentalHuemul-max-1mb.gif) 30 stretch;
  418.  
  419. box-sizing:border-box;
  420.  
  421. display:block;
  422.  
  423. }
  424.  
  425.  
  426. #gender{
  427.  
  428. position:relative;
  429.  
  430. visibility:hidden;
  431.  
  432. }
  433.  
  434.  
  435. #gender::after{
  436.  
  437. content:"n3k0!";
  438.  
  439. font-size:15px;
  440.  
  441. left:0;
  442.  
  443. position:absolute;
  444.  
  445. top:0;
  446.  
  447. visibility:visible;
  448.  
  449. }
  450.  
  451.  
  452. #age{
  453.  
  454. position:relative;
  455.  
  456. visibility:hidden;
  457.  
  458. }
  459.  
  460.  
  461. #age::after{
  462.  
  463. content:"👾";
  464.  
  465. font-size:15px;
  466.  
  467. left:0;
  468.  
  469. position:absolute;
  470.  
  471. top:0;
  472.  
  473. visibility:visible;
  474.  
  475. }
  476.  
  477.  
  478. #country{
  479.  
  480. position:relative;
  481.  
  482. visibility:hidden;
  483.  
  484. }
  485.  
  486.  
  487. #country::after{
  488.  
  489. Content:"d34d";
  490.  
  491. font-size:15px;
  492.  
  493. left:0;
  494.  
  495. position:absolute;
  496.  
  497. top:0;
  498.  
  499. visibility:visible;
  500.  
  501. }
  502.  
  503.  
  504. #online{
  505.  
  506. margin-top:0;
  507.  
  508. padding:1px;
  509.  
  510. position:relative;
  511.  
  512. visibility:hidden;
  513.  
  514. }
  515.  
  516.  
  517. #online::after{
  518.  
  519. content:url("http://www.myspacegens.com/images/online_now/006.gif");
  520.  
  521. left:0;
  522.  
  523. position:absolute;
  524.  
  525. top:0;
  526.  
  527. visibility:visible;
  528.  
  529. }
  530.  
  531.  
  532. .topRight{
  533.  
  534. animation-duration:1.5s;
  535.  
  536. animation-name:slide;
  537.  
  538. }
  539.  
  540.  
  541. @keyframes slide{
  542.  
  543. from {
  544.  
  545. margin-right:-100%;
  546.  
  547. }
  548.  
  549.  
  550. to {
  551.  
  552. margin-right:0;
  553.  
  554. }
  555.  
  556. }
  557.  
  558.  
  559. .player{
  560.  
  561. background-image:url(https://thumbs.gfycat.com/HauntingDentalHuemul-max-1mb.gif);
  562.  
  563. background-position:center;
  564.  
  565. background-size:cover;
  566.  
  567. border:2px solid #000;
  568.  
  569. color:#fff;
  570.  
  571. margin:0 auto;
  572.  
  573. }
  574.  
  575.  
  576. h4{
  577.  
  578. -webkit-text-stroke-color:#000;
  579.  
  580. -webkit-text-stroke-width:1px;
  581.  
  582. background-image:url(https://thumbs.gfycat.com/HauntingDentalHuemul-max-1mb.gif);
  583.  
  584. background-position:center;
  585.  
  586. background-size:cover;
  587.  
  588. border:2px solid #000;
  589.  
  590. border-bottom:0px;
  591.  
  592. border-top-left-radius:25px;
  593.  
  594. border-top-right-radius:25px;
  595.  
  596. color:#fff;
  597.  
  598. font-family:Century Gothic;
  599.  
  600. font-weight:700;
  601.  
  602. height:20px;
  603.  
  604. position:relative;
  605.  
  606. }
  607.  
  608.  
  609. .blurbs{
  610.  
  611. margin-block-start:15px;
  612.  
  613. text-align:center;
  614.  
  615. text-shadow:0 0 3px rgba(255,255,255,0.5);
  616.  
  617. }
  618.  
  619.  
  620. #about{
  621.  
  622. background:rgba(0, 0, 0);
  623.  
  624. border:2px solid #000;
  625.  
  626. border-radius:25px;
  627.  
  628. border-top-right-radius:0px;
  629.  
  630. border-top-left-radius:0px;
  631.  
  632. padding:15px;
  633.  
  634. }
  635.  
  636.  
  637. #who{
  638.  
  639. background:rgba(0, 0, 0);
  640.  
  641. border:2px solid #000;
  642.  
  643. border-radius:25px;
  644.  
  645. border-top-right-radius:0px;
  646.  
  647. border-top-left-radius:0px;
  648.  
  649. padding:15px;
  650.  
  651. }
  652.  
  653.  
  654. .fwiendCount{
  655.  
  656. color:#000000;
  657.  
  658. }
  659.  
  660.  
  661. .fwiendCounter{
  662.  
  663. -webkit-text-stroke-color:#000;
  664.  
  665. -webkit-text-stroke-width:1px;
  666.  
  667. color:#fff;
  668.  
  669. }
  670.  
  671.  
  672. #top a{
  673.  
  674. color:#fc569c;
  675.  
  676. text-decoration:none;
  677.  
  678. }
  679.  
  680.  
  681. .fwiendFace{
  682.  
  683. background-image:url(https://thumbs.gfycat.com/HauntingDentalHuemul-max-1mb.gif);
  684.  
  685. border:2px solid #fff;
  686.  
  687. border-radius:50%;
  688.  
  689. font-size:0;
  690.  
  691. height:100px;
  692.  
  693. margin-bottom:5px;
  694.  
  695. margin-right:5px;
  696.  
  697. max-width:100vw;
  698.  
  699. width:100px;
  700.  
  701. }
  702.  
  703.  
  704. .fwiendFace img{
  705.  
  706. background-position:center;
  707.  
  708. border-radius:50%;
  709.  
  710. display:absolute;
  711.  
  712. height:100px;
  713.  
  714. object-fit:cover;
  715.  
  716. width:100px;
  717.  
  718. }
  719.  
  720.  
  721. .fwiendFace:hover{
  722.  
  723. animation:shake 1s;
  724.  
  725. animation-iteration-count:infinite;
  726.  
  727. }
  728.  
  729.  
  730. @keyframes shake{
  731.  
  732. 0% {
  733.  
  734. transform:translate(1px,1px) rotate(0deg);
  735.  
  736. }
  737.  
  738.  
  739. 10% {
  740.  
  741. transform:translate(-1px,-2px) rotate(-1deg);
  742.  
  743. }
  744.  
  745.  
  746. 20% {
  747.  
  748. transform:translate(-3px,0px) rotate(1deg);
  749.  
  750. }
  751.  
  752.  
  753. 30% {
  754.  
  755. transform:translate(3px,2px) rotate(0deg);
  756.  
  757. }
  758.  
  759.  
  760. 40% {
  761.  
  762. transform:translate(1px,-1px) rotate(1deg);
  763.  
  764. }
  765.  
  766.  
  767. 50% {
  768.  
  769. transform:translate(-1px,2px) rotate(-1deg);
  770.  
  771. }
  772.  
  773.  
  774. 60% {
  775.  
  776. transform:translate(-3px,1px) rotate(0deg);
  777.  
  778. }
  779.  
  780.  
  781. 70% {
  782.  
  783. transform:translate(3px,1px) rotate(-1deg);
  784.  
  785. }
  786.  
  787.  
  788. 80% {
  789.  
  790. transform:translate(-1px,-1px) rotate(1deg);
  791.  
  792. }
  793.  
  794.  
  795. 90% {
  796.  
  797. transform:translate(1px,2px) rotate(0deg);
  798.  
  799. }
  800.  
  801.  
  802. 100% {
  803.  
  804. transform:translate(1px,1px) rotate(0deg);
  805.  
  806. }
  807.  
  808. }
  809.  
  810.  
  811. #viewFriends{
  812.  
  813. background:rgba(253, 255, 252);
  814.  
  815. border:2px solid #000;
  816.  
  817. border-radius:25px;
  818.  
  819. color:#000;
  820.  
  821. padding:5px;
  822.  
  823. }
  824.  
  825.  
  826. .tableLeft{
  827.  
  828. background:#000000;
  829.  
  830. background-position:center;
  831.  
  832. background-size:cover;
  833.  
  834. border:2px dashed #fff;
  835.  
  836. }
  837.  
  838.  
  839. .tableRight{
  840.  
  841. background:#000;
  842.  
  843. border:2px dashed #fff;
  844.  
  845. color:#fff;
  846.  
  847. text-shadow:#fff 0 0 7px;
  848.  
  849. }
  850.  
  851.  
  852. .blog{
  853.  
  854. background:rgba(0, 0, 0);
  855.  
  856. border:2px solid #000;
  857.  
  858. text-shadow:#fff 0 0 7px;
  859.  
  860. }
  861.  
  862.  
  863. .blogs{
  864.  
  865. text-shadow:#fff 0 0 7px;
  866.  
  867. }
  868.  
  869.  
  870. .blogCard{
  871.  
  872. position:relative;
  873.  
  874. top:10px;
  875.  
  876. }
  877.  
  878.  
  879. .blogTitle{
  880.  
  881. font-size:0;
  882.  
  883. }
  884.  
  885.  
  886. div#footer{
  887.  
  888. bottom:0;
  889.  
  890. font-size:0;
  891.  
  892. left:700px;
  893.  
  894. position:fixed;
  895.  
  896. pointer-events: none;
  897.  
  898. }
  899.  
  900.  
  901. div#footer::after{
  902.  
  903. animation-duration:1.5s;
  904.  
  905. animation-name:slideup;
  906.  
  907. content:url("https://vignette.wikia.nocookie.net/danganronpa/images/8/86/Ibuki_Mioda_Fullbody_Sprite_%2817%29.png/revision/latest/top-crop/width/300/height/300?cb=20170819105552");
  908.  
  909. }
  910.  
  911.  
  912. @keyframes slideup{
  913.  
  914. from {
  915.  
  916. margin-right:-100%;
  917.  
  918. }
  919.  
  920.  
  921. to {
  922.  
  923. margin-right:0;
  924.  
  925. }
  926.  
  927. }
  928.  
  929.  
  930. @media screen and (max-device-width: 768px){
  931.  
  932. div#footer {
  933.  
  934. visibility:hidden;
  935.  
  936. }
  937.  
  938. }
  939.  
  940.  
  941. @media only screen and (max-width : 768px){
  942.  
  943. * {
  944.  
  945. -moz-animation:none!important;
  946.  
  947. -ms-animation:none!important;
  948.  
  949. -o-animation:none!important;
  950.  
  951. -webkit-animation:none!important;
  952.  
  953. animation:none!important;
  954.  
  955. }
  956.  
  957. }
  958.  
  959.  
  960. * {
  961.  
  962. cursor:url(https://cur.cursors-4u.net/food/foo-4/foo349.cur),auto!important;
  963.  
  964. }
  965.  
Add Comment
Please, Sign In to add comment