Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-- ALL IN ONE PAGE - DISCORD
- by cactusthemes
- -->
- <!-- CREDITS:
- - Tooltips by manos malihu
- - Icons by saturnthms
- - Popup by odeysseus
- - Cactus icon by https://thenounproject.com/smashicons/
- -->
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- <meta name="description" content="{MetaDescription}">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- $(function(){
- $('.desc,.fade').click(function() {
- $('#pop').fadeToggle();
- });
- $( ".close" ).click(function() {
- $('#pop').fadeToggle()
- return false;
- });
- });
- </script>
- <style type="text/css">
- /* IMPORTANT NOTE: IF YOU WANT THE LIGHT VERSION OF THIS PAGE, GO TO <body class="dark"> AND CHANGE IT TO <body class="light">. SAME PRINCIPLE IN REVERSE IF YOU HAVE A LIGHT PAGE BUT WANT IT TO GO BACK TO DARK */
- /* PLEASE DON'T GO MESSING ABOUT IN THE CSS YOURSELF UNLESS YOU KNOW WHAT YOU'RE DOING, THANK YOU */
- :root {
- --font-size:14px; /* FONT SIZE FOR THE ENTIRE PAGE */
- }
- body {
- font-family:'Open Sans';
- font-size:var(--font-size);
- }
- body.dark {
- background:#36393e;
- }
- body.light {
- background:#f0f0f0;
- }
- .light::-webkit-scrollbar {
- width:12px;
- height:12px;
- background:#d0d0d0;
- border:3px solid #f0f0f0;
- border-radius:10px;
- }
- .light::-webkit-scrollbar-thumb {
- background:#fff;
- border:2px solid #f0f0f0;
- border-top:4px solid #f0f0f0!important;
- border-bottom:4px solid #f0f0f0!important;
- border-radius:50px;
- }
- body.dark::-webkit-scrollbar {
- width:12px;
- height:12px;
- background:#2f3136;
- border:3px solid #36393e;
- border-radius:10px;
- }
- body.dark::-webkit-scrollbar-thumb {
- background:#1e2124;
- border:2px solid #36393e;
- border-top:4px solid #36393e!important;
- border-bottom:4px solid #36393e!important;
- border-radius:50px;
- }
- iframe.tmblr-iframe {
- white-space:nowrap!important;
- z-index:99999999999999!important;
- top:8px !important;
- right:10px !important;
- transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- -o-transition:all .5s ease-in-out;
- -webkit-transition:all .5s ease-in-out;
- transform:scale(0.65);
- transform-origin:100% 0;
- -webkit-transform:scale(0.65);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.65);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.65);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.65);
- -ms-transform-origin:100% 0;
- }
- body.dark iframe.tmblr-iframe {
- opacity:.8!important;
- }
- body.dark iframe.tmblr-iframe:hover {
- opacity:1!important;
- }
- body.light iframe.tmblr-iframe {
- filter:invert(1) contrast(150%)!important;
- -webkit-filter:invert(1) contrast(150%)!important;
- -o-filter:invert(1) contrast(150%)!important;
- -moz-filter:invert(1) contrast(150%)!important;
- -ms-filter:invert(1) contrast(150%)!important;
- opacity:.6!important;
- }
- body.light iframe.tmblr-iframe:hover {
- opacity:.8!important;
- }
- body.light div.status-indicator {
- filter:invert(1)!important;
- }
- #s-m-t-tooltip {
- max-width:300px;
- overflow-x:auto;
- margin:25px 20px;
- padding:7px;
- font-size:var(--font-size);
- height:auto;
- word-wrap:break-word;
- border-radius:5px;
- z-index:9999!important;
- text-transform:lowercase;
- }
- body.dark #s-m-t-tooltip {
- background:#000;
- color:#fff;
- }
- body.light #s-m-t-tooltip {
- background:#ddd;
- color:#666;
- }
- a {
- text-decoration:none;
- }
- body.dark a {
- color:#eee;
- }
- body.light a {
- color:#333;
- }
- h1, h2, h3, h4, h5, h6 {
- margin:0;
- }
- input[type="radio"] {
- display:none;
- }
- nav.icons {
- height:100vh;
- width:70px;
- position:fixed;
- top:0;
- left:0;
- z-index:99!important;
- }
- body.dark nav.icons {
- background:#202225;
- }
- nav.icons label {
- display:flex;
- display:-webkit-flex;
- display:-ms-flexbox;
- align-items:center;
- -webkit-align-items:center;
- -ms-flex-align:center;
- justify-content:center;
- -webkit-justify-content:center;
- -ms-flex-pack:justify;
- font-size:25px;
- width:50px;
- height:50px;
- margin:15px 10px;
- border-radius:50px;
- position:relative;
- transition:all .4s ease-in-out;
- cursor:pointer;
- z-index:99!important;
- text-align:center;
- }
- body.dark nav.icons label {
- color:#fff;
- background:#2f3136;
- }
- body.light nav.icons label {
- color:#666;
- background:#ccc;
- }
- nav.icons label .sf {
- display:inline-block;
- }
- nav.icons label .sf-tags-o {
- margin-top:5px;
- margin-left:-2px;
- }
- nav.icons label .sf-user-o {
- margin-top:2px;
- }
- nav.icons label .sf-chat-bubbles-o {
- margin-top:3px;
- }
- nav.icons label .sf-group-1-o {
- margin-top:3px;
- }
- nav.icons label:hover, nav.icons label.active {
- border-radius:15px;
- }
- body.dark nav.icons label:hover, body.dark nav.icons label.active {
- background:#7289da;
- }
- body.light nav.icons label:hover, body.light nav.icons label.active {
- background:#a1b0e6;
- }
- nav.icons label.active::before {
- height:40px;
- }
- body.dark nav.icons label.active::before {
- background:#fff;
- }
- body.light nav.icons label.active::before {
- background:#666;
- }
- nav.icons label::before {
- content:'';
- height:10px;
- width:5px;
- border-bottom-right-radius:10px;
- border-top-right-radius:10px;
- position:absolute;
- left:-10px;
- transition:all .4s ease-in-out;
- }
- body.dark nav.icons label::before {
- background:#8a8e94;
- }
- body.light nav.icons label::before {
- background:#999;
- }
- nav.icons label .tooltip {
- position:absolute;
- font-size:var(--font-size);
- left:100%;
- margin-left:10px;
- padding:8px;
- border-radius:5px;
- opacity:0;
- transition:all .2s ease-in-out;
- }
- body.dark nav.icons label .tooltip {
- background:#000;
- color:#fff;
- }
- body.light nav.icons label .tooltip {
- background:#ddd;
- color:#666;
- }
- nav.icons label .tooltip::before {
- content:'';
- border-width:7px;
- border-style:solid;
- position:absolute;
- left:-14px;
- top:calc(50% - 7px);
- }
- body.dark nav.icons label .tooltip::before {
- border-color:transparent #000 transparent transparent;
- }
- body.light nav.icons label .tooltip::before {
- border-color:transparent #ddd transparent transparent;
- }
- nav.icons label:hover .tooltip {
- opacity:1;
- }
- /*nav.icons label::after {
- position:absolute;
- background:#000;
- }
- nav.icons label:nth-of-type(1)::after {
- content:'about';
- }
- nav.icons label:nth-of-type(2)::after {
- content:'faq';
- }
- nav.icons label:nth-of-type(3)::after {
- content:'navigaton';
- }
- nav.icons label:nth-of-type(4)::after {
- content:'about';
- }*/
- header {
- position:fixed;
- top:0;
- left:70px;
- height:51px;
- width:calc(100% - 70px);
- z-index:2;
- }
- body.dark header {
- background:#36393f;
- box-shadow: 0 4px 2px -2px #222327;
- }
- body.light header {
- background:#f0f0f0;
- box-shadow:0 4px 2px -2px #d8dcde;
- }
- header h5 {
- margin:0;
- padding:15px;
- box-sizing:border-box;
- font-size:16px;
- display:inline-block;
- width:230px;
- }
- body.dark header h5 {
- background:#2f3136;
- color:#fff;
- }
- body.light header h5 {
- background:#fafafa;
- color:#4e545b;
- }
- header #title {
- display:inline-block;
- font-weight:800;
- margin-left:20px;
- font-size:16px;
- }
- body.dark header #title {
- color:#fff;
- }
- body.light header #title {
- color:#4e545b;
- }
- header #title .sign {
- margin-right:2px;
- }
- body.dark header #title .sign {
- color:#8a8e94;
- }
- body.light header #title .sign {
- color:#8e9297;
- }
- header #title .line {
- margin:0px 10px 0px 10px;
- }
- body.dark header #title .line {
- color:#4a4c52;
- }
- body.light header #title .line {
- color:#8e9297;
- }
- header .desc {
- position:absolute;
- display:inline-block;
- white-space:nowrap;
- overflow:hidden;
- margin-top:17px;
- margin-left:3px;
- text-overflow:ellipsis;
- width:520px;
- height:25px;
- font-size:14px;
- cursor:pointer;
- }
- body.dark header .desc {
- color:#a9aaae;
- }
- body.light header .desc {
- color:#989ba2;
- }
- header .desc a {
- transition:all .5s ease-in-out;
- padding:4px;
- border-radius:5px;
- }
- body.dark header .desc a {
- color:#87898e;
- }
- body.light header .desc a {
- color:#999;
- }
- body.dark header .desc a:hover {
- color:#b9bbbe;
- background:#42464d;
- }
- body.light header .desc a:hover {
- color:#444;
- background:#ddd;
- }
- header .sfm {
- display:inline-block;
- margin-left:43%;
- position:absolute;
- margin-top:11px;
- }
- header .sfm input {
- border:0;
- position:relative;
- float:right;
- padding:6px 6px 6px 8px;
- width:100%;
- font-family:'Open Sans';
- font-weight:600;
- border-radius:5px;
- }
- body.dark header .sfm input {
- background:#4a4c52;
- color:#7e8084;
- }
- body.light header .sfm input {
- background:#cacaca;
- color:#fff;
- -webkit-text-fill-color:#fff!important;
- }
- header .sfm input:focus {
- outline:0;
- }
- #pop {
- width:100%;
- height:100%;
- top:0;
- left:0;
- position:fixed;
- z-index:999;
- display:none;
- }
- body.dark #pop {
- background:rgba(0,0,0,.7);
- }
- body.light #pop {
- background:rgba(255,255,255,.7);
- }
- .fade {
- top:0;
- left:0;
- position:fixed;
- z-index:1000;
- width:100%;
- height:100%;
- }
- .popup {
- top:50%;
- left:50%;
- transform:translate(-50%,-50%);
- position:fixed;
- padding:30px;
- z-index:10000;
- max-width:500px;
- border-radius:10px;
- }
- body.dark .popup {
- background:#36393f;
- color:#c3c4c5;
- }
- body.light .popup {
- background:#f0f0f0;
- color:#3e3e3e;
- }
- .popup h5 {
- text-transform:uppercase;
- margin:0;
- font-size:calc(var(--font-size) + 2px);
- margin-bottom:30px;
- display:inline;
- }
- body.dark .popup h5 {
- color:#fff;
- }
- body.light .popup h5 {
- color:#4e545b;
- }
- .popup .sf {
- float:right;
- font-weight:800;
- margin-top:-10px;
- margin-right:-10px;
- padding:10px 10px 7px 10px;
- border-radius:5px;
- font-size:var(--font-size);
- transition:all .5s ease-in-out;
- }
- body.dark .popup .sf {
- color:#898a8e;
- }
- body.light .popup .sf {
- color:#999;
- }
- body.dark .popup .sf:hover {
- background:#3e4147;
- color:#dcddde;
- }
- body.light .popup .sf:hover {
- color:#000;
- background:#ddd;
- }
- .popup p {
- display:block;
- margin-bottom:0;
- font-size:var(--font-size);
- }
- .popup p a {
- transition:all .5s ease-in-out;
- padding:4px;
- border-radius:5px;
- }
- body.dark .popup p a {
- color:#87898e;
- }
- body.light .popup p a {
- color:#999;
- }
- body.dark .popup p a:hover {
- color:#b9bbbe;
- background:#42464d;
- }
- body.light .popup p a:hover {
- color:#444;
- background:#ddd;
- }
- aside {
- height:100vh;
- width:230px;
- position:fixed;
- top:0;
- left:70px;
- }
- body.dark aside {
- background:#2f3136;
- }
- body.light aside {
- background:#fafafa;
- }
- aside nav.links {
- margin-top:51px;
- padding:15px 12px;
- font-size:16px;
- }
- aside nav.links a {
- display:block;
- padding:6px 13px;
- border-radius:5px;
- text-transform:lowercase;
- margin-bottom:3px;
- }
- body.dark aside nav.links a {
- color:#606266;
- }
- body.light aside nav.links a {
- color:#757b81;
- }
- body.dark aside nav.links a:hover {
- background:#36393f;
- color:#b9bbbe;
- }
- body.light aside nav.links a:hover {
- background:#e0e0e0;
- color:#888;
- }
- aside nav.links a::before {
- content:'#';
- margin-right:5px;
- }
- body.dark aside nav.links a::before {
- color:#606266!important;
- }
- body.light aside nav.links a::before {
- color:#dedee1;
- }
- body.light aside nav.links a:hover::before {
- color:#fafafa;
- }
- aside #bn {
- position:fixed;
- bottom:0;
- width:230px;
- height:60px;
- }
- body.dark aside #bn {
- background:#2a2c31;
- color:#fff;
- }
- body.light aside #bn {
- background:#fff;
- box-shadow:0 0px 4px #d8dcde;
- color:#666;
- }
- aside #bn .info {
- margin-top:10px;
- margin-left:15px;
- }
- aside #bn img {
- height:40px;
- width:40px;
- vertical-align:top;
- border-radius:100%;
- }
- aside #bn .name {
- vertical-align:top;
- font-size:14px;
- margin-left:5px;
- display:inline-block;
- }
- aside #bn .title {
- position:absolute;
- font-size:12px;
- margin-top:-20px;
- margin-left:45px;
- }
- body.dark aside #bn .title {
- color:#76787b;
- }
- body.light aside #bn .title {
- color:#999;
- }
- input.switch:nth-of-type(1):checked ~ article.slide:nth-of-type(1) {
- display:block;
- }
- input.switch:nth-of-type(2):checked ~ article.slide:nth-of-type(2) {
- display:block;
- }
- input.switch:nth-of-type(3):checked ~ article.slide:nth-of-type(3) {
- display:block;
- }
- input.switch:nth-of-type(4):checked ~ article.slide:nth-of-type(4) {
- display:block;
- }
- @keyframes show {
- 0% {
- opacity:0;
- }
- 100% {
- opacity:1;
- }
- }
- article.slide {
- display:none;
- width:600px;
- position:absolute;
- animation:show .5s;
- margin:80px 450px;
- }
- article.slide .abt-title {
- border-radius:20px 20px 0px 0px;
- text-align:center;
- padding:20px;
- }
- body.dark article.slide .abt-title {
- background:#202225;
- }
- body.light article.slide .abt-title {
- background:#f6f6f7;
- }
- article.slide .abt-title img {
- width:100px;
- border-radius:50%;
- }
- article.slide .abt-title h3 {
- margin:5px 0px;
- }
- body.dark article.slide .abt-title h3 {
- color:#fff;
- }
- body.light article.slide .abt-title h3 {
- color:#4f545c;
- }
- article.slide .abt-title h4 {
- margin:3px 0px;
- }
- body.dark article.slide .abt-title h4 {
- color:#a4a4a4;
- }
- body.light article.slide .abt-title h4 {
- color:#bec0c2;
- }
- article.slide .rest {
- padding:20px;
- border-radius:0px 0px 20px 20px;
- }
- body.dark article.slide .rest {
- background:#2f3136;
- color:#969696;
- }
- body.light article.slide .rest {
- background:#fff;
- color:#b5b5b5;
- }
- article.slide .rest h5 {
- text-transform:uppercase;
- font-size:1em;
- }
- body.dark article.slide .rest h5 {
- color:#727272;
- }
- body.light article.slide .rest h5 {
- color:#72767d;
- }
- article.slide .facts {
- margin-left:-5px;
- margin-top:10px;
- margin-bottom:10px;
- }
- article.slide .fact {
- display:inline-flex;
- display:-webkit-inline-flex;
- display:-ms-inline-flexbox;
- align-items:center;
- -webkit-align-items:center;
- -ms-flex-align:center;
- border:1px solid #979797;
- padding:5px 9px 5px 5px;
- margin:5px;
- border-radius:20px;
- }
- body.dark article.slide .fact {
- color:#d5d5d5;
- }
- body.light article.slide .fact {
- color:#7d8087;
- }
- article.slide .fact::before {
- content:'';
- background:#979797;
- width:15px;
- height:15px;
- border-radius:50px;
- margin-right:5px;
- display:inline-block;
- }
- article.slide .fact.blue {
- border-color:#3498db;
- }
- article.slide .fact.blue::before {
- background:#3498db;
- }
- article.slide .fact.red {
- border-color:#d7342a;
- }
- article.slide .fact.red::before {
- background:#d7342a;
- }
- article.slide .fact.yellow {
- border-color:#f1c40f;
- }
- article.slide .fact.yellow::before {
- background:#f1c40f;
- }
- article.slide .fact.pink {
- border-color:#fc74dc;
- }
- article.slide .fact.pink::before {
- background:#fc74dc;
- }
- article.slide .fact.green {
- border-color:#1f8b4c;
- }
- article.slide .fact.green::before {
- background:#1f8b4c;
- }
- article.slide .fact.purple {
- border-color:#9b59b6;
- }
- article.slide .fact.purple::before {
- background:#9b59b6;
- }
- article.slide .fact.orange {
- border-color:#e67e22;
- }
- article.slide .fact.orange::before {
- background:#e67e22;
- }
- article.slide .fact.brown {
- border-color:#8b4513;
- }
- article.slide .fact.brown::before {
- background:#8b4513;
- }
- article.slide .abt-text {
- margin-top:15px;
- }
- article.slide .abt-text a:hover {
- text-decoration:underline;
- }
- article.slide .question > span, article.slide .answer > span {
- display:inline-block;
- }
- article.slide .question::after, article.slide .full::after {
- width:calc(100vw - 470px);
- content:'';
- height:2px;
- display:inline-block;
- margin-left:-70px;
- }
- body.dark article.slide .question::after, body.dark article.slide .full::after, body.dark article.slide iframe#ask_form::before {
- background:#3e4146;
- }
- body.light article.slide .question::after, body.light article.slide .full::after, body.light article.slide iframe#ask_form::before {
- background:#dbdbdb;
- }
- article.slide .question, article.slide .answer {
- padding-top:10px;
- min-height:40px;
- }
- article.slide .full:first-of-type .question {
- padding-top:0;
- }
- article.slide .question .sf {
- border-radius:50px;
- height:40px;
- width:40px;
- font-size:calc(var(--font-size) + 4px);
- display:inline-flex;
- display:-webkit-inline-flex;
- display:-ms-inline-flexbox;
- align-items:center;
- -webkit-align-items:center;
- -ms-flex-align:center;
- justify-content:center;
- -webkit-justify-content:center;
- -ms-flex-pack:justify;
- }
- body.dark article.slide .question .sf {
- color:#fff;
- background:#7289da;
- }
- body.light article.slide .question .sf {
- color:#444;
- background:#a1b0e6;
- }
- article.slide .answer img {
- width:40px;
- border-radius:50px;
- display:inline-block;
- }
- article.slide .question .question-title, article.slide .answer .answer-title {
- font-weight:bold;
- vertical-align:top;
- margin-left:10px;
- }
- body.dark article.slide .question .question-title, body.dark article.slide .answer .answer-title {
- color:#fff;
- }
- body.light article.slide .question .question-title, body.light article.slide .answer .answer-title {
- color:#444;
- }
- article.slide .question .question-text {
- display:block;
- margin-left:50px;
- margin-top:-15px;
- }
- body.dark article.slide .question .question-text, body.dark article.slide .answer .answer-text {
- color:#c3c4c5;
- }
- body.light article.slide .question .question-text, body.light article.slide .answer .answer-text {
- color:#666;
- }
- article.slide .answer .answer-text {
- display:block;
- margin-left:50px;
- margin-top:-20px;
- }
- article.slide iframe#ask_form::before {
- width:calc(100vw - 470px);
- content:'';
- height:2px;
- display:inline-block;
- margin-left:-70px;
- }
- article.slide iframe#ask_form {
- padding-top:10px;
- }
- article.slide .grid {
- display:grid;
- display:-ms-grid;
- grid-template-columns:auto auto auto;
- -ms-grid-columns:auto auto auto;
- grid-gap:10px;
- -ms-grid-gap:10px;
- width:700px;
- }
- article.slide .grid.first {
- grid-row-gap:30px;
- -ms-grid-row-gap:30px;
- grid-template-columns:226px 226px 226px;
- -ms-grid-columns:226px 226px 226px;
- }
- article.slide .navig {
- cursor:pointer;
- font-weight:bold;
- }
- body.dark article.slide .navig {
- color:#727272;
- }
- body.light article.slide .navig {
- color:#8f8f8f;
- }
- article.slide .navig .sf, article.slide .navig .nav-title {
- display:inline-block;
- }
- article.slide .navig .sf {
- font-size:calc(var(--font-size) - 4px);
- }
- article.slide .navig .nav-title {
- margin-left:5px;
- }
- article.slide a.follow img {
- width:30px;
- border-radius:50px;
- vertical-align:middle;
- }
- article.slide a.follow .followed {
- display:inline-block;
- font-weight:bold;
- vertical-align:middle;
- margin-left:10px;
- }
- body.dark article.slide a.follow {
- color:#fff;
- }
- body.light article.slide a.follow {
- color:#666;
- }
- article.slide .tags {
- display:none;
- width:85%;
- margin-top:10px;
- margin-left:10px;
- }
- article.slide .tags a.tag {
- display:block;
- padding:3px 7px;
- margin:3px;
- }
- body.dark article.slide .tags a.tag {
- color:#a6a6a6;
- }
- body.light article.slide .tags a.tag {
- color:#757b81;
- }
- article.slide .tags a.tag:hover {
- text-decoration:none;
- border-radius:5px;
- }
- body.dark article.slide .tags a.tag:hover {
- color:#b9bbbe;
- background:#42464d;
- }
- body.light article.slide .tags a.tag:hover {
- color:#888;
- background:#e0e0e0;
- }
- article.slide .tags a.tag::before {
- content:'#';
- margin-right:3px;
- }
- /* DO NOT TOUCH */
- #credz {
- position:fixed;
- bottom:20px;
- right:15px;
- z-index:99!important;
- }
- #credz .ci {
- background:#fff;
- padding:7px 8px 5px 8px;
- border-radius:50px;
- box-shadow:0px 0px 1px rgba(0,0,0,.1);
- transition:all .5s ease-in-out;
- }
- #credz .ci:hover {
- transform:scale(1.1);
- }
- #credz img {
- width:35px;
- }
- </style>
- </head>
- <body class="dark">
- <section id="car">
- <!-- Radio Buttons, Do Not Remove -->
- <input type="radio" id="abt" name="activator" checked="checked" class="switch">
- <input type="radio" id="qs" name="activator" class="switch">
- <input type="radio" id="nav" name="activator" class="switch">
- <input type="radio" id="broll" name="activator" class="switch">
- <nav class="icons">
- <label for="abt" class="switchicon active">
- <span class="tooltip">about</span> <!-- title on hover -->
- <span class="sf sf-user-o" aria-hidden="true"></span> <!-- icon for about section -->
- </label>
- <label for="qs" class="switchicon">
- <span class="tooltip">faq</span> <!-- title on hover -->
- <span class="sf sf-chat-bubbles-o" aria-hidden="true"></span> <!-- icon for faq section -->
- </label>
- <label for="nav" class="switchicon">
- <span class="tooltip">navigation</span> <!-- title on hover -->
- <span class="sf sf-tags-o" aria-hidden="true"></span> <!-- icon for navi section -->
- </label>
- <!-- ICON + TITLE FOR BLOGROLL SECTION, DELETE IF THIS IS A SIDEBLOG -->
- <label for="broll" class="switchicon">
- <span class="tooltip">blogroll</span> <!-- title on hover -->
- <span class="sf sf-group-1-o" aria-hidden="true"></span> <!-- icon for blog roll section -->
- </label>
- <!-- END ICON + TITLE FOR BLOGROLL SECTION, DELETE IF THIS IS A SIDEBLOG -->
- </nav>
- <!-- header, DON'T EDIT ANYTHING -->
- <header>
- <h5>{Title}</h5>
- <div id="title">
- <span class="sign">#</span>
- <span class="ht">about</span>
- <span class="line">|</span>
- </div>
- <div class="desc">
- {Description}
- </div>
- <form action="/search" method="get" class="sfm">
- <input type="text" name="q" value="" id="sf" autocomplete="off" placeholder="Search"/>
- </form>
- </header>
- <div id="pop"> <div class="fade"></div>
- <div class="popup">
- <h5>about</h5><a href="#" class="close"><span class="sf sf-cross"></span></a>
- <p>
- {Description}
- </p>
- </div>
- </div>
- <!-- aside, only edit the links -->
- <aside>
- <nav class="links">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="/">link 1</a> <!-- link 1 -->
- <a href="/">link 2</a> <!-- link 2 -->
- <a href="/">link 3</a> <!-- link 3 -->
- <a href="/">link 4</a> <!-- link 4 -->
- </nav>
- <div id="bn">
- <div class="info">
- <img src="{PortraitURL-40}"><span class="name">{name}</span><br><span class="title">#{Title}</span>
- </div>
- </div>
- </aside>
- <!-- SLIDE ONE, THE ABOUT SECTION -->
- <!-- if you don't want this slide, delete from <article class="slide"> to the first </article> you find. also be sure to delete the corresponding icon from <nav class="icons"> -->
- <!-- please only edit the things i've annotated, i know it looks weird in the customize preview, but it'll look like it's supposed to on your blog -->
- <article class="slide">
- <div class="abt-title">
- <img src="{PortraitURL-128}">
- <h3>your name</h3> <!-- your name -->
- <h4>{name}</h4>
- </div>
- <div class="rest">
- <h5>facts</h5>
- <div class="facts">
- <!-- start of facts section! you can add as many of these as you like. use them in the format below for colors/right terminology etc. -->
- <div class="fact blue">fact one</div>
- <div class="fact red">fact two</div>
- <div class="fact">fact three</div>
- <div class="fact brown">fact four</div>
- <div class="fact yellow">fact five</div>
- <div class="fact pink">fact six</div>
- <div class="fact">fact seven</div>
- <div class="fact green">fact eight</div>
- <div class="fact purple">fact nine</div>
- <div class="fact orange">fact ten</div>
- <!-- end of facts section -->
- </div>
- <h5>about</h5>
- <div class="abt-text">
- <!-- description -->
- This is where you can put text! You can make this as long/short as you want, everything will fit ^^
- <br><br>
- Here, have some cool text effects:
- <ul>
- <li>list item</li>
- <li>another list item</li>
- </ul>
- <ol>
- <li>oooh numbers</li>
- <li>how fancy</li>
- </ol>
- <i>You can have italic text</i>, <b>or bold text</b>, or <strike>strikethrough text</strike>. Maybe even <a href="/" title="link title on hover!">throw in a little link</a>.
- <!-- end of description -->
- </div>
- </div>
- </article>
- <!-- END OF SLIDE ONE, ABOUT SECTION -->
- <!-- SLIDE TWO, FAQ SECTION -->
- <!-- if you don't want this slide, delete from <article class="slide"> to the first </article> you find. also be sure to delete the corresponding icon from <nav class="icons"> -->
- <!-- please only edit the things i've annotated, i know it looks weird in the customize preview, but it'll look like it's supposed to on your blog -->
- <article class="slide">
- <!-- TEMPLATE FOR NEW QUESTIONS/ANSWERS -->
- <!--
- <div class="full">
- <div class="question">
- <span class="sf sf-question-mark" aria-hidden="true"></span><span class="question-title">question</span>
- <span class="question-text">
- this is your question
- </span>
- </div>
- <div class="answer">
- <img src="{PortraitURL-64}">
- <span class="answer-title">{name}</span>
- <span class="answer-text">
- this is your answer
- </span>
- </div>
- </div>
- -->
- <div class="full">
- <div class="question">
- <span class="sf sf-question-mark" aria-hidden="true"></span><span class="question-title">question</span>
- <span class="question-text">
- <!-- insert your question here -->
- this is your question
- <!-- end of question -->
- </span>
- </div>
- <div class="answer">
- <img src="{PortraitURL-64}">
- <span class="answer-title">{name}</span>
- <span class="answer-text">
- <!-- insert your answer here -->
- this is your answer
- <!-- end of answer -->
- </span>
- </div>
- </div>
- <div class="full">
- <div class="question">
- <span class="sf sf-question-mark" aria-hidden="true"></span><span class="question-title">question</span>
- <span class="question-text">
- <!-- insert your question here -->
- this is your question
- <!-- end of question -->
- </span>
- </div>
- <div class="answer">
- <img src="{PortraitURL-64}">
- <span class="answer-title">{name}</span>
- <span class="answer-text">
- <!-- insert your answer here -->
- this is your answer
- <!-- end of answer -->
- </span>
- </div>
- </div>
- <!-- the askbox, if you don't want it delete the iframe -->
- <iframe frameborder="0" scrolling="no" width="500" height="190" src="https://www.tumblr.com/ask_form/{name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
- </article>
- <!-- END OF SLIDE TWO, FAQ SECTION -->
- <!-- SLIDE THREE, NAVIGATION SECTION -->
- <!-- if you don't want this slide, delete from <article class="slide"> to the first </article> you find. also be sure to delete the corresponding icon from <nav class="icons"> -->
- <!-- please only edit the things i've annotated -->
- <article class="slide">
- <div class="grid first">
- <!-- TEMPLATE FOR DROPDOWNS. you can add as many of these as you want -->
- <!--
- <div class="part">
- <div class="navig"><span class="sf sf-chevron-right" aria-hidden="true"></span> <span class="nav-title">title</span>
- </div>
- <div class="tags">
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- </div>
- </div>
- -->
- <!-- first dropdown -->
- <div class="part">
- <div class="navig"><span class="sf sf-chevron-right" aria-hidden="true"></span> <span class="nav-title">title 1</span> <!-- title of dropdown -->
- </div>
- <div class="tags">
- <!-- start of the links. be sure to add class="tag" to all your links -->
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <!-- end of the links -->
- </div>
- </div>
- <!-- end of first dropdown -->
- <!-- second dropdown -->
- <div class="part">
- <div class="navig"><span class="sf sf-chevron-right" aria-hidden="true"></span> <span class="nav-title">title 2</span> <!-- title of dropdown -->
- </div>
- <div class="tags">
- <!-- start of the links. be sure to add class="tag" to all your links -->
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <!-- end of the links -->
- </div>
- </div>
- <!-- end of second dropdown -->
- <!-- third dropdown -->
- <div class="part">
- <div class="navig"><span class="sf sf-chevron-right" aria-hidden="true"></span> <span class="nav-title">title 3</span> <!-- title of dropdown -->
- </div>
- <div class="tags">
- <!-- start of the links. be sure to add class="tag" to all your links -->
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <!-- end of the links -->
- </div>
- </div>
- <!-- end of third dropdown -->
- <!-- fourth dropdown -->
- <div class="part">
- <div class="navig"><span class="sf sf-chevron-right" aria-hidden="true"></span> <span class="nav-title">title 4</span> <!-- title of dropdown -->
- </div>
- <div class="tags">
- <!-- start of the links. be sure to add class="tag" to all your links -->
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <a href="/" class="tag">thing</a>
- <!-- end of the links -->
- </div>
- </div>
- <!-- end of fourth dropdown -->
- </div>
- </article>
- <!-- END OF SLIDE THREE, NAVIGATION SECTION -->
- <!-- SLIDE FOUR, BLOGROLL SECTION. THIS DOES NOT WORK ON SIDEBLOGS, PLEASE DELETE IT IF THIS IS A SLIDEBLOG -->
- <article class="slide">
- <div class="grid">
- {block:Following}
- {block:Followed}
- <a href="{FollowedURL}" class="follow">
- <img src="{FollowedPortraitURL-40}">
- <span class="followed">{FollowedName}</span>
- </a>
- {/block:Followed}
- {/block:Following}
- </div>
- </article>
- <!-- END OF SLIDE FOUR, BLOGROLL SECTION -->
- </section>
- <!-- DO NOT TOUCH THE CREDIT PLEASE AND THANK YOU -->
- <div id="credz">
- <a href="http://cactusthemes.tumblr.com" title="theme by cactusthemes">
- <div class="ci">
- <img src="https://static.tumblr.com/uxq3xua/6i1p5p058/cactus_icon_green.png">
- </div>
- </a>
- </div>
- </body>
- <script src="https://static.tumblr.com/uxq3xua/cm6p9z9ta/cactusthemesaiodiscord.js"></script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement