Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!-- theme made by FRUITZYS
- this theme is made possible due to the template i made on my indie !
- i hope you find this theme useful since i had lots of fun making it !!
- now, here are a few terms i have!
- - DO NOT steal / claim it as your own.
- - DO NOT mix the codes used here to other themes.
- - DO NOT remove the credit.
- i used various coding sites to help me with some elements of this theme,
- but i do have to credit these blogs to some parts / codes used, especially
- for scripts!
- - tooltip : htmlqueens / eruhption
- - favicon : yukoki
- - icons : https://iconify.design/
- - animations : https://animista.net/ & https://www.w3schools.com/
- - digital clock : http://talkerscode.com/
- ANOTHER NOTE:
- feel free to make this personalized by changing the colors /
- icons / fonts ! just do not remove the credit.
- HELPFUL TIP:
- - if you wanna look for a specific code of the theme, click CTRL+F.
- - some graphics / images can be changed in the css code. look for the
- 'background-image:url('placeholder link')' and replace the link there
- with the link of your png / jpeg / gif file !
- - if you have any other questions regarding the theme or if you need
- some help, do not hesitate to approach me !
- -->
- <head>
- <link rel="shortcut icon" href="https://64.media.tumblr.com/tumblr_lkl6n9q74A1qfamg6.gif" />
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"> </script>
- <script>
- $(document).ready(function(){
- $(".tabzclose").click(function(){
- $(".tabzcon").fadeOut("slow");
- });
- });
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>
- <script type="text/javascript">
- window.onload = setInterval(clock,1000);
- function clock()
- {
- var d = new Date();
- var date = d.getDate();
- var month = d.getMonth();
- var montharr =["Jan","Feb","Mar","April","May","June","July","Aug","Sep","Oct","Nov","Dec"];
- month=montharr[month];
- var year = d.getFullYear();
- var day = d.getDay();
- var dayarr =["Sun","Mon","Tues","Wed","Thurs","Fri","Sat"];
- day=dayarr[day];
- var hour =d.getHours();
- var min = d.getMinutes();
- var sec = d.getSeconds();
- document.getElementById("date").innerHTML=day+" "+date+" "+month+" "+year;
- document.getElementById("time").innerHTML=hour+":"+min+":"+sec;
- }
- </script>
- <title>CHARACTER PAGE</title>
- <script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
- <link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap" rel="stylesheet">
- <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
- <style>
- @font-face{ font-family:"coco"; src: url('https://dl.dropboxusercontent.com/s/8wrlemolu4y15y8/coco.ttf’)'); }
- #s-m-t-tooltip {
- max-width:300px;
- padding:4px 4px 4px 4px;
- margin:20px 0px 0px 20px;
- background: #fff;
- border:1px solid #ffd9d9;
- font-family: poppins;
- font-size:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:#888888;
- text-align:center;
- z-index:999999999999999999999999999999999999; }
- ::-webkit-scrollbar {
- display: none;
- }
- body {
- background-color: #dadada;
- font-family:poppins;
- }
- a {
- text-decoration:none;
- }
- a:hover {
- text-decoration:none;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- #holder {
- width:800px;
- height:450px;
- background-color:#ededed;
- margin:auto;
- position:fixed;
- border-radius:20px;
- box-shadow: 10px 10px #a4bd9d;
- top:0px;
- bottom:0px;
- left:0px;
- right:0px;
- overflow:hidden;
- -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- }
- @-webkit-keyframes scale-in-center {
- 0% {
- -webkit-transform: scale(0);
- transform: scale(0);
- opacity: 1;
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- opacity: 1;
- }
- }
- @keyframes scale-in-center {
- 0% {
- -webkit-transform: scale(0);
- transform: scale(0);
- opacity: 1;
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- opacity: 1;
- }
- }
- /* OUTER PART OF THE THEME */
- #topbar {
- width:800px;
- height:30px;
- background-color:#e7e7e7;
- border-bottom:1px solid #d2c3d6;
- }
- #topbar .iconify {
- color:#d2c3d6;
- font-size:20px;
- padding:5px;
- margin-left: 10px;
- font-weight:bold;
- }
- #bottombar {
- width:800px;
- height:40px;
- background-color:#bbd2b5;
- border-top:1px solid #d2c3d6;
- margin-top:378px;
- }
- #bottombar .iconify {
- color:#ffffff;
- font-size: 40px;
- margin-left: 10px;
- }
- #desktopsearch {
- background-color:#ffffff;
- height: 28px;
- width: 200px;
- margin-top: -34px;
- margin-left: 60px;
- border-radius: 10px;
- }
- #desktopsearch .iconify {
- color:#d2c3d6;
- font-size: 25px;
- margin-left: 5px;
- margin-top: 1px;
- }
- #searchtext {
- color:#d2c3d6;
- font-size: 15px;
- margin-top: -24px;
- margin-left: 35px;
- }
- #blogurl {
- font-family:coco;
- font-size:20px;
- color:#ffffff;
- margin-top: -27px;
- margin-right: 190px;
- text-align: right;
- }
- #divider {
- background-color:#fff;
- height: 18px;
- width: 3px;
- margin-left: 10px;
- display: inline-block;
- }
- #date {
- margin-top: -40px;
- color: #ffffff;
- font-size: 10px;
- padding: 10px;
- width: 300px;
- margin-left: 396px;
- font-family: 'Poppins';
- text-transform: uppercase;
- }
- #time {
- margin-top: -36px;
- font-size: 15px;
- color: #ffffff;
- font-family: 'Poppins';
- padding: 10px;
- width: 300px;
- margin-left: 386px;
- }
- /* INNER PART OF THE THEME */
- #desktopicons {
- color:#d2c3d6;
- padding: 20px;
- font-size: 80px;
- margin-top: -420px;
- -webkit-animation: fade-in-fwd 1.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
- animation: fade-in-fwd 1.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
- }
- @-webkit-keyframes fade-in-fwd {
- 0% {
- -webkit-transform: translateZ(-80px);
- transform: translateZ(-80px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- opacity: 1;
- }
- }
- @keyframes fade-in-fwd {
- 0% {
- -webkit-transform: translateZ(-80px);
- transform: translateZ(-80px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- opacity: 1;
- }
- }
- #desktopicons a {
- color:#bbd2b5;
- }
- #desktopicons a:hover {
- color:#d2c3d6;
- }
- #browser {
- height: 310px;
- width: 540px;
- background-color: #f2f2f2;
- left: 80px;
- right: 0px;
- top: -10px;
- bottom: 0px;
- margin: auto;
- position: fixed;
- border-radius:15px;
- border:1px solid #d2c3d6;
- box-shadow: 10px 10px #d2c3d6;
- -webkit-animation: shadow-pop-br 0.9s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
- animation: shadow-pop-br 0.9s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
- }
- @-webkit-keyframes shadow-pop-br {
- 0% {
- -webkit-box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
- box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
- -webkit-transform: translateX(0) translateY(0);
- transform: translateX(0) translateY(0);
- }
- 100% {
- -webkit-box-shadow: 1px 1px #3e3e3e, 2px 2px #3e3e3e, 3px 3px #3e3e3e, 4px 4px #3e3e3e, 5px 5px #3e3e3e, 6px 6px #3e3e3e, 7px 7px #3e3e3e, 8px 8px #3e3e3e;
- box-shadow: 1px 1px #3e3e3e, 2px 2px #3e3e3e, 3px 3px #3e3e3e, 4px 4px #3e3e3e, 5px 5px #3e3e3e, 6px 6px #3e3e3e, 7px 7px #3e3e3e, 8px 8px #3e3e3e;
- -webkit-transform: translateX(-8px) translateY(-8px);
- transform: translateX(-8px) translateY(-8px);
- }
- }
- @keyframes shadow-pop-br {
- 0% {
- -webkit-box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
- box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
- -webkit-transform: translateX(0) translateY(0);
- transform: translateX(0) translateY(0);
- }
- /* to change the color of the shadows, replace all the
- '#d2c3d6' color codes BELOW THIS to your chosen color ! */
- 100% {
- -webkit-box-shadow: 1px 1px #d2c3d6, 2px 2px #d2c3d6, 3px 3px #d2c3d6, 4px 4px #d2c3d6, 5px 5px #d2c3d6, 6px 6px #d2c3d6, 7px 7px #d2c3d6, 8px 8px #d2c3d6;
- box-shadow: 1px 1px #d2c3d6, 2px 2px #d2c3d6, 3px 3px #d2c3d6, 4px 4px #d2c3d6, 5px 5px #d2c3d6, 6px 6px #d2c3d6, 7px 7px #d2c3d6, 8px 8px #d2c3d6;
- -webkit-transform: translateX(-8px) translateY(-8px);
- transform: translateX(-8px) translateY(-8px);
- }
- }
- #sidebar {
- background-color:#f7f7f7;
- left:0px;
- right:0px;
- top:0px;
- bottom:0px;
- height: 310px;
- width:220px;
- border-top-left-radius:15px;
- border-bottom-left-radius:15px;
- border-right:1px solid #d2c3d6;
- }
- #toptab {
- background-color:#bbd2b5;
- width:220px;
- height:35px;
- left:0px;
- right:0px;
- top:0px;
- bottom:0px;
- border-top-left-radius:15px;
- }
- #sitetitle {
- color:#ffffff;
- font-family:coco;
- font-size:20px;
- padding:5px;
- margin-left:5px;
- }
- #sitetitle .iconify {
- margin-left:3px;
- }
- #searchbar {
- background-color:#e8d7ec;
- width:220px;
- height:35px;
- left:0px;
- right:0px;
- top:0px;
- bottom:0px;
- }
- #minisearch {
- background-color:#ffffff;
- height: 20px;
- width: 170px;
- margin-top: -28px;
- margin-left: 33px;
- }
- #minisearch .iconify {
- margin-left: -25px;
- font-size:20px;
- color:#ffffff;
- }
- #taburl {
- font-family: poppins;
- text-transform: uppercase;
- font-size: 8px;
- color: #666666;
- margin-top: -20px;
- margin-left: 8px;
- letter-spacing:1px;
- }
- /* replace your png graphic here !! */
- #png {
- width:220px;
- height: 240px;
- margin-top: 8px;
- border-bottom-left-radius:15px;
- background-image:url('https://via.placeholder.com/220x240');
- }
- #name {
- background-color:#ffffff;
- width:150px;
- height:45px;
- border-radius:20px;
- margin-top: -100px;
- margin-left: -60px;
- box-shadow: 1px 1px #d2c3d6, 2px 2px #d2c3d6, 3px 3px #d2c3d6, 4px 4px #d2c3d6, 5px 5px #d2c3d6, 6px 6px #d2c3d6, 7px 7px #d2c3d6, 8px 8px #d2c3d6;
- transition: transform .8s;
- }
- #name:hover {
- transform: scale(1.1);
- }
- #at {
- font-family: poppins;
- font-size: 14px;
- font-weight: bold;
- text-transform: uppercase;
- color: #bbd2b5;
- padding: 10px;
- text-align: center;
- letter-spacing: 2px;
- -webkit-animation: tracking-in-contract 1.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
- animation: tracking-in-contract 1.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
- }
- @-webkit-keyframes tracking-in-contract {
- 0% {
- letter-spacing: 1em;
- opacity: 0;
- }
- 40% {
- opacity: 0.6;
- }
- 100% {
- letter-spacing: 2px;
- opacity: 1;
- }
- }
- @keyframes tracking-in-contract {
- 0% {
- letter-spacing: 1em;
- opacity: 0;
- }
- 40% {
- opacity: 0.6;
- }
- 100% {
- letter-spacing: 2px;
- opacity: 1;
- }
- }
- #at a {
- color: #bbd2b5;
- }
- #at a:hover {
- color: #d2c3d6;
- }
- #post {
- background-color: transparent;
- margin: auto;
- margin-top: -304px;
- margin-left: 217px;
- height: 260px;
- width: 285px;
- border-top-right-radius: 15px;
- border-bottom-right-radius: 15px;
- overflow: scroll;
- padding: 20px;
- }
- #post a {
- font-family:coco;
- color:#a4bd9d;
- text-transform:lowercase;
- margin-left: 70px;
- }
- #instamain {
- height:230px;
- width:285px;
- border-radius:10px;
- background-color:transparent;
- margin-top: 10px;
- margin-bottom: 30px;
- box-shadow: 5px 5px #a4bd9d;
- -webkit-animation: scale-in-center 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- animation: scale-in-center 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- }
- @-webkit-keyframes scale-in-center {
- 0% {
- -webkit-transform: scale(0);
- transform: scale(0);
- opacity: 1;
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- opacity: 1;
- }
- }
- @keyframes scale-in-center {
- 0% {
- -webkit-transform: scale(0);
- transform: scale(0);
- opacity: 1;
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- opacity: 1;
- }
- }
- #instatop {
- height:30px;
- width:285px;
- background-color:#ffffff;
- border-top-right-radius: 10px;
- border-top-left-radius: 10px;
- }
- #instatop .iconify {
- color:#d2c3d6;
- font-size: 30px;
- margin-left: 250px;
- }
- /* replace your small insta icon here !! */
- #instaicon {
- height:20px;
- width:20px;
- border-radius:50%;
- margin-top: -224px;
- margin-left: 10px;
- background-image:url('https://via.placeholder.com/20');
- }
- #username {
- font-family:poppins;
- font-size:15px;
- color:#d2c3d6;
- font-weight:bolder;
- text-transform:uppercase;
- margin-top: -25px;
- margin-left: 35px;
- }
- #instabottom {
- height:30px;
- width:285px;
- background-color:#ffffff;
- border-bottom-right-radius: 10px;
- border-bottom-left-radius: 10px;
- margin-top: 170px;
- }
- #instabottom .iconify {
- color:#d2c3d6;
- font-size: 20px;
- margin-left: 10px;
- margin-top: 5px;
- }
- #instapost {
- width 285px;
- height: 170px;
- margin-top: 4px;
- background-color:#d2c3d6;
- }
- /* TABS STYLING-- BASE CODE BY ALYOFRP. DO NOT REMOVE THIS CREDIT! */
- .tabz {
- margin-top:0px;
- margin-left:0px;
- padding:10px;
- position:fixed;
- width:205px;
- background-color:#c6b19a;
- overflow:hidden;
- }
- .tabzcon {
- margin-top: -306px;
- margin-left: 221px;
- padding: 10px;
- position: absolute;
- width: 299px;
- height: 290px;
- background-color:#ffffff;
- color:#6c4b45;
- border-top-right-radius:15px;
- border-bottom-right-radius:15px;
- -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
- animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
- }
- @-webkit-keyframes scale-up-center {
- 0% {
- -webkit-transform: scale(0.5);
- transform: scale(0.5);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @keyframes scale-up-center {
- 0% {
- -webkit-transform: scale(0.5);
- transform: scale(0.5);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- .tabzclose {
- text-transform:uppercase;
- font-weight:bold;
- font-size:10px;
- padding:3px;
- color:#a4bd9d;
- margin-top:-8px;
- margin-right:-5px;
- float:right;
- }
- .tabzclose:hover {
- cursor:pointer;
- }
- /* IG TAB */
- #instasearch {
- background-color:#f2f2f2;
- height: 28px;
- width: 130px;
- position:fixed;
- left:10px;
- right:0px;
- top:10px;
- bottom:0px;
- border-radius: 10px;
- }
- #instasearch .iconify {
- color:#d2c3d6;
- font-size: 25px;
- margin-left: 5px;
- margin-top: 1px;
- }
- #instasearchtext {
- color:#d2c3d6;
- font-size: 15px;
- margin-top: -24px;
- margin-left: 35px;
- }
- #mail .iconify {
- color:#d2c3d6;
- font-size: 25px;
- position:fixed;
- left:270px;
- right:0px;
- top:10px;
- bottom:0px;
- }
- #igiconholder {
- height:80px;
- width:80px;
- background-image: linear-gradient(180deg, #d2c3d6, #bbd2b5);
- position:fixed;
- left:120px;
- right:0px;
- top:70px;
- bottom:0px;
- border-radius:50%;
- }
- /* replace your small insta icon here !! */
- #igicon {
- height: 68px;
- width: 68px;
- margin-left: 4px;
- margin-top: 4px;
- border-radius: 50%;
- background-image: url('https://via.placeholder.com/68');
- border: 2px solid #ffffff;
- }
- #igname {
- font-family:coco;
- font-size:20px;
- color:#bbd2b5;
- position:fixed;
- text-align:center;
- left:-5px;
- right:0px;
- top:160px;
- bottom:0px;
- text-transform:lowercase;
- }
- #igat {
- font-family:poppins;
- font-size:12px;
- text-transform:lowercase;
- color:#7d7d7d;
- position:fixed;
- text-align:center;
- left:-5px;
- right:0px;
- top:185px;
- bottom:0px;
- letter-spacing:1px;
- }
- #info {
- width:240px;
- height:80px;
- overflow:scroll;
- font-size:9px;
- color:#7d7d7d;
- position:fixed;
- left:40px;
- right:0px;
- top:215px;
- bottom:0px;
- text-align:justify;
- }
- /* END IG TAB */
- /* START WEB TAB */
- #newtab {
- height:25px;
- width:150px;
- margin-top:-10px;
- margin-left:-10px;
- border-top-left-radius:8px;
- border-top-right-radius:8px;
- background-color:#e8d7ec;
- position:fixed;
- }
- #newtab .iconify {
- color:#ffffff;
- position:fixed;
- left:0px;
- right:0px;
- top:0px;
- bottom:0px;
- font-size:25px;
- }
- #tabtext {
- font-family:poppins;
- font-size:12px;
- color:#ffffff;
- padding: 3px;
- margin-left: 30px;
- font-weight:bold;
- letter-spacing:2px;
- text-transform:uppercase;
- }
- #searchbase {
- background-color:#d2c3d6;
- height:35px;
- width:319px;
- position:fixed;
- margin-left:-10px;
- margin-top:15px;
- }
- #searchbase .iconify {
- color:#ffffff;
- margin-top: 7px;
- margin-left: 5px;
- font-size:20px;
- }
- #gsearchbar {
- background-color:#ffffff;
- height: 18px;
- width: 230px;
- margin-left: 85px;
- margin-top: -18px;
- }
- #gurl {
- color:#7d7d7d;
- font-size:7px;
- text-transform:uppercase;
- letter-spacing:7px;
- padding:5px;
- margin-left:8px;
- }
- /* you can change the background color / add a background image */
- #gbg {
- background-color:#f5f5f5;
- /*background-image:url('https://via.placeholder.com/250x319')*/
- height:250px;
- width:319px;
- position:fixed;
- left:0px;
- right:0px;
- top:60px;
- bottom:0px;
- border-bottom-right-radius:15px;
- }
- #gname {
- font-family:coco;
- font-size:35px;
- color:#bbd2b5;
- text-align:center;
- margin-top:70px;
- -webkit-animation: text-shadow-pop-bottom 1.6s both;
- animation: text-shadow-pop-bottom 1.6s both;
- }
- @-webkit-keyframes text-shadow-pop-bottom {
- 0% {
- text-shadow: 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555;
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- 100% {
- text-shadow: 0 1px #555555, 0 2px #555555, 0 3px #555555, 0 4px #555555, 0 5px #555555, 0 6px #555555, 0 7px #555555, 0 8px #555555;
- -webkit-transform: translateY(-8px);
- transform: translateY(-8px);
- }
- }
- @keyframes text-shadow-pop-bottom {
- 0% {
- text-shadow: 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555;
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- 100% {
- text-shadow: 0 1px #555555, 0 2px #555555, 0 3px #555555, 0 4px #555555, 0 5px #555555, 0 6px #555555, 0 7px #555555, 0 8px #555555;
- -webkit-transform: translateY(-8px);
- transform: translateY(-8px);
- }
- }
- #gsearch {
- background-color:#ffffff;
- border:1px solid #d2c3d6;
- height:25px;
- width:270px;
- border-radius:25px;
- position:fixed;
- left:25px;
- box-shadow: 0 1px #555555, 0 2px #555555, 0 3px #555555, 0 4px #555555, 0 5px #555555, 0 6px #555555, 0 7px #555555, 0 8px #555555;
- }
- #gsearch .iconify {
- font-size:15px;
- color:#7d7d7d;
- margin-top:5px;
- }
- #gtext {
- font-size:10px;
- color:#7d7d7d;
- letter-spacing:1px;
- margin-left:30px;
- margin-top:-15px;
- }
- .blinking {
- animation:blinkingText 1s infinite;
- }
- @keyframes blinkingText {
- 0%{ color: #d2c3d6; }
- 50%{ color: transparent; }
- 100%{ color: #d2c3d6; }
- }
- /* END WEB TAB */
- /* START FOLDER TAB */
- #filesbase {
- background-color:#bbd2b5;
- height:35px;
- width:319px;
- position:fixed;
- margin-left:-10px;
- margin-top:15px;
- }
- #filesbase .iconify {
- color:#ffffff;
- margin-top: 7px;
- margin-left: 5px;
- font-size:20px;
- }
- #filesbar {
- background-color:#ffffff;
- height: 18px;
- width: 230px;
- margin-left: 85px;
- margin-top: -18px;
- }
- #filesbar .iconify {
- color:#a4bd9d;
- font-size:10px;
- margin-top: -15px;
- margin-left: 215px;
- }
- #filesearch {
- color:#7d7d7d;
- font-size:7px;
- text-transform:uppercase;
- letter-spacing:7px;
- padding:5px;
- margin-left:8px;
- }
- #folder .iconify {
- font-size:70px;
- color:#d2c3d6;
- padding:15px;
- margin-top:15px;
- }
- #foldernames {
- color:#7d7d7d;
- font-size:10px;
- font-family:coco;
- margin-left:42px;
- margin-top:-140px;
- }
- #foldernames li {
- display:inline-block;
- line-height:142px;
- margin-top:-36px;
- margin-left:-70px;
- width:162px;
- text-align:center;
- }
- /* END FOLDER TAB */
- #credit {
- width:40px;
- height:40px;
- border-radius:25px;
- border:1px solid #bbd2b5;
- text-align:center;
- font-size:15px;
- background-color:#ffffff;
- bottom:10px;
- left:20px;
- position:absolute;
- box-shadow:2px 2px #bbd2b5;
- }
- #credit span {
- font-size:18px;
- color:#d2c3d6;
- margin-top:10px;
- }
- </style>
- </head>
- <body>
- <div id="holder">
- <div id="topbar">
- <span class="iconify" data-icon="system-uicons:drag-circle"></span>
-
- <span class="iconify" data-icon="system-uicons:battery-charging"></span>
- <span class="iconify" data-icon="system-uicons:alarm-clock"></span>
- <span class="iconify" data-icon="system-uicons:download"></span>
- </div>
- <div id="bottombar">
- <span class="iconify" data-icon="system-uicons:grid"></span>
-
- <span class="iconify" data-icon="system-uicons:folder-closed"></span>
- <span class="iconify" data-icon="system-uicons:mail"></span>
- <span class="iconify" data-icon="system-uicons:newspaper"></span>
-
- <span class="iconify" data-icon="system-uicons:side-menu"></span>
- <div id="desktopsearch">
- <span class="iconify" data-icon="fluent:search-20-regular"></span>
- <div id="searchtext">Type here to search</div>
- </div>
- <div id="blogurl"> FRUITZYS
- <div id="divider"></div>
- <p id="date"></p>
- <p id="time"></p>
- </div>
- </div>
- <div id="desktopicons">
- <span class="iconify" data-icon="fluent:globe-20-filled"></span>
- <br>
- <p style="font-size:12px; font-family: coco; text-transform:uppercase; margin-left:22px; letter-spacing:2px; margin-top:-3px;"> <a href="javascript:void(0)" class="tablink" onclick="openAlytut(event, 'TabzTwo');">web</a> </p>
- <br>
- <span class="iconify" data-icon="fluent:folder-48-filled" style="margin-top:-120px;"></span>
- <br>
- <p style="font-size:12px; font-family: coco; text-transform:uppercase; margin-left:20px; letter-spacing:2px; margin-top:-50px;"> <a href="javascript:void(0)" class="tablink" onclick="openAlytut(event, 'TabzThree');">files</a> </p>
- </div>
- <div id="browser">
- <!-- START OF SIDEBAR -->
- <div id="sidebar">
- <div id="toptab">
- <div id="sitetitle">
- <span class="iconify" data-icon="cib:instagram"></span>
- INSTAGRAM
- <span class="iconify" data-icon="system-uicons:cross" style="margin-left:20px;"></span>
- </div>
- </div>
- <div id="searchbar"></div>
- <div id="minisearch">
- <span class="iconify" data-icon="fluent:arrow-clockwise-24-filled"></span>
-
- <span class="iconify" data-icon="bx:bx-dots-horizontal-rounded" style="color:#666666"></span>
- <div id="taburl">instagram.com/fruitzys</div>
- </div>
- <div id="png"></div>
- <div id="name">
- <div id="at"><a href="javascript:void(0)" class="tablink tabzact" onclick="openAlytut(event, 'TabzOne');">@fruitzys</a></div>
- </div>
- </div>
- <!-- END OF SIDEBAR -->
- <!-- START OF POST -->
- <div id="post">
- <!-- INSTA ONE START -->
- <div id="instamain">
- <div id="instatop">
- <span class="iconify" data-icon="mdi:dots-horizontal"></span>
- <div id="username">username</div>
- </div>
- <div id="instabottom">
- <span class="iconify" data-icon="ant-design:heart-filled"></span>
- <span class="iconify" data-icon="uil:comment"></span>
- <span class="iconify" data-icon="uil:location-arrow"></span>
-
- <span class="iconify" data-icon="eva:bookmark-fill"></span>
- </div>
- <div id="instaicon"></div>
- <div id="instapost">
- <img src="https://via.placeholder.com/285x170" draggable="false">
- </div>
- </div>
- <!-- INSTA ONE END -->
- <!-- INSTA TWO START -->
- <div id="instamain">
- <div id="instatop">
- <span class="iconify" data-icon="mdi:dots-horizontal"></span>
- <div id="username">username</div>
- </div>
- <div id="instabottom">
- <span class="iconify" data-icon="ant-design:heart-filled"></span>
- <span class="iconify" data-icon="uil:comment"></span>
- <span class="iconify" data-icon="uil:location-arrow"></span>
-
- <span class="iconify" data-icon="eva:bookmark-fill"></span>
- </div>
- <div id="instaicon"></div>
- <div id="instapost">
- <img src="https://via.placeholder.com/285x170" draggable="false">
- </div>
- </div>
- <!-- INSTA TWO END -->
- <!--
- you can add more insta post , just copy paste
- the code above and paste below
- -->
- </div>
- <!-- END OF POST -->
- <!--
- *TABS BASE CODE BY ALYOFRP. DO NOT REMOVE THIS CREDIT!
- <!-- BEGIN OF IG TAB -->
- <div id="TabzOne" class="tabzcon alytut" style="display:none">
- <span class="tabzclose"> x </span>
- <div id="mail">
- <span class="iconify" data-icon="fluent:mail-unread-20-filled"></span>
- </div>
- <div id="instasearch">
- <span class="iconify" data-icon="fluent:search-20-regular"></span>
- <div id="instasearchtext">Search . . .</div>
- </div>
- <div id="igiconholder">
- <div id="igicon">
- </div>
- </div>
- <div id="igname">NAME HERE</div>
- <div id="igat">@username</div>
- <div id="info">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam accumsan, mi ut suscipit ultrices, enim leo viverra est, eu suscipit nunc purus eu sem. Aenean vestibulum ipsum at tellus pulvinar, vel sollicitudin urna dignissim. Nulla semper congue magna, sed condimentum nisi convallis vitae. In bibendum sapien ac lacus iaculis accumsan sed imperdiet orci. Maecenas viverra velit mi, a feugiat nibh egestas vel. Etiam feugiat velit felis, hendrerit euismod eros ultrices vel. Fusce molestie augue faucibus, laoreet tortor nec, laoreet lacus. Nam pharetra, arcu dictum bibendum fringilla, orci ipsum euismod lacus, a tristique erat dui nec tellus. Fusce gravida dignissim erat. Quisque a purus posuere, placerat odio nec, elementum ex. Maecenas vitae felis dolor. Nunc vestibulum lobortis risus sed ornare. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Nullam leo erat, venenatis eget ornare eget, porttitor in ipsum.</div>
- </div>
- <!-- END OF IG TAB -->
- <!-- START OF WEB TAB -->
- <div id="TabzTwo" class="tabzcon alytut" style="display:none">
- <span class="tabzclose"> x </span>
- <div id="newtab">
- <div id="tabtext">Google</div>
- <span class="iconify" data-icon="bx:bxl-google"></span>
- <span class="iconify" data-icon="gridicons:cross-small" style="margin-left:125px;"></span>
- </div>
- <div id="searchbase">
- <span class="iconify" data-icon="akar-icons:arrow-left"></span>
- <span class="iconify" data-icon="akar-icons:arrow-right"></span>
- <span class="iconify" data-icon="akar-icons:arrow-clockwise"></span>
- <div id="gsearchbar">
- <div id="gurl">https://google.com/</div>
- </div>
- <div id="gbg">
- <div id="gname">Muse's</div>
- <div id="gsearch">
- <span class="iconify" data-icon="bx:bx-search"></span>
- <span class="iconify" data-icon="ph:microphone-fill" style="margin-left:225px;"></span>
- <div id="gtext">how to get away with <span class="blinking">|</span></div>
- </div>
- </div>
- </div>
- </div>
- <!-- END OF WEB TAB -->
- <!-- START OF FILES TAB -->
- <div id="TabzThree" class="tabzcon alytut" style="display:none">
- <span class="tabzclose"> x </span>
- <div id="filesbase">
- <span class="iconify" data-icon="akar-icons:arrow-left"></span>
- <span class="iconify" data-icon="akar-icons:arrow-right"></span>
- <span class="iconify" data-icon="akar-icons:arrow-clockwise"></span>
- <div id="filesbar">
- <div id="filesearch">QUICK ACCESS</div>
- <span class="iconify" data-icon="dashicons:arrow-down-alt2"></span>
- </div>
- <!-- NOTE: i know this part might look weird in the customize section but i can reassure you that it's working fine on web!! -->
- <div id="folder">
- <a href="/"><span class="iconify" data-icon="entypo:folder"></span></a>
- <a href="/"><span class="iconify" data-icon="entypo:folder"></span></a>
- <a href="/"><span class="iconify" data-icon="entypo:folder"></span></a> <br>
- <a href="/"><span class="iconify" data-icon="entypo:folder"></span></a>
- <a href="/"><span class="iconify" data-icon="entypo:folder"></span></a>
- <a href="/"><span class="iconify" data-icon="entypo:folder"></span></a>
- </div>
- <div id="foldernames">
- <p style="text-align:center; margin-left:-250px;">ONE</p>
- <p style="text-align:center; margin-left:-40px; margin-top:-25px;">TWO</p>
- <p style="text-align:center; margin-left:170px; margin-top:-24px">THREE</p>
- <br>
- <p style="text-align:center; margin-left:-250px; margin-top:80px">FOUR</p>
- <p style="text-align:center; margin-left:-40px; margin-top:-25px">FIVE</p>
- <p style="text-align:center; margin-left:170px; margin-top:-25px">SIX</p>
- </div>
- </div>
- </div>
- <!-- END OF FILES TAB -->
- </div>
- </div>
- <!-- DON'T REMOVE THE CREDITS. THANK YOU. -->
- <div id="credit">
- <a href="https://fruitzys.tumblr.com/" title="credit"><span class="th th-cloud-3-o"></span></a>
- </div>
- </body>
- <script>
- function openAlytut(evt, alytutName) {
- var i, x, tablinks;
- x = document.getElementsByClassName("alytut");
- for (i = 0; i < x.length; i++) {
- x[i].style.display = "none";
- }
- tablinks = document.getElementsByClassName("tablink");
- for (i = 0; i < x.length; i++) {
- tablinks[i].className = tablinks[i].className.replace(" tabzact", "");
- }
- document.getElementById(alytutName).style.display = "block";
- evt.currentTarget.className += " tabzact";
- }
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment