Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <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}
- <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Merienda' rel='stylesheet' type='text/css'>
- {block:IfEndlessScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
- <meta name="image:Background" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="color:Background" content="#cfcfcf"/>
- <meta name="color:Link" content="#926969"/>
- <meta name="color:Borders" content="#d3d3d3"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Permalink" content="#cccccc"/>
- <meta name="color:Link hover" content="#615b5b"/>
- <meta name="color:Content Background" content="#ffffff"/>
- <meta name="color:Scrollbar" content="#cccccc"/>
- <meta name="color:Navigation Links" content="#000000"/>
- <meta name="color:Navigation Background" content="#cccccc"/>
- <meta name="color:Navigation Hover" content="#c7c7c7c7"/>
- <meta name="if:EndlessScrolling" content="0"/>
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 URL" content=""/>
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 URL" content=""/>
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 URL" content=""/>
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 URL" content=""/>
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 URL" content=""/>
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 URL" content=""/>
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar { width: 4px; height: 4px; }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #9C9C9C; }
- ::-webkit-scrollbar-track-piece { background-color: white; }
- ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: {color:scrollbar}; }
- /* BODY */
- body {background:{color:background};
- background-image: url({image:Background}) ;
- background-attachment:fixed;
- color:{color:text};
- font-family: roboto;
- font-size:10px;}
- a:link, a:active, a:visited{
- text-decoration:none;
- color:{color:link};
- opacity:;
- z-index:999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out; }
- a:hover{opacity: .5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- #container {width:760px;
- margin:0px 0px 20px 100px;}
- /* SIDEBAR */
- #sidebar {position:fixed;
- float:left;
- width:200px;
- padding:5px;
- line-height:100%;
- border: 1px solid {color:borders};
- background:{color:content background};
- -moz-border-radius:15px;
- -webkit-border-radius:15px;}
- #sidebarimage img {-moz-border-radius:15px;
- -webkit-border-radius:15px;
- opacity:;
- z-index:999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- #sidebarimage img:hover {-webkit-filter: Grayscale(100%);
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration:0.8s; transition-duration:0.8s;
- -o-transition-duration:0.8s;}
- #title {font-size:15px;
- text-align:center;
- font-family: Merienda;
- letter-spacing:1px;
- margin-bottom:5px;
- padding-bottom:10px;
- border-bottom: 1px solid #CCCCCC;}
- #description {width:190px;
- padding: 5px;
- line-height:12px;
- border-bottom: 1px solid #CCCCCC;
- margin-bottom:10px;}
- .links {letter-spacing:2px;
- margin-bottom:15px;}
- .links a {background: {color:navigation background};
- color: {color:navigation links};
- display:block;
- width: 90px;
- text-align: center;
- padding-top:2px;
- padding-bottom:3px;
- margin-left:5px;
- margin-top:2px;
- position:relative;
- text-align: center;
- z-index:1;
- display: inline-block;}
- .links a:hover{background: {color:navigation hover};
- color: {color:navigation links};
- -moz-border-radius:15px;
- -webkit-border-radius:15px;}
- /* POSTS */
- #content {width:510px;
- float:right;}
- .post {background: {color:content background};
- border: 1px solid {color:borders};
- margin-top:0px;
- margin-bottom:15px;
- margin-left:50px;
- width: 500px;
- padding-top:5px;
- padding-left:5px;
- padding-right:5px;
- padding-bottom:10px;}
- .info{text-align: left;
- background: {color:permalink};
- line-height: 0px;
- margin-top: 13px;
- padding-left:5px;
- padding-right:400px;
- margin-left: -5px;
- margin-right:-5px;
- margin-bottom: -10px;
- overflow: hidden;}
- h3 {text-decoration:none;
- margin-top:0px;
- font-size:11px;
- letter-spacing:1px;
- line-height:15px;
- border-bottom: 1px solid #CCCCCC;}
- blockquote {margin-left:0px;
- padding-left:10px;
- border-left:1px solid {color:borders};}
- blockquote blockquote {margin-left:0px;
- padding-left:10px;
- border-left:1px solid {color:borders};}
- /* CREDIT DO NOT REMOVE */
- .credit { position: fixed;
- bottom: 5px;
- right: 5px;
- font-size: 12px;
- font-family: verdana;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;}
- .credittext { height:10px;
- width:50px;
- overflow:hidden;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- font-family:calibri;
- font-size:10px;
- text-transform:lowercase;
- text-align:center;
- }
- .credit:hover .credittext{
- height: 11px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;}
- </style></head>
- <body>
- <div id="container">
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}" width="200px;"></div>
- <br>
- <div id="title"><a href="/">{Title}</a></div>
- {block:Description}
- <div id="description">
- {Description}
- </div>
- {/block:Description}
- <div class="links">
- <a href="/">Home</a>
- <a href="/ask">Ask</a>
- <a href="/archive">Archive</a>
- <a href="/random">Random</a>
- <p>
- {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a>{/block:ifLink2} {block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4 URL}">{text:Link4}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5 URL}">{text:Link5}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6 URL}">{text:Link6}</a>{/block:ifLink6}
- <p>
- {block:IfNotEndlessScrolling}
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« B A C K</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">N E X T »</a>{/block:NextPage}{/block:Pagination}
- {/block:IfNotEndlessScrolling}
- </div></div>
- <div id="content">
- <div class="autopagerize_page_element">
- {block:Posts}
- <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- <div class="post">
- {block:Text}{block:Title}<h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- "{Quote}"
- {block:Source}
- <div class="source">-{source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h3><a href="{URL}" target="_blank">{Name}</a></h3>
- {block:Description}<p>{Description}</p>{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Video}
- {Video-500}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- {AudioPlayerBlack}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Answer}
- <table style="padding-bottom:5px;margin-bottom:5px;">
- <tr>
- <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-64}" style="height:60px; width:60px; -moz-border-radius:11px; border-radius:11px; float:left"></td>
- <td style="vertical-align:top;"><strong>{Asker} said:</strong> {Question}</td>
- </tr>
- </table>
- {Answer}
- {/block:Answer}
- <div class="info"><p>{block:Date}{/block:Date} <a href="{Permalink}">
- {NoteCount} Notes</a> | <a href="{ReblogURL}">Reblog</a>
- </div>
- {block:PermalinkPage}
- {block:PostNotes}
- <div id="postnotes"> {PostNotes} </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div></div>
- <div class="credit"><a href="http://chinqu.tumblr.com">
- <div class="credittext"> Theme
- </div></a></div></div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment