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=Petit+Formal+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Monda:400,700' rel='stylesheet' type='text/css'>
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content="" />
- <meta name="color:Background" content="#fdf3ee" />
- <meta name="color:Post Background" content="#ffffff" />
- <meta name="color:Info Background" content="#ebebeb" />
- <meta name="color:Title" content="#000000" />
- <meta name="color:Text" content="#4d4c4a" />
- <meta name="color:Links" 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:Post border" content="#d6d6d6" />
- <meta name="color:Topbar background" content="#d6d6d6" />
- <meta name="color:Navigation bg" content="#eeeeee" />
- <meta name="color:Navigation hover" content="cccccc" />
- <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="text:Link 5" content="" />
- <meta name="text:Link 5 Title" content="" />
- <meta name="if:EndlessScrolling" content="0"/>
- <meta name="if:ShowCaptions" 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:monda;
- font-size:10px;}
- 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;}
- /* TOPBAR */
- .topbar{
- text-align:center;
- position:fixed;
- width: 100%;
- line-height: 12px;
- background-color: {color:topbar background};
- margin-top: -15px;
- padding: 9px;
- margin-left: -10px;}
- #title{color:{color:title};
- padding-top:5px;
- padding-bottom:15px;
- font-size:20px;
- font-family: 'Petit Formal Script', cursive;}
- /*POSTS */
- .contentwhole {width:500px;
- padding: 0px;
- padding-top: 10px;
- margin-bottom: 0px;
- height:100%;
- margin-top: 0px;}
- .post {
- margin-top:60px;
- margin-bottom:-40px;
- margin-left:250px;
- width: 500px;
- padding-top:10px;
- padding-left:10px;
- padding-right:10px;
- padding-bottom:16px;
- border:1px solid{color:Post border};
- 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:calibri;
- letter-spacing:1px;
- border-bottom: 1px dotted {color:post border};
- }
- .info{
- text-align: center;
- margin-left: auto;
- margin-right: auto;
- background: {color:info background};
- line-height: 1px;
- margin-top: 13px;
- margin-right: -10px;
- margin-left: -10px;
- margin-bottom: -16px;
- overflow: hidden;}
- /* SIDEBAR */
- #sidebar {width:150px;
- height:100%;
- position:fixed;
- margin:50px;
- margin-top:70px;
- padding:5px;
- background-color:{color:post background};
- border:1px solid{color:Post border};}
- #sidebarimage img {
- width:150px;
- margin-right:2px;
- padding-bottom:10px;
- border-bottom: 1px dotted {color:post border};
- }
- #description {
- text-align:left;
- height:200px;
- overflow:auto}
- #custom a{
- background-color:{color:navigation bg};
- display:block;
- margin-top:5px;
- text-transform:uppercase;
- text-align:center;
- -webkit-transition:0.5s linear ;
- transition: 0.5s;
- -moz-transition: 0.5s;
- -o-transition: 0.5s;
- }
- #custom a:hover{
- background-color:{color:navigation hover};
- left:1px;
- text-decoration:none;}
- /* 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>
- <!-- TITLE -->
- <div class="topbar">
- <div id="title">{title}</div>
- <div id="navi">
- <a href="/"><img src=http://i50.tinypic.com/195hi.png></a> <a href="/ask"><img src=http://i48.tinypic.com/1676zr6.png></a> <a href="/archive"><img src=http://i45.tinypic.com/2uiixxw.png></a> <a href="/submit"><img src=http://i48.tinypic.com/rgzexi.png></a>
- </div></div></div>
- <div id="sidebar">
- <div id="sidebarimage">
- <img src="{image:sidebar}" ></div>
- <div id="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}
- {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}</div>
- <p>
- {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}
- <div id="description">
- {Description} </div>
- <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}
- {Photoset-500}
- {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">{block:Date}<p><a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with {NoteCountWithLabel}</p>{/block:NoteCount}
- </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