Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--IMPORTANT SHIT-->
- <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}
- </head>
- <!--FONTS-->
- <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
- <!--CUSTOMIZABLES-->
- <meta name="image:Background Image" content=""/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="color:Background Color" content="#f1f4f5"/>
- <meta name="color:Main Font Color" content="#000000"/>
- <meta name="color:Secondary Font Color" content="#1daecf"/>
- <meta name="color:Link Color" content="#1daecf"/>
- <meta name="color:Link Color Hover" content="#11788a"/>
- <meta name="color:Blockquote Border Color" content="#0e4049"/>
- <meta name="color:Post Background Color" content="#ffffff"/>
- <meta name="color:Post Border Color" content="#dddddd"/>
- <meta name="color:Post Footer BG Color" content="#d4ebf0"/>
- <meta name="color:Post Footer Border Color" content="#dddddd"/>
- <meta name="color:Audio Border Color" content="#dddddd"/>
- <meta name="color:Ask Border Color" content="#dddddd"/>
- <meta name="color:Sidebar Image Border Color" content="#1daefc"/>
- <meta name="color:Sidebar Title Color" content="#1daecf"/>
- <meta name="color:Sidebar Title Border Color" content="#1daecf"/>
- <meta name="color:Sidebar Description BG Color" content="#ffffff"/>
- <meta name="color:Sidebar Description Font Color" content="#000000"/>
- <meta name="color:Nav Link BG Color" content="#ffffff"/>
- <meta name="color:Nav Link Font Color" content="#1daecf"/>
- <meta name="color:Nav Link Font Color Hover" content="#ffffff"/>
- <meta name="color:Nav Link Border Color" content="#1daecf"/>
- <meta name="if:White Reblog and Like Button" content="0"/>
- <meta name="if:Black Reblog and Like Button" content="1"/>
- <meta name="if:White Audio Player" content="1"/>
- <meta name="if:Black Audio Player" content="0"/>
- <meta name="if:Show Link 1" content="0"/>
- <meta name="if:Show Link 2" content="0"/>
- <meta name="if:Show Link 3" content="0"/>
- <meta name="if:Show Link 4" content="0"/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 1 Title" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 2 Title" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 3 Title" content=""/>
- <meta name="text:Link 4 URL" content=""/>
- <meta name="text:Link 4 Title" content=""/>
- <!--CSS-->
- <style type="text/css">
- /*BODY*/
- body {
- background-color: {color:Background Color};
- font-family: 'Droid Sans';
- font-size: 13px;
- color: {color:Main Font Color};
- background-image: url('{image:Background Image}');
- }
- blockquote {
- border-left: 3px solid {color:Blockquote Border Color};
- padding-left: 10px;
- margin-left: 3px;
- }
- blockquote blockquote {
- max-width: 490px;
- }
- a {
- text-decoration: none;
- color: {color:Link Color};
- transition-duration: 0.1s;
- }
- a:hover {
- color: {color:Link Color Hover};
- }
- h3 {
- font-size: 20px;
- font-family: 'Montserrat';
- text-transform: uppercase;
- }
- ::-webkit-scrollbar-thumb {
- height: 7px;
- background-color: {color:Secondary Font Color};
- }
- ::-webkit-scrollbar {
- background-color: {color:Background Color};
- width: 7px;
- height: 4px;
- }
- /*POSTS*/
- #entries {
- margin-left: 510px;
- width: 540px;
- margin-top: 20px;
- }
- #posts {
- padding-top: 20px;
- padding-left: 20px;
- padding-right: 20px;
- background-color: {color:Post Background Color};
- margin-bottom: 50px;
- border: 1px solid {color:Post Border Color};
- border-bottom: 0px;
- }
- /*TEXTS POSTS*/
- #text-inner {
- margin-top: -10px;
- width: 500px;
- }
- /*PHOTOS AND PHOTOSETS*/
- #photo-inner {
- margin: auto;
- }
- #photoset-inner {
- margin: auto;
- }
- /*QUOTES*/
- #quote-text {
- font-family: 'Montserrat';
- font-size: 18px;
- margin-bottom: 5px;
- padding: 5px;
- font-weight: bold;
- color: {color:Secondary Font Color};
- }
- #quote-source {
- float:right;
- padding-bottom: 20px;
- font-size: 12px;
- }
- /*CHATS*/
- #chat-inner {
- margin-top: -10px;
- }
- #chat-inner li {
- padding: 1px 4px;
- margin-left: -35px;
- margin-right: 10px;
- text-transform: uppercase;
- font-size: 10px;
- font-family: 'Montserrat';
- }
- #chat-title {
- color: {color:Secondary Font Color};
- margin-bottom: -10px;
- }
- #chat-label {
- color: {color:Secondary Font Color};
- }
- #chat-inner ul {
- list-style:none;
- }
- /*LINKS*/
- #link-title {
- margin-top: -10px;
- }
- #link-description {
- margin-top: -5px;
- padding-bottom: 1px;
- }
- /*AUDIO*/
- #audio-container img {
- width: 100px;
- height: 100px;
- border: 1px solid {color:Audio Border Color};
- padding: 2px;
- }
- #audio-info {
- padding-left: 10px;
- vertical-align: middle;
- text-transform: uppercase;
- width: 275px;
- }
- #audio-label {
- color: {color:Secondary Font Color};
- }
- #audio-player {
- width: 27px;
- height: 27px;
- overflow: hidden;
- }
- /*VIDEO*/
- #video {
- margin: auto;
- }
- /*ASKS*/
- #ask-portrait img {
- border-radius: 50px;
- }
- #ask-portrait {
- vertical-align: top;
- }
- #question {
- vertical-align: top;
- padding-left: 5px;
- border-bottom: 1px solid {color:Ask Border Color};
- width: 400px;
- padding-right: 40px;
- font-size: 12px;
- }
- #asker {
- font-family: 'Montserrat';
- text-transform: uppercase;
- font-size: 10px;
- }
- #ask-table {
- margin-bottom: -15px;
- }
- /*POST INFO*/
- #info {
- position: absolute;
- margin-left: 525px;
- max-width: 150px;
- margin-top: -10px;
- }
- #notes {
- font-size: 20px;
- font-weight: bold;
- letter-spacing: 0.5px;
- font-family: 'Montserrat';
- }
- #date {
- font-size: 10px;
- }
- #date a {
- color: {color:Main Font Color};
- }
- #post-source {
- font-size: 10px;
- }
- #post-source a {
- color: {color:Main Font Color};
- }
- /*TAGS*/
- #tag-container {
- background-color: {color:Post Footer BG Color};
- border: 1px solid {color:Post Footer Border Color};
- width: 524px;
- margin-left: -21px;
- margin-top: 20px;
- padding: 7px;
- padding-top: 9px;
- overflow: hidden;
- font-size: 9px;
- letter-spacing: 0.5px;
- text-transform: uppercase;
- font-family: 'Montserrat';
- }
- #tags {
- float: left;
- max-width: 480px;
- }
- #likeandreblog {
- float:right;
- width: 35px;
- }
- #reblog-button {
- float: left;
- opacity: 0.5;
- transition-duration: 0.1s;
- }
- #reblog-button:hover {
- opacity: 1;
- }
- #like-button {
- float: right;
- opacity: 0.5;
- transition-duration: 0.1s;
- }
- #like-button:hover {
- opacity: 1;
- }
- /*SIDEBAR*/
- #sidebar {
- position: fixed;
- float: left;
- margin-left: 75px;
- width: 325px;
- margin-top: 70px;
- }
- #sidebar-image img {
- border: solid 15px {color:Sidebar Image Border Color};
- width: 140px;
- height: 140px;
- padding: 3px;
- }
- #sidebar-image {
- float: left;
- margin-bottom: 10px;
- }
- .navlink {
- background-color: {color:Nav Link BG Color};
- color: {color:Nav Link Font Color};
- margin-bottom: 2px;
- width: 120px;
- padding: 4px;
- padding-left: 10px;
- font-family: 'Montserrat';
- text-transform: uppercase;
- font-size: 10px;
- border-left: 5px solid {color:Nav Link Border Color};
- border-radius: 2px;
- transition-duration: 0.3s;
- letter-spacing: 1px;
- }
- .navlink:hover {
- background-color: {color:Nav Link Border Color};
- letter-spacing: 3px;
- color: {color:Nav Link Font Color Hover};
- }
- #links {
- float: right;
- margin-top: 8px;
- }
- #sidebar-title {
- font-family: 'Montserrat';
- font-size: 25px;
- text-transform: uppercase;
- font-weight: bold;
- clear: both;
- text-align: center;
- letter-spacing: 1px;
- color: {color:Sidebar Title Color};
- line-height: 85%;
- }
- #sidebar-description {
- background-color: {color:Sidebar Description BG Color};
- color: {color:Sidebar Description Font Color};
- border-radius: 2px;
- padding: 15px;
- font-size: 12px;
- width: 285px;
- margin: auto;
- margin-top: 10px;
- }
- #pagination {
- text-align: right;
- font-family: 'Montserrat';
- margin-top: 3px;
- text-transform: uppercase;
- font-size: 10px;
- }
- .page {
- padding: 3px;
- }
- /*PERMALINK*/
- #permalink {
- padding: 10px;
- }
- /*CREDIT*/
- #credit {
- position: fixed;
- bottom: 10px;
- right: 10px;
- font-size: 11px;
- font-family: 'Calibri';
- letter-spacing: 0.5px;
- text-transform: uppercase;
- opacity: 0.5;
- }
- {CustomCSS}
- </style>
- <body>
- <!--SIDEBAR-->
- <div id="sidebar">
- <div id="sidebar-image"><img src="{image:Sidebar Image}"/></div>
- <div id="links">
- <a href="/"><div class="navlink">home</div></a>
- <a href="/ask"><div class="navlink">ask</div></a>
- <a href="/archive"><div class="navlink">archive</div></a>
- {block:ifShowLink1}<a href="{text:Link 1 URL}"><div class="navlink">{text:Link 1 Title}</div></a>{/block:ifShowLink1}
- {block:ifShowLink2}<a href="{text:Link 2 URL}"><div class="navlink">{text:Link 2 Title}</div></a>{/block:ifShowLink2}
- {block:ifShowLink3}<a href="{text:Link 3 URL}"><div class="navlink">{text:Link 3 Title}</div></a>{/block:ifShowLink3}
- {block:ifShowLink4}<a href="{text:Link 4 URL}"><div class="navlink">{text:Link 4 Title}</div></a>{/block:ifShowLink4}
- </div>
- <div id="sidebar-title">{Title}</div>
- <div id="sidebar-description">
- {Description}
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}"><span id="prev-page" class="page">prev</span></a>/ {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"><span id="next-page" class="page">next</span></a>{/block:NextPage}
- </div>
- </div>
- </div>
- <!--POSTS-->
- <div id="entries">
- {block:Posts}
- <div id="posts">
- <!--POST INFO-->
- <div id="info">
- <div id="notes"><a href="{Permalink}">{NoteCount}</a></div>
- {block:Date}<div id="date"><a href="{Permalink}">{TimeAgo}</a></div>{/block:Date}
- {block:RebloggedFrom}
- <div id="post-source">
- <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>
- {block:ContentSource} /
- <a href="{SourceURL}" title="{SourceTitle}">source</a>
- {/block:ContentSource}
- </div>
- {/block:RebloggedFrom}
- </div>
- <!--TEXT POSTS-->
- {block:Text}
- <div id="text-inner">
- {block:Title}
- <div id="text-title">
- <h3><a href="{Permalink}">{Title}</a></h3>
- </div>
- {/block:Title}
- <div id="text-body">
- {Body}
- </div>
- </div>
- {/block:Text}
- <!--PHOTOS-->
- {block:Photo}
- <div id="photo-inner">
- <div id="photo-img">
- <center>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</center>
- </div>
- {block:Caption}
- <div id="photo-caption">
- {Caption}
- </div>
- {/block:Caption}
- </div>
- {/block:Photo}
- <!--PHOTOSETS-->
- {block:Photoset}
- <div id="photoset-inner">
- <div id="photoset-img">
- {Photoset-500}
- </div>
- {block:Caption}
- <div id="photoset-caption">
- {Caption}
- </div>
- {/block:Caption}
- </div>
- {/block:Photoset}
- <!--LINKS-->
- {block:Link}
- <div id="link-inner">
- <div id="link-title">
- <h3><a href="{URL}"{Target}>{Name}</a></h3>
- </div>
- {block:Description}
- <div id="link-description">
- {Description}
- </div>
- {/block:Description}
- </div>
- {/block:Link}
- <!--QUOTES-->
- {block:Quote}
- <div id="quote-inner">
- <div id="quote-text">
- "{Quote}"
- </div>
- {block:Source}
- <div id="quote-source">
- {Source}
- </div>
- {/block:Source}
- </div>
- {/block:Quote}
- <!--CHATS-->
- {block:Chat}
- <div id="chat-inner">
- {block:Title}
- <div id="chat-title">
- <h3>{Title}</h3>
- </div>
- {/block:Title}
- <ul id="chat-lines">
- {block:Lines}
- <li class="{Alt}">
- <p>{block:Label}<span id="chat-label">{Label}</span>{/block:Label}
- {Line}</p>
- </li>
- {/block:Lines}
- </ul>
- {/block:Title}
- </div>
- {/block:Chat}
- <!--AUDIO-->
- {block:Audio}
- <div id="audio-inner">
- <table cellspacing ="0" id="audio-container">
- <tr>
- <td id="albumart">
- {block:AlbumArt}
- <img src="{AlbumArtURL}"/>
- {/block:AlbumArt}
- </td>
- <td id="audio-info">
- <div id="audio-info2">
- {block:TrackName}<span id="audio-label">Song:</span> {TrackName}<br>{/block:TrackName}
- {block:Artist}<span id="audio-label">Artist:</span> {Artist}<br>{/block:Artist}
- {block:Album}<span id="audio-label">Album:</span> {Album}<br>{/block:Album}
- <span id="audio-label">Plays:</span> {PlayCountWithLabel}
- </div>
- </td>
- <td id="audio-player-container"><div id="audio-player">{block:ifWhiteAudioPlayer}{AudioPlayerWhite}{/block:ifWhiteAudioPlayer}{block:ifBlackAudioPlayer}{AudioPlayerBlack}{/block:ifBlackAudioPlayer}</div></td>
- </tr>
- </table>
- {block:Caption}
- <div id="audio-caption">
- {Caption}
- </div>
- {/block:Caption}
- </div>
- {/block:Audio}
- <!--VIDEOS-->
- {block:Video}
- <div id="video-inner">
- <div id="video">
- {Video-500}
- </div>
- {block:Caption}
- <div id="video-caption">
- {Caption}
- </div>
- {/block:Caption}
- </div>
- {/block:Video}
- <!--ASKS-->
- {block:Answer}
- <table id="ask-table" cellspacing="5px">
- <tr id="question-container">
- <td id="ask-portrait"><img src="{AskerPortraitURL-40}"/></td>
- <td id="question"><span id="asker">{Asker}</span><br> {Question}</td>
- </tr>
- <tr id="answer">
- <td colspan="2">{Answer}</td>
- </tr>
- </table>
- {/block:Answer}
- <!--TAGS-->
- <div id="tag-container">
- {block:HasTags}
- <div id="tags">
- Tags: {block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- <div id="likeandreblog">
- {block:ifWhiteReblogAndLikeButton}
- <div id="reblog-button">{ReblogButton color="white" size="14"}</div>
- <div id="like-button">{LikeButton color="white" size="13"}</div>
- {/block:ifWhiteReblogAndLikeButton}
- {block:ifBlackReblogAndLikeButton}
- <div id="reblog-button">{ReblogButton color="black" size="14"}</div>
- <div id="like-button">{LikeButton color="black" size="13"}</div>
- {/block:ifBlackReblogAndLikeButton}
- </div>
- </div>
- <!--PERMALINK PAGE-->
- {block:PermalinkPage}
- {block:PostNotes}
- <br><br>
- <div id="permalink">{PostNotes}</div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- <div id="credit"><a href="http://officialcommanderlexa.tumblr.com">© officialcommanderlexa</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment