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">
- <html>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- {block:IfEndlessScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
- <link href='http://fonts.googleapis.com/css?family=Merienda' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content="" />
- <meta name="color:Background" content="#1b1b1b" />
- <meta name="color:Post Background" content="#ffffff" />
- <meta name="color:Info Background" content="#ebebeb" />
- <meta name="color:Title" content="#494848" />
- <meta name="color:Text" content="292723" />
- <meta name="color:Links" content="#90bfcc" />
- <meta name="color:Description" content="#90bfcc" />
- <meta name="color:Links Hover" content="#CCCCCC" />
- <meta name="color:scroll bar" content="#CCCCCC" />
- <meta name="color:Post title" content="#a09280" />
- <meta name="color:Navigation bg" content="#979797" />
- <meta name="color:Navigation hover" content="#585854" />
- <meta name="text:Link 1 Title" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 Title" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 Title" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4" content ="" />
- <meta name="text:Link 4 Title" content="" />
- <meta name="if:EndlessScrolling" content="0"/>
- <meta name="if:ShowCaptions" content="0">
- <meta name="if:Monochrome" content="0">
- <!-- END DEFAULT VARIABLES -->
- <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:scroll bar}; }
- /* Body */
- body {
- background-color:{color:Background};
- background-image: url('{image:Background}');
- background-attachment:fixed;
- color:{color:Text};
- font-family:Oxygen;
- font-size:11px;}
- a {text-decoration:none;
- color:{color:links};
- 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;}
- {block:ifmonochrome}img, .photo{-webkit-filter: Grayscale(100%); -webkit-transition-duration: 0.8s; -moz-transition-duration:0.8s; transition-duration:0.8s; -o-transition-duration:0.8s;}
- img:hover, .photo:hover{-webkit-filter: Grayscale(100%); -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;} {block:ifmonochrome}
- /*POSTS */
- .contentwhole {width:500px;
- margin-bottom: 10px;
- height:100%;
- margin-top: -40px;}
- .post {
- margin-top:50px;
- margin-bottom:-20px;
- margin-left:50px;
- width: 500px;
- padding-top:5px;
- padding-left:5px;
- padding-right:5px;
- padding-bottom:16px;
- background-color:{color:post background};}
- blockquote {margin-left:0px;
- padding-left:10px;
- border-left:1px solid {color:post border};}
- blockquote blockquote {margin-left:0px;
- padding-left:10px;
- border-left:1px solid {color:post border}}
- .ttitle{font-size:15px;
- font-family:oxygen;
- letter-spacing:1px;
- border-bottom: 1px dotted {color:post border};
- }
- .info{
- text-align: center;
- background: {color:info background};
- line-height: 0px;
- margin-top: 13px;
- padding-left:450px;
- margin-right: -5px;
- margin-left: -5px;
- margin-bottom: -16px;
- overflow: hidden;
- }
- /* SIDEBAR */
- #sidebar {width:200px;
- height:100%;
- position:fixed;
- margin-left:650px;
- margin-top:px;
- padding:5px;
- background-color:none;}
- #sidebarimage img {
- width:200px;
- margin-right:2px;
- padding-bottom:10px;
- -moz-border-radius:11px; -webkit-border-radius:11px;}
- #title{color:{color:title};
- text-align:center;
- padding-top:5px;
- padding-bottom:5px;
- font-size:20px;
- font-family: Merienda}
- #description {
- padding-top:5px;
- padding-bottom:5px;
- text-align:left;
- color:{color:description};}
- /* LINKS */
- div.navigate a{
- background:{color:navigation bg};
- color: #ffffff;
- display:block;
- width: 97px;
- text-align: center;
- padding-top:2px;
- padding-bottom:3px;
- margin-left:2px;
- margin-top:2px;
- position:relative;
- text-align: center;
- z-index:1;
- -moz-border-radius:7px;
- -webkit-border-radius:7px; display: inline-block;}
- div.navigate a:hover{
- background: {color:navigation hover};
- color: #ffffff;
- transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -moz-transform: rotate(360deg);}
- div.custom a{
- background:{color:navigation bg};
- color: #ffffff;
- display:block;
- width: 97px;
- text-align: center;
- padding-top:2px;
- padding-bottom:3px;
- margin-left:2px;
- margin-top:2px;
- position:relative;
- text-align: center;
- z-index:1;
- -moz-border-radius:7px;
- -webkit-border-radius:7px; display: inline-block;}
- div.custom a:hover{
- background: {color:navigation hover};
- color: #ffffff;
- transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -moz-transform: rotate(360deg);}
- /* 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;}
- {CustomCSS}
- </style>
- </head>
- <!-- HTML -->
- <body>
- <!-- SIDEBAR -->
- <div id="sidebar">
- <div id="sidebarimage">
- <img src="{image:sidebar}" ></div>
- <div id="title"><a href="/">{title}</a></div>
- <div id="custom">
- </div>
- <div id="description">
- <center><div class="navigate">
- <a href="/ask">Ask</a><a href="/archive">Archive</a>
- </div>
- <div id="description">{Description} </div>
- <div class="custom">
- {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}{block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
- </div>
- </div>
- {block:IfNotEndlessScrolling}
- <center>
- {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}
- <p>
- </div></div>
- <!-- POSTS -->
- <div class="contentwhole">
- <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">
- <!-- Text -->
- {block:Text}
- {block:Title}<a href="{Permalink}" class="ttitle">{Title}</a>{/block:Title}
- {Body}
- {/block:Text}
- <!-- Photo -->
- {block:Photo}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}">
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photo}
- <!-- Photoset -->
- {block:Photoset}
- <div class="photo">{Photoset-500}</div>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photoset}
- <!-- Quote -->
- {block:Quote}
- <h4>"{Quote}"</h4>
- {block:Source}<p>{Source}</p>{/block:Source}
- {/block:Quote}
- <!-- Link -->
- {block:Link}
- <h3><a href="{URL}" target="_blank">{Name}</a></h3>
- {block:Description}<p>{Description}</p>{/block:Description}
- {/block:Link}
- <!-- Chat -->
- {block:Chat}
- {block:Title}<h3>{Title}</h3>{/block:Title}
- {block:Lines}
- {block:Label}{Label}{/block:Label} {Line}</br>
- {/block:Lines}
- {/block:Chat}
- <!-- Audio -->
- {block:Audio}
- {AudioPlayerBlack}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- <!-- Video -->
- {block:Video}
- {Video-500}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Video}
- <!-- Message -->
- {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:30px; border-radius:30px; float:left"></td>
- <td style="vertical-align:top;"><strong>{Asker} said:</strong> {Question}</td>
- </tr>
- </table>
- {Answer}
- {/block:Answer}
- <!-- Post bottom -->
- <div class="info"><p>{block:Date}{/block:Date} <a href="{Permalink}">
- {NoteCount}</a> ✖ <a href="{ReblogURL}">RB</a>
- </div>
- <!-- Permalink page -->
- {block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- <!-- Other -->
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div>
- {/block:Posts}
- </div>
- <!-- END POSTS -->
- <div class="credit"><a href="http://chinqu.tumblr.com">
- <div class="credittext"> Theme
- </div></a></div></div></div>
- </body>
- </html> </head>
- <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment