Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- ABOUT IV
- by alydae
- released: july 29, 2018
- last updated: november 19, 2024
- - do not steal any part of this code
- - do not even TOUCH the credit
- - direct questions to enchantedthemes.tumblr.com
- thank you for using!!!
- -->
- <title>about</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!-- scripts - DO NOT TOUCH -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <!-- custom font -->
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
- <link href=“//use.fontawesome.com/releases/v6.5.1/css/all.css” rel=“stylesheet”>
- <style type="text/css">
- @keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-moz-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-webkit-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-ms-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-o-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- /*-- selection --*/
- ::-moz-selection { background:var(--accent); color:var(--title); }
- ::selection { background:var(--accent); color:var(--title); }
- /*-- scrollbar --*/
- ::-webkit-scrollbar {
- width:1px;
- height:2px;
- }
- ::-webkit-scrollbar-thumb { background-color:var(--text); }
- /*-- tooltips --*/
- #s-m-t-tooltip {
- color:var(--text);
- background-color:var(--accent);
- font-size:calc(var(--font-size) - 2px);
- font-family:'Open Sans', helvetica, sans-serif;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- position:absolute;
- padding:0px 5px 0px 5px;
- margin-top:30px;
- border:1px solid var(--borders);
- z-index:9999;
- }
- /*-- tumblr controls --*/
- .tmblr-iframe, .iframe-controls–desktop {
- display:none!important;
- }
- /*-- change all variables here --*/
- :root {
- --background:#fff;
- --accent:#fafafa;
- --text:#666;
- --links:#444;
- --links-hover:#bad1e7;
- --title:#222;
- --borders:#eee;
- --font-size:10px;
- }
- /*-- general customisation --*/
- body {
- color:var(--text);
- background-color:var(--background);
- font-style:normal;
- font-family:'Open Sans', helvetica, sans-serif;
- font-size:var(--font-size);
- font-weight:400;
- text-decoration:none;
- line-height:180%;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- font-smoothing: antialiased;
- -webkit-animation: fadein 1.5s;
- -moz-animation: fadein 1.5s;
- -o-animation: fadein 1.5s;
- animation: fadein 1.5s;
- }
- a {
- text-decoration:none;
- color:var(--links);
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- a:hover {
- color:var(--links-hover);
- cursor:pointer;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- b, strong { font-weight:600; color:var(--title); }
- i, em { font-style:italic; }
- h1, h2, h3, h4, h5, h6 {
- color:var(--title);
- text-transform:uppercase!important;
- text-align:left;
- font-weight:bold;
- font-size:calc(var(--font-size) + 2px);
- letter-spacing:1px;
- }
- blockquote {
- padding-left:10px;
- margin:0;
- border-left:1px solid var(--borders);
- }
- /*-- container --*/
- container {
- position:fixed;
- width:calc(550px + 20px + 150px);
- /* left section + 20px gap + right section */
- height:auto;
- top:50%;
- left:50%;
- transform:translate(-50%,-50%);
- }
- #left, #right { display:inline-block; }
- #left, #header { width:550px; }
- #right { width:150px; }
- /*-- header --*/
- .title {
- font-size:calc(var(--font-size) + 4px);
- font-weight:700;
- text-transform:uppercase;
- text-align:left!important;
- letter-spacing:2px;
- line-height:100%;
- padding:10px;
- color:var(--title);
- }
- .links { float:right; margin-top:-26px; }
- .links a { margin-right:10px; }
- /*-- about --*/
- #about {
- max-height:350px;
- overflow:scroll;
- padding:10px 10px 0px 10px;
- background:var(--accent);
- border:1px solid var(--borders);
- }
- .icon { margin-bottom:10px; float:left; }
- .icon img { width:33px; height:33px; }
- .quote {
- display:inline-block;
- line-height:100%;
- font-size:calc(var(--font-size) + 1px);
- font-style:italic;
- padding:10px;
- margin-left:10px;
- margin-bottom:15px;
- background:var(--background); /* quote background */
- border:1px solid var(--borders);
- }
- /*-- categories --*/
- .categories {
- position:relative;
- margin:0;
- padding:0px 10px 0px 10px;
- border:1px solid var(--borders);
- border-top:none;
- }
- .categories h1 { display:inline-block; margin-right:10px; }
- /*-- info --*/
- #right {
- left:570px;
- top:0;
- position:absolute;
- }
- .info { position:relative; margin-top:20px; }
- .info:first-of-type { margin-top:0!important; }
- .info h1 {
- line-height:100%;
- padding:10px;
- margin:0;
- text-align:center;
- background:var(--accent);
- border:1px solid var(--borders);
- border-bottom:2px solid var(--text);
- }
- .info ul {
- max-height:157px;
- overflow:scroll;
- margin-left:-40px;
- margin-top:0px;
- }
- .info ul li { list-style:none; margin:0; }
- .info li {
- line-height:100%;
- padding:10px;
- margin-top:-10px;
- background:var(--accent);
- border-left:1px solid var(--borders);
- border-right:1px solid var(--borders);
- border-bottom:1px solid var(--borders);
- padding-right:10px;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- }
- .info li:nth-child(odd) { background:var(--background); }
- .info h2 {
- display:inline;
- margin:0;
- padding-right:5px;
- text-transform:uppercase!important;
- float:left!important;
- font-size:var(--font-size);
- font-weight:400;
- letter-spacing:0.5px;
- color:var(--title);
- }
- .info h2 i { margin-right:5px; height:10px; width:10px; }
- /*-- credit - DO NOT TOUCH --*/
- .credit a {
- bottom:15px;
- right:20px;
- position:fixed;
- text-transform:uppercase;
- }
- </style>
- </head>
- <body>
- <container>
- <div id="left">
- <div id="header">
- <div class="title">about</div><!-- title -->
- <div class="links">
- <!-- feel free to add more! -->
- <a href="/">index</a>
- <a href="/ask">message</a>
- <a href="">link</a>
- <a href="">link</a>
- <a href="/archive">archive</a>
- </div>
- </div>
- <div id="about">
- <!-- if you don't want the icon and/or quote, remove these lines -->
- <!-- the default is your icon. if you want to change it, remove {PortraitURL-128} and replace it with the image url of the one you want -->
- <div class="icon"><img src="{PortraitURL-128}"/></div>
- <div class="quote">optional quote</div>
- <!-- up to here -->
- <div style="display:block;">
- <!-- this is where you about text goes -->
- this is where you put the body of your about. you can use <b>bold</b>, <i>italics</i>, <big>big</big>, <small>small</small>, <s>strikethroughs</s>, <a href="/">links</a> as well as
- <blockquote>blockquotes</blockquote>
- <p>there is no limit as it will scroll automatically. remember to close paragraphs! <s>and now for some dummy text</s> </p>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer ac consequat odio, sagittis ultricies dolor. Praesent molestie et tortor eu rhoncus. Sed tristique, sapien eu posuere vulputate, metus nisl aliquam diam, id vulputate ipsum velit quis nisi. Sed nec eros risus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
- <p>Vestibulum a diam faucibus, tincidunt libero nec, tincidunt mauris. Maecenas semper in dui ac dapibus. Nunc et mollis diam, eget porttitor felis. Suspendisse interdum porta pretium. Nulla facilisi. Curabitur sagittis, massa id ultricies euismod, purus sapien pellentesque leo, quis ultricies mauris dolor et urna. Quisque malesuada ante nec vestibulum tempor. Quisque lobortis est ac finibus pretium. Maecenas quis hendrerit quam</p>
- <!-- end about text -->
- </div>
- </div>
- <!-- template:
- <div class="categories">
- <h1>subtitle</h1>
- ceontent (etc. links)
- </div>
- you can have anything here - the example is links
- -->
- <div class="categories">
- <h1>subtitle</h1>
- <a href="">link</a>,
- <a href="">link</a>,
- <a href="">link</a>,
- <a href="">link</a>,
- <a href="">link</a>
- </div>
- <div class="categories">
- <h1>subtitle</h1>
- <a href="">link</a>,
- <a href="">link</a>,
- <a href="">link</a>,
- <a href="">link</a>,
- <a href="">link</a>
- </div>
- </div>
- <div id="right">
- <!-- template:
- <li><h2><i class="[icon name] fa-fw"></i>subject:</h2> content</li>
- or
- <li><h2><i class="[icon name] fa-fw"></i></h2> content</li>
- if you don't want the icon, just remove the <i class> section. to change the icon, go to https://fontawesome.com/icons. keep the fa-fw at the end to align them all.
- -->
- <div class="info">
- <h1>subtitle</h1>
- <ul>
- <li><h2><i class="far fa-user fa-fw"></i>subject:</h2> content</li>
- <li><h2><i class="fas fa-venus fa-fw"></i>subject:</h2> contentr</li>
- <li><h2><i class="far fa-heart fa-fw"></i>subject:</h2> content</li>
- <li><h2><i class="fas fa-birthday-cake fa-fw"></i>subject:</h2> content</li>
- <li><h2><i class="far fa-compass fa-fw"></i>subject:</h2> content</li>
- </ul>
- </div>
- <div class="info">
- <h1>subtitle</h1>
- <ul>
- <li><h2><i class="fas fa-book fa-fw"></i></h2> content</li>
- <li><h2><i class="fas fa-paint-brush fa-fw"></i></h2> content</li>
- <li><h2><i class="fas fa-crop fa-fw"></i></h2> content</li>
- <li><h2><i class="fas fa-code fa-fw"></i></h2> content</li>
- <li><h2><i class="fas fa-music fa-fw"></i></h2> content</li>
- </ul>
- </div>
- </div>
- </container>
- <!-- credit - DO NOT TOUCH -->
- <div class="credit">
- <a href="https://enchantedthemes.tumblr.com" title="alydae">A.</a>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment