Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#FFFFFF"/>
- <meta name="color:posts" content="#e8e8e8"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:title" content="#000000"/>
- <meta name="color:link" content="#000000"/>
- <meta name="color:blockquote" content="#000000"/>
- <meta name="color:blog title" content="#000000"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebarpic" content="http://25.media.tumblr.com/tumblr_mdo6vmsmoz1rt2snwo1_250.png"/>
- <meta name="if:Show Sidebar Image" content="1"/>
- <meta name="if:Show caption" content=""/>
- <meta name="if:Infinite scrolling" content="1"/>
- <meta name="if:Pagination" content=""/>
- <meta name="text:Link 1 Title" content="link 1"/>
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 Title" content="link 2"/>
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 Title" content="link 3"/>
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 Title" content="link 4"/>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />{/block:Description}
- <title>
- {block:PostSummary}
- {PostSummary} - {/block:PostSummary}{Title}</title>
- {block:ifinfinitescrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop">▲</a>
- {/block:ifinfinitescrolling}
- <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
- <script>
- $(document).ready(function(){
- $(".description").hide();
- $(".blogtitle").click(function(){
- $('.description').slideToggle("fast");
- return true;
- });
- });
- </script>
- <style type="text/css">
- body {
- margin:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- body, div, p, textarea, submit, input{
- font-family: georgia;
- font-size: 9px;
- line-height: 10px;
- letter-spacing:0px;
- color:{color:Text};
- }
- p {
- margin:0px;
- margin-top:5px;
- }
- a:link, a:active, a:visited{
- text-decoration: none;
- color: {color:Link};
- }
- a:hover {
- text-decoration: line-through;
- }
- #center {
- margin:auto;
- position:relative;
- width:540px;
- overflow: visible;
- }
- #content {
- width:400px;
- margin-top: 50px;
- }
- @font-face {font-family: "04b03";
- src: url('http://static.tumblr.com/icz5xqv/ZUmlobzpk/bonjourlindas.blgspt_upload_pxl.ttf'); format("truetype"); }
- @font-face {font-family: "charnarr";
- src: url('http://static.tumblr.com/icz5xqv/ZUmlobzpk/bonjourlindas.blgspt_upload_pxl.ttf'); format("truetype");}
- #linkbox {
- margin: 130px 0px 0px 560px;
- position: fixed;
- padding: 2px;
- width: 300px;
- }
- #links a{
- width: 35px;
- height: 35px;
- background-color:#fff;
- font-size:8px;
- font-family:'04b03';
- text-transform: uppercase;
- padding: 2px;
- line-height:35px;
- color: black;
- text-align:center;
- -webkit-transition-duration: 1s;
- border-top-right-radius:70px;
- border-bottom-right-radius:70px;
- border-top-left-radius:70px;
- border-bottom-left-radius:70px;
- display: inline-block;
- -webkit-transition-duration: 1s;
- padding:2px;
- }
- #links a:hover {
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- }
- .menu{
- color: #000
- width: 35px;
- height: 25px;
- background-color:#fff;
- font-size:8px;
- font-family:'04b03';
- text-transform: uppercase;
- margin-top:2px;
- margin-left:1px;
- z-index:-10;
- padding: 2px;
- line-height:25px;
- text-align:center;
- padding:2px;
- -webkit-transition-duration: 1s;
- border-top-right-radius:90px;
- border-bottom-right-radius:90px;
- border-top-left-radius:90px;
- border-bottom-left-radius:90px;
- display: inline-block;
- }
- .menu:hover {
- -webkit-transition-duration: 1s;
- -moz-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- }
- #entry {
- margin-top:-40px;
- width: 400px;
- margin-bottom: 60px;
- padding: 7px;
- text-align: left;
- background: {color:posts};
- }
- #entry .perma {
- position: absolute;
- margin-left: -100px;
- width: 200px;
- text-align: right;
- opacity: 0;
- z-index: 1000;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #entry .perma a{
- color: {color:text};
- }
- #entry:hover .perma {
- opacity: 1;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #sidebar {
- position:fixed !important;
- width: 130px;
- padding-left: 10px;
- margin: 100px 0px 0px 400px;
- }
- .sidepic {
- width: 130px;
- min-height: 130px;
- overflow: hidden;
- margin-left: 5px;
- background:#eeeeee;
- padding:2px;
- border: 3px solid #000;
- }
- .sidepic img {
- width: 130px;
- min-height: 130px;
- }
- #postnotes{
- text-align: left;
- }
- #postnotes blockquote{
- border: 0px;
- }
- .title{
- font-size: 14px;
- line-height: 14px;
- font-style: italic;
- letter-spacing: 2px;
- text-transform: lowercase;
- color: {color:Title};
- }
- .blogtitle {
- font-size: 11px;
- letter-spacing: 3px;
- cursor: help;
- text-align:center;
- line-height: 11px;
- margin-left: 15px;
- text-transform: uppercase;
- color: {color:blog title};
- }
- blockquote{
- padding:0px 0px 0px 5px;
- margin: 5px 0px 2px 10px;
- border-left: 3px solid {color:blockquote};
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- .chat .line{
- background-color:#ffffff;
- margin: 0 0 1px;
- padding: 5px;
- }
- .chat .line.odd{
- background-color:#F0F0F0;
- }
- .label {
- font-weight:bold;
- }
- a img{
- border: 0px;
- }
- .p {
- padding-top: 5px;
- }
- .ol, ul {
- margin-left: 10px;
- padding: 5px;
- }
- .ul {
- list-style-type: square;
- }
- .audio {
- background: black;
- height: 27px;
- width: 400px;
- }
- .arrow_box {
- position: relative;
- background: #000;
- }
- .arrow_box:after {
- top: 100%;
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none;
- }
- .arrow_box:after {
- border-color: rgba(0, 0, 0, 0);
- border-top-color: #000;
- border-width: 10px;
- left: 10%;
- margin-left: -10px;
- }
- .notes img{
- width:10px;
- position:left;
- top:3px;
- }
- {font-size: 100%;}
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="center">
- <div id="sidebar">
- {block:ifshowsidebarimage}<a href="/"><div class="sidepic"><img src="{image:sidebarpic}" width=170px></div></a>{/block:ifshowsidebarimage}
- <center><br><div class="blogtitle">{Title}</div></center>
- <div class="description"><br><div style="margin-left:15px"><center>{Description}<br>
- <a href="{text:Link 1}">{text:Link 1 Title}</a>
- <a href="{text:Link 2}">{text:Link 2 Title}</a>
- <a href="{text:Link 3}">{text:Link 3 Title}</a>
- <a href="{text:Link 4}">{text:Link 4 Title}</a>
- </center></div>
- {block:ifpagination}<br><br>
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
- {/block:ifpagination}
- </div>
- </div>
- <div id="linkbox"><div id="links">
- <div id="menu"><a href="/">home</a></div><br>
- <div id="menu"><a href="/ask">ask</a></div><br>
- <div id="menu"><a href="/archive">archive</a></div><br>
- <div id="menu"><a href="http://s-uicidalgirl.tumblr.com">theme</a></div>
- </div></div>
- <br><br><br><br><br><br><br><br><br>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:IndexPage}<div class="perma"><a href="{Permalink}">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}</a><br><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
- {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}{Body}{/block:text}
- {block:Link}<a href="{URL}" class="title">{Name} »</a>{block:Description}{Description}{/block:Description}{/block:link}
- {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
- {block:Photoset}{Photoset-400}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}
- {block:Quote}<span class="title">{Quote}</span>{block:Source}- {Source}{/block:Source}<br>{/block:Quote}
- {block:Chat}{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
- {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{/block:Chat}
- {block:Audio}<div class="audio">{AudioPlayerBlack}</div><div class="arrow_box"></div><br>{block:TrackName}"{TrackName}"{/block:TrackName}{block:Artist}by {Artist}{/block:Artist}
- {/block:Audio}
- {block:Video}{Video-400}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
- {block:PermalinkPage}
- <div id="permapage">{block:ifnotshowcaption}{block:caption}{caption}{/block:caption}{/block:ifnotshowcaption}<Br>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}</div>{/block:Posts}
- </div></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment