Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ------------------------------THEME #29: BABYGIRL----------------------------
- ------------------------by Phi (spirkthemes/spirkism)------------------------
- --this theme was originally made for my wonderful girlfriend @hkarusulu
- --updated 2017/07/30:
- - unnested textposts for better reading
- -----------------------------------RULES:------------------------------------
- - do not steal/redistribute
- - don't (re)move the credit
- - don't use as a base code, there are plenty of those out there
- - you are allowed to edit as much as you like though, have fun playing around with code, that's how you learn! :)
- - don't hesitate to contact me if you find a bug or need otherwise help
- ------------------------------------------------------------------------------
- the icons/symbols for the links can be found here: http://fontawesome.io/icons/ (click on a specific icon to get the code!)
- just replace the default code "f005" with the code for the icon you'd like (for example "f004" for the heart) in the meta tags!
- -->
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <!-- /* LINKS */ -->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
- <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/h5czl1a/aTqnk4mjj/tooltipstuff.css"/>
- <!-- /* FONTS */ -->
- <!-- /* SCRIPTS */ -->
- <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
- <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
- <script src="http://static.tumblr.com/h5czl1a/ACynk4kjd/tipped.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $('#sblink-nav').click(function(){
- $('#sblinks-extra').slideToggle('slow');
- $('#sblinks-extra .sblink:after').slideToggle('slow');
- });
- });
- </script>
- <script type='text/javascript'>
- $(document).ready(function() {
- Tipped.create('#credit','theme credit');
- });
- </script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
- {block:IfInfiniteScroll}
- <!-- /* META TAGS */ -->
- <meta name="color:background" content="#f7f7f7" />
- <meta name="color:text" content="#8c8c8c" />
- <meta name="color:links" content="#b997ce" />
- <meta name="color:links hover" content="#e2a41d" />
- <meta name="color:primary" content="#ffffff" />
- <meta name="color:accent" content="#b997ce" />
- <meta name="color:dark accent" content="#717171" />
- <meta name="text:ask link" content="/ask" />
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 1 text" content="link 1" />
- <meta name="text:link 1 icon" content="f005" />
- <meta name="text:link 2 url" content="/" />
- <meta name="text:link 2 text" content="link 2" />
- <meta name="text:link 2 icon" content="f005" />
- <meta name="text:link 3 url" content="/" />
- <meta name="text:link 3 text" content="link 3" />
- <meta name="text:link 3 icon" content="f005" />
- <meta name="text:link 4 url" content="/" />
- <meta name="text:link 4 text" content="" />
- <meta name="text:link 4 icon" content="f005" />
- <meta name="text:link 5 url" content="/" />
- <meta name="text:link 5 text" content="" />
- <meta name="text:link 5 icon" content="f005" />
- <meta name="text:link 6 url" content="/" />
- <meta name="text:link 6 text" content="" />
- <meta name="text:link 6 icon" content="f005" />
- <meta name="text:link 7 url" content="/" />
- <meta name="text:link 7 text" content="" />
- <meta name="text:link 7 icon" content="f005" />
- <meta name="text:link 8 url" content="/" />
- <meta name="text:link 8 text" content="" />
- <meta name="text:link 8 icon" content="f005" />
- <meta name="image:background" content="" />
- <meta name="image:sidebar" content="http://i.imgur.com/k3XhJXS.png" />
- <meta name="font:body" content="Arial, Helvetica, sans-serif"/>
- <meta name="font:special" content="Arial, Helvetica, sans-serif"/>
- <meta name="if:infinite scroll" content="0" />
- <meta name="if:shadows" content="0" />
- <meta name="if:title" content="1" />
- <meta name="if:description" content="1" />
- <meta name="if:searchbar" content="1" />
- <meta name="if:static links" content="0" />
- <meta name="if:custom link icons" content="0" />
- <meta name="if:top source" content="1" />
- <meta name="if:bottom tags" content="1" />
- <meta name="select:post size" content="250px" title="250px">
- <meta name="select:post size" content="400px" title="400px">
- <meta name="select:post size" content="500px" title="500px">
- <meta name="select:description text" content="left" title="left">
- <meta name="select:description text" content="center" title="center">
- <meta name="select:description text" content="right" title="right">
- <meta name="select:index tags" content="fixed-tags" title="visible tags" />
- <meta name="select:index tags" content="hover-tags" title="tags on hover" />
- <meta name="select:index tags" content="no-tags" title="no tags" />
- <meta name="select:perma tags" content="fixed-tags" title="visible tags" />
- <meta name="select:perma tags" content="no-tags" title="no tags" />
- <meta name="select:perma tags" content="hover-tags" title="tags on hover" />
- <style type="text/css">
- /* ----------- GENERAL ---------- */
- ::-webkit-scrollbar-thumb {
- background-color: RGBA({RGBcolor:dark accent},0.2);
- height:auto;
- width: 5px;
- z-index: 9999999999999999999999999999999999999;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:5px;
- background-color:{color:primary};
- z-index: 999999999999999999999999999999999999;
- }
- div#qTip {
- font-size: 11px;
- font: 0.8em {font:body};
- line-height: 11px;
- display: none;
- text-align: center;
- position: absolute;
- z-index: 999999999999999999999999999999999999999999999999999999;
- background-color: {color:primary};
- padding: 3px 7px;
- color: {color:text};
- max-width: 200px;
- height: auto;
- border: 1px solid {color:background};
- -webkit-transition: all 0.1s ease-out;
- -moz-transition: all 0.1s ease-out;
- -o-transition: all 0.1s ease-out;
- }
- body {
- word-wrap:break-word;
- margin: 0;
- background-image: url('{image:background}');
- background-attachment: fixed;
- background-size: 100% auto;
- background-color: {color:background};
- font: 11px {font:body};
- color: {color:text};
- }
- img {
- max-width: 100%;
- }
- a {
- text-decoration: none;
- color: {color:links};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- a:hover {
- text-decoration: none;
- color: {color:links hover};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- blockquote {
- border-left: solid 2px {color:background};
- padding-left: 10px;
- max-width: 100%;
- }
- .upper {
- text-transform: uppercase;
- }
- /* ------------- SIDEBAR ------------ */
- #sidebar {
- position: fixed;
- background-color: {color:primary};
- height: 100%;
- width: 200px;
- {block:IfShadows}
- box-shadow: 2px 2px 2px #EAEAEA;
- {/block:IfShadows}
- }
- #title {
- position: relative;
- font: 1.3em {font:special};
- margin-top: 30px;
- width: 76%;
- margin-left: 12%;
- text-align: center;
- }
- #sbimg {
- position: relative;
- width: 70%;
- left: 15%;
- height: auto;
- margin-top: 20px;
- }
- #desc {
- position: relative;
- margin-top: 10px;
- font: 0.9em {font:body};
- width: 70%;
- left: 15%;
- }
- .left {
- text-align: left;
- }
- .center {
- text-align: center;
- }
- .right {
- text-align: right;
- }
- /* ------- SEARCHBAR -------- */
- #searchbar {
- position: relative;
- opacity: 0.7;
- left: 15%;
- margin-bottom: 10px;
- width: 70%;
- margin-top: 10px;
- margin-left: 1px;
- }
- #searchform input {
- border: 0px;
- padding: 5px;
- text-transform: uppercase;
- margin-top: 0px;
- letter-spacing: 1px;
- font-size: 0.8em;
- color: #575757;
- }
- #searchinput {
- width: calc(100% - 34px);
- background-color: {color:background};
- }
- #searchbutton {
- height: 10px;
- vertical-align: middle;
- background-color: {color:background};
- }
- #searchform input:focus {
- outline: none;
- }
- /* -------------- SIDEBAR LINKS ----------- */
- #sblinks {
- position: relative;
- width: 70%;
- left: 15%;
- margin-top: 5px;
- border-top:1px solid {color:primary};
- border-right:1px solid {color:primary};
- border-left:1px solid {color:primary};
- }
- #sblink1:after {
- content: "\f015";
- font-family: FontAwesome;
- text-align: right;
- position: absolute;
- right: 5px;
- font-size: 1.2em;
- }
- #sblink2:after {
- content: "\f0e0";
- font-family: FontAwesome;
- position: absolute;
- right: 5px;
- font-size: 1.0em;
- }
- #sblink-nav:after {
- content: "\f0c1";
- font-family: FontAwesome;
- position: absolute;
- right: 5px;
- font-size: 1.1em;
- }
- #sblink-nav {
- cursor: help;
- }
- .sblink {
- background-color: {color:background};
- color: {color:links};
- padding: 5px;
- border-bottom: 1px solid {color:primary};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .sblink:hover {
- background-color: {color:accent};
- color: {color:primary};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #sblinks-extra {
- {block:IfNotStaticLinks}
- display: none;
- {/block:IfNotStaticLinks}
- }
- {block:IfCustomLinkIcons}
- #link1:after {
- content: "\{text:link 1 icon}";
- font-family: FontAwesome;
- text-align: right;
- position: relative;
- float: right;
- font-size: 1.2em;
- }
- #link2:after {
- content: "\{text:link 2 icon}";
- font-family: FontAwesome;
- text-align: right;
- position: relative;
- float: right;
- font-size: 1.2em;
- }
- #link3:after {
- content: "\{text:link 3 icon}";
- font-family: FontAwesome;
- text-align: right;
- position: relative;
- float: right;
- font-size: 1.2em;
- }
- #link4:after {
- content: "\{text:link 4 icon}";
- font-family: FontAwesome;
- text-align: right;
- position: relative;
- float: right;
- font-size: 1.2em;
- }
- #link5:after {
- content: "\{text:link 5 icon}";
- font-family: FontAwesome;
- text-align: right;
- position: relative;
- float: right;
- font-size: 1.2em;
- }
- #link6:after {
- content: "\{text:link 6 icon}";
- font-family: FontAwesome;
- text-align: right;
- position: relative;
- float: right;
- font-size: 1.2em;
- }
- #link7:after {
- content: "\{text:link 7 icon}";
- font-family: FontAwesome;
- text-align: right;
- position: relative;
- float: right;
- font-size: 1.2em;
- }
- #link8:after {
- content: "\{text:link 8 icon}";
- font-family: FontAwesome;
- text-align: right;
- position: relative;
- float: right;
- font-size: 1.2em;
- }
- {/block:IfCustomLinkIcons}
- /*-------------- PAGINATION ---------------*/
- #pagination {
- position: absolute;
- bottom: 20px;
- width: 100%;
- text-align: center;
- }
- .pag {
- margin-top: -2px;
- }
- /* ---------------------------------------- */
- /* ------------ POSTS & CONTENT ----------- */
- /* ---------------------------------------- */
- #content {
- position: relative;
- top: 50px;
- left: 400px;
- width: {select:post size};
- }
- #posts {
- top: 30px;
- margin-left: 30px;
- }
- #post {
- margin-bottom: 70px;
- background-color: {color:primary};
- width: {select:post size};
- {block:IfShadows}
- box-shadow: 2px 2px 2px #EAEAEA;
- {/block:IfShadows}
- }
- .posty {
- width: {select:post size};
- }
- .caption {
- padding: 0px 10px 0px 10px;
- }
- .caption blockquote {
- margin-left: 5px;
- margin-right: 0px;
- max-width: 100%;
- }
- .caption img {
- height: 100%;
- width: auto;
- }
- /* ----------- TEXT POSTS ------- */
- .textpost {
- padding: 5px 10px 5px 10px;
- }
- .textpost-title {
- background-color: RGBA({RGBcolor:dark accent}, 0.05);
- padding: 10px;
- width: 100%;
- text-align: center;
- font: 1.1em {font:special};
- margin-left: -10px;
- margin-top: -5px;
- }
- .textpost-content {
- padding: 10px;
- border-bottom:1px solid {color:background};
- }
- .textpost-content:last-of-type {
- border:none;
- }
- .textpost-user {
- font: 1em {font:body};
- }
- .textpost-text {
- }
- .textpost-text blockquote {
- border-left: solid 2px {color:background};
- padding-left: 10px;
- max-width: 100%;
- }
- .textpost blockquote {
- margin-left: 5px;
- margin-right: 0px;
- max-width: 100%;
- }
- .textpost img {
- height: 100%;
- width: auto;
- }
- .textpost-text-page {
- }
- .textpost-text-page-no {
- display: none;
- }
- /* ----------- PHOTO POSTS ------- */
- .photopost {
- padding-right: 0px;
- }
- .panorama-post {
- padding-right: 0px;
- }
- .photosetpost {
- padding-right: 0px;
- overflow:hidden;
- }
- .photoset {
- width: calc(100% + 2px);
- margin-right: 0px;
- padding: 0px;
- }
- /* ----------- QUOTE POSTS ------- */
- .quotepost {
- padding: 20px;
- }
- .quotepost-quote {
- font: 1.0em {font:special};
- }
- .quotepost-source {
- font: 0.8em {font:body};
- text-align: right;
- margin-top: 10px;
- }
- /* ----------- LINK POSTS ------- */
- .linkpost {
- }
- .linkpost-title {
- background-color: RGBA({RGBcolor:accent}, 0.05);
- border-bottom: 1px solid RGBA({RGBcolor:dark accent}, 0.05);
- padding: 15px;
- text-align: center;
- font: 1.0em {font:special};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .linkpost-title:hover{
- background-color: RGBA({RGBcolor:accent},0.2);
- color: {color:links};
- letter-spacing: 0.1em;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #linkpost-titly img {
- }
- .linkpost .caption {
- }
- .linkpost-img {
- }
- /* ----------- CHAT POSTS ------- */
- .chatpost {
- }
- .chatpost-title {
- border-bottom: 2px solid RGBA({RGBcolor:background}, 0.5);
- padding: 10px;
- text-align: center;
- margin-left: 40px;
- font: 1em {font:special};
- width: calc({select:post size} - 100px);
- }
- .chatpost ul {
- list-style-type: none;
- margin-left: 10px;
- padding-right: 30px;
- padding-bottom: 5px;
- }
- .chatpost ul .odd {
- padding-left: 5px;
- margin-bottom: 5px;
- }
- .chatpost ul .even {
- padding-left: 5px;
- margin-bottom: 5px;
- }
- /* ----------- AUDIO POSTS ------- */
- .audiopost {
- min-height: 100px;
- }
- .audiopost-player {
- position: absolute;
- z-index: 4;
- height: 26px;
- width: 26px;
- opacity: 0.7;
- overflow:hidden;
- margin-top: 7px;
- margin-left: 7px;
- margin-top: 7px;
- margin-bottom: 0px;
- }
- .audiopost-button {
- position: absolute;
- background-color:white;
- opacity: 0.7;
- width: 40px;
- height: 40px;
- margin-top: 30px;
- margin-left: 30px;
- z-index: 4;
- }
- .audiopost-img {
- width: 100px;
- height: 100px;
- position: absolute;
- z-index: 3;
- }
- #audiopost-fallbackimg {
- width: 100px;
- height: 100px;
- position: absolute;
- z-index: 2;
- background-color: RGBA({RGBcolor:accent}, 0.5);
- }
- .audiopost ul {
- margin-left: 100px;
- height: 80px;
- background-color: RGBA({RGBcolor:dark accent}, 0.05);
- padding: 20px 0px 0px 20px;
- list-style-type: none;
- position: relative;
- margin-top: 0px;
- margin-bottom: 0px;
- {block:IfContained}
- width: calc(100% - 175px);
- {/block:IfContained}
- {block:IfNotContained}
- width: calc(100% - 120px);
- {/block:IfNotContained}
- }
- .audiopost .caption {
- position: relative;
- margin-top:10px;
- }
- /* ----------- VIDEO POSTS ------- */
- .videopost {
- }
- .videopost-video {
- }
- .main-250px .select-400px {
- display: none;
- }
- .main-250px .select-500px {
- display: none;
- }
- .main-400px .select-500px {
- display: none;
- }
- .main-400px .select-250px {
- display: none;
- }
- .main-500px .select-250px {
- display: none;
- }
- .main-500px .select-400px {
- display: none;
- }
- /* ----------- ASK POSTS ------- */
- .answerpost {
- }
- .answerpost-question {
- padding: 10px;
- background-color: RGBA({RGBcolor:accent}, 0.2);
- }
- .answerpost-answer {
- background-color: {color:primary};
- padding: 10px;
- }
- .answerpost-answer img {
- max-width: 100%;
- height: 100%;
- }
- .answerpost-reply {
- padding: 0px 10px;
- }
- .answerpost-reply img {
- max-width: 100%;
- height: 100%;
- }
- .answerpost .caption {
- border-top: 1px solid {color:background};
- }
- .answerpost .caption:empty {
- display: none;
- }
- /* ----------- PERMALINKS ------- */
- /* ----------- SOURCES ------- */
- #permbox1 {
- height: 30px;
- background-color: RGBA({RGBcolor:background}, 0.5);
- color: RGBA({RGBcolor:text}, 0.7);
- font: 1em {font:special};
- {block:IfNotTopSource}
- border-bottom: 1px solid RGBA({RGBcolor:text},0.2);
- {/block:IfNotTopSource}
- position: relative;
- padding-left: 10px;
- }
- #permbox1 a {
- color: RGBA({RGBcolor:text}, 0.7);
- }
- #root-portrait {
- display: inline-block;
- height: 30px;
- line-height: 30px;
- }
- #root-portrait:before {
- content: "\f1f9";
- font-family: FontAwesome;
- font-size: 1em;
- }
- #parent-portrait {
- display: inline-block;
- height: 30px;
- line-height: 30px;
- margin-right: 3px;
- }
- #parent-portrait:before {
- content: "\f007";
- font-family: FontAwesome;
- font-size: 1em;
- }
- #timeago-box {
- display: inline-block;
- line-height: 30px;
- height: 30px;
- right: 10px;
- position: absolute;
- }
- /* ----------- NOTES ------- */
- #permbox2 {
- background-color: RGBA({RGBcolor:background}, 0.5);
- height: 30px;
- line-height: 30px;
- color: RGBA({RGBcolor:text}, 0.7);
- z-index: 2;
- font: 1em {font:special};
- position: relative;
- }
- #permbox2 a {
- color: RGBA({RGBcolor:text}, 0.7);
- }
- #notecount-box {
- position: absolute;
- height: 30px;
- margin-left: 10px;
- display: inline-block;
- line-height: 30px;
- }
- #likebutton {
- display: inline-block;
- position: absolute;
- right: 30px;
- z-index: 99;
- vertical-align:middle;
- height: 30px;
- line-height: 30px;
- margin-top:2px;
- }
- #reblogbutton {
- display: inline-block;
- position: absolute;
- right: 10px;
- z-index: 99;
- vertical-align:middle;
- height: 30px;
- line-height: 30px;
- margin-top: 3px;
- }
- /* ----------- TAGS ------- */
- .no-tags {
- display: none;
- }
- .no-tags .comma:last-child {
- display: none;
- }
- .hover-tags {
- font-size: 0.85em;
- background-color: RGBA({RGBcolor:background}, 0.5);
- position: relative;
- color: {color:background};
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- margin-bottom: 70px;
- padding: 0px 10px;
- height: 0px;
- }
- .hover-tags .comma:last-child {
- display: none;
- }
- .hover-tags a {
- color: {color:background};
- -webkit-transition: 0.2s ease;transition: 0.2s ease;
- -o-transition: 0.2s ease;
- -moz-transition: 0.2s ease;
- }
- .posty:hover .hover-tags {
- opacity: 1;
- padding: 10px;
- height: auto;
- color: RGBA({RGBcolor:text}, 0.5);
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- .posty:hover .hover-tags a {
- color: RGBA({RGBcolor:text}, 0.5);
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- .fixed-tags {
- {block:IfBottomTags}
- padding: 0px 10px 10px 10px;
- {/block:IfBottomTags}
- {block:IfNotBottomTags}
- padding: 10px 10px 0px 10px;
- {/block:IfNotBottomTags}
- font-size: 0.85em;
- background-color: RGBA({RGBcolor:background}, 0.5);
- color: RGBA({RGBcolor:text}, 0.5);
- }
- .fixed-tags a {
- color: RGBA({RGBcolor:text}, 0.5);
- }
- .fixed-tags .comma:last-child {
- display: none;
- }
- .tag {
- margin-right: 5px;
- }
- /* ----------- PERMA PAGE ------- */
- /* ----------- NOTES ------- */
- #notes {
- margin-top: -30px;
- width: {select:post size};
- background-color: {color:primary};
- color: {color:text};
- height: {select:post size};
- overflow-y: scroll;
- {block:IfShadows}
- box-shadow: 2px 2px 2px #EAEAEA;
- {/block:IfShadows}
- margin-bottom: 40px;
- }
- #notes::-webkit-scrollbar-thumb {
- background-color: RGBA({RGBcolor:dark accent}, 0.3);
- height:auto;
- width: 5px;
- z-index: 9999999999999999999999999999999999999;
- }
- #notes::-webkit-scrollbar {
- height:auto;
- width:5px;
- background-color:{color:background};
- z-index: 999999999999999999999999999999999999;
- }
- ol.notes {
- padding: 0px;
- margin-left: -20px;
- list-style-type: none;
- }
- ol.notes li.note {
- border-bottom: solid 1px RGBA({RGBcolor:dark accent}, 0.2);
- padding: 5px;
- width: calc({select:post size} - 50px);
- font-size: 0.85em;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 7px;
- width: 16px;
- height: 16px;
- border-radius: 50%;
- }
- /* -- DO NOT EDIT ANYTHING HERE WITHOUT ASKING ME FIRST -- */
- #credit {
- position: fixed;
- right: 10px;
- bottom: 10px;
- width: 13px;
- height: 13px;
- background-color: {color:links};
- padding: 5px 7px 7px 5px;
- color: {color:primary};
- z-index: 99999999999999999999999999999999999999999999999;
- }
- #credit:before {
- content: "\f259";
- font-family: FontAwesome;
- text-align:left;
- font-size:1.2em;
- }
- </style>
- </head>
- <body>
- <!--------------------- /* SIDEBAR */ -------------->
- <div id="sidebar">
- <!------------ TITLE -------------->
- {block:IfTitle}
- <div id="title"><a href="/">{Title}</a></div>
- {/block:IfTitle}
- <!------------- SIDEBAR IMAGE ---------->
- <div id="sbimg"><img src="{image:sidebar}"></div>
- <!------------- DESCRIPTION ------------->
- {block:IfDescription}
- <div id="desc" class="{select:description text}">{Description}</div>
- {/block:IfDescription}
- <!------------ SEARCHBAR -------------->
- {block:IfSearchbar}
- <div id="searchbar">
- <form action="/search" method="get" id=searchform>
- <input type="text" name="q" value="{SearchQuery}" id="searchinput"/>
- <input type="image" value="search" src="http://static.tumblr.com/h5czl1a/b6qom9fvn/search-icon-png-21.png" id="searchbutton"/>
- </div>
- </form>
- {/block:IfSearchbar}
- <!------------ LINKS -------------->
- <div id="sblinks">
- <a href="/"><div class="sblink" id="sblink1">home</div></a>
- <a href="{text:ask link}"><div class="sblink" id="sblink2">message</div></a>
- {block:IfNotStaticLinks}
- <a><div class="sblink" id="sblink-nav">navigation</div></a>
- {/block:IfNotStaticLinks}
- <div id="sblinks-extra">
- {block:IfLink1Text}<a href="{text:link 1 url}"><div id="link1" class="sblink">{text:link 1 text}</div></a>{/block:IfLink1Text}
- {block:IfLink2Text}<a href="{text:link 2 url}"><div id="link2" class="sblink">{text:link 2 text}</div></a>{/block:IfLink2Text}
- {block:IfLink3Text}<a href="{text:link 3 url}"><div id="link3" class="sblink">{text:link 3 text}</div></a>{/block:IfLink3Text}
- {block:IfLink4Text}<a href="{text:link 4 url}"><div id="link4" class="sblink">{text:link 4 text}</div></a>{/block:IfLink4Text}
- {block:IfLink5Text}<a href="{text:link 5 url}"><div id="link5" class="sblink">{text:link 5 text}</div></a>{/block:IfLink5Text}
- {block:IfLink6Text}<a href="{text:link 6 url}"><div id="link6" class="sblink">{text:link 6 text}</div></a>{/block:IfLink6Text}
- {block:IfLink7Text}<a href="{text:link 7 url}"><div id="link7" class="sblink">{text:link 7 text}</div></a>{/block:IfLink7Text}
- {block:IfLink8Text}<a href="{text:link 8 url}"><div id="link8" class="sblink">{text:link 8 text}</div></a>{/block:IfLink8Text}
- </div>
- </div>
- <!------------ PAGINATION -------------->
- {block:IfNotInfiniteScroll}
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <span class="pag"><a href="{PreviousPage}">←</a></span>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page"><strong>{PageNumber}</strong></span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <span class="pag"><a href="{NextPage}">→</a></span>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:IfNotInfiniteScroll}
- </div> <!-- sidebar -->
- <!-- /* POSTS */ DON'T CHANGE ANYTHING HERE PLEASE (or you might heck it) -->
- <div id="content">
- <div id="posts">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div class="posty">
- <div id="post" class="{select:post size}">
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:IfTopSource}
- <div id="permbox1">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="via: {ReblogParentName}">
- <div id="parent-portrait">
- </div>
- </a>
- <a href="{ReblogRootURL}" title="source: {ReblogRootName}">
- <div id="root-portrait">
- </div>
- </a>
- {/block:RebloggedFrom}
- {block:NotReblog}
- <a href="{PermaLink}" title="source: {Name}">
- <div id="root-portrait">
- </div>
- </a>
- {/block:NotReblog}
- <div id="timeago-box" class="permbox-box"><a href="{Permalink}">{TimeAgo}</a></div>
- </div> <!--id="permbox1"-->
- {/block:IfTopSource}
- <!-- /* TEXT POST */ -->
- {block:Text}<div class="textpost">
- {block:Title}<div class="textpost-title">{Title}</div>{/block:Title}
- <div class="textpost-text-page{block:Date}-no{/block:Date}">
- {Body}
- </div>
- {block:Date}
- {block:NotReblog}
- <div class="textpost-content">
- {Body}
- </div>
- {/block:NotReblog}
- {block:Reblogs}
- <div class="textpost-content">
- <div class="textpost-user">
- <a href="{Permalink}">{Username}</a>:
- </div>
- <div class="textpost-text">
- <blockquote>{Body}</blockquote>
- </div>
- </div>
- {/block:Reblogs}
- {/block:Date}
- </div>
- {/block:Text}
- <!-- /* PHOTO POST */ -->
- {block:Photo}<div class="photopost">
- {LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Photo}
- <!-- /* PANORAMA POST */ -->
- {block:Panorama}<div class="panoramapost">
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />
- {LinkCloseTag}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Panorama}
- <!-- /* PHOTOSET POST */ -->
- {block:Photoset}<div class="photosetpost">
- <div class="photoset">
- {Photoset}
- </div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Photoset}
- <!-- /* QUOTE POST */ -->
- {block:Quote}<div class="quotepost">
- <div class="quotepost-quote"><em>{Quote}</em></div>
- {block:Source}<div class="quotepost-source">- {Source} -</div>{/block:Source}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Quote}
- <!-- /* LINK POST */ -->
- {block:Link}<div class="linkpost">
- <a href="{URL}"><div id="linkpost-titly"><div class="linkpost-title">{Name}</div><!--
- {block:Thumbnail}<img src="{Thumbnail}" class="linkpost-img">{/block:Thumbnail}-->
- </div>
- </a>
- {block:Description}<div class="caption">{Description}</div>{/block:Description}
- </div>
- {/block:Link}
- <!-- /* CHAT POST */ -->
- {block:Chat}<div class="chatpost">
- {block:Title}<div class="chatpost-title">{Title}</div>{/block:Title}
- <ul>
- {block:Lines}
- <li class="{Alt}">{block:Label}<strong>{Label}</strong> {/block:Label}{Line}</li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- <!-- /* AUDIO POST */ -->
- {block:Audio}<div class="audiopost">
- {block:AlbumArt}
- <div class="audiopost-img"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div id="audiopost-fallbackimg"></div>
- {block:AudioPlayer}
- <div class="audiopost-button">
- <div class="audiopost-player">{AudioPlayer}</div>
- </div>
- {/block:AudioPlayer}
- <ul>
- {block:TrackName}<li><strong>Track:</strong> {TrackName}</li>{/block:TrackName}
- {block:Artist}<li><strong>Artist:</strong> {Artist}</li>{/block:Artist}
- {block:Album}<li><strong>Album:</strong> {Album}</li>{/block:Album}
- </ul>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Audio}
- <!-- /* VIDEO POST */ -->
- {block:Video}<div class="videopost"><div class="main-{select:post size}">
- <div class="select-500px">{Video-500}</div>
- <div class="select-400px">{Video-400}</div>
- <div class="select-250px">{Video-250}</div>
- </div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Video}
- <!-- /* ASK POST */ -->
- {block:Answer}
- <div class="answerpost">
- <div class="answerpost-question"><span class="upper"><strong>{Asker}</strong> asked: </span>{Question}</div>
- {block:Answerer}
- <div class="answerpost-answer"><span class="upper"><strong>{Answerer}</strong> answered: </span>{Answer}</div>
- {/block:Answerer}
- {block:NotReblog}
- <div class="answerpost-answer">{Replies}</div>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="caption">{Replies}</div>
- {/block:RebloggedFrom}
- </div>
- {/block:Answer}
- {block:IfNotTopSource}
- <div id="permbox1">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="via: {ReblogParentName}">
- <div id="parent-portrait">
- </div>
- </a>
- <a href="{ReblogRootURL}" title="source: {ReblogRootName}">
- <div id="root-portrait">
- </div>
- </a>
- {/block:RebloggedFrom}
- {block:NotReblog}
- <a href="{PermaLink}" title="source: {Name}">
- <div id="root-portrait">
- </div>
- </a>
- {/block:NotReblog}
- <div id="timeago-box" class="permbox-box"><a href="{Permalink}">{TimeAgo}</a></div>
- </div> <!--id="permbox1"-->
- {/block:IfNotTopSource}
- {block:IfNotBottomTags}
- <!-- /* TAGS */ -->
- {block:IndexPage}
- {block:HasTags}<div class="{select:index tags}">
- {block:Tags}
- <a href="{TagURL}" class="tag">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:HasTags}<div class="{select:perma tags}">
- {block:Tags}
- <a href="{TagURL}" class="tag">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:PermalinkPage}
- {/block:IfNotBottomTags}
- <!-- /* PERM */ -->
- <div id="permbox2">
- {block:NoteCount}
- <div id="notecount-box" class="permbox-box">
- <a href="{Permalink}">{NoteCount} notes</a>
- </div>
- {/block:NoteCount}
- <div id="likebutton">{LikeButton color="grey" size="13"}</div>
- <div id="reblogbutton">{ReblogButton color="grey" size="13"}</div>
- <!--
- {block:RebloggedFrom}<div id="reblogged-box" class="permbox-box"><a href="{ReblogParentURL}">VIA</a></div>{/block:RebloggedFrom} -->
- <!--<a href="{ReblogURL}" title="reblog" target="_blank"><div id="reblog" class="permbox-box">REBLOG</div></a>-->
- </div>
- {block:IfBottomTags}
- <!-- /* TAGS */ -->
- {block:IndexPage}
- {block:HasTags}<div class="{select:index tags}">
- {block:Tags}
- <a href="{TagURL}" class="tag">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:HasTags}<div class="{select:perma tags}">
- {block:Tags}
- <a href="{TagURL}" class="tag">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:PermalinkPage}
- {/block:IfBottomTags}
- </div>
- </div> <!-- post div -->
- {/block:Posts}
- </div>
- <!-- /* POST NOTES */ -->
- {block:PostNotes}
- <div id="notes">
- <ul>
- {PostNotes-16}
- </ul>
- </div>
- {/block:PostNotes}
- </div> <!-- posts div -->
- </div> <!-- content div -->
- <!-- /* CREDIT: DO NOT REMOVE !!! */ -->
- <a href="http://spirkthemes.tumblr.com"><div id="credit" data-tipped-options="position: 'left'"></div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment