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">
- <!----------------------------------------
- Base Code #1 by Incedo
- http://incedothemes.tumblr.com
- *Tips @ http://incedothemes.tumblr.com/basecodes
- *Please do not remove this credit
- and please credit me in your faq
- *DO NOT REDISTRIBUTE without proper credit
- Updated 1/1/14
- ------------------------------------------>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- <style type="text/css">body, a, a:hover {cursor: url(http://media.tumblr.com/1f40badff67b539f91dcf106caecd24b/tumblr_inline_mo87wyItqZ1qz4rgp.gif), progress;}</style>
- <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
- <!Meta-tags go here>
- <meta name="image:background" content="" />
- <meta name="image:Sidebar" content=""/>
- <meta name="color:background" content="#ffffff" />
- <meta name="color:title" content="#636363" />
- <meta name="color:text" content="#000000" />
- <meta name="color:Link" content="#555555"/>
- <meta name="color:Link Hover" content="#555555"/>
- <meta name="color:Permalink Bg" content="#777777"/>
- <meta name="color:Permalink" content="#e1e1e1"/>
- <meta name="color:Permalink Hover" content="#e1e1e1"/>
- <meta name="color:Scroll" content="#FFFFFF"/>
- <meta name="color:Tag Bg" content="#FFFFFF"/>
- <meta name="color:Ask Bg" content="#FFFFFF"/>
- <meta name="color:Ask Text" content="#FFFFFF"/>
- <meta name="if:infinite scroll" content=""/>
- <meta name="if:show tags" content="1" />
- <meta name="text:Link One URL" content=""/>
- <meta name="text:Link One Title" content="link"/>
- <meta name="text:Link 2" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 3" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 4" content=""/>
- <meta name="text:Link 4 URL" content=""/>
- <meta name="text:Link 5" content=""/>
- <meta name="text:Link 5 URL" content=""/>
- <!Leave this stuff alone>
- <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
- <!CSS starts here>
- <style type="text/css">
- body {
- background-color:{color:background};
- background-image:url({image:background});
- background-attachment:fixed;
- color:{color:text};
- font-family: calibri light;
- font-size:11px;
- line-height:18px;
- letter-spacing:1px;
- }
- ::-webkit-scrollbar {
- height: 6px;
- width: 6px;
- background: #ffffff;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:Scroll};
- border-radius: 10px;
- }
- a:link, a:active, a:visited{
- text-decoration: none;
- color: {color:Link};
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
- }
- a:hover {
- color:{color:Link Hover};
- text-decoration:none;
- }
- #wrapper {
- width:650px;
- margin-left:auto;
- margin-right:auto;}
- #sidebar {
- top:40px;
- width:180px;
- position:fixed;
- background-color:#fff;
- padding:5px;
- margin-left:-70px;
- box-shadow: 10px 10px rgba(0,0,0,.04);
- border:1px solid #eee;
- border-radius:5px;
- }
- #title {
- font-family: 'Dancing Script', cursive;
- color: {color:title};
- font-size: 22px;
- width:100%;
- padding:3px;
- border-radius:5px 5px 0px 0px;
- }
- .links{
- font: normal 10px calibri light;
- width:60px;
- padding:0px 10px 5px 10px;
- padding:2px;
- display: inline-block;
- text-decoration:none;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
- }
- .links a{
- margin-left:15px;
- }
- .links a:hover{
- padding:2px;
- text-decoration:none;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
- }
- #entries {
- margin-left: 170px;
- margin-top:20px;
- width:400px;
- }
- #posts {
- width:400px;
- overflow:hidden;
- margin:40px;
- border:1px solid #eee;
- padding:10px;
- background-color:#fff;
- border-radius:7px;
- box-shadow: 10px 10px rgba(0,0,0,.04);
- }
- #posttitle {
- font-family: 'Dancing Script', cursive;
- font-size: 25px;
- }
- img, img a {
- border:none;
- line-height:0;
- max-width:100%;}
- .permalink{
- text-transform:lowercase;
- font-size:9px;
- background-color:{color:Permalink Bg};
- border: 0px solid #E0F1FF;
- text-align:right;
- color:{color:Permalink};
- margin-top: 8px;
- padding:3px;
- padding-right:4px;
- line-height:12px;
- border-radius:3px;
- text-shadow:1px 1px 0px #BBBBBB;
- }
- .permalink a{
- text-transform:uppercase;
- line-height:15px;
- color:{color:Permalink};
- -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
- }
- .permalink a:hover{
- color:{color:Permalink Hover};
- -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
- }
- .notes {
- float: left;
- text-align: left;
- padding-left:4px;
- }
- .tags{
- text-transform:uppercase;
- font-size:9px;
- background-color:{color:Tag Bg};
- border: 0px solid #E0F1FF;
- text-align:right;
- color:{color:Permalink};
- padding:3px;
- margin-top:8px;
- padding-right:4px;
- line-height:12px;
- border-radius:3px;
- text-shadow:1px 1px 0px #BBBBBB;
- }
- /*** ask ***/
- .bubble {align:right;background: {color:Ask Bg}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; color:{color:Ask Text};}
- .bubble p {margin:1px 0px;}
- .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:Ask Bg};}
- .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee; border-radius:100px;}
- </style>
- <style type="text/css">{CustomCSS}</style>
- {block:ifinfinitescroll}
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- {/block:ifinfinitescroll}
- </head>
- <!HTML body starts here>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- <div id="title">{Title}</div>
- <br>
- <center><a href="/"><img src="{image:sidebar}"/></a></center>
- {Description}<br>
- <br>
- <center>
- <a class="links" href="/">home</a>
- <a class="links" href="/ask">ask</a>
- <a class="links" href="{text:Link One URL}">{text:Link One Title}</a>
- <a class="links" href="{text:link 2 url}">{text:link 2}</a>
- <a class="links" href="{text:link 3 url}">{text:link 3}</a>
- <a class="links" href="{text:link 4 url}">{text:link 4}</a>
- <a class="links" href="{text:link 5 url}">{text:link 5}</a>
- </center>
- <div style="text-align:center">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}"><img src="http://i870.photobucket.com/albums/ab266/whateverfanfan/arrowback_zpsc81bca45.png"></a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"><img src="http://i870.photobucket.com/albums/ab266/whateverfanfan/arrownext_zps117223f2.png"></a>{/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- <div class = "autopagerize_page_element" >
- <div id="entries">
- <!Post blocks start here>
- {block:Posts}
- <div id="posts">
- {block:Text}
- {block:Title}<div id="posttitle">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- "{Quote}"<br>
- — {Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}">{Name}</a>
- {/block:Link}
- {block:Chat}
- {block:Lines}{block:Label}{Label} {/block:Label}{Line}<br>{/block:Lines}
- {/block:Chat}
- {block:Answer}
- <img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question} </div>{Answer}
- {/block:Answer}
- {block:Audio}
- {AudioPlayer}
- {/block:Audio}
- {block:Video}
- {Video-400}
- {/block:Video}
- {block:Photo}
- <img src="{PhotoURL-400}"/>
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {/block:Photoset}
- {block:caption}{Caption}{/block:caption}
- <div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div></div>
- {block:ifshowtags}
- <div class="tags">
- {block:HasTags}{block:Tags} <small> # </small> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- {/block:ifshowtags}</div>
- {block:permalinkpage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- {block:ifnotinfinitescroll}
- {/block:ifnotinfinitescroll}
- </div>
- </div>
- </div>
- </body>
- <!---------------DO NOT REMOVE THE CREDITS OR I'LL KILL YOU--------------->
- <BODY onselectstart="return false;" ondragstart="return false;">
- <div style=" font-size:8px; position:fixed; bottom:5px; left:0px; text-align:center; font-family:arial">
- <a href="http://themesbymiki.tumblr.com/tagged/cute-themes">✿</a></div>
- <div style=" font-size:8px; position:fixed; bottom:5px; right:0px; text-align:center; font-family:arial">
- <div id="credit"><a href="http://incedo.tumblr.com/">credit</a></div>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment