Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- chic .
- ' A TUMBLR THEME . . . by gordonramsei ,
- * USER NOTES !
- - title is best with one word . if it's long
- u can adjust the size , i've created a drop -
- down menu that will change the title size .
- ' IMG SIZE :
- UPDATE ICON : 50x50
- NOTE : it DON'T resize , use exact
- dimensions unless u want it to look
- ugly .
- ' FULL RULES & REGULATIONS . . .
- 001 . this theme is 100% free . ur literally getting
- free content so PLEASE support me by liking and
- reblogging this . it makes all the difference .
- i also have a ko - fi if u feel like tipping me
- for my work .
- 002 . u MAY edit this theme to ur heart's content but
- u may NOT remove the credit . go ahead and make
- it fit ur aesthetic if u please but if i see that
- u have removed it entirely , imma pray that u
- stub ur toe so hard . for real . don't combine
- my codes with anyone else's , either .
- 003 . this is NOT a base code . don't treat it as one .
- 004 . taking my fonts that i have uploaded myself is
- stealing and i will call u out on that shit .
- 005 . my preview graphics aren't for u to steal !
- don't be that person .
- ' FULL CREDITS . . .
- 001 . TABS SCRIPT / FILTER : coded by gordonramsei
- 002 . ICONS : cappuccicons icons by suiomi , fontawesome
- 003 . ANIMATIONS : by animista ( see full credit below )
- 005 . IMESSAGE CHAT STYLE BASE : by animalites
- 006 . PINNED POST INSPIRED BY : valcntines
- ' FONTS USED . . .
- 001 . BODY FONT : saira
- 002 . TITLE FONT : drawpen
- ππππ π ππππππ . . .
- /* ----------------------------------------------
- * Generated by Animista on 2021-3-4 16:41:54
- * Licensed under FreeBSD License.
- * See http://animista.net/license for more info.
- * w: http://animista.net, t: @cssanimista
- * ---------------------------------------------- */
- -->
- <html>
- <head>
- <title>{Title}</title> <link rel="shortcut icon" href="{Favicon}"> <link rel="alternate" type="application/rss+xml" href="{RSS}"> {block:Description} <meta name="description" content="{MetaDescription}" /> {/block:Description}
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <!-- colors -->
- <meta name="color:background" content="#000000"/>
- <meta name="color:text" content="#ffffff"/>
- <meta name="color:title" content="#7f9494"/>
- <meta name="color:links" content="#baae9e"/>
- <meta name="color:link hover" content="#ae6b55"/>
- <meta name="color:posts" content="#0e0d0d"/>
- <meta name="color:accent" content="#4d544b"/>
- <meta name="color:bold" content="#ae6b55"/>
- <meta name="color:italic" content="#baae9e"/>
- <!-- images -->
- <meta name="image:background" content=""/>
- <meta name="image:update img" content="https://via.placeholder.com/50"/>
- <!-- text -->
- <meta name="text:title" content="ur title">
- <meta name="select:title size" content="260" title="normal" />
- <meta name="select:title size" content="200" title="medium" />
- <meta name="select:title size" content="150" title="small" />
- <meta name="text:update bar title" content="welcome .">
- <meta name="text:update blurb" content="about u blurb here , it will scroll . about u blurb here , it will scroll . about u blurb here , it will scroll . about u blurb here , it will scroll . about u blurb here , it will scroll .">
- <!-- links -->
- <meta name="text:free link title" content="free link title">
- <meta name="text:free link url" content="/">
- <meta name="text:link 1" content="link title">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2" content="link title">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3" content="link title">
- <meta name="text:link 3 url" content="/">
- <meta name="text:link 4" content="link title">
- <meta name="text:link 4 url" content="/">
- <meta name="text:link 5" content="link title">
- <meta name="text:link 5 url" content="/">
- <meta name="text:link 6" content="link title">
- <meta name="text:link 6 url" content="/">
- <!-- various scripts : ie , suiomi icons and tooltip u will also place ur links to any google fonts here -->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"> </script>
- <script src="https://kit.fontawesome.com/12b100d5e1.js" crossorigin="anonymous"></script>
- <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
- <link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet">
- <link rel="preconnect" href="https://fonts.gstatic.com">
- <link href="https://fonts.googleapis.com/css2?family=Saira&display=swap" rel="stylesheet">
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script src="//pull.cappuccicons.com/cpf.js"></script>
- <!-- tooltip script , keep here -->
- <script>
- (function($){
- $(document).ready(function() {
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:false,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!-- popup by themekid -->
- <script type="text/javascript" src="https://static.tumblr.com/8pnyeus/10hors8sn/themekid-popup.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- popUp(true);
- });
- </script>
- <style type="text/css">
- /* custom fonts */
- @font-face { font-family:drawpen; src:url('https://dl.dropbox.com/s/4n384yb5jnw443t/Drawpen.ttf?dl=0') }
- @-ms-viewport{
- width: device-width;
- }
- /* tooltip styling + scroll bar */
- #s-m-t-tooltip {
- max-width:250px;
- height:auto;
- z-index:999999999999999999999999999999999999999999999999999999999;
- padding:5px;
- border-radius:5px;
- margin-left:15px;
- margin-bottom:20px;
- font-size:9px;
- letter-spacing:3px;
- line-height:12px;
- background-color:{color:posts};
- background-image:url('{image:background}');
- text-transform:lowercase;
- font-style:italic;
- color:{color:text};
- border-bottom:1px solid {color:italic};
- box-shadow: 1px 16px 15px -15px {color:italic};
- }
- ::-webkit-scrollbar {
- display: none;
- }
- ::selection {
- background-color: {color:accent};
- color: {color:text};
- }
- /* body + font styles */
- body {
- background:{color:background};
- color:{color:text};
- font-family: 'Saira', sans-serif;
- font-size:10.5px;
- line-height:14px;
- letter-spacing:1.5px;
- background-image:url('{image:background}');
- background-size:repeat; /* change repeat to cover if you have a full img for ur background */
- overflow:hidden;
- text-align:justify;
- margin:0px;
- }
- a {
- text-shadow:none;
- text-decoration:none;
- color:{color:links};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- a:hover {
- color:{color:link hover};
- text-shadow: 0px 0px 2px {color:link hover};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- blockquote {
- border-left:1px solid {color:italic};
- margin-left:5px;
- padding-left:10px;
- width:92.5%;
- }
- blockquote blockquote {
- border-left:1px solid {color:italic};
- margin-left:5px;
- }
- small {
- font-size:10.5px;
- }
- sub, sup {
- font-size:10px;
- }
- b, strong {
- letter-spacing:2px;
- font-weight:600;
- font-size:14.5px;
- color:{color:bold};
- text-transform:lowercase;
- text-shadow: 0px 0px 2px {color:bold};
- font-family: 'Saira', sans-serif;
- }
- i, em {
- color:{color:italic};
- text-shadow: 0px 0px 3px {color:italic};
- font-size:11px;
- letter-spacing:2px;
- font-weight:400;
- text-transform:lowercase;
- }
- h3 {
- font-size:35px;
- text-align:left;
- color:{color:title};
- text-shadow: 0px 0px 3px {color:title};
- line-height:25px;
- letter-spacing:2px;
- line-height:35px;
- }
- h1, h2 {
- text-align:center;
- font-size:55px;
- letter-spacing:2px;
- color:{color:italic};
- text-shadow: 0px 0px 3px {color:italic};
- font-style:italic;
- line-height:50px;
- font-weight:500;
- padding:14px;
- }
- big {
- font-size:16.5px;
- color:{color:title};
- text-shadow: 0px 0px 6px {color:title};
- }
- /* container + extras */
- #container {
- position:fixed;
- width:750px ;
- height:500px ;
- background-color:transparent;
- left:50%;
- margin-left:-350px;
- top:47%;
- margin-top:-200px ;
- border-radius:10px;
- z-index:999;
- overflow:visible;
- z-index:-99999999999999999999999999999999999;
- }
- .leftbar {
- position:absolute;
- background-color:{color:posts};
- border-radius:10px;
- width:200px;
- height:90px;
- padding:10px;
- left:10px;
- top:10px;
- opacity:.3;
- filter: grayscale(1);
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .leftbar:hover {
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- filter: grayscale(0);
- opacity:1;
- }
- .leftbarimg {
- position:absolute;
- background-image:url('{image:update img}');
- width:50px;
- height:50px;
- left:20px;
- top:36px;
- border-radius:100%;
- box-shadow: 1px 16px 15px -18px {color:accent};
- }
- .leftbartitle {
- color:{color:bold};
- text-shadow: 0px 0px 6px {color:bold};
- font-size:14px;
- padding:5px;
- text-align:Center;
- letter-spacing:2px;
- font-weight:600;
- text-transform:lowercase;
- }
- .leftbarblurb {
- position:absolute;
- width:100px;
- height:45px;
- left:100px;
- top:40px;
- overflow:scroll;
- line-height:11px;
- font-size:9px;
- }
- .leftbarblurb i {
- font-size:9px;
- text-shadow:0px 0px 3px;
- }
- .leftbarblurb b {
- font-size:11px;
- text-decoration: underline solid {color:accent};
- text-shadow:0px 0px 2px;
- }
- /* posts styling */
- .postholder {
- position:absolute;
- z-index:-9999999999999999999999999999999999999;
- width:450px;
- height:525px;
- top:-20px;
- padding:15px;
- overflow:auto;
- overflow-x:hidden;
- margin-top:-10px;
- border-radius:10px;
- opacity:.7;
- left:375px;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .postholder:hover {
- opacity:1;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .posts {
- position:relative;
- z-index:9999999999999999999999999999999999999999999999;
- background-color:{color:posts};
- width:400px;
- border-radius:10px;
- padding:15px;
- padding-bottom:15px;
- overflow-x:none;
- overflow-y:none;
- -webkit-animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- }
- @-webkit-keyframes slide-in-bottom {
- 0% {
- -webkit-transform: translateY(1000px);
- transform: translateY(1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-bottom {
- 0% {
- -webkit-transform: translateY(1000px);
- transform: translateY(1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- opacity: 1;
- }
- }
- .tags {
- text-align:justify;
- font-size:9px;
- text-transform:lowercase;
- color:{color:text};
- margin-top:15px;
- width:425px;
- -webkit-animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- }
- @-webkit-keyframes slide-in-bottom {
- 0% {
- -webkit-transform: translateY(1000px);
- transform: translateY(1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-bottom {
- 0% {
- -webkit-transform: translateY(1000px);
- transform: translateY(1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- opacity: 1;
- }
- }
- .tags a:hover {
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- text-shadow: -4px 0 5px {color:links};
- color:{color:links};
- }
- .tags b {
- font-size:10px;
- }
- .permalink {
- text-transform:uppercase;
- width:100.5%;
- padding:15px;
- font-size:9.5px;
- background-color:{color:accent};
- height:100%;
- padding:15px;
- margin-left:-16px;
- margin-top:-16px;
- border-top-right-radius:5px;
- border-top-left-radius:5px;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .permalink a:hover {
- text-shadow: 0px 0px 6px {color:italic};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .pinnedposts {
- text-transform:uppercase;
- position:absolute;
- left:325px;
- top:8px;
- font-size:9.5px;
- letter-spacing:1px;
- font-style:italic;
- z-index:99999999999999999999999999999999999999999999999;
- padding:6px;
- }
- .pinnedposts b {
- color:{color:text};
- }
- #pagination a {
- position:relative;
- z-index:999999999999999999999999999999999999999999;
- padding:5px;
- border-radius:5px;
- font-size:12px;
- text-align:center;
- top:450px;
- left:275px;
- color:{color:title};
- font-style:italic;
- letter-spacing:3px;
- text-transform:lowercase;
- }
- #pagination a:hover {
- color:{color:bold};
- letter-spacing:4px;
- text-shadow: none;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- iframe {
- max-width:400px;
- opacity:.6;
- filter: grayscale(1);
- z-index:9999999999999999999999999999999999999999;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- iframe:hover {
- max-width:400px;
- opacity:1;
- filter: grayscale(0);
- z-index:9999999999999999999999999999999999999999;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .iframe-controls--desktop {
- transition: none;
- }
- .posts img {
- max-width:400px;
- padding:none;
- border-radius:10px;
- opacity:.6;
- filter: grayscale(1);
- height:auto;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .posts img:hover {
- max-width:400px;
- height:auto;
- opacity:1;
- filter: grayscale(0);
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- li{
- list-style-type: none;
- margin-left:-35px;
- padding:5px;
- }
- li:before {
- content:'ΛΛβ';
- margin-right:20px;
- font-size:15px;
- color:{color:title};
- text-shadow: 0px 0px 6px {color:title};
- }
- ul {
- list-style-type: none;
- }
- .readmore {
- position:absolute;
- left:40%;
- color:{color:text};
- text-transform:lowercase;
- font-size:12px;
- letter-spacing:3px;
- font-style:italic;
- }
- .readmore a {
- color:{color:text};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .readmore a:hover {
- text-shadow: 0px 0 5px {color:text};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- /* title + description styling */
- #sidebar {
- position:absolute;
- margin-top:255px;
- left:-265px;
- width:350px;
- height:300px;
- }
- .title {
- width:335px;
- font-size:{select:title size}px;
- color:{color:title};
- height:auto;
- font-family:drawpen;
- position:absolute;
- line-height:55px;
- text-shadow: 0px 0px 8px {color:title};
- word-break: break-all;
- z-index:999999999999999999999999999999999999999999999;
- font-weight:500;
- letter-spacing:2px;
- font-style:italic;
- text-align:Center;
- }
- /* tabs styling by emily , keep this credit intact ! */
- /* tabs styling */
- .tab {
- overflow: visible;
- background-color: {color:posts};
- z-index:999999999999999999999999999999999999999999;
- position:absolute;
- width:auto;
- height:auto;
- margin-top:455px;
- left:-190px;
- border-radius:10px;
- border-bottom:1px solid {color:accent};
- padding:20px;
- box-shadow: 1px 16px 15px -15px {color:accent};
- -webkit-animation: fadeInOut ease 1s;
- -moz-animation: fadeInOut ease 1s;
- -o-animation: fadeInOut ease 1s;
- -ms-animation: fadeInOut ease 1s;
- animation: bounce 3.5s;
- animation-direction: alternate;
- animation-iteration-count: infinite;
- }
- @keyframes bounce {
- 0% { transform: translateY(0); }
- 100% { transform: translateY(-50px); }
- }
- .tab:hover {
- -webkit-animation-play-state:paused;
- -moz-animation-play-state:paused;
- -o-animation-play-state:paused;
- animation-play-state:paused;
- }
- .tablink {
- font-size:10px;
- font-weight:bold;
- text-align:Center;
- cursor: pointer;
- font-weight:500;
- text-shadow: 0px 0px 6px {color:italic};
- transition: 0.5s;
- color:{color:italic};
- z-index:9999999999999999999999999999999999999;
- }
- .tablink:hover{
- color:{color:italic};
- text-shadow: 0px 0px 10px {color:italic};
- -webkit-animation: fadeInOut ease 1s;
- -moz-animation: fadeInOut ease 1s;
- -o-animation: fadeInOut ease 1s;
- -ms-animation: fadeInOut ease 1s;
- }
- .tabcontent {
- z-index:99999999999999999999999999999999999999999999999999999999;
- height:480px;
- border-radius:10px;
- width:480px;
- overflow:hidden;
- display:none;
- padding:15px;
- position:absolute;
- top:40px;
- left:375px;
- background-color:transparent;
- -webkit-animation: fade-in 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
- animation: fade-in 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
- }
- @-webkit-keyframes fade-in {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes fade-in {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- .tabsclose {
- position:absolute;
- font-size:13px;
- cursor: pointer;
- z-index:99999999999999999999999999999999999999999;
- color:{color:bold};
- top:450px;
- text-align:Center;
- width:auto;
- left:200px;
- background-color:transparent;
- letter-spacing:3px;
- }
- /* nav styling */
- .navlink {
- position:absolute;
- top:145px;
- width:450px;
- text-align:center;
- left:0px;
- font-size:35px;
- z-index:999999999999999;
- }
- .navlink a {
- z-index:999999999999999;
- text-align:center;
- margin: 0 auto;
- color:{color:accent};
- text-shadow:0px 0px 6px {color:accent};
- font-weight:400;
- -webkit-transition: all 1.2s ease-in-out;
- -moz-transition: all 1.2s ease-in-out;
- -o-transition: all 1.2s ease-in-out;
- -ms-transition: all 1.2s ease-in-out;
- transition: all 1.2s ease-in-out;
- }
- .navlink a:hover {
- -webkit-transition: all 1.2s ease-in-out;
- -moz-transition: all 1.2s ease-in-out;
- -o-transition: all 1.2s ease-in-out;
- -ms-transition: all 1.2s ease-in-out;
- transition: all 1.2s ease-in-out;
- color:{color:title};
- text-shadow: 0px 0 10px {color:title};
- }
- .navimg {
- position:absolute;
- width:90px;
- height:90px;
- background-image:url('{image:nav img}');
- opacity:.7;
- border-radius:100%;
- left:260px;
- border:1px solid {color:accent};
- top:290px;
- box-shadow: 1px 16px 15px -15px {color:accent};
- }
- /* ask styling */
- .askerbar {
- background-color:transparent;
- text-align:center;
- padding:8px;
- border-bottom-left-radius:5px;
- border-bottom-right-radius:5px;
- }
- .topper {
- font-style:italic;
- letter-spacing:3px;
- font-size:8.5px;
- color:{color:title};
- text-shadow: 0px 0 2px {color:title};
- }
- .topper i {
- text-shadow: 0px 0 5px {color:italic};
- font-size:11px;
- }
- .asker {
- letter-spacing: 1px;
- font-size:25px;
- font-style:italic;
- z-index:999999999;
- text-shadow: 0px 0px 2px {color:text};
- line-height:24px;
- text-align:Center;
- vertical-align: middle;
- text-transform:lowercase;
- }
- .asker a:hover {
- text-shadow:none;
- }
- .asker b {
- color:{color:italic};
- text-transform:lowercase;
- text-shadow:0px 0 5px {color:italic};
- }
- .asker i {
- font-size:20px;
- }
- .qanswer {
- margin-top:25px;
- }
- .question {
- position: relative;
- background:{color:posts};
- border-radius:5px;
- padding:10px;
- font-size:9;
- text-transform:lowercase;
- }
- /* quote styling */
- #quote {
- color:{color:text};
- padding-top:20px;
- padding-left:10px;
- padding-right:20px;
- font-size:15px;
- line-height:33px;
- text-align:center;
- letter-spacing:1px;
- font-style:italic;
- text-shadow: 0px 0px 2px {color:text};
- }
- .source {
- color:{color:bold};
- margin-top:15px;
- font-size:55px;
- font-weight:500;
- text-align:center;
- letter-spacing:1px;
- text-transform:lowercase;
- padding-bottom:5px;
- text-shadow: 0px 0px 3px {color:bold};
- font-family:drawpen;
- }
- /* chat styling */
- .answer span,.convo li {
- margin:0 0 5px;
- border-radius:1em;
- padding:.5em 10px;
- max-width:75%;
- clear:both;
- position:relative;
- }
- .convo li:before {
- content:"";
- }
- .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11 {
- float:left;
- background:{color:bold};
- color:{color:text};
- left:3px;
- }
- .me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after {
- content:"";
- position:absolute;
- left:-.5em;
- bottom:0;
- width:.5em;
- height:1em;
- border-right:.5em solid {color:bold};
- border-bottom-right-radius:1em .5em;
- }
- .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12 {
- right:3px;
- float:right;
- background-color:{color:bold};
- color:{color:text};
- }
- .them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after {
- content:"";
- position:absolute;
- right:-.5em;
- bottom:0;
- width:.5em;
- height:1em;
- border-left:.5em solid {color:bold};
- border-bottom-left-radius:1em .5em;
- }
- .me p,.answer,.asked span {
- padding:0;
- margin:0;
- }
- .answer {
- overflow:hidden;
- }
- .asked p {
- text-align: left;
- margin: 0 0px 10px 0px;
- padding: 0;
- color: {color:text};
- font-size: 12px;
- line-height: 0px;
- }
- .footerright .viasrc {
- float: left;
- }
- .asked a {
- margin:0;
- padding:0;
- }
- .user_4 {
- background-color:{color:bold};
- color:{color:text};
- }
- .user_4::after {
- border-color:{color:bold};
- }
- .user_6 {
- background-color:{color:bold};
- color:{color:text};
- }
- .user_6::after {
- border-color:{color:bold};
- }
- .user_5 {
- background-color:{color:bold};
- color:{color:text};
- }
- .user_5::after {
- border-color:{color:bold};
- }
- .user_3 {
- background-color:{color:bold};
- color:{color:text};
- }
- .user_3::after {
- border-color:{color:bold};
- }
- .user_7 {
- background-color:{color:bold};
- color:{color:text};
- }
- .user_7::after {
- border-color:{color:bold};
- }
- .user_8 {
- background-color:{color:bold};
- color:{color:text};
- }
- .user_8::after {
- border-color:{color:bold};
- }
- .user_9 {
- background-color:{color:bold};
- color:{color:text};
- }
- .user_9::after {
- border-color:{color:bold};
- }
- .convo {
- overflow: hidden;
- list-style-type: none;
- padding: 0;
- margin: 0;
- }
- .convo b, strong {
- color:{color:text};
- }
- /* audio styling */
- .play {
- position:relative;
- margin-top:-10px;
- margin-left:140px;
- z-index:9999999999999;
- width:32px;
- height:25px;
- overflow:hidden;
- opacity:1;
- border-radius:5px;
- }
- .info {
- color:{color:text};
- position:relative;
- height:auto;
- display:block;
- margin-left:15px;
- background-color:transparent;
- margin-top:40px;
- }
- .musicsymbol {
- margin-left:10px;
- font-size:80px;
- margin-top:-55px;
- color:{color:bold};
- text-shadow: 0px 0px 3px {color:bold};
- }
- .details {
- font-size:15px;
- text-transform:lowercase;
- margin-left:133px;
- font-style:italic;
- letter-spacing:3px;
- margin-top:-115px;
- text-shadow: 0px 0px 2px {color:text};
- }
- .artist {
- font-family:drawpen;
- font-size:65px;
- margin-top:10px;
- color:{color:title};
- text-shadow: 0px 0px 3px {color:title};
- }
- /* credits ; DO NOT EDIT / REMOVE */
- #credit a {
- right:20px;
- bottom:20px;
- position:fixed;
- color:{color:accent};
- background-color:transparent;
- text-shadow: 0px 0px 6px {color:accent};
- padding:8px;
- border-radius:10px;
- font-size:16px;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- #credit a:hover {
- text-shadow: 0px 0px 10px {color:title};
- color:{color:title};
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- </style>
- </head>
- <body>
- <div class="leftbar">
- <div class="leftbartitle">{text:update bar title}</div>
- <div class="leftbarimg"></div>
- <div class="leftbarblurb">{text:update blurb}</div>
- </div>
- <div id="container">
- <div id="pagination">{block:Pagination}{block:NextPage}<a href="{NextPage}">back</a>
- {/block:NextPage}
- {block:PreviousPage}<a href="{PreviousPage}">forth</a> {/block:PreviousPage}
- {/block:Pagination}</div>
- <!-- tabs code by emily !! do not replicate and / or steal
- KEEP THIS CREDIT INTACT -->
- <div id="sidebar">
- <div class="title">{text:title}
- </div>
- </div>
- <div class="tab">
- <a href="/" class="tablink" title="refresh">01</a>
- <a href="/ask" class="tablink" title="ask">02</a>
- <a href="#" class="tablink" onclick="openPage('navigate')" title="directory"> 03</a>
- <a href="{text:free link url}" class="tablink" title="{text:free link title}">04</a>
- </div><!-- end of tabs -->
- <!-- tabs content code by emily !! do not replicate and / or steal
- KEEP THIS CREDIT INTACT .-->
- <!-- begin navi --><div id="navigate" class="tabcontent"> <span onclick="this.parentElement.style.display='none'" class="tabsclose">close</span>
- <div class="navlink">
- <a href="{text:link 1 url}" title="{text:link 1}">LINK 1</a> <a href="{text:link 2 url}" title="{text:link 2}">LINK 2</a> <a href="{text:link 3 url}" title="{text:link 3}">LINK 3</a><br><br> <br><br><BR><br>
- <a href="{text:link 4 url}" title="{text:link 4}">LINK 4</a> <a href="{text:link 5 url}" title="{text:link 5}">LINK 5</a> <a href="{text:link 6 url}" title="{text:link 6}">LINK 6</a>
- </div>
- </div> <!-- end of navi -->
- <!-- end of tabs content -->
- <div class="postholder">
- {block:Posts}
- <div class="posts">
- <!-- pinned -->
- {block:PinnedPostLabel}<div class="pinnedposts"><span><span class="cp cp-pin-o"></span> i'm pinned ! </span></div> {/block:PinnedPostLabel}
- <!-- permalink
- reblog , source , date & notes-->
- <div class="permalink">
- <a href="{Permalink}"><span style="font-size:7px;">{DayOfMonthWithZero} {ShortMonth}</a></span></a>
- <a href="{Permalink}"><span style="font-size:7px;">{NoteCountWithLabel}</a></span></a>
- {block:RebloggedFrom}{/block:RebloggedFrom}
- <a href="{ReblogURL}"><span style="font-size:7px;">reblog</a></span></a>
- {block:ContentSource}
- <a href="{SourceURL}"><span style="font-size:7px;">source</a></span></a>
- {/block:ContentSource}
- </div>
- <br>
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- <!-- pictures , videos , photoset -->
- {block:Photo}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
- {block:Photoset}<div class="photoset">{Photoset-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- <!-- quotes -->
- {block:Quote}<div id="quote">{Quote} </div> {/block:Quote} {block:Source}
- <div class="source">xo , {Source}</div>
- {/block:Source}
- <!-- links -->
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- <!-- chat -->
- {block:Chat}
- {block:Title}
- <h1>{Title}\</h1>{/block:Title}
- <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span style='color:{color:text};font-size:7.5px;'>( read )</span><span class="label" style="color:{color:text};font-size:13px;text-shadow:0px 0px 5px {color:accent};"> {Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- <!-- audio -->
- {block:Audio}
- {block:AudioPlayer}
- <div class="info">
- <div class="play">{AudioPlayer}</div>
- <br><Br>
- <div class="musicsymbol"><span class="cp cp-microphone-o"></span>
- </div><br><BR><br><BR><BR><BR>
- <div class="details">{block:TrackName}{TrackName}{/block:TrackName}
- <br>
- <div class="artist">{block:Artist}{Artist}{/block:Artist}</div><br>
- </div></div><br>
- {/block:AudioPlayer}
- {/block:Audio}
- <!-- ask -->
- {block:Answer}
- <div class="question">{Question} </div>
- <div class="asker">{Asker}</div>
- <div class="askerbar"><div class="topper">THANKS 4 STOPPING BY !</div></div>
- <div class="qanswer">{Answer}</div>
- {/block:Answer}
- <!-- readmore -->
- {block:More}
- <div class="readmore"><a href="{Permalink}"> read more .</a> </div>
- {/block:More}
- <br>
- </div> <!-- end of posts -->
- <!-- tags -->
- <div class="tags">{block:HasTags}<B>ΛΛβ {PostAuthorName} says :</B> {block:Tags}<span style="font-size:7.5px; color:{color:italic}"><span class="cp cp-hashtag"></span></span><a href="{TagUrl}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
- {/block:Posts}
- </div> <!-- end of postholder -->
- </div> <!-- end of container -->
- <!-- credits -->
- <div id="credit" data="credit"><a href="https://gordonramsei.tumblr.com/" title="theme by emily"><span class="fas fa-joint"></span>
- </a></div>
- </body>
- <!-- begin tabs script -->
- <script>
- function openPage(pageName, elmnt, color) {
- var i, tabcontent, tablink;
- tabcontent = document.getElementsByClassName("tabcontent");
- for (i = 0; i < tabcontent.length; i++) {
- tabcontent[i].style.display = "none";}
- tablinks = document.getElementsByClassName("tablink");
- for (i = 0; i < tablinks.length; i++) {
- tablinks[i].style.backgroundColor = "";
- }
- document.getElementById(pageName).style.display = "block";
- elmnt.style.backgroundColor = color;
- }
- document.getElementById("defaultOpen").click();
- </script>
- <!-- end tabs script -->
- <!-- begin tabs filter script -->
- <!-- this filter script will dictate the parts of ur theme that will be visible when ur on ur tabs . for example , if u don't want ur posts to be visible bc ur tab content will be there , u will hide the posts with :
- $(".posts").hide();
- and u also need to specify that u want ur posts to REAPPEAR once ur no longer on an active tab :
- $(".posts").show();
- -->
- <script>
- function myFunction() {
- var desc = document.getElementById("myDescription");
- desc.classList.toggle("show");
- }
- </script>
- <script>
- $(document).ready(function(){
- $(".tablink").click(function(){
- $(".posts").hide();
- $(".permalink").hide();
- $(".tags").hide();
- });
- $(".tabsclose").click(function(){
- $(".posts").show();
- $(".permalink").show();
- $(".tags").show();
- });
- });
- </script>
- <!-- end tabs filter script -->
- <script>
- $(document).ready(function(){
- $(".title").hover(function(){
- $(".titlesub").fadeIn("2000");
- });
- $(".title").mouseleave(function(){
- $(".titlesub").fadeOut("2000");
- });
- });
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment