Advertisement
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>
- <!--
- BASE CODE BY ADDICTEDTOPHOTOSHOP
- ✿THEME MADE BY DIZZYPERRIE✿
- ✿DO NOT CLAIM AS YOURS OR REPOST IT✿
- -->
- <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#9B9B9B"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Link Hover" content="#eeeeee"/>
- <meta name="color:scrollbar" content="#999999">
- <meta name="image:sidebar" content=""/>
- <meta name="text:link 1" content="Link 1"/>
- <meta name="text:link 1 url" content="/"/>
- <meta name="text:link 2" content="Link 2"/>
- <meta name="text:link 2 url" content="/"/>
- <meta name="text:link 3" content="Link 3"/>
- <meta name="text:link 3 url" content="/"/>
- <meta name="text:link 4" content="Link 4"/>
- <meta name="text:link 4 url" content="/"/>
- </style>
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar-thumb{
- background-color: {color:scrollbar};
- border: 2px solid {color:background};
- height:auto;
- }
- }
- ::-webkit-scrollbar {
- height:auto;
- width:11px;
- background-color: {color:scrollbar};
- border:5px solid {color:background};
- }
- /* LINK STYLES */
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- color:#bbb;
- text-decoration:none;
- }
- /* THEME BODY */
- body {
- font-family:arial;
- font-weight:normal;
- font-size:11px;
- }
- /* HEADINGS */
- h2 {
- font-weight:normal;
- font-size:10px;
- text-align:center;
- font-style:italic;
- line-height:50%;
- letter-spacing:1px;
- text-transform:normal;
- color:#000;
- }
- h1 {
- font-size:12px;
- text-align:center;
- line-height:100%;
- color:#000;
- font-weight:bold;
- text-transform:normal;
- padding:5px;
- padding-bottom:2px;
- }
- h1 a {
- color:#000;
- }
- /* BLOCKQUOTE */
- blockquote {
- border-left:2px solid #aaa;
- padding-left:5px;
- margin:5px;
- }
- /* SIDEBAR */
- #sidebar {
- position:fixed;
- width:auto;
- height:auto;
- margin-left:250px;
- opacity:1;
- z-index:92222;
- color:#000;
- margin-top:175px;
- }
- #sidebar img {
- width:220px;
- text-align:left;
- }
- /* DESCRIPTION */
- .description {
- margin-top:10px;
- text-align:justify;
- width:200px;
- line-height:120%;
- }
- /* SIDEBAR LINKS */
- .links {
- margin-top:12px;
- text-align:center;
- width:180px;
- font-family:arial;
- color:#000;
- line-height:120%;
- word-spacing:5px;
- padding:8px;
- background-color:#f3f3f3;
- }
- .links a:{
- line-height:230%;
- background:#fff;
- padding-right:6px;
- padding-left:6px;
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- }
- /* PAGINATION */
- .pagi {
- text-align:right;
- }
- /* POSTS */
- #postcontainer {
- float:left;
- margin-left:520px;
- width:500px;
- text-align:justify;
- color:#000;
- margin-bottom: 35px;
- }
- #posts {
- width:500px;
- padding-bottom:60px;
- margin-top:40px;
- }
- /* POST INFO */
- #info {
- font-family:'Latha';
- margin-top:3px;
- padding:2px;
- font-size:7px;
- color:#666;
- text-transform:uppercase;
- font-style:normal;
- letter-spacing:1px;
- text-align:center;
- }
- /* POST TYPES */
- .question {
- padding:9px;
- text-align:left;
- text-transform:italic;
- color:{color:text};
- background-color: #f5f5f5;
- border-left:3px solid #e5e5e5;
- line-height:120%;
- }
- .answer {
- text-align:left;
- padding:7px;
- color:{color:black};
- }
- .music {
- padding-bottom:10px;
- }
- .albumart {
- float:left;
- padding:0px 10px 10px 0px;
- }
- .albumart img {
- width:45px;
- height:45px;
- }
- .playercontainer {
- text-align:left;
- padding:10px;
- background-color:#ffffff;
- width:480px;
- }
- .musicinfo {
- padding:10px;
- color:#000;
- }
- .postnote {
- text-transform:uppercase;
- font-style:normal;
- letter-spacing:0px;
- font-size: 9px;
- text-align:left;
- line-height:90%;
- margin-left:-40px;
- }
- .postnote li {
- list-style-type:none;
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- }
- /* TAGS */
- .tags {
- font-family:arial;
- font-style:normal;
- width:460px;
- text-transform:normal;
- font-style:normal;
- line-height:120%;
- padding-top:5px;
- opacity:0;
- font-size:8px;
- letter-spacing:1px;
- text-align:left;
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- }
- .tags a{
- margin-right:6px;
- color:{color:link};
- }
- #tags a:hover {
- color:{color:link hover};
- }
- #notes{
- font-size:7px;
- text-transform:uppercase;
- }
- /* CHAT POSTS */
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:2px;
- }
- .tab {
- text-decoration:underline;
- font-weight:700;
- background-color:#fff;
- margin-right:5px;
- }
- /* CREDIT */
- #credit {
- position:fixed;
- font-size:8px;
- letter-spacing:1px;
- right:10px;
- bottom:15px;
- }
- #credit a {
- padding:3px;
- color:#000;
- background-color:#ffffff;
- }
- #credit a:hover {
- color:#ffffff;
- background-color:#000;
- }
- /*----------------------------------------
- Update Tab #1 (CSS Left) by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Instructions @ http://incedothenes.tumblr.com/tab
- Updated 6/14/14
- ------------------------------------------*/
- #updatetab {
- font-family: helvetica; /*this is the font*/
- color: #A0A0A0;} /*this is the font color*/
- #tabtitle, #dropdown, #dropdown p {
- background-color:#ffffff; /*this is the background color*/
- border-color: #D8D8D8;} /*this is the border color*/
- #updatetab {
- width:100px;
- position:fixed;
- top:14px;
- left:14px;}
- #tabtitle {
- text-align:center;
- padding:1px 3px;
- letter-spacing:2px;
- font-size:9px;
- text-transform:uppercase;
- border-width:1px;
- border-style:solid;
- border-radius: 2px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;}
- #dropdown {
- border-style:solid;
- border-width:0px 1px 1px 1px;
- padding:2px 5px 0px 5px;
- border-bottom-right-radius: 2px;
- -moz-border-bottom-right-radius: 2px;
- -webkit-border-bottom-right-radius: 2px;
- border-bottom-left-radius: 2px;
- -moz-border-bottom-left-radius: 2px;
- -webkit-border-bottom-left-radius: 2px;
- opacity:0;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;}
- #updatetab:hover #dropdown {
- opacity:1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;}
- #dropdown p {
- padding-top:3px;
- padding-bottom:3px;
- border-width:0px 0px 1px 0px;
- border-style:solid;
- font-size:10px;}
- #dropdown p:last-of-type {
- border-bottom:0px solid transparent;}
- p, ul, li, ol {
- margin: 0px 0px 0px 0px;}
- #c {
- position:fixed;
- bottom:4px;
- right:4px;
- font-size:13px;
- font-family:helvetica;}
- {CustomCSS}</style></head>
- <body>
- <!----------------------------------------
- Update Tab #1 (HTML) by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Instructions @ http://incedothenes.tumblr.com/tab
- Updated 9/21/13
- ------------------------------------------>
- <div id="updatetab">
- <div id="tabtitle">
- <!---this is where you put title of your updates tab--->
- updates
- </div>
- <div id="dropdown">
- <!---this is where you put your individual updates, make sure to put each update between a set of <p> and </p>--->
- <p>write your first update here, use as much space as you need</p>
- <p>add a second one here, you won't</p>
- <p>add a third?</p>
- <p>the limit does not exsit!</p>
- <p>keep this! base code credit to:<a href="http://addictedtophotoshop.tumblr.com/" target="_blank"> ✿</ a> </p>
- </div>
- </div>
- <div id="c"><a href="http://incedo.com">©</a></div>
- <div id="sidebar">
- <a href="/"><img src="{image:sidebar}"></a>
- <div class="links">
- <a href="/home">home</a>
- <a href="/ask">ask</a>
- <a href="{text:link1 url}">{text:link1}</a>
- <a href="{text:link2 url}">{text:link2}</a>
- <a href="{text:link3 url}">{text:link3}</a>
- </div>
- <div class="description">{Description}<p>
- <div class="pagi">
- {block:Pagination}<p>
- {block:PreviousPage}
- <a href="{PreviousPage}">« </a>
- {/block:PreviousPage}
- {CurrentPage} of {TotalPages}
- {block:NextPage}
- <a href="{NextPage}">»</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="postcontainer">
- {block:Posts}
- <div id="posts">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h1>“{Quote}”</h1><h2>{Source}</h2>{/block:Quote}
- {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{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="question">{Asker} asked: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
- {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
- <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
- <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
- {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
- {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo} {block:NoteCount} WITH {NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
- {block:HasTags}
- <div class="tags">
- {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags} </div>
- {/block:HasTags}
- <div class="postnote">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- </div>
- </div>
- </div>
- <div id="credit"><a href="http://dizzyperrie.tumblr.com">THEME</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement