Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!----
- Tumblr theme based off of the GE Alva theme.
- Simplified and tweaked to my satisfaction, with a completely
- different sidebar, pagination, and title placement.
- Customizations include background and font colors, extra links,
- webkit scrolling, and post size.
- Made by: CE (cethemes.tumblr.com | thisshipiscompromised.tumblr.com)
- Feel free to take, tweak, and/or otherwise use.
- ---->
- <html>
- <head>
- <title>{Title}</title>
- <meta charset="utf-8" />
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:Background" content="0" />
- <meta name="color:Blog Background" content="#FFFFFF" />
- <meta name="color:Post Background" content="#CAFBFB"/>
- <meta name="color:Post Details" content="#C5E7E3" />
- <meta name="color:Post Text" content="#41AFB8" />
- <meta name="color:Bold Text" content="#41AFB8" />
- <meta name="color:Italic Text" content="#41AFB8" />
- <meta name="color:Post Links" content="#067C85"/>
- <meta name="color:Post Chat Bubble" content="#ECECFB"/>
- <meta name="font:Body" content="'ABeeZee', 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;"/>
- <meta name="font:Details" content="'ABeeZee', 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;"/>
- <meta name="select:Post Width" content="large" title="Large Posts"/>
- <meta name="select:Post Width" content="medium" title="Medium Posts"/>
- <meta name="select:Post Width" content="small" title="Small Posts"/>
- <meta name="if:Include Archive" content="1" />
- <meta name="if:Infinite Scroll" content="0" />
- <meta name="if:Round Corners" content="0" />
- <meta name="if:Webkit Scroll" content="1" />
- <meta name="if:Consolidated Links" content="0" />
- <meta name="if:Stretch Background" content="1" />
- <meta name="text:Link One" content="" />
- <meta name="text:Link One Text" content="" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Two Text" content="" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Three Text" content="" />
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/a7bkhkg/yH0mvyz99/normalize.css">
- <!--Google Fonts is a really cool font resource-->
- <link href='http://fonts.googleapis.com/css?family=ABeeZee|Rock+Salt' rel='stylesheet' type='text/css'>
- <!--For sidebar icons. See this post: http://tinyurl.com/klj4hu5-->
- <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/a7bkhkg/rgfmwl0l6/sidebar-embedded.css">
- <!--For proper tag searching-->
- <script type="text/javascript"
- src="http://static.tumblr.com/8oupd2j/BYTm7u5cn/tag_search.js">
- </script>
- {block:IfInfiniteScroll}
- <script type="text/javascript"
- src="http://codysherman.tumblr.com/tools/infinite-scrolling/code">
- </script>
- {/block:IfInfiniteScroll}
- <style type="text/css">
- /*------------------------------------------GENERICS------------------------------------------*/
- #wrapper
- {
- margin: 0px auto;
- overflow-x: scroll;
- }
- #wrapper.large
- {
- width: 990px;
- }
- #wrapper.medium
- {
- width: 790px;
- }
- #wrapper.small
- {
- width: 690px;
- }
- #colLeft
- {
- padding-top: 50px;
- padding-bottom: 50px;
- width: 240px;
- float: left;
- position: fixed;
- top: 20px;
- font-size: 0.9em;
- }
- #colRight
- {
- margin-left: 310px;
- margin-top: 75px;
- }
- #colRight.large
- {
- width: 750px;
- }
- #colRight.medium
- {
- width: 550px;
- }
- #colRight.small
- {
- width: 450px;
- }
- #title
- {
- font-family: 'Rock Salt', cursive;
- position: fixed;
- bottom: 0px;
- text-align: center;
- width: 240px;
- line-height: 1.3em;
- overflow: hidden;
- }
- body
- {
- font-family: {font:Body};
- font-size: 95%;
- color: {color:Post Text};
- {block:IfStretchBackground}
- background:url('{image:Background}') bottom left fixed;
- background-size: 100% 100%;
- background-repeat: no-repeat;
- {/block:IfStretchBackground}
- {block:IfNotStretchBackground}
- background:url('{image:Background}');
- {/block:IfNotStretchBackground}
- background-color:{color:Blog Background};
- }
- em, i{ color: {color:Italic Text}; }
- strong, b{ color: {color: Bold Text}; }
- {block:IfWebkitScroll}
- ::-webkit-scrollbar-thumb:vertical
- {
- background-color: {color:Post Details};
- height: 0px;
- }
- ::-webkit-scrollbar
- {
- height: 0px;
- width: 8px;
- background-color:{color:Post Background};
- }
- .tumblrAutoPager_page_info,
- .tumblrAutoPager_page_separator
- {
- display:none;
- }
- {/block:IfWebkitScroll}
- /*------------------------------------------SIDEBAR------------------------------------------*/
- /*--------------------------------------CONTAINER------------------------------------*/
- .colLeft ul
- {
- list-style: none;
- padding: 0;
- margin: 0;
- }
- .colLeft a
- {
- text-decoration: none;
- color: {color:Post Links};
- }
- .colLeft a:hover
- {
- letter-spacing: 1px;
- opacity: 0.9;
- -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;
- }
- /*--------------------------------------TOP CIRCLE------------------------------------*/
- #sideDome
- {
- /*Circular avatar*/
- width: 64px;
- height: 64px;
- border-radius: 32px;
- -webkit-border-radius: 32px;
- -moz-border-radius: 32px;
- background: url( '{PortraitURL-64}' ) no-repeat;
- position: absolute;
- z-index: 2;
- }
- #homeDome
- {
- /*Circular home nav to hover over avatar*/
- opacity: 0;
- text-align: center;
- position:relative;
- z-index:10;
- border-radius: 32px;
- width: 64px;
- height: 64px;
- -webkit-border-radius: 32px;
- -moz-border-radius: 32px;
- }
- #homeDome a
- {
- position: absolute;
- text-decoration: none;
- text-transform: uppercase;
- color: {color:Post Text};
- /*Positioning of home link text*/
- top: 40%; left: 15%;
- }
- #homeDome:hover
- {
- color: {color:Post Details};
- opacity: .75;
- background-color: {color:Post Background};
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- /*-----------------------------------LEFT BORDER POST------------------------------------*/
- #sideBorders
- {
- border-left: 2px solid {color:Post Details};
- margin: -64px 0px -16px 30px;
- padding: 0px 10px 25px 10px;
- z-index: 1;
- }
- /*--------------------------------------SIDEBAR BOXES------------------------------------*/
- #desc, .sideBox
- {
- background-color: {color:Post Details};
- margin-bottom: 5px;
- padding: 15px 5px 15px 5px;
- color: {color:Post Text};
- line-height: 1.2em;
- box-shadow: 2px 2px 2px #888888;
- }
- #desc
- {
- background: transparent;
- background-image: -moz-radial-gradient(
- -10px 32px,
- circle closest-corner,
- transparent 0, transparent 36px,
- {color:Post Details} 37px,
- {color:Post Details} 38px);
- background-image: -webkit-radial-gradient(
- -10px 32px,
- circle closest-corner,
- rgba(0,0,0,0) 0,
- rgba(0,0,0,0) 36px,
- {color:Post Details} 37px,
- {color:Post Details} 38px);
- background-image: -ms-radial-gradient(
- -10px 32px,
- circle closest-corner,
- rgba(0,0,0,0) 0,
- rgba(0,0,0,0) 36px,
- {color:Post Details} 37px,
- {color:Post Details} 38px);
- background-image: -o-radial-gradient(
- -10px 32px,
- circle closest-corner,
- rgba(0,0,0,0) 0,
- rgba(0,0,0,0) 36px,
- {color:Post Details} 37px,
- {color:Post Details} 38px);
- background-image: radial-gradient(
- -10px 32px, circle closest-corner,
- rgba(0,0,0,0) 0,
- rgba(0,0,0,0) 36px,
- {color:Post Details} 37px,
- {color:Post Details} 38px);
- padding: 3px 3px 5px 32px;
- min-height: 65px;
- }
- #desc p
- {
- margin-top: 5px;
- }
- #search
- {
- height: 45px;
- width: 187px;
- padding: 0px 0px;
- }
- #search form
- {
- padding-top: 10px;
- padding-right: 5px;
- }
- #search input
- {
- height: 24px;
- border: none;
- float: right;
- background: {color:Post Background};
- color: {color:Post Links};
- line-height: 20px;
- }
- #search input[type="text"]
- {
- width: 151px;
- outline: none;
- }
- #search input[type="submit"]
- {
- width: 24px;
- height: 26px;
- text-align: center;
- }
- #sideBase
- {
- width:32px;
- height:32px;
- border-radius: 16px;
- -webkit-border-radius: 16px;
- -moz-border-radius: 16px;
- float: left;
- clear: both;
- margin-left: 16px;
- background: {color:Post Details};
- position: relative;
- z-index: 99;
- }
- /*--------------------------------------PAGINATION------------------------------------*/
- #sidePages
- {
- position: relative;
- margin-top: 32px;
- margin-left: 48px;
- height: 87px;
- }
- .arrow
- {
- font-size: 72px;
- z-index: 99;
- }
- #pagePrev, #pageNext
- {
- display: inline-block;
- width: 63px;
- text-align: center;
- }
- #pagePrev
- {
- margin-right: 55px;
- }
- .pageLink
- {
- opacity: 0;
- position: absolute;
- top: 38%;
- z-index: 1;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- }
- .pageLink a
- {
- text-decoration: none;
- color: {color:Post Text Link};
- background: {color:Post Details};
- }
- .pageLink:hover
- {
- opacity: 1;
- transition: all 0.6s ease-in-out;
- }
- /*------------------------------------------POSTS------------------------------------------*/
- .posts
- {
- /*---Wrapper for individual posts---*/
- background-color: {color:Post Details};
- box-shadow: 0px 0px 10px #323232;
- }
- .posts.large
- {
- width: 660px;
- }
- .posts.medium
- {
- width: 460px;
- }
- .posts.small
- {
- width: 360px;
- }
- .posts a
- {
- color: {color:Post Links};
- text-decoration: none;
- }
- .posts a:hover
- {
- letter-spacing: 1px;
- opacity: 0.8;
- -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;
- }
- blockquote img
- {
- max-width: 115%;
- }
- /*--------------------------------------POST HEAD------------------------------------*/
- .postHead
- {
- /*---Post headers, including note count/sources---*/
- position: relative;
- height: 40px;
- font-size: 0.7em;
- font-family: {font:Details};
- }
- .postFrom, .postDate, .postNotes, .postSource
- {
- position: absolute;
- width: 50%;
- }
- .postFrom
- {
- left: 10px;
- top: 2px;
- }
- .reblogLink:before
- {
- display: inline-block;
- float: left;
- content: '';
- height: 11px;
- width: 15px;
- background-repeat:no-repeat !important;
- background-size: auto 11px !important;
- -moz-background-size: auto 11px !important;
- background: url(http://static.tumblr.com/ychvj87/MXBmavh2j/rebloglink.png);
- }
- .postDate
- {
- top: 2px;
- right: 10px;
- text-align: right;
- }
- .postNotes
- {
- bottom: 0;
- right: 10px;
- text-align: right;
- }
- .postSource
- {
- bottom: 0;
- left: 10px;
- }
- /*--------------------------------------POST CONTENT------------------------------------*/
- .postBody
- {
- /*---Post content: text/quote/photo(sets)/video/audio---*/
- {block:IfRoundCorners}
- -webkit-border-radius: 16px;
- -moz-border-radius: 16px;
- border-radius: 16px;
- {/block:IfRoundCorners}
- margin-left:-20px;
- position: relative;
- overflow: hidden;
- }
- .postBody.large
- {
- width: 700px;
- }
- .postBody.medium
- {
- width: 500px;
- }
- .postBody.small
- {
- width: 400px;
- }
- .postBody blockquote
- {
- border-left: 2px double {color:Post Details};
- padding-left: 10px;
- margin: 0 0 20px 0;
- }
- .postBody .quote,
- .postBody .link,
- .postBody .text,
- .postBody div.chat,
- .postBody .question,
- .postBody .audio
- {
- /*Transparent photosets/videos/photos*/
- background: {color:Post Background}
- }
- /*--------------------------------------QUOTES------------------------------------*/
- .quoteBox
- {
- width: 85%;
- float: left;
- margin-left: 5%;
- margin-right: 10%;
- margin-bottom: 20px;
- margin-top: 10px;
- font-size: 2em;
- text-align: right;
- line-height: 1.1em;
- color: {color:Post Details};
- text-shadow: 0 1px 1px {color:Post Background};
- }
- .source
- {
- font-size: 1.3em;
- color: {color:Post Details};
- margin-right: 5%;
- padding-bottom: 20px;
- text-align: center;
- }
- /*--------------------------------------TEXT------------------------------------*/
- .text
- {
- padding: 15px 10px 20px 10px;
- }
- /*--------------------------------------CHATS------------------------------------*/
- .chat h2
- {
- padding-top: 20px;
- text-align: center;
- }
- ul.chat
- {
- padding: 25px 50px;
- font-size: 1.1em;
- list-style: none;
- }
- span.label
- {
- font-weight: bold;
- }
- ul.chat li
- {
- position: relative;
- padding: 14px;
- margin-bottom: 30px;
- border-radius: 5px;
- background: {color:Post Chat Bubble};
- height: 100%;
- }
- ul.chat li:nth-child(odd)
- {
- text-align: right;
- }
- ul.chat li:nth-child(even):after
- {
- /*Make them look like chat bubbles!*/
- content: "";
- position: absolute;
- top: 100%;
- left: 12px;
- border-top: 20px solid {color:Post Chat Bubble};
- border-left: 18px solid transparent;
- }
- ul.chat li:nth-child(odd):after
- {
- content: "";
- position: absolute;
- top: 100%;
- right: 12px;
- border-top: 20px solid {color:Post Chat Bubble};
- border-right: 18px solid transparent;
- }
- /*-----------------------------------QUESTIONS------------------------------------*/
- .asker, .answerer
- {
- position: relative;
- }
- .question .chat
- {
- padding-left: 50px;
- padding-right: 50px;
- }
- .question .asker
- {
- padding-top: 25px;
- }
- .question .answerer
- {
- padding-bottom: 25px;
- }
- .question .even, .question .odd
- {
- position: relative;
- padding: 14px;
- margin-bottom: 30px;
- border-radius: 5px;
- background: {color:Post Chat Bubble};
- }
- .question .even
- {
- margin-right: 50px;
- text-align: right;
- }
- .question .even:after
- {
- content: "";
- position: absolute;
- top: 100%;
- left: 12px;
- border-top: 20px solid {color:Post Chat Bubble};
- border-left: 18px solid transparent;
- }
- .question .odd
- {
- margin-left: 50px;
- margin-top: 60px;
- margin-bottom: 50px;
- }
- .question .odd:after
- {
- content: "";
- position: absolute;
- top: 100%;
- right: 12px;
- border-top: 20px solid {color:Post Chat Bubble};
- border-right: 18px solid transparent;
- }
- .odd p
- {
- overflow: hidden;
- width: 100%;
- }
- .question_A, .question_Q,
- .question_Asker, .question_Answerer
- {
- font-size: 3em;
- position: absolute;
- }
- .question_Q
- {
- right: 60px;
- top: 40%;
- }
- .question_A
- {
- bottom: 55%;
- left: 60px;
- }
- .question_Answerer
- {
- right: 90px;
- bottom:15px;
- border-style: none;
- }
- .question_Answerer.default
- {
- z-index: 2;
- }
- .question_Asker
- {
- left: 90px;
- bottom: -60px;
- }
- /*-----------------------------------PHOTO------------------------------------*/
- .photolarge.large img
- {
- width: 700px;
- }
- .photolarge.large
- , .photomedium.medium
- , .photosmall.small
- {
- display: inline;
- text-align: center;
- }
- .photolarge.medium
- , .photolarge.small
- , .photomedium.large
- , .photomedium.small
- , .photosmall.large
- , .photosmall.medium
- {
- display: none;
- }
- /*-----------------------------------LINKS------------------------------------*/
- .link
- {
- text-align: center;
- font-size: 1.5em;
- font-weight: normal;
- padding: 10px 15px 30px 15px;
- }
- .link h3
- {
- margin: 0;
- line-height: 2em;
- padding: 0 100px 0 100px;
- word-wrap: break-word;
- }
- .link h3:before,
- .link h3:after
- {
- height: 10px;
- display: block;
- font-size: 4em;
- font-weight: 400;
- }
- .link h3:before
- {
- content: '\221e';
- margin-bottom: 40px;
- padding-top: 40px;
- padding-bottom: 20px;
- }
- .link h3:after
- {
- content: '\221e';
- margin-bottom: 30px;
- height:18px;
- padding-top: 10px;
- padding-bottom: 20px;
- }
- /*-----------------------------------VIDEO------------------------------------*/
- .playerlarge.large
- , .playermedium.medium
- , .playersmall.small
- {
- display: inline;
- }
- .playerlarge.medium
- , .playerlarge.small
- , .playermedium.large
- , .playermedium.small
- , .playersmall.large
- , .playersmall.medium
- {
- display: none;
- }
- /*-----------------------------------AUDIO------------------------------------*/
- .audio
- {
- position: relative;
- color: {color:Post Details};
- }
- .audioArt
- {
- margin-left: 15px;
- padding-top: 20px;
- padding-bottom: 15px;
- }
- .audioArt.large, .audioArt.large img
- {
- width: 300px;
- height: 300px;
- }
- .audioArt.medium, .audioArt.medium img
- {
- width: 200px;
- height: 200px;
- }
- .audioArt.small, .audioArt.small img
- {
- width: 150px;
- height: 150px;
- }
- .audioMeta, .audioPlayer
- {
- position: absolute;
- }
- .audioMeta
- {
- font-style: italic;
- line-height: 1.1em;
- }
- .audioMeta.large
- {
- font-size: 1.2em;
- top: 150px;
- left: 325px;
- }
- .audioMeta.medium
- {
- font-size: 1.1em;
- top: 100px;
- left: 225px;
- }
- .audioMeta.small
- {
- font-size: 1em;
- top: 75px;
- left: 150px;
- }
- .audioMeta ul
- {
- list-style: none;
- }
- .audioPlayer
- {
- background: {color:Post Details};
- }
- .audioPlayer.large
- {
- top: 100px;
- left: 360px;
- }
- .audioPlayer.medium
- {
- top: 75px;
- left: 250px;
- }
- .audioPlayer.small
- {
- top: 50px;
- left: 175px;
- }
- /*--------------------------------------POST FOOTER------------------------------------*/
- .postFoot
- {
- /*---Post footer, with tags, comments & reblog/like links---*/
- position: relative;
- margin-bottom: 50px;
- min-height: 40px;
- overflow: hidden;
- }
- .caption
- {
- padding: 5px 15px 20px 15px;
- }
- .caption p
- {
- margin-bottom: 0;
- }
- .caption blockquote
- {
- border-left: 2px double {color:Post Background};
- margin-left: 0;
- margin-top: 2px;
- padding-left: 15px;
- width: 95%;
- }
- .caption img
- {
- max-width: 100%;
- }
- .postTags
- {
- width: 80%;
- }
- .tags
- {
- list-style: none;
- margin-left: 0;
- padding: 0;
- font-size: 0.7em;
- font-family: {font:Details};
- }
- .tags li
- {
- display: block;
- float: left;
- margin: 0 0 8px 16px;
- }
- .tags li a
- {
- color: #929292;
- min-height: 16px;
- background: #FFF;
- position: relative;
- display: block;
- float: left;
- padding: 0 6px 0 3px;
- text-decoration: none;
- }
- .tags li a:before
- {
- content: " ";
- display: block;
- width: 0;
- height: 0;
- border-top: 8px solid transparent;
- border-bottom: 8px solid transparent;
- border-right: 8px solid #FFF;
- position: absolute;
- margin-top: -8px;
- top: 50%;
- right: 100%;
- z-index: 2;
- }
- .tags li a:hover
- {
- background: silver;
- color: #fff;
- /*Don't want tags to space out/fade like other links*/
- letter-spacing: normal;
- opacity: 1;
- transition: none;
- }
- .tags li a:hover:before
- {
- border-right: 8px solid silver;
- }
- .postLinks
- {
- position:absolute;
- bottom: 8px;
- right: 0;
- width: 10%;
- }
- .postLike, .postReblog
- {
- width: 50%;
- }
- .postLike
- {
- float: left;
- }
- .postReblog
- {
- float: right;
- }
- /*--------------------------------------END NOTES------------------------------------*/
- #permNotes.large
- {
- width: 660px;
- }
- #permNotes.medium
- {
- width: 460px;
- font-size: 85%;
- }
- #permNotes.small
- {
- width: 360px;
- font-size: 70%;
- }
- #permNotes
- {
- background-color: {color:Post Details};
- box-shadow: 0px 0px 10px #323232;
- {block:IfRoundCorners}
- -webkit-border-radius: 16px;
- -moz-border-radius: 16px;
- border-radius: 16px;
- {/block:IfRoundCorners}
- position: relative;
- padding-top: 5px;
- padding-bottom: 5px;
- margin-bottom: 50px;
- }
- #permNotes ol
- {
- list-style: none;
- padding: 0px;
- }
- #permNotes a
- {
- text-decoration: none;
- color: {color:Post Links};
- }
- #permNotes a:hover
- {
- letter-spacing: 1px;
- opacity: 0.9;
- -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;
- }
- /*--------------------------------------USER CSS------------------------------------*/
- {CustomCSS}
- </style>
- <!--[if lt IE 9]>
- <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- </head>
- <body>
- <div id="wrapper" class="{select:Post Width}">
- <div id="title"><h1>{Title}</h1></div>
- <div class="colLeft" id="colLeft">
- <div id="sideDome"></div>
- <div id="homeDome">
- <a href="/" title="Home">Home</a>
- </div>
- <div id="sideBorders">
- <div id="desc" class="sideBox cssgradients">
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- </div>
- {block:IfConsolidatedLinks}
- <div id="links" class="sideBox">
- <ul>
- {block:HasPages}
- {block:Pages}
- <li><a href="{URL}">{Label}</a></li>
- {/block:Pages}
- {/block:HasPages}
- {block:AskEnabled}
- <li><a href="/ask">Ask</a></li>
- <li><a href="/submit">Submit</a></li>
- {/block:AskEnabled}
- {block:IfIncludeArchive}
- <li><a href="/archive">Archive</a></li>
- {/block:IfIncludeArchive}
- {block:IfLinkOne}
- <li><a href="{text:Link One}">{text:Link One Text}</a></li>
- {/block:IfLinkOne}
- {block:IfLinkTwo}
- <li><a href="{text:Link Two}">{text:Link Two Text}</a></li>
- {/block:IfLinkTwo}
- {block:IfLinkThree}
- <li><a href="{text:Link Three}">{text:Link Three Text}</a></li>
- {/block:IfLinkThree}
- <li>
- <a target="_blank" href="http://pastebin.com/vced1Kj2/">Theme</a>
- </li>
- </ul>
- </div>
- {block:IfConsolidatedLinks}
- {block:IfNotConsolidatedLinks}
- {block:HasPages}
- {block:Pages}
- <div class="sideBox">
- <ul>
- <li><a href="{URL}">{Label}</a></li>
- </ul>
- </div>
- {/block:Pages}
- {/block:HasPages}
- {block:AskEnabled}
- <div class="sideBox">
- <ul>
- <li><a href="/ask">Ask</a></li>
- </ul>
- </div>
- <div class="sideBox">
- <ul>
- <li><a href="/submit">Submit</a></li>
- </ul>
- </div>
- {/block:AskEnabled}
- {block:IfLinkOne}
- <div class="sideBox">
- <ul>
- <li><a href="{text:Link One}">{text:Link One Text}</a></li>
- </ul>
- </div>
- {/block:IfLinkOne}
- {block:IfLinkTwo}
- <div class="sideBox">
- <ul>
- <li><a href="{text:Link Two}">{text:Link Two Text}</a></li>
- </ul>
- </div>
- {/block:IfLinkTwo}
- {block:IfLinkThree}
- <div class="sideBox">
- <ul>
- <li><a href="{text:Link Three}">{text:Link Three Text}</a></li>
- </ul>
- </div>
- {/block:IfLinkThree}
- <div class="sideBox">
- <ul>
- <li><a target="_blank" href="http://pastebin.com/vced1Kj2/">Theme</a></li>
- </ul>
- </div>
- {block:IfNotConsolidatedLinks}
- <div id="search" class="sideBox">
- <form id="searchForm" onsubmit="return tagSearch(this)">
- <input name="tag" type="text" value="Search Tags..."
- onfocus="if(this.value == 'Search Tags...') { this.value = ''; }"
- onblur="if(this.value == '') { this.value = 'Search Tags...'; }" />
- <input type="submit" value="S" />
- </form>
- </div>
- </div>
- <div id="sideBase"></div>
- {block:IfNotInfiniteScroll}
- {block:Pagination}
- <div id="sidePages">
- <div id="pagePrev">
- {block:PreviousPage}
- <div class="arrow">«</div>
- <div class="pageLink"><a href="{PreviousPage}">Previous</a></div>
- {/block:PreviousPage}
- </div>
- <div id="pageNext">
- {block:NextPage}
- <div class="arrow">»</div>
- <div class="pageLink"><a href="{NextPage}"> Next </a></div>
- {/block:NextPage}
- </div>
- </div>
- {/block:Pagination}
- {/block:IfNotInfiniteScroll}
- </div>
- <div id="colRight" class="{select:Post Width}">
- {block:IfInfiniteScroll}
- <div class="autopagerize_page_element">
- {/block:IfInfiniteScroll}
- {block:Posts}
- <div class="posts {select:Post Width}">
- <div class="postHead">
- <div class="postFrom">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" class="reblogLink">
- {ReblogParentName}
- </a> <br/>
- {/block:RebloggedFrom}
- </div>
- <div class="postSource">
- {block:ContentSource}
- <a href="{SourceURL}">
- {lang:Source}: {SourceTitle}
- </a><br/>
- {/block:ContentSource}
- </div>
- <div class="postDate">
- {block:Date}
- <a href="{Permalink}">
- Posted {DayOfMonth}, {Month}, {Year}
- </a>
- {/block:Date}
- </div>
- <div class="postNotes">
- {block:NoteCount}
- <a href="{permalink}">{NoteCountWithLabel}</a>
- {/block:NoteCount}
- </div>
- </div>
- <div class="postBody {select:Post Width}">
- {block:Text}
- <div class="text">
- {block:Title}
- <h2><a href="{Permalink}">{Title}</a></h2>
- {/block:Title}
- {Body}
- {block:More}
- <a href="{Permalink}" class="readMore">...Read more</a>
- {/block:More}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="photolarge {select:Post Width}">
- <div class="photoinner">
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
- </div>
- </div>
- <div class="photomedium {select:Post Width}">
- <div class="photoinner">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- </div>
- </div>
- <div class="photosmall {select:Post Width}">
- <div class="photoinner">
- <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
- </div>
- </div>
- {/block:Photo}
- {block:Panorama}
- <div class="panorama">
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- </div>
- {/block:Panorama}
- {block:Photoset}
- <div class="photoset">
- {Photoset}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- <div class="quoteBox">{Quote}</div>
- {block:Source}
- <div class="source">—{Source}—</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="link">
- <h3><a href="{URL}" class="link" {Target}>{Name}</a></h3>
- </div>
- {/block:Link}
- {block:Chat}
- <div class="chat">
- {block:Title}
- <h2><a href="{Permalink}">{Title}</a></h2>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}<br/></span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Video}
- <div class="video">
- <div class="playerlarge {select:Post Width}">
- {Video-700}
- </div>
- <div class="playermedium {select:Post Width}">
- {Video-500}
- </div>
- <div class="playersmall {select:Post Width}">
- {Video-400}
- </div>
- </div>
- {/block:Video}
- {block:Audio}
- <div class="audio {select:Post Width}">
- <div class="audioArt {select:Post Width}">
- {block:AlbumArt}
- <img src="{AlbumArtURL}" alt="{Album} Art"/>
- {/block:AlbumArt}
- </div>
- <div class="audioPlayer {select:Post Width}">
- {AudioPlayer}
- </div>
- <div class="audioMeta {select:Post Width}">
- <ul>
- {block:TrackName}<li>Track: {TrackName}</li>{/block:TrackName}
- {block:Artist}<li>Artist: {Artist}</li>{/block:Artist}
- {block:Album}<li>Album: {Album}</li>{/block:Album}
- </ul>
- </div>
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="question">
- <div class="asker">
- <div class="chat">
- <div class="even">
- <span class="label">{Asker}:<br/></span>
- {Question}
- </div>
- </div>
- <div class="question_Q">Q</div>
- <div class="question_Asker">
- <img src="{AskerPortraitURL-40}" alt="Asker Pic" />
- </div>
- </div>
- <div class="answerer">
- <div class="chat">
- <div class="odd">
- {Answer}
- </div>
- </div>
- <div class="question_A">A</div>
- <div class="question_Answerer default">
- <img src="{AnswererPortraitURL-40}" />
- </div>
- <div class="question_Answerer">
- <img src="{PortraitURL-40}" alt=" "/>
- </div>
- </div>
- </div>
- {/block:Answer}
- </div>
- <div class="postFoot">
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {block:Link}
- {block:Description}
- <div class="caption">{Description}</div>
- {/block:Description}
- {/block:Link}
- <div class="postTags">
- {block:HasTags}
- <ul class="tags">
- {block:Tags}
- <li><a href="{TagURL}">#{Tag}</a></li>
- {/block:Tags}
- </ul>
- {/block:HasTags}
- </div>
- <div class="postLinks">
- <div class="postLike">{LikeButton color="black" size="17"}</div>
- <div class="postReblog">{ReblogButton color="black" size="17"}</div>
- </div>
- </div>
- </div>
- {block:PermalinkPage}
- {block:PostNotes}
- <div id="permNotes" class="{select:Post Width}">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- {block:IfInfiniteScroll}
- </div>
- {/block:IfInfiniteScroll}
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement