Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme by -injection. please don't remove credit. if you do put in your faq.-->
- <head>
- <title>{Title}</title>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#D8D8D8"/>
- <meta name="color:Link" content="#000"/>
- <meta name="color:Text" content="#000"/>
- <meta name="color:Title" content="#000"/>
- <meta name="color:Hover" content="#FFF"/>
- <meta name="if:Show Sidebar Image" content="0"/>
- <meta name="if:Show Arrows" content="1"/>
- <meta name="color:Scrollbar" content="#DDD"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Show Custom Sidebar" content="1"/>
- <meta name="image:Background" content=""/>
- <meta name="if:Infinite Scrolling" content="0"/>
- <meta name="text:Link One Title" content=""/>
- <meta name="text:Link One" content=""/>
- <meta name="text:Link Two Title" content=""/>
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Three Title" content=""/>
- <meta name="text:Link Three" content="" />
- <meta name="text:Link One Title" content=""/>
- <meta name="text:Link One" content="" />
- <meta name="text:Link Two Title" content=""/>
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Three Title" content=""/>
- <meta name="text:Link Three" content=""/>
- <meta name="text:Link Four Title" content=""/>
- <meta name="text:Link Four" content=""/>
- <style type="text/css">
- a:hover {
- color:{color:Hover};
- text-decoration: none;
- font-style: none;
- -webkit-transition-duration: 0.8s;
- }
- </style>
- <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: verdana; font-size: 9px; line-height:10px; letter-spacing:0px; color:{color:Text};}
- p { margin:0px; margin-top:0px;}
- a:link, a:active, a:visited{ color: {color:Link}; text-decoration: none;}
- a:hover {color:{color:Hover}; text-decoration: none;}
- <!-kb->
- div#center{
- margin:auto;
- position:relative;
- width:840px;
- background-color:;
- overflow-y:hidden;}
- div#content{
- float:right;
- width:360px;
- padding:1px;
- padding-top: px;
- margin-right: 250px;
- margin-top: 20px;
- background:;}
- div#entry{background-color: #FFF;border: 0px solid #000000;margin-top:0px;padding-top:0px; padding-right:0px;padding-bottom:0px;}
- #entry .perma a{color:{Color:Links};}
- div#sidebar{
- position:fixed !important;
- width: 185px;
- height: auto;
- margin: 150px 0px 0px 0px;
- padding-top:0px;
- padding-left:-2px;
- font-size: 10px;
- line-height:8px;
- letter-spacing:0px;
- margin-bottom: 6px;
- background-color:white;
- border: 4px solid transparent;
- moz border-radius: 0px;border-radius: 0px;box-shadow: 20px 0px 20px rgba(0,0,0,0.35);-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.35); -moz-box-shadow: 20px 0px 0px rgba(0,0,0,0.35);}
- div#sidebar2{ position:fixed !important; width: 355px; height: 10;margin-left: 228px; margin-top: 1px;padding:3px; letter-spacing:0px;margin-bottom: 0px; background-color:white;border: 0px solid #000; }
- #postnotes{ text-align: justify;}
- #postnotes blockquote{ border: 0px;}
- .title{ font-family: georgia; font-size: 10px; line-height: 12px; color: {color:Title}; letter-spacing: 1px; font-weight: normal; padding:0px 0px 0px 0px;}
- .title2{ font-family: georgia; font-size: 10px; line-height: 12px; color: {color:Title}; letter-spacing: 1px; font-weight: normal; padding:0px 0px 0px 0px;}
- blockquote{ padding:0px 0px 2px 5px; margin:0px 0px 2px 1px; border-left: 1px dotted #555555;}
- blockquote p, ul{ margin:0px; padding:0px; }
- a img{border: 0px;}
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
- .notes img{width:10px; position:relative; top:3px;}
- .permalink{ display: block; font-size: 10px; text-align: right; background-color:#FFFFFF;}
- small{font-size: 90%;}
- </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="cage">
- <div id="center">
- <div id="sidebar">
- {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=175px></a>{/block:ifshowsidebarimage}
- <center>{Description}
- <div align="right">
- {block:ifshowarrows}{block:NextPage}<a href="{NextPage}"><center><font size="2"> > </font></center></a>{/block:NextPage}
- {block:PreviousPage} <a href="{PreviousPage}"><center><font size="2"> < </font></center></a>{/block:PreviousPage}{/block:ifshowarrows}
- </div>
- </div>
- {block:IfShowCustomSidebar}<div id="sidebar2">
- <div class="links"><center><a href="/ask">ask</a>
- {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages} {block:IfLinkOneTitle} | <a href="{text:Link One}">{text:Link One Title} </a> {/block:ifLinkOneTitle} {block:ifLinkTwoTitle} | <a href="{text:Link Two}"> {text:Link Two Title} </a> {/block:ifLinkTwoTitle} {block:ifLinkThreeTitle} | <a href="{text:Link Three}"> {text:Link Three Title} </a> {/block:ifLinkThreeTitle} | {block:ifLinkFourTitle} <a href="{text:Link Four}">{text:Link Four Title} </a> {/block:ifLinkFourTitle}
- </div></center>
- </div>
- {/block:IfShowCustomSidebar}
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="entrytext">{Body}</span>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}<center>
- {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=360px></a>{LinkCloseTag}</center>
- {/block:Photo}
- {block:Quote}
- <span class="title">{Quote}</span>
- {block:Source}{Source}{/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <centeR><div style="width:360px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
- {FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</small></div></div></centeR><BR>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}<center>
- {Video-400}<BR>
- {block:Caption}{Caption}{/block:Caption}</center>
- {block:Video}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
- <span class="permalink"><a href="{permalink}"><a href="{permalink}"><a href="{permalink}">{block:Date}{Month} {DayOfMonth}, {Year} {/block:Date}</a></a><br>{/block:HasTags}</span>
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div></div>
- {Block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/Block:ifinfinitescrolling}
- </div>
- </center>
- </body>
- </html>
- <div style="position:fixed; top:0px; left:0px;">
- theme by<a href="http://-injection.tumblr.com">-injection</a>
Advertisement
Add Comment
Please, Sign In to add comment