Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---- - START HTML / DONT TOUCH!!! - --->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Roboto:400,700:latin' , 'Roboto::latin' , 'Abel::latin', 'Archivo+Narrow::latin', 'Quicksand:700:latin' , 'Josefin+Sans::latin', 'Fira+Sans::latin' , 'Ek+Mukta::latin' , 'Lobster+Two::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <!---- - START TOOLTIPS SCRIPT / DONT TOUCH!!! - --->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://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:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <!---- - END TOOLTIPS SCRIPT / DONT TOUCH!!! - --->
- <script>
- $(document).ready(function() {
- $(".popup").click(function(){
- $("#headerimage").slideToggle(0, "linear");
- $("#nav").slideToggle(0, "linear");
- });
- });
- </script>
- <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}
- <!----
- _ _ _
- (_) | | | |
- _ _ __ ___ ______| |__ __ _| |___ ___ _ _
- | | '_ ` _ \______| '_ \ / _` | / __|/ _ \ | | |
- | | | | | | | | | | | (_| | \__ \ __/ |_| |
- |_|_| |_| |_| |_| |_|\__,_|_|___/\___|\__, |
- __/ |
- |___/
- _ _
- | | | |
- | |_| |__ ___ _ __ ___ ___ ___
- | __| '_ \ / _ \ '_ ` _ \ / _ \/ __|
- | |_| | | | __/ | | | | | __/\__ \
- \__|_| |_|\___|_| |_| |_|\___||___/
- ᵗʰᵉᵐᵉ ₀₅₈
- "ɢrαveѕ"
- ᵗʰᶤˢ ᵗʰᵉᵐᵉ ʷᵃˢ ᵐᵃᵈᵉ ᵇʸ ᶤᵐ⁻ʰᵃˡˢᵉʸ
- ᵖˡᵉᵃˢᵉ ʳᵉˢᵖᵉᶜᵗ ᵐʸ ᵗʰᵉᵐᵉ ʳᵘˡᵉˢ ᵃᶰᵈ ᵈᵒᶰᵗ ᵇᵉ ᵃ ᵈᶤᶜᵏ
- ᶤ ᵈᵒᶰᵗ ᵉˣᵖᵉᶜᵗ ᵐᵘᶜʰ ᶠʳᵒᵐ ᵘ ᵇᵘᵗ ᵖˡˢ ᵏᵉᵉᵖ ᵗʰᵉ ᶜʳᵉᵈᶤᵗ ᵃᶰᵈ ᵈᵒᶰᵗ ᵇᵉ ᵃ ᵈᶤᶜᵏ
- ᵃᶰᵈ ᵈᵒᶰᵗ ˢᵗᵉᵃˡ ᵃᶰʸᵗʰᶤᶰᵍ :⁾
- --->
- <!---- - START BACKGROUND COLORS / DONT TOUCH!!! - --->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:blockquote" content="#eeeeee">
- <meta name="color:posts" content="#ffffff">
- <meta name="color:title" content="#000000">
- <meta name="color:question" content="#eeeeee">
- <meta name="color:scrollbar background" content="#ffffff">
- <!---- - END BACKGROUND COLORS / DONT TOUCH!!! - --->
- <!---- - START TEXT COLORS / DONT TOUCH!!! - --->
- <meta name="color:text" content="#000000"/>
- <meta name="color:post text" content="#000000"/>
- <meta name="color:title text" content="#ffffff"/>
- <meta name="color:italic text" content="#000000">
- <meta name="color:bold text" content="#000000">
- <!---- - END TEXT COLORS / DONT TOUCH!!! - --->
- <!---- - START OTHER COLORS / DONT TOUCH!!! - --->
- <meta name="color:hover" content="#888888">
- <meta name="color:links" content="#000000"/>
- <meta name="color:top links" content="#ffffff"/>
- <meta name="color:shadow" content="#ffffff"/>
- <meta name="color:accent" content="#cccccc"/>
- <meta name="color:icon" content="#cccccc"/>
- <meta name="color:box" content="#ffffff"/>
- <meta name="color:scrollbar" content="#000000">
- <!---- - END OTHER COLORS / DONT TOUCH!!! - --->
- <!---- - START BORDER COLORS / DONT TOUCH!!! - --->
- <meta name="color:blockquote border" content="#211927">
- <meta name="color:border" content="#000000"/>
- <!---- - END BORDER COLORS / DONT TOUCH!!! - --->
- <!---- - START IMAGES / DONT TOUCH!!! - --->
- <meta name="image:background" content=""/>
- <meta name="image:icon 1" content=""/>
- <meta name="image:icon 2" content=""/>
- <meta name="image:header" content=""/>
- <!---- - END IMAGES / DONT TOUCH!!! - --->
- <meta name="text:title" content="">
- <meta name="text:hover 1" content="">
- <meta name="text:hover 2" content="">
- <meta name="text:hover 3" content="">
- <!---- - START LINKS / DONT TOUCH!!! - --->
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3 url" content="/">
- <!---- - END LINKS / DONT TOUCH!!! - --->
- <style type="text/css">
- @-webkit-keyframes CH {
- 0% {-webkit-transform: scale(.3);}
- 50% {-webkit-transform: scale(1.05);}
- 70% {-webkit-transform: scale(.9);}
- 100% {-webkit-transform: scale(1);}
- }
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:scrollbar};
- border:1px solid {color:text};
- }
- ::-webkit-scrollbar {
- height:2px;
- width:3px;
- background-color:{color:scrollbar background};
- }
- #s-m-t-tooltip {
- max-width:300px;
- margin:5px 0px 0px 5px;
- padding:3px;
- font-weight:700;
- background-color:{color:blockquote};
- box-shadow:5px 5px 0px {color:text};
- font-family: 'roboto', sans-serif;
- border:1px solid {color:accent};
- font-size:7px;
- text-transform:uppercase;
- letter-spacing:0.5px;
- color:{color:text};
- z-index:999999999999999999999999999999999999;
- -webkit-animation: CH 600ms;
- }
- body {
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment: fixed;
- background-repeat: repeat;
- font-weight:none;
- font-family: 'arial', sans-serif;
- font-size:9px;
- text-align:justify;
- color:{color:text};
- margin:0;
- }
- a {
- text-decoration:none;
- color:{color:links};
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- a:hover {
- text-decoration:none;
- color:{color:hover};
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- img {
- }
- blockquote {
- font-size:9px;
- max-width:545px;
- border-left:1px solid{color:blockquote border};
- background-color:{color:blockquote};
- text-align:left;
- padding:1px;
- font-weight:none;
- letter-spacing:0px;
- margin-left:5px;
- margin-right:5px;
- padding-left:5px;
- color:{color:text};
- }
- pre{
- font-size:9px;
- text-align:center;
- text-transform:none;
- font-family: 'Bitter', serif;
- font-weight:bold;
- line-height:9px;
- border-left:1px solid {color:blockquote border};
- border-bottom:1px solid {color:blockquote border};
- letter-spacing:2px;
- background-color:{color:blockquote background};
- color:{color:text};
- padding:6px;
- }
- small{
- font-size:8px;
- }
- big{
- font-size:11px;
- }
- sub{
- font-size:7px;
- text-align:left;
- }
- h1 {
- font-size:9px;
- text-align:center;
- font-family: 'roboto', sans-serif;
- letter-spacing:0px;
- text-transform:uppercase;
- font-weight:700;
- line-height:17px;
- border:1px solid {color:text};
- background-color:{color:blockquote};
- color:{color:text};
- padding:1px;
- }
- h1 a{
- color:{color:text};
- background-color:{color:blockquote};
- }
- h2{
- color:{color:text};
- text-transform:uppercase;
- font-family: 'Roboto', sans-serif;
- text-shadow: 1px 1px 0px #ddd;
- text-align:left;
- }
- b {
- font-weight:bold;
- padding:2px;
- color:{color:bold text};
- }
- i {
- font-weight:italic;
- color:{color:italic text};
- }
- u {
- text-decoration:none;
- border-bottom:1px solid {color:text};
- }
- #description {
- overflow:hidden;
- position:fixed;
- text-align:center;
- margin-top:338px;
- margin-left:121px;
- text-transform:none;
- font-style:normal;
- font-family: 'roboto', sans-serif;
- width:282px;
- height:68px;
- opacity:1;
- line-height:10px;
- font-weight:none;
- color:{color:text};
- background:{color:box};
- outline:solid 1px #ddd;
- padding:8px;
- padding-top:50px;
- letter-spacing:1px;
- font-size:9px;
- z-index:999;
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #description2 {
- overflow:auto;
- position:absolute;
- text-align:left;
- margin-top:30px;
- margin-left:0px;
- text-transform:none;
- font-style:normal;
- font-family: 'roboto', sans-serif;
- width:140px;
- height:50px;
- opacity:1;
- line-height:10px;
- font-weight:none;
- color:{color:text};
- outline:solid 1px #ddd;
- padding:13px;
- letter-spacing:1px;
- font-size:9px;
- z-index:99999;
- }
- .pagination{
- padding:2px;
- height:14px;
- font-weight:700;
- font-family: 'Roboto', sans-serif;
- margin-left:15px;
- width:500px;
- position:fixed;
- margin-top:517px;
- text-decoration:none;
- z-index:-9;
- font-size:10px;
- color:{color:text};
- text-align:center;
- }
- .pagination a{
- padding:3px;
- font-family: 'Roboto', sans-serif;
- font-weight:700;
- bottom:0px;
- color:{color:text};
- text-transform:uppercase;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- transition: all 0.3s ease-out;
- }
- .pagination a:hover{
- color:{color:hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- transition: all 0.3s ease-out;
- }
- .links1 {
- width:228px;
- height:35px;
- overflow:hidden;
- cursor:pointer;
- top:334px;
- opacity:1;
- z-index:99999;
- position:fixed;
- margin-left:199px;
- text-align:center;
- }
- .links1 #all {
- margin-left:-2px;
- margin-top:4px;
- padding:5px;
- height:14px;
- transition-duration: 0.9s;
- -moz-transition-duration: 0.9s;
- -webkit-transition-duration: 0.9s;
- -o-transition-duration: 0.9s;
- }
- .links1 #all a:hover {
- color:{color:hover};
- letter-spacing:0px;
- transition-duration: 1.9s;
- -moz-transition-duration: 1.9s;
- -webkit-transition-duration: 1.9s;
- -o-transition-duration: 1.9s;
- }
- .links1 a {
- width:auto;
- height:auto;
- margin-bottom:3px;
- text-align:center;
- text-transform:lowercase;
- padding:4px;
- line-height:20px;
- color:{color:text};
- font-style:none;
- z-index:99999;
- font-weight:700;
- font-family: 'Roboto', sans-serif;
- letter-spacing:0px;
- font-size:15px;
- display:inline-block;
- transition-duration: 0.9s;
- -moz-transition-duration: 0.9s;
- -webkit-transition-duration: 0.9s;
- -o-transition-duration: 0.9s;
- }
- .links1 .firstlink a{
- font-weight:700;
- color:{color:title accent};
- font-size:15px;
- letter-spacing:0px;
- font-style:none;
- }
- .leftlinks {
- width:100px;
- height:180px;
- overflow:hidden;
- cursor:pointer;
- margin-top:27px;
- z-index:99;
- padding:3px;
- opacity:1;
- position:absolute;
- margin-left:174px;
- text-align:center;
- }
- .leftlinks #all {
- margin-left:0px;
- margin-top:4px;
- padding:5px;
- height:14px;
- }
- .leftlinks #all a:hover {
- color:{color:hover};
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .leftlinks a {
- width:40px;
- height:10px;
- margin-bottom:4px;
- text-align:center;
- text-transform:uppercase;
- padding:4px;
- line-height:10px;
- color:{color:links};
- background:{color:posts};
- text-shadow:2px 2px 5px {color:text};
- outline:solid 1px #ddd;
- font-style:none;
- text-decoration:none;
- font-weight:700;
- font-family: 'Roboto', sans-serif;
- letter-spacing:1px;
- font-size:10px;
- display:inline-block;
- }
- #title{
- width:296px;
- height:25px;
- top:463px;
- opacity:1;
- position:fixed;
- font-family: 'roboto', sans-serif;
- letter-spacing:2px;
- font-style:italic;
- text-align:center;
- font-weight:700;
- color:{color:top links};
- text-shadow:1px 1px 5px {color:top links};
- text-transform:uppercase;
- padding-bottom:0px;
- line-height:25px;
- font-size:8px;
- margin-left:122px;
- background:{color:title};
- z-index:9999;
- }
- #titlee{
- height:15px;
- width:270px;
- top:179px;
- opacity:1;
- position:fixed;
- font-family: 'Roboto', sans-serif;
- letter-spacing:4px;
- font-style:none;
- text-align:center;
- font-weight:700;
- padding:4px;
- color:{color:text};
- text-shadow:1px 1px 2px #ddd;
- text-transform:uppercase;
- line-height:15px;
- font-size:11px;
- margin-left:0px;
- z-index:99999;
- }
- #titleee{
- height:60px;
- width:8px;
- top:260px;
- opacity:1;
- position:fixed;
- font-family: 'Roboto', sans-serif;
- letter-spacing:4px;
- font-style:none;
- text-align:center;
- font-weight:700;
- padding:4px;
- color:{color:text};
- text-shadow:1px 1px 2px #ddd;
- text-transform:uppercase;
- line-height:15px;
- font-size:11px;
- margin-left:255px;
- z-index:99999;
- }
- #bbackground3{
- position:fixed;
- opacity:1;
- width:298px;
- height:24px;
- background-color:{color:box};
- border-bottom:solid 1px #ddd;
- border-left:solid 1px #ddd;
- border-right:solid 1px #ddd;
- background-image:url('{image:box background}');
- margin-top:465px;
- margin-left:120px;
- z-index:-9999;
- }
- #bbackground3 img{
- width:698px;
- height:468px;
- background-image:url('{image:box background}');
- }
- .updates{
- position:fixed;
- margin-left:10px;
- margin-top:0px;
- width:130px;
- height:10px;
- line-height:4px;
- text-align:center;
- font-size:9px;
- font-family: 'Roboto', sans-serif;
- padding:5px;
- z-index:-999999;
- padding-top:11px;
- font-weight:700;
- border-right:solid 1px #ddd;
- border-bottom:solid 1px #ddd;
- border-left:solid 1px #ddd;
- border-radius:0px 0px 5px 5px;
- background-color:{color:box};
- text-transform:uppercase;
- color:{color:text};
- transition-duration: 0.7s;
- -moz-transition-duration: 0.7s;
- -webkit-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- }
- .updates-button a {
- color:{color:links};
- letter-spacing:0px;
- text-shadow: 2px 2px 5px {color:shadow};
- transition-duration: 0.7s;
- -moz-transition-duration: 0.7s;
- -webkit-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- }
- .updates:hover {
- margin-top:75px;
- transition-duration: 0.7s;
- -moz-transition-duration: 0.7s;
- -webkit-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- }
- .updatess {
- position:fixed;
- margin-top:-90px;
- height:66px;
- font-weight:normal;
- margin-left:-6px;
- line-height:10px;
- text-transform:none;
- overflow:auto;
- font-size:10px;
- text-align:left;
- font-family:arial;
- width:130px;
- background-color:{color:box};
- border-right:solid 1px #ddd;
- border-left:solid 1px #ddd;
- z-index:999999999999999;
- padding:5px;
- }
- .popp {
- width:278px;
- position:fixed;
- height:150px;
- padding:10px;
- margin-top:168px;
- z-index:-99;
- border-radius:15px 15px 0px 0px;
- overflow-y:hidden;
- margin-left:120px;
- background:{color:posts};
- border:1px solid #ddd;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- }
- #iconn {
- position:fixed;
- width:70px;
- margin-top:190px;
- padding:10px;
- height:70px;
- margin-left:180px;
- background-color:transparent;
- z-index:9999999999999999;
- }
- #iconnimage {
- width 70px;
- z-index:-99999;
- }
- #iconnimage img {
- width:80px;
- height:80px;
- margin-left:133px;
- top:300px;
- border-radius:100px;
- position:fixed;
- opacity:1;
- border:solid 1px #ddd;
- background:{color:background};
- z-index:999999;
- }
- #icon2 {
- position:fixed;
- width:70px;
- margin-top:190px;
- padding:10px;
- height:70px;
- margin-left:180px;
- background-color:transparent;
- z-index:9999999999999999;
- }
- #icon2image {
- width 70px;
- z-index:-99999;
- }
- #icon2image img {
- width:55px;
- height:55px;
- margin-left:181px;
- top:265px;
- outline-offset:3px;
- position:fixed;
- opacity:1;
- outline:solid 1px #ddd;
- background:{color:background};
- z-index:999999;
- }
- #header{
- position:fixed;
- width:70px;
- margin-top:190px;
- padding:10px;
- height:70px;
- margin-left:180px;
- background-color:transparent;
- z-index:9999999999999999;
- }
- #headerimage {
- width 70px;
- z-index:-99999;
- }
- #headerimage img {
- width:300px;
- height:170px;
- margin-left:120px;
- top:168px;
- border-radius:15px 15px 0px 0px;
- position:fixed;
- opacity:1;
- background-image:url('{image:header}');
- z-index:9999;
- }
- #entries {
- margin-left:545px;
- letter-spacing:0px;
- position:absolute;
- top:30px;
- width:500px;
- margin-bottom:10px;
- }
- #post {
- font-size:10px;
- width:400px;
- color:{color:post text};
- background-color:{color:posts};
- text-align:justify;
- padding:10px;
- overflow:hidden;
- line-height:15px;
- margin-bottom:40px;
- }
- #post img{
- max-width:400px;
- height:auto;
- }
- #info {
- font-weight:bold;
- text-align:left;
- padding:5px;
- font-family: 'roboto', sans-serif;
- background-color:{color:post background};
- margin-left:-14px;
- margin-top:-14px;
- color:black;
- width:530px;
- text-decoration:none;
- letter-spacing:1px;
- font-size:8px;
- padding-bottom:-8px;
- text-transform:capitalize;
- font-style:none;
- word-wrap:break-word;
- line-height:9px;
- color:black;
- }
- #info a {
- text-align:center;
- color:{color:top links};
- text-decoration:none;
- }
- .tags {
- color:{color:text};
- width:500px;
- opacity:0;
- margin-top:-60px;
- height:8px;
- margin-left:0px;
- font-size:7px;
- text-decoration:none;
- margin-bottom:0px;
- letter-spacing:0.5px;
- text-align:justify;
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- }
- #post:hover .tags {
- opacity:1;
- margin-top:-47px;
- margin-left:0px;
- }
- .tags a {
- padding:5px;
- text-transform:uppercase;
- font-size:8px;
- letter-spacing:0px;
- line-height:0px;
- margin-top:-20px;
- font-weight:bold;
- text-decoration:none;
- background:{color:info background};
- text-align:center;
- font-family: 'calibri', sans-serif;
- color:{color:text};
- }
- #permalink{
- margin-bottom:3px;
- text-align:left;
- font-size:9px;
- margin-left:0px;
- margin-top:0px;
- font-weight:bold;
- text-transform:uppercase;
- width:590px;
- font-family: 'Roboto', sans-serif;
- letter-spacing:0px;
- line-height:0px;
- color:{color:text};
- }
- #permalink a{
- color:{color:text};
- font-family: 'arial', sans-serif;
- font-size:8px;
- font-style:italic;
- text-transform:uppercase;
- font-weight:700;
- padding:3px;
- }
- #asking {
- margin-left:15px;
- margin-top:10px;
- }
- #question {
- padding:12px;
- padding-left:70px;
- color:{color:text};
- background-color:{color:question};
- }
- #asker{
- margin-top:-35px;
- margin-left:70px;
- font-family: 'Roboto', sans-serif;
- text-transform:lowercase;
- }
- #credit{
- position:fixed;
- font-size:14px;
- font-weight:bold;
- padding-bottom:5px;
- padding-top:5px;
- height:20px;
- width:20px;
- opacity:1;
- padding-left:5px;
- padding-right:5px;
- margin-left:1325px;
- top:645px;
- letter-spacing:0px;
- line-height:22px;
- border-top:1px solid {color:accent};
- border-bottom:1px solid {color:accent};
- text-align:center;
- float:left;
- font-family: 'Roboto', sans-serif;
- color:{color:text};
- text-transform:uppercase;
- background-color: rgba(255,255,255, 0.3);
- transition-duration: 0.8s;
- }
- lol {
- font-size:11px;
- text-align:center;
- width:210px;
- height:5px;
- font-family: 'Calibri';
- text-shadow: 1px 1px 3px {color:text shadow};
- letter-spacing:1px;
- background-color:{color:blockquote background};
- color:{color:text};
- padding:5px;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <!---- - START BASICS / DONT TOUCH!!! - --->
- <div id="sidebar">
- <div id="description">{description}</div>
- <div id="bbackground3"></div>
- <div id="iconnimage"><a href="/"title="{title}"><img src="{image:icon 1}"></a></div>
- <div id="headerimage"><img src="{image:header}"></a></div>
- <div id="title">{text:title}</div>
- </div>
- </div>
- <div class="updates">
- <div class="updates-button"><a title="updates hover">updates</a></div>
- <div class="updatess">
- <p>
- This says updates so you can put your updates here. Or idk whatever you want!
- </p>
- </div>
- </div>
- <!---- - START LINKS / DONT TOUCH!!! - --->
- <div class="links1">
- <div id="all">
- <span class="firstlink"><a href="/"title="refresh"><i class="fa fa-home" style="color:{color:text};font-size:17px"></i></a></span>
- <a href="/ask" title="message"><i class="fa fa-envelope"style="color:{color:text}"></i></a>
- <a href="{text:link 1 url}"title="{text:hover 1}"><i class="fa fa-cog"style="color:{color:text}"></i></a>
- <a href="{text:link 2 url}"title="{text:hover 2}"><i class="fa fa-tags"style="color:{color:text}"></i></a>
- <a href="{text:link 3 url}"title="{text:hover 3}"><i class="fa fa-moon-o"style="color:{color:text};font-weight:bold"></i></a>
- <a href="#" class="popup"title="pop up"><i class="fa fa-compass"style="color:{color:text}"></i>
- </a>
- </div>
- </div>
- <!---- - END LINKS / DONT TOUCH!!! - --->
- <div id="navi">
- <div class="popp">
- <div id="charas">
- <div id="icon2image"><img src="{image:icon 2}"></a></div>
- <div id="description2">This is a second description, where you can put updates as well? but I mean you have the slide out box, so idkkk, put whatever you feel fits in here!</div>
- <div class="leftlinks">
- <div class="all">
- <a href="/tagged/visit">i.</a>
- <a href="/tagged/inspo"style="background-color:{color:text};color:{color:top links}">ii.</a>
- <a href="/tagged/art"style="background-color:{color:text};color:{color:top links}">iii.</a>
- <a href="/tagged/themes">iv.</a>
- </div>
- </div>
- </div>
- <div id="titlee">perfect like a diamond</div>
- <div id="titleee">p</br>u</br>r</br>e</div>
- </div></div>
- <!---- - START PAGI / DONT TOUCH!!! - --->
- <div class="pagination"style="{color:title text}">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"title="previous page">BACK</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="current_page"style="color:{color:title accent};text-shadow: 1px 1px 0px #ddd;">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page"style="{color:title text}" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}"title="next page">NEXT</a>{/block:NextPage}
- {/block:Pagination}</div></div>
- </div>
- <!---- - END PAGI / DONT TOUCH!!! - --->
- <!---- - START POSTS & ENTRIES / DONT TOUCH!!! - --->
- <div id="entries">
- {block:Posts}
- <div id="post"
- </div>
- <!---- - END POSTS & ENTRIES / DONT TOUCH!!! - --->
- <!--TEXT POSTS-->
- {block:Text}
- {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
- {Body}
- {/block:Text}
- <!---- - END TEXT POSTS / DONT TOUCH!!! - --->
- <!---- - START ANSWER & QUESTION / DONT TOUCH!!! - --->
- {block:Answer}
- <div id="asking"><img src="{AskerPortraitURL-48}"/></div>
- <div id="asker">{Asker} sent:</div>
- <div id="question">{Question}</div>
- {Answer}{/block:Answer}
- <!---- - END ANSWER & QUESTION / DONT TOUCH!!! - --->
- <!---- - START QUOTE / DONT TOUCH!!! - --->
- {block:Quote}
- {block:Quote}
- <h2>{Quote}</h2>
- <div align="right">
- {block:Source}<h1>-{Source}</h1>{/block:Source}
- </div>
- {/block:Quote}
- <!---- - END QUOTE / DONT TOUCH!!! - --->
- <!---- - START LINK & CHAT / DONT TOUCH!!! - --->
- {block:Link}
- <h2><center><a href="{URL}">{Name}</center></a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class ="label">{Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- <!---- - END LINK & CHAT / DONT TOUCH!!! - --->
- <!---- - START PHOTO / DONT TOUCH!!! - --->
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <!---- - END PHOTO / DONT TOUCH!!! - --->
- <!---- - START AUDIO / DONT TOUCH!!! - --->
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
- {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
- {/block:Audio}
- <!---- - END AUDIO / DONT TOUCH!!! - --->
- <!---- - START INFO / DONT TOUCH!!! - --->
- <div id="post">
- <div id="info">
- {block:Date}
- <div id="permalink">
- <a href="{Permalink}">{DayOfMonth} {ShortMonth} {Year} </a> —
- <a href="{SourceURL}">SRC</a> —
- <a href="{ReblogURL}" title="reblog"target="_blank" class="details"><i class="fa fa-retweet"></i></a>
- </a></div></div>
- {/block:Date}
- </div>
- {block:HasTags}<div class="tags"><a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
- {block:PostNotes}{PostNotes} {block:NoteCount} {/block:NoteCount}{/block:PostNotes}
- {/block:Posts}</div>
- </div>
- </div>
- </div>
- </div>
- <!---- - END INFO / DONT TOUCH!!! - --->
- <!---- - START CREDIT / DONT TOUCH!!! - --->
- <div id="credit">
- <a href="http://adf.ly/1NFPh1"title="made by im-halsey"><i class="fa fa-diamond"></i></a>
- </div>
- </div>
- <!---- - END CREDIT / DONT TOUCH!!! - --->
- </html>
- </body>
- <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/03/03/tiny-hand-10.html" target="_blank" title="Tiny Hand"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Tiny Hand" style="position:absolute; top: 0px; right: 0px;" /></a>
- <!---- - END HTML / DONT TOUCH!!! - --->
Advertisement
Add Comment
Please, Sign In to add comment