Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- +-+-+-+-+-+-+-+-+
- |m|o|o|n|s|t|a|r|
- +-+-+-+-+-+-+-+-+-+
- |t|h|e|m|e|s|
- +-+-+-+-+-+-+
- © 2016
- ❝ theme 089 ❞
- ◜ ◝ ◞ ★ ☾ victorious ☽ ★ ◟ ◠ ◡
- this theme was made by moonstarthemes (jvstincvlt)
- this theme was published for public use.
- editable for own use only.
- to publish an edited version of this theme, shoot me a message
- do not take parts of the coding & use for your own themes.
- do not claim the theme to be yours.
- do not remove the credit.
- © moonstarthemes / jvstincvlt 2016. All Rights Reserved.
- --->
- <!-----start html---->
- <!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>
- <!-----custom google fonts---->
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Roboto:400,500,700:latin' , 'Roboto::latin' , 'Khand:400,600:latin' , 'Montserrat:400,700:latin' , 'Lato:300,700:latin', 'Raleway:400,700:latin', 'Oxygen:400,700:latin' , 'Hind:400,700:latin' , 'Karla:400,700:latin' , 'Open+Sans:400,700,600:latin' , 'Exo:400,700,600:latin','Roboto+Condensed:400,700:latin', 'Titillium+Web:400,600,700:latin', 'PT+Sans:400,700:latin', 'Droid+Sans::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>
- <!-----tooltips---->
- <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>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
- <!-----back to top button---->
- <script>
- $(document).ready(function(){
- // Der Button wird mit JavaScript erzeugt und vor dem Ende des body eingebunden.
- var back_to_top_button = ['<a href="#top" class="back-to-top">scroll back to top</a>'].join("");
- $("body").append(back_to_top_button)
- // Der Button wird ausgeblendet
- $(".back-to-top").hide();
- // Funktion für das Scroll-Verhalten
- $(function () {
- $(window).scroll(function () {
- if ($(this).scrollTop() > 100) { // Wenn 100 Pixel gescrolled wurde
- $('.back-to-top').fadeIn();
- } else {
- ('.back-to-top').fadeOut();
- }
- });
- $('.back-to-top').click(function () { // Klick auf den Button
- $('body,html').animate({
- scrollTop: 0
- }, 800);
- return false;
- });
- });
- });
- </script>
- <script type="text/javascript"
- src="http://codysherman.com/tools/infinite-scrolling/code" ></script>
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <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}
- <!-----all colors---->
- <meta name="color:background" content="#f5f5f5"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:links" content="#000000"/>
- <meta name="color:info" content="#000000"/>
- <meta name="color:posts" content="#ffffff">
- <meta name="color:scrollbar" content="#000000">
- <meta name="color:scrollbar background" content="#ffffff">
- <meta name="color:hover" content="#97c5e0">
- <meta name="color:accent" content="#97c5e0">
- <!-----images---->
- <meta name="image:background" content=""/>
- <meta name="image:header" content=""/>
- <!-----sidebar links---->
- <meta name="text:link one" content="link one">
- <meta name="text:link two" content="link two">
- <meta name="text:link three" content="link three">
- <meta name="text:link four" content="link four">
- <meta name="text:link five" content="link five">
- <meta name="text:link one url" content="/">
- <meta name="text:link two url" content="/">
- <meta name="text:link three url" content="/">
- <meta name="text:link four url" content="/">
- <meta name="text:link five url" content="/">
- <!-----custom css---->
- <style type="text/css">
- /*tumblr controls*/
- iframe#tumblr_controls {
- top: 0px !important;
- right:0px !important;
- opacity:0.5;
- z-index:999999999999999999999999999999999999999999999999999;
- position: fixed !important;
- }
- /*scrollbar*/
- ::-webkit-scrollbar-thumb{
- height:auto;
- background-color:{color:scrollbar};
- }
- ::-webkit-scrollbar{
- height:2px;
- width:5px;
- background-color:{color:scrollbar background};
- }
- /*tooltips*/
- #s-m-t-tooltip{
- margin:12px 0px 0px 12px;
- padding:5px;
- background-color:{color:accent};
- font-family: 'roboto', sans-serif;
- font-weight:400;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:text};
- z-index:999999999999999999999999999999999999;
- }
- /*body basics*/
- body{
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment: fixed;
- background-repeat: repeat;
- font-weight:none;
- font-family: 'roboto', sans-serif;
- font-size:10px;
- text-align:justify;
- color:{color:text};
- margin:0;
- }
- a{
- text-decoration:none;
- color:{color:links};
- transition-duration: 0.1s;
- -moz-transition-duration: 0.1s;
- -webkit-transition-duration: 0.1s;
- -o-transition-duration: 0.1s;
- }
- a:hover{
- text-decoration:none;
- color:{color:accent};
- transition-duration: 0.1s;
- -moz-transition-duration: 0.1s;
- -webkit-transition-duration: 0.1s;
- -o-transition-duration: 0.1s;
- }
- img{
- }
- blockquote {
- font-size:10px;
- max-width:545px;
- border-left:3px solid #eee;
- text-align:left;
- padding:1px;
- font-weight:none;
- margin-left:0px;
- padding-top:0.5px;
- padding-bottom:0.5px;
- font-size:10px;
- font-family: 'arial', sans-serif;
- margin-right:30px;
- padding-left:15px;
- 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 #eee;
- border-bottom:1px solid #eee;
- letter-spacing:2px;
- background-color:{color:posts};
- color:{color:text};
- padding:6px;
- }
- small{
- font-size:8px;
- }
- big{
- font-size:11px;
- }
- sub{
- font-size:7px;
- }
- h1 {
- font-size:11px;
- text-align:center;
- font-family: 'roboto', sans-serif;
- letter-spacing:0px;
- text-transform:uppercase;
- font-weight:700;
- line-height:17px;
- border-bottom:1px solid #eee;
- color:{color:text};
- padding:7px;
- }
- h1 a{
- color:{color:text};
- }
- h2{
- color:{color:text};
- text-transform:uppercase;
- font-family: 'Roboto', sans-serif;
- text-align:left;
- }
- b {
- font-weight:bold;
- padding:2px;
- font-family: 'Roboto', sans-serif;
- color:{color:text};
- }
- i {
- font-weight:italic;
- color:{color:text};
- }
- grouptitle {
- color:{color:text};
- text-transform:none;
- font-size:9px;
- font-family: 'Roboto', sans-serif;
- }
- tit {
- color:{color:posts};
- font-size:8px;
- letter-spacing:1px;
- font-weight:300;
- }
- n {
- font-weight:bold;
- letter-spacing:-1px;
- text-shadow: 1px 1px 1px #cccccc;
- font-size:12px;
- text-transform:uppercase;
- color:{color:text};
- }
- u {
- text-decoration:none;
- color:color:;{text};
- border-bottom:1px solid {color:text};
- }
- underline {
- text-decoration:none;
- color:color:;{text};
- border-bottom:1px solid {color:text};
- }
- /*header image*/
- #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:900px;
- height:300px;
- margin-left:256px;
- top:40px;
- border:1px solid #eee;
- position:absolute;
- opacity:1;
- z-index:9999999;
- }
- /*back to top button*/
- .back-to-top {
- position: fixed;
- color:{color:text};
- bottom:10px;
- text-transform:uppercase;
- left:10px;
- font-size:9px;
- padding:10px;
- }
- /*jump pagination*/
- .pagination{
- font-family: 'roboto', sans-serif;
- margin-left:-180px;
- width:auto;
- padding-top:-10px;
- padding-bottom:20px;
- font-size:9px;
- text-align:center;
- }
- .pagination a{
- padding:5px;
- font-family: 'roboto', sans-serif;
- font-weight:600;
- bottom:10px;
- margin-left:5px;
- border:1px solid #eee;
- border-bottom:1px solid {color:accent};
- border-top:1px solid {color:accent};
- color:{color:text};
- }
- .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;
- }
- /*post notes*/
- ol.notes {
- padding: 0px;
- margin: 25px 0px;
- font-family:'Roboto',sans-serif;
- list-style-type: none;
- width:390px;
- border-bottom: solid 1px #eee;
- }
- ol.notes li.note {
- border-top: solid 1px #eee;
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -2px;
- border-radius:100px;
- margin-right: 0px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note span.action {
- font-weight: 300;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: #eee;
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- /*audio*/
- .audioartist {
- font-family:'roboto', sans-serif;
- font-size:10px;
- text-transform:lowercase;
- font-weight:600;
- }
- .audiotitle {
- font-family:'roboto', sans-serif;
- font-size:10px;
- text-transform:lowercase;
- font-weight:600;
- }
- .audioplayed {
- font-family:'roboto', sans-serif;
- font-size:10px;
- text-transform:lowercase;
- font-weight:600;
- }
- .audioplayr {
- width:400px;
- color:{color:text};
- background:{color:accent};
- }
- audioinfo {
- font-family:'roboto', sans-serif;
- font-size:10px;
- letter-spacing:2px;
- text-transform:lowercase;
- font-weight:300;
- }
- /*sidebar*/
- #boxes {
- overflow:auto;
- position:absolute;
- text-align:left;
- margin-top:45px;
- margin-left:215px;
- text-transform:none;
- font-style:normal;
- font-family: 'Roboto', sans-serif;
- width:255px;
- height:100px;
- opacity:1;
- line-height:10px;
- font-weight:none;
- color:{color:text};
- background:{color:description};
- padding:17px;
- letter-spacing:0px;
- font-size:10px;
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- .tit {
- font-size:13px;
- text-transform:uppercase;
- margin-bottom:15px;
- letter-spacing:-1px;
- font-weight:600;
- width:286px;
- margin-left:-21px;
- margin-top:-21px;
- text-align:left;
- border:1px solid #eee;
- background:{color:background};
- font-family: 'open sans', sans-serif;
- color:{color:text};
- padding:12px;
- }
- .sidebox {
- position:absolute;
- background:{color:posts};
- border:1px solid #eee;
- width:310px;
- top:400px;
- margin-left:256px;
- z-index:999;
- }
- .box {
- padding:20px;
- }
- #description {
- margin:5px;
- text-align:justify;
- }
- .members {
- margin:5px;
- font-size:10px;
- text-transform:uppercase;
- text-align:justify;
- }
- #description1 {
- margin:5px;
- font-size:10px;
- padding-top:8px;
- font-weight:300;
- padding:15px;
- line-height:14px;
- font-family:'roboto', sans-serif;
- }
- #sidebarr {
- margin:5px;
- text-align:justify;
- }
- #dates {
- z-index:9999999999;
- padding:22px;
- text-align:left;
- font-size:10px;
- font-weight:500;
- line-height:52px;
- font-family:'roboto', sans-serif;
- margin-left:-15px;
- margin-top:0px;
- width:282px;
- }
- #dates date {
- font-size:9px;
- text-align:center;
- width:auto;
- height:5px;
- font-weight:none;
- font-weight:700;
- border:1px solid #eee;
- border-top:1px solid {color:accent};
- font-family: 'roboto', sans-serif;
- letter-spacing:2px;
- color:{color:text};
- padding:13px;
- }
- #dates dateu {
- font-size:9px;
- text-align:center;
- width:auto;
- height:4px;
- font-weight:700;
- text-transform:none;
- border-bottom:1px solid #eee;
- font-family: 'roboto', sans-serif;
- letter-spacing:0px;
- color:{color:text};
- padding:13px;
- }
- .aboutt {
- margin:5px;
- font-size:10px;
- padding-top:8px;
- font-weight:300;
- padding:15px;
- line-height:14px;
- font-family:'roboto', sans-serif;
- }
- #projects {
- text-align:left;
- margin:5px;
- margin-top:30px;
- font-size:10px;
- letter-spacing:0px;
- }
- #projects img {
- outline:1px solid #ddd;
- outline-offset:3px;
- width:70px;
- height:70px;
- float:left;
- margin-right:10px;
- }
- .navlinks {
- z-index:9999999999;
- padding:22px;
- text-align:justify;
- font-size:10px;
- font-weight:500;
- line-height:12px;
- font-family:'roboto', sans-serif;
- margin-left:5px;
- margin-top:0px;
- width:195px;
- }
- .navlinks a{
- margin:5px;
- width:190px;
- height:25px;
- margin-bottom:2px;
- text-align:left;
- padding-bottom:1px;
- padding:6px;
- line-height:33px;
- color:{color:text};
- border-bottom:1px solid #eee;
- font-style:none;
- z-index:99999;
- font-weight:300;
- font-family: 'kanit', sans-serif;
- letter-spacing:1px;
- font-size:9px;
- text-transform:uppercase;
- text-decoration:none;
- display:inline-block;
- }
- .navlinks a:hover {
- padding-left:15px;
- width:181px;
- color:{color:hover};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- /*posts*/
- #entries {
- margin-left:681px;
- margin-top:400px;
- }
- #post {
- font-size:10px;
- width:400px;
- color:{color:post text};
- background-color:{color:posts};
- text-align:justify;
- border:1px solid #eee;
- padding:30px;
- padding-top:20px;
- margin-left:15px;
- padding-bottom:12px;
- overflow:hidden;
- line-height:20px;
- margin-bottom:30px;
- }
- #post img{
- max-width:400px;
- height:auto;
- }
- /*questions and answers*/
- #asking {
- margin-left:20px;
- margin-top:-23px;
- }
- #question {
- padding:20px;
- padding-left:14px;
- margin-top:-28px;
- margin-left:-1px;
- font-size:9px;
- width:367px;
- color:{color:text};
- background:#eee;
- }
- #asker{
- margin-top:18px;
- padding:1px;
- font-weight:600;
- font-size:9px;
- z-index:9999999999;
- color:{color:text};
- font-style:italic;
- opacity:1;
- margin-left:12px;
- letter-spacing:0px;
- font-family: 'roboto', sans-serif;
- text-transform:lowercase;
- }
- /*post info*/
- #info {
- width:auto;
- height:33px;
- text-align:left;
- font-family: 'arial', sans-serif;
- text-transform:uppercase;
- margin-left:0px;
- border-radius:0px 0px 5px 5px;
- font-size:8px;
- padding-left:10px;
- margin-top:20px;
- overflow:hidden;
- font-weight:300;
- border-top:1px solid #eee;
- font-style:none;
- letter-spacing:1px;
- padding:5px;
- line-height:11px;
- color:{color:info};
- }
- #info a {
- text-align:center;
- font-weight:300;
- padding-top:15px;
- border-top:1px solid transparent;
- letter-spacing:1px;
- font-family: 'arial', sans-serif;
- line-height:-10px;
- color:{color:info};
- }
- #info a:hover{
- border-top:1px solid {color:accent};
- color:{color:accent};
- }
- #info top {
- margin-left:-5px;
- padding:5px;
- margin-top:1px;
- border-top:1px solid {color:accent};
- font-weight:bold;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- }
- /*post tags*/
- #tags {
- text-align:left;
- opacity:1
- font-size:8px;
- font-family: 'arial', sans-serif;
- margin-top:-35px;
- margin-left:0px;
- color:{color:info};
- padding:5px;
- font-weight:300;
- height:15px;
- width:auto;
- text-transform:uppercase;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- }
- #tags a {
- padding:0px;
- margin-top:-3px;
- color:{color:info};
- line-height:12px;
- letter-spacing:1px;
- font-weight:none;
- text-align:left;
- font-size:8px;
- font-family: 'arial', sans-serif;
- display:inline-block;
- }
- #tags a:hover {
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- color:{color:hover};
- }
- /*credit (u better leave this here u goof)*/
- #credit{
- position:fixed;
- font-size:8px;
- font-weight:400;
- padding-bottom:5px;
- padding-top:5px;
- height:20px;
- width:20px;
- opacity:1;
- padding-left:5px;
- padding-right:5px;
- margin-left:1331px;
- top:650px;
- letter-spacing:0px;
- line-height:22px;
- background-color:black;
- padding:3px;
- text-align:center;
- float:left;
- font-family: 'roboto', sans-serif;
- color:{color:posts};
- text-transform:uppercase;
- }
- /*links*/
- .toppp {
- top:341px;
- position:absolute;
- margin-left:256px;
- z-index:9999999999999999;
- background:{color:background};
- width:900px;
- border:1px solid #eee;
- }
- .sticky{
- position:fixed;
- width:900px;
- top:0px;
- margin-left:256px;
- background:{color:background};
- border:1px solid #eee;
- z-index:9999;
- }
- .sticky #navi{
- width:900px;
- text-align:center;
- background:white;
- color:white;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #navi{
- margin:auto;
- font-size:9px;
- height:40px;
- letter-spacing:1px;
- font-weight:400;
- color:white;
- width:900px;
- font-style:none;
- text-align:center;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #navi a{
- display:inline-block;
- color:{color:text};
- padding:18px 0px 16px 0px;
- margin:0px 20px 0px 20px;
- font-weight:300;
- margin-top:-1px;
- line-height:6px;
- font-style:none;
- border-bottom:1px solid transparent;
- border-top:1px solid transparent;
- font-family: 'Roboto', sans-serif;
- text-transform:uppercase;
- }
- #navi a:hover{
- border-bottom:1px solid {color:accent};
- border-top:1px solid {color:accent};
- color:{color:accent};
- }
- /*search box*/
- .search {
- text-align:left;
- line-height:100%;
- position:absolute;
- background:none;
- margin-top:5px;
- margin-left:180px;
- }
- .search input{
- color:black;
- position:absolute;
- font-family:'roboto', sans-serif;
- font-size:9px;
- border:0px;
- text-transform:uppercase;
- letter-spacing:1px;
- border-bottom:1px solid #eee;
- padding:3px 8px;
- text-align:center;
- background:none;
- margin-left:-125px;
- width:170px;
- height:30px;
- outline:none;
- }
- input.sbutton{
- outline:none;
- cursor:help;
- font-family:'icomoon';
- padding:10px;
- margin-left:-165px;
- margin-top:2px;
- color:black;
- font-size:20px;
- text-transform:uppercase;
- border-bottom:1px solid #eee;
- background:none;
- font-weight:normal;
- width:40px;
- height:35px;
- outline:none;
- }
- @font-face {
- font-family:'icomoon';
- src:url('https://dl.dropboxusercontent.com/s/2irmmmxhhoz2w7h/icomoon.ttf');
- font-style:normal;
- font-weight:normal;
- }
- ::-webkit-input-placeholder {
- color:black;text-transform:uppercase;opacity:0.5;letter-spacing:1px;
- }
- ::-moz-input-placeholder {
- color:black;text-transform:uppercase;opacity:0.5;letter-spacing:1px;
- }
- ::-o-input-placeholder {
- color:black;text-transform:uppercase;opacity:0.5;letter-spacing:1px;
- }
- ::-ms-input-placeholder {
- color:black;text-transform:uppercase;opacity:15;letter-spacing:1px;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <!-----basics---->
- <div id="sidebar">
- <div id="headerimage"><img src="{image:header}"></a></div>
- </div>
- </div>
- <!-----top bar links---->
- <div class="toppp">
- <div id="navi">
- <a href="/">Index</a>
- <a href="/ask">Contact</a>
- <a href="{text:link one url}">{text:link one}</a>
- <a href="{text:link two url}">{text:link two}</a>
- <a href="{text:link three url}">{text:link three}</a>
- <a href="{text:link four url}">{text:link four}</a>
- <a href="{text:link five url}">{text:link five}</a>
- </div>
- </div>
- <!---- Sticky Position (Bar) with CSS or jQuery by http://www.hongkiat.com/ --->
- <script>
- var header = document.querySelector('.toppp');
- var origOffsetY = header.offsetTop;
- function onScroll(e) {
- window.scrollY >= origOffsetY ? header.classList.add('sticky') :
- header.classList.remove('sticky');
- }
- document.addEventListener('scroll', onScroll);
- </script>
- <!-----sidebar---->
- <div class="sidebox">
- <!-----description---->
- <div class="box">
- <div class="tit"style=" z-index:999999999;">Home</div>
- <div id="description1">{description}</div>
- <div class="search">
- <form action="/search" method="get">
- <input type="text" name="q" value="" placeholder="Search {name}" />
- <input type="submit" value="" class="sbutton" />
- </form></div></br></br></br>
- </div>
- <!-----updates---->
- <div class="box">
- <div class="tit">Updates</div>
- <div class="aboutt">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
- Lorem ipsum dolor sit amet.
- Consectetuer adipiscing elit.
- Nam at tortor quis ipsum tempor aliquet.
- Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.</a>
- </div></div>
- <!-----projects or albums---->
- <div class="box">
- <div class="tit">Albums</div>
- <div id="projects"><img src="https://40.media.tumblr.com/d43ef707e6651fa2c632b84265521285/tumblr_ny80wbtVNe1u9o0yqo1_100.jpg">
- <ul>
- <b>Album name</b><br>
- <b>Producer:</b> Name here<br>
- <b>Year:</b> Year here<br>
- <b>Tracks:</b> Tracks amount here<br>
- <b>Label:</b> Label here
- </ul>
- </br></br>
- <img src="https://40.media.tumblr.com/d43ef707e6651fa2c632b84265521285/tumblr_ny80wbtVNe1u9o0yqo1_100.jpg">
- <ul>
- <b>Album name</b><br>
- <b>Producer:</b> Name here<br>
- <b>Year:</b> Year here<br>
- <b>Tracks:</b> Tracks amount here<br>
- <b>Label:</b> Label here
- </ul>
- </div>
- </div>
- <!-----tour or event dates---->
- <div class="box">
- <div class="tit">Upcoming Events</div>
- <div id="dates">
- <date>DATE</date><dateu>City here</dateu>
- </br>
- <date>DATE</date><dateu>City here</dateu>
- </br>
- <date>DATE</date><dateu>City here</dateu>
- </br>
- <date>DATE</date><dateu>City here</dateu>
- </br>
- <date>DATE</date><dateu>City here</dateu>
- </br>
- </div></div>
- <!-----social media links---->
- <div class="box">
- <div class="tit">navigation</div>
- <div class="navlinks">
- <div id="all">
- <a href="/"title="text">navi link</a>
- <a href="/" title="text">navi link</a>
- <a href="/"title="text">navi link</a>
- <a href="/"title="text">navi link</a>
- <a href="/"title="text">navi link</a>
- </div>
- </div>
- </div>
- <!-----blog members---->
- <div class="box">
- <div class="tit">Blog members</div>
- <div class="members">
- {block:GroupMembers}
- <table style="margin-top:0px;">
- {block:GroupMember}
- <tr>
- <td style="width:40px;">
- <img src="{GroupMemberPortraitURL-128}" width="40px;" height="auto;" style="margin-right: 10px;border:solid 1px #ddd;border-radius:5px"> </td>
- <td style="height:auto;">
- <a href="{GroupMemberURL}" title="{GroupMemberTitle}"style="font-family: 'arial', sans-serif;margin-top:0px;font-weight:bold;text-transform:uppercase;font-size:8px;letter-spacing:0px;text-decoration:underline">{GroupMemberName}</a><br><grouptitle>{GroupMemberTitle}</grouptitle></div>
- </tr>
- {/block:GroupMember}
- </table>
- {/block:GroupMembers}
- </div></div>
- <!-----disclaimer---->
- <div class="box">
- <div class="tit">disclaimer</div>
- <div class="aboutt">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
- Lorem ipsum dolor sit amet.
- Consectetuer adipiscing elit.
- Nam at tortor quis ipsum tempor aliquet.
- Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.</a>
- </div></div>
- <!-----blog info---->
- <div class="box">
- <div class="tit">Blog info</div>
- <div class="aboutt">
- <b>Blog created by:</b> Name here
- </br>
- <b>Blog established:</b> Date here
- </br>
- <b>Graphics by:</b> Name here
- </br>
- <b>Theme made by:</b> moonstarthemes
- </div></div>
- </div>
- </div>
- <!-----posts and entries---->
- <div id="entries">
- {block:Posts}
- <div id="post"
- <div id="post">
- <!----texts---->
- {block:Text}
- {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
- {Body}
- {/block:Text}
- <!-----question and answers---->
- {block:Answer}
- <div id="asker">{Asker} asked:</div>
- <div id="question">{Question}</div>
- {Answer}{/block:Answer}
- <!-----quotes---->
- {block:Quote}
- {block:Quote}
- <h2>{Quote}</h2>
- <div align="right">
- {block:Source}<h1>-{Source}</h1>{/block:Source}
- </div>
- {/block:Quote}
- <!-----links---->
- {block:Link}
- <h2><center><a href="{URL}">{Name}</center></a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!-----chats---->
- {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}
- <!-----photos---->
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- <!-----photosets---->
- {block:Photoset}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- <!-----videos---->
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <!-----audios---->
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}
- {block:TrackName}<div class="audiotitle">Title: <audioinfo>{TrackName}</audioinfo><br/></div>{/block:TrackName}
- {block:Artist}<div class="audioartist">Artist: <audioinfo>{Artist}</audioinfo><br/></div>{/block:Artist}
- {/block:ExternalAudio}<div class="audioplayed">Played: <audioinfo>{PlayCount} times</audioinfo> </div>
- </br>
- <div class="audioplayr"style="background:{color:accent}">{AudioPlayer}</div>
- {/block:Audio}
- <!-----info---->
- <div id="info">
- <div id="permalink">
- <top><a href="{Permalink}">
- {DayOfMonth} {ShortMonth} {ShortYear} · </a></top> {NoteCountWithLabel} {block:RebloggedFrom}
- {block:ContentSource}
- · <a href="{ReblogParentURL}" title="{ReblogParentName}"><border>VIA</border></a> / <a href="{SourceURL}"title="{ReblogRootName}">SRC</a> · {block:RebloggedFrom}
- <a href="{ReblogURL}" title="reblog"target="_blank" class="details"><i class="fa fa-retweet"style="color:{color:info}"></i></a>
- {block:RebloggedFrom}
- {/block:RebloggedFrom}
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </a></div></div>
- {block:HasTags}<div id="tags"> {block:Tags} <a href="{TagURL}"> {Tag} </a>, {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {block:PostNotes} {PostNotes} {/block:PostNotes}
- {/block:Posts}
- {block:Pagination}
- <div class="pagination"style="{color:title text}">
- {block:PreviousPage}<a href="{PreviousPage}"title="previous page">BACK</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="current_page"style="border:1px solid #eee;
- border-bottom:1px solid {color:accent};
- border-top:1px solid {color:accent};color:{color:text};font-weight:600;padding:5px">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page"style="{color: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>
- <!-----credit (u better dont touch this here u goof)---->
- <div id="credit">
- <a href="http://adf.ly/1Q6OGo"title="moonstar themes"style="color:white">ms</a>
- </div>
- </html>
- </body>
- <!-----end html---->
Add Comment
Please, Sign In to add comment