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">
- <!-- theme 006 by y-pond
- DO NOT REMOVE THE CREDIT, PLS -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#ffffff" />
- <meta name="color:text" content="#5a5a55" />
- <meta name="color:heavytext" content="#333333" />
- <meta name="color:link" content="#F78821" />
- <meta name="color:leftnav" content="#f06868" />
- <meta name="color:rightnav" content="#8598EB" />
- <meta name="font:body" content="georgia" />
- <meta name="image:sidebar" content=""/>
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- iframe#tumblr_controls {
- top:0px !important;
- right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.4;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;}
- a {
- color: {color:text};
- font-size: 8px;
- }
- a:link, a:active, a:visited {
- color: {color:text};
- text-decoration: none;
- text-transform: uppercase;
- }
- a:hover {
- color: {color:link};
- }
- blockquote {
- border-left: 2px {color:body} solid;
- padding-left: 5px;
- margin: 0px 2px 0px 10px;
- }
- body {
- color: {color:text};
- background-color: {color:background};
- font-family: {font:body};
- font-size: .6em;
- }
- h2 {
- font-size: 1.6em;
- line-height: 1.6em;
- letter-spacing: 0px;
- font-weight: normal;
- margin: 0px;
- padding: 0px;
- text-align: left;
- }
- h3 {
- font-size: 1.2em;
- line-height: 1.2em;
- letter-spacing: 0px;
- font-weight: normal;
- margin: 0px;
- padding: 0px;
- text-align: left;
- }
- hr {
- width: 500px;
- margin-top: 10px;
- margin-bottom: 10px;
- float: left;
- }
- img a {
- border:none;
- width:100%;
- }
- p {
- margin-top: 4px;
- margin-bottom: 4px;
- }
- .chat ol, ul.chat, .chat li {
- list-style: none;
- margin: 0px;
- padding: 0px;
- }
- .asker img {
- -webkit-border-radius: 25px;
- -moz-border-radius: 25px;
- -o-border-radius: 25px;
- }
- .button {
- -webkit-transition: 1.2s;
- -moz-transition: 1.2s;
- -o-transition: 1.2s;
- }
- .center {
- margin: 0 auto;
- display: block;
- }
- .clear {
- clear: both;
- }
- .content {
- padding-bottom: 10px;
- border-bottom: 1px dotted #444444;
- }
- #credit{bottom:10px; left:1200px; position:fixed;}
- #credit a{text-transform:uppercase; letter-spacing:1px; font-family:georgia; font-styler:italic; font-size:9px; color:{color:text};}
- #description {
- width: 260px;
- margin-top: 0px;
- font-size: 9px;
- }
- .floatleft {
- float: left;
- }
- .floatright {
- float: right;
- }
- .info {
- font-size: .8em;
- text-transform: lowercase;
- }
- .leftnav:hover {
- background-color: {color:leftnav};
- }
- #main {
- margin-top:25px;
- margin-left:365px;
- }
- #nav_bar a {
- display: block;
- padding: 4px 4px;
- color: {color:text};
- }
- #nav_bar a:hover {
- color: {color:heavytext};
- }
- .path {
- font-size: .8em;
- margin-bottom: 10px;
- text-transform: lowercase;
- }
- .post {
- width: 500px;
- overflow: hidden;
- margin-bottom: 10px;
- }
- .rightnav:hover {
- background-color: {color:rightnav};
- }
- #sidebar {
- position: fixed;
- top: 80px;
- left: 40px;
- width: 300px;
- }
- #side_img img {
- max-width: 260px;
- max-height: auto;
- }
- #title {
- width: 260px;
- margin-bottom: 10px;
- font-family: segoe script;
- }
- #title a {
- font-size: 9px
- }
- #title h2 {
- text-align: center;
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="sidebar">
- <div id="title" class="floatleft">
- <h2><a href="/">{title}</a></h2>
- </div>
- <div id="side_img" class="floatleft">
- <img src="{image:sidebar}"/>
- </div>
- <div class="clear"></div>
- <div id="description" class="floatleft">
- {block:Description}
- {Description}
- {/block:Description}
- </div>
- <div class="clear"></div>
- <div id="nav_bar">
- <span class="leftnav button floatleft"><a href="/ask">ask</a></span>
- {block:ifLink1}
- <span class="leftnav button floatleft"><a href="{text:Link1}">{text:Link1 Title}</a></span>
- {/block:ifLink1}
- {block:ifLink2}
- <span class="leftnav button floatleft"><a href="{text:Link2}">{text:Link2 Title}</a></span>
- {/block:ifLink2}
- {block:ifLink3}
- <span class="leftnav button floatleft"><a href="{text:Link3}">{text:Link3 Title}</a></span>
- {/block:ifLink3}
- {block:ifLink4}
- <span class="leftnav button floatleft"><a href="{text:Link4}">{text:Link4 Title}</a></span>
- {/block:ifLink4}
- {block:ifLink5}
- <span class="leftnav button floatleft"><a href="{text:Link5}">{text:Link5 Title}</a></span>
- {/block:ifLink5}
- {block:PreviousPage}
- <span class="rightnav button floatright"><a href="{PreviousPage}">←</a></span>
- {/block:PreviousPage}
- {block:NextPage}
- <span class="rightnav button floatright"><a href="{NextPage}">→</a></span>
- {/block:NextPage}
- </div>
- </div>
- <div id="main">
- {block:Posts}
- <div class="post">
- <div class="path floatright">
- {block:Date}
- {12Hour}:{Minutes}{AmPm} / <a href="{Permalink}">{TimeAgo}</a>
- {/block:Date}
- {block:NoteCount}
- / {NoteCountWithLabel}
- {/block:NoteCount}
- {block:RebloggedFrom}
- / via
- <a href="{ReblogParentURL}"title="{ReblogParentTitle}">
- {ReblogParentName}
- </a>
- / ©
- <a href="{ReblogRootURL}">
- {ReblogRootName}
- </a>
- {/block:RebloggedFrom}
- </div>
- <div class="clear"></div>
- <div class="content">
- {block:Title}
- <h2>{Title} </h2>
- {/block:Title}
- {block:Text}
- {Body}
- {/block:Text}
- {block:Quote}
- <h3>"{Quote}" — {Source}</h3>
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}>
- <h2>{Name} </h2>
- </a>
- {block:Description}
- <P>{Description}</p>
- {/block:Description}
- {/block:Link}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="center"/>
- {LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <span class="center">
- {Photoset-500}
- </span>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- {block:Chat}
- <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:Video}
- {Video-500}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="asker">
- <img src="{AskerPortraitURL-24}">
- {Asker} said to me: "{question}"
- </div>
- <div class="answer">
- <blockquote>{Answer}</blockquote>
- </div>
- {/block:Answer}
- {block:Audio}
- <span class="audio">
- <span class="center">
- {AudioPlayergrey}
- </span>
- </span>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Audio}
- </div>
- <div class="info">
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- </div>
- {/block:Posts}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- <div id="credit"><a href="http://ladytrinkets.tumblr.com">theme by loonylunas</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment