Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!--
- page theme by xvenom
- (xvenomcodes.tumblr.com)
- full credits → https://pastebin.com/raw/Z9jDprGP
- -->
- <head>
- <title>{Title}</title>
- <!-- FONTS -->
- <link href="https://fonts.googleapis.com/css2?family=Parisienne&display=swap" rel="stylesheet">
- <script src="https://kit.fontawesome.com/6f0e1d2b00.js" crossorigin="anonymous"></script>
- <style type="text/css">
- :root {
- --bg-main: url(https://funkyimg.com/i/394Ge.png);
- --accent1: #8e642fff;
- --accent2: #c18101ff;
- --accent3: #dfbb26ff;
- --accent4: #8a2d02ff;
- --accent5: #723501ff;
- --color1: #281300ff;
- --type1: 'arial';
- --type2: 'times new roman';
- --fonti2: 'Parisienne', cursive;
- --bg-col: #141414;
- --your-icon: url(https://i.pinimg.com/originals/94/cb/db/94cbdb2cd9e7f5e2842436f217164acb.png);
- --fa: 'Font Awesome 5 Free';
- --fab: 'Font Awesome 5 Brands';
- .iframe-controls-container {
- display: none;
- }
- }
- /*-- BASE --*/
- body {
- background: var(--bg-col);
- font-family: var(--type1);
- cursor: default;
- }
- #main-box {
- background: var(--bg-main);
- background-repeat: no-repeat;
- background-position: center;
- position: fixed;
- top: 18%;
- left: 26%;
- width: 47.5vw;
- height: 64vh;
- box-shadow: 0 0 20px rgb(0, 0, 0, .4);
- }
- ::selection {
- background: var(--accent3);
- color: #222;
- }
- h1 {
- position: fixed;
- width: 100%;
- text-align: center;
- top: 10%;
- z-index: 9999;
- color: var(--accent3);
- font-family: var(--fonti2);
- font-weight: normal;
- font-size: 42px;
- mix-blend-mode: overlay;
- }
- /*-- FUNFACT BOX --*/
- .more:before {
- content:'';
- visibility: visible;
- position: fixed;
- display: block;
- top: 20%;
- right: 28.5%;
- width: 80px;
- height: 80px;
- border-radius: 100%;
- border: 3px solid var(--accent2);
- background: var(--your-icon);
- background-size: 80px;
- box-shadow: 0 0 20px rgb(0, 0, 0, .4);
- opacity: .8;
- transition: .3s;
- }
- .more:hover:before {
- opacity: 1;
- transition: .3s;
- }
- .more {
- position: fixed;
- top: 22%;
- right: 12%;
- width: 13%;
- height: 10%;
- padding: 12px;
- }
- .more:hover {
- visibility: visible;
- opacity: 1;
- transition: .3s;
- }
- .inner {
- width: 15%;
- height: 10%;
- border-radius: 8px;
- border: 3px solid var(--accent2);
- background: var(--accent5);
- background-size: 80px;
- padding: 12px;
- box-shadow: 0 0 20px rgb(0, 0, 0, .4);
- font-family: var(--type1);
- font-size: 11px;
- text-transform: uppercase; /*this makes all your text in uppercases, you can delete it*/
- color: var(--color1);
- opacity: 0;
- transition: .3s;
- }
- .inner:before {
- content: "";
- background: #fff;
- width: 90px;
- height: 90px;
- border-radius: 100%;
- position: fixed;
- top: 19.8%;
- right: 28.3%;
- z-index: 9;
- opacity: 0;
- }
- .inner:hover {
- opacity: 1;
- transition: .3s;
- }
- .more .inner {
- width: 100%;
- height: 100%;
- overflow: auto;
- text-align: justify;
- }
- .more h4 {
- text-align: center;
- font-family: var(--fonti2);
- padding: 0;
- text-transform: none !important;
- margin: -.1em 0 .3em 0;
- font-size: 32px;
- }
- .inner::-webkit-scrollbar {
- background: var(--accent5);
- width: 3px;
- border-radius: 30px;
- }
- .inner::-webkit-scrollbar-thumb {
- border-radius: 10px;
- background: var(--accent2);
- }
- /*-- MAIN BOX --*/
- #main-inner {
- position: fixed;
- top: 19%;
- left: 27%;
- width: 17vw;
- height: 59vh;
- padding: 12px;
- overflow: auto;
- color: #fff;
- background: rgb(0, 0, 0, .5);
- box-shadow: 0 0 20px rgb(0, 0, 0, .4);
- }
- span.text, span.list {
- display: block;
- width: 100%;
- text-align: justify;
- font-size: 12px; /*you can change 12 to the other value */
- }
- ul.list1 {
- list-style: none;
- text-align: center;
- margin-left: -4em;
- }
- ul.list1 li:before {
- content: "\f834";
- font-family: var(--fab);
- color: var(--accent3);
- display: inline-block;
- width: 17px;
- height: 15px;
- padding-top: 2px;
- transform: rotate(90deg);
- transition: .3s;
- }
- ul.list1 li {
- text-transform: uppercase;
- font-size: 10px;
- letter-spacing: 2px;
- cursor: default;
- }
- ul.list1 li:hover:before {
- transform: rotate(-270deg);
- transition: .3s;
- }
- #main-inner::-webkit-scrollbar {
- background: rgb(0, 0, 0, 0);
- width: 4px;
- height: 4px;
- }
- #main-inner::-webkit-scrollbar-thumb {
- background: var(--accent2);
- }
- #main-inner h3 {
- font-family: var(--type2);
- text-transform: uppercase;
- font-size: 24px;
- letter-spacing: 2px;
- text-shadow: 2px 2px 0 #000, 3px 3px 0 var(--accent3);
- }
- a.link {
- text-decoration: none;
- color: var(--accent2);
- display: block;
- text-transform: uppercase;
- font-size: 10px;
- letter-spacing: 2px;
- text-align: center;
- font-family: 'arial';
- background: #000;
- box-shadow: 0 3px 0 rgb(193, 129, 1, .5) inset, 0 -3px 0 rgb(193, 129, 1, .5) inset;
- padding: 5px 0;
- margin: 0 0 .5em 0;
- width: 100%;
- transition: .5s;
- }
- a.link:hover {
- cursor: pointer;
- box-shadow: 0 100px 0 var(--accent1) inset, 0 -100px 0 var(--accent1) inset;
- color: #000;
- transition: .5s;
- }
- /*-- BACK HOME LINK --*/
- .back {
- position: fixed;
- background: rgb(255, 255, 255, .4);
- color: #000;
- bottom: 19%;
- right: 26.5%;
- padding: 2px 0;
- display: block;
- width: 120px;
- text-decoration: none;
- text-transform: uppercase;
- font-size: 10px;
- letter-spacing: 2px;
- float: right;
- border-radius: 10px 0 0 10px;
- transition: .4s;
- }
- .back:hover {
- transition: .4s;
- background: rgb(0, 0, 0, .4);
- color: #fff;
- }
- /*-- CREDIT - DO NOT DELETE! --*/
- #credit {
- position: fixed;
- bottom: 1em;
- right: 1em;
- transform: scale(1.0);
- opacity: .4;
- transition: .2s;
- }
- #credit:hover {
- transform: scale(1.15);
- opacity: .4;
- transition: .2s;
- }
- #s-m-t-tooltip {
- max-width: 300px;
- letter-spacing: 1px;
- margin: 15px;
- padding: 5px 5px 5px 6px;
- border-radius: 0px;
- font-weight: 700;
- color: var(--accent2);
- background: rgb(255, 255, 255, .1);
- z-index: 999999;
- font-size: 9px;
- font-style: none;
- font-weight: lighter;
- text-transform: uppercase;
- }
- </style>
- </head>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script src="https://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <body>
- <center>
- <h1 class="about-tit">about page title</h1>
- <div id="main-box">
- <div id="main-inner">
- <div class="sec1">
- <h3>first subtitle</h3>
- <span class="text">HERE GOES YOUR TEXT
- </span>
- </div>
- <div class="sec2">
- <h3>second subtitle</h3>
- <span class="list">
- <ul class="list1"><!-- instead of my hobbies, write your own -->
- <li>photography</li>
- <li>music</li>
- <li>graphics</li>
- <li>coding</li>
- <li>kpop</li>
- <li>reading books</li>
- </ul>
- </span>
- </div>
- <div class="sec3">
- <h3>third subtitle</h3>
- <div class="links"> <!-- instead of '/' paste your URL and instead of 'links' write your link name -->
- <a class="link" href="/">links</a>
- <a class="link" href="/">links</a>
- <a class="link" href="/">links</a>
- <a class="link" href="/">links</a>
- <a class="link" href="/">links</a>
- <a class="link" href="/">links</a>
- <a class="link" href="/">links</a>
- </div>
- </div>
- </div>
- <div class="more">
- <div class="inner">
- <h4>Funfact</h4>
- <b>Here goes your bold text</b> Here goes the rest of your text.
- </div>
- </div>
- <a class="back" href="/">back home</a><!--if you don't want it, you can delete this line-->
- </div>
- </center>
- <!-- CREDIT - DO NOT DELETE -->
- <div id="credit"><a title="xvenom codes" href="http://xvenomcodes.tumblr.com/"><img src="https://funkyimg.com/i/38Qg3.png" width="30px" height="30px"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement