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">
- <!--- "plan b by cyliejenner, DON'T STEAL AND PLEASE DON'T REMOVE CREDIT. YOU CAN MOVE IT TO ANOTHER PAGE BUT DON'T REMOVE IT COMPLETELY! --->
- <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}
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#222222"/>
- <meta name="color:titles" content="#000000"/>
- <meta name="color:links" content="#444444"/>
- <meta name="color:links hover" content="#000000"/>
- <meta name="color:scrollbar" content="#b8b8b8"/>
- <meta name="color:borders" content="#f8f8f8"/>
- <meta name="image:sidebar" content""/>
- <meta name="text:link 1" content="http://"/>
- <meta name="text:link 1 title" content=""/>
- <meta name="text:link 2" content="http://"/>
- <meta name="text:link 2 title" content=""/>
- <style type="text/css">
- iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:background};
- height:100px;
- border-left:2px solid {color:scrollbar};
- }
- ::-webkit-scrollbar {
- height:0px;
- width:5px;
- border-left:1px solid {color:background};
- background-color:{color:background};
- }
- /* CURSOR */
- html {
- cursor:
- url("http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png"),default;
- }
- body {
- background:#fff;
- margin:0px;
- color:{color:text};
- font-family:'arial';
- font-size:11px;
- font-weight:normal;
- letter-spacing:0px;
- line-height:100%;
- }
- a:link, a:visited, a:active {
- color:{color:links};
- padding:1px;
- text-decoration:none;
- transition-duration: 0.4s;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- }
- a:hover {
- color:{color:links hover};
- cursor:help;
- padding:1px;
- font-weight:none;
- transition-duration: 0.4s;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- }
- h1 {
- font-size:9px;
- text-align:justify;
- color:{color:titles};
- }
- h2 {
- font-size:14px;
- text-align:justify;
- font-weight:normal;
- }
- #container {
- float:left;
- text-align:left;
- color:{color:text};
- margin-bottom:0px;
- width:500px;
- }
- #posts {
- margin-top:50px;
- text-align:justify;
- margin-bottom:60px;
- padding:10px;
- line-height:90%;
- letter-spacing:0px;
- width:500px;
- margin-left:150px;
- text-align:justify;
- padding:10px;
- letter-spacing:0px;
- color:{color:text};
- }
- #info {
- margin-left:-2px;
- text-align:left;
- position:absolute;
- margin-top:5px;
- width:490px;
- padding:5px;
- line-height:120%;
- }
- #tags {
- margin-top:-10px;
- margin-left:2px;
- line-height:150%;
- }
- #pagination {
- left:50%;
- margin-left:-470px;
- position:absolute;
- width:395px;
- padding:5px;
- margin-top:-10px;
- }
- #side {
- position:fixed;
- margin-top:-14px;
- margin-left:700px;
- padding:5px;
- width:251px;
- float:center;
- }
- #sidebarimage img{
- width:70px;
- height:70px;
- margin-top:20px;
- margin-left:12px;
- position:absolute;
- }
- #title {
- width:160px;
- font-size:16px;
- font-weight:bold;
- margin-top:97px;
- margin-left:10px;
- line-height:90%;
- position:absolute;
- color:{color:titles};
- }
- #description {
- position:absolute;
- text-align:justify;
- padding:10px;
- word-spacing:3px;
- text-transform:none;
- width:155px;
- margin-top:145px;
- margin-left:0px;
- }
- blockquote {
- border-left:2px dotted #f8f8f8;
- padding:0px;
- padding-left:5px;
- margin:5px;
- }
- .asker {
- font-weight:bold;
- }
- #question {
- margin-bottom:10px;
- line-height:15px;
- background:{color:backgrounds};
- padding:15px;
- }
- .answer {
- text-align:justify;
- padding:5px;
- margin-top:-5px;
- }
- ol.notes {
- text-align:left;
- width:400px;
- margin-left:70px;
- margin-right:auto;
- padding:0px;
- margin-top:80px;
- list-style-type:none;
- }
- ol.notes li.note {
- padding:7px;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:10px;
- width:16px;
- height:16px;
- }
- ol.notes li.note blockquote {
- padding:5px 5px 5px 5px;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <div id="container">
- <div id="side">
- <div id="description">{description}</div>
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="title">{Title}</div>
- <select onchange='location=this.options[this.selectedIndex].value;' style='width:157px; margin-top:132px; margin-left:10px; font-size:10px;'>
- <option>navigation</option>
- <option value=/>index</option>
- <option value=/ask>contact</option>
- <option value="{text:link 1}">{text:link 1 title}</option>
- <option value="{text:link 2}">{text:link 2 title}</option>
- <option value="http://cyliejenner.tumblr.com/rules">theme</option>
- </select>
- </div></div>
- {block:Posts}<div id="posts">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag} {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div id="question">
- <div class="asker">{Asker} said: </div>
- {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- <div id="info">{block:Date}<a href="{Permalink}">{12HourWithZero}:{Minutes} {CapitalAmPm}</a>{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:ContentSource}<p><div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- <center>
- <br><br>
- <div id="pagination">
- {block:Pagination}
- {block:JumpPagination length="5"}{block:CurrentPage}
- <span class="current_page" style="padding: 5px 5px 0px 5px; font-weight:bold;">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" style="padding-right:5px;padding-left:5px;" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {/block:Pagination}</div>
- <br><br><br>
- </center>
- {block:ContentSource}<!— {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>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment