Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head><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}
- <!-- theme by 3 by neawrites -->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:posts" content="#ffffff"/>
- <meta name="color:sbar" content="#ffffff"/>
- <meta name="color:sidebar" content="#ffffff"/>
- <meta name="color:text" content="#333333"/>
- <meta name="color:sl bg" content="#fff"/>
- <meta name="color:sl bg hover" content="#fff"/>
- <meta name="color:sidelinks" content="#999"/>
- <meta name="color:sidelinks hover" content="#999"/>
- <meta name="color:links" content="#5b5b5b"/>
- <meta name="color:links hover" content="#c9c9c9"/>
- <meta name="color:borders" content="#000"/>
- <meta name="color:scrollbar bg" content="#ffffff"/>
- <meta name="color:scrollbar" content="#eeeeee">
- <meta name="image:sbar" content="" />
- <meta name="image:sidebar" content=""/>
- <meta name="image:sidebar2" content=""/>
- <meta name="image:background image" content=""/>
- <meta name="text:side title" content="your first title here">
- <meta name="text:side title2" content="your second title here">
- <meta name="text:box text" content="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. ">
- <meta name="text:link 1 title" content="link">
- <meta name="text:link 1 url" content=" ">
- <meta name="text:link 2 title" content="link">
- <meta name="text:link 2 url" content=" ">
- <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- padding:3px;
- border:1px solid {color:borders};
- border-radius:0px;
- background:#ffffff;
- color:{color:text};
- z-index:999999;
- font-size:9px;
- font-style:none;
- font-weight:lighter;
- letter-spacing:0px;
- font-family:georgia;
- text-transform:lowercase;
- box-shadow:1px 1px 3px rgba(0,0,0,.3);
- }
- ::-webkit-scrollbar {
- background-color: {color:scrollbar bg};
- height:8px;
- width:5px
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:50px;
- border: 1px solid {color:borders};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar bg};
- height:8px!important
- }
- body {
- background:{color:background} url({image:background image}) repeat right top fixed;
- color:{color:text};
- font-family:georgia;
- line-height:15px;
- font-size:9px;
- margin:0;
- text-align:left;
- }
- blockquote {
- padding-left:10px;
- border-left:2px solid;
- border-color:{color:text};
- margin:10px;
- }
- a {
- color:{color:links};
- text-decoration:none;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- }
- a:hover {
- text-decoration:none;
- color: {color:links hover};
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- }
- img {
- opacity:1;
- text-decoration:none;
- }
- h1 {
- font-size:11px;
- font-weight:bold;
- }
- .sbar {
- box-shadow:1px 1px 3px rgba(0,0,0,.3);
- margin-left:50px;
- margin-top:-50px;
- width:414px;
- height:100%;
- background-color:{color:sbar};
- background-image:url('{image:sbar}');
- float:left;
- position:fixed;
- border-left: {color:borders} solid 1px;
- border-right: {color:borders} solid 1px;
- overflow: hidden;
- }
- .sidebar {
- border: {color:borders} solid 1px;
- background: {color:sidebar};
- width:245px;
- margin-left: 2px;
- margin-top:225px;
- height: 200px;
- position:fixed;
- overflow: hidden;
- font-size: 9px;
- }
- .sidebar2 {
- border: {color:borders} solid 1px;
- background: {color:sidebar};
- width:160px;
- margin-left: 250px;
- margin-top:10px;
- height: 212px;
- position:fixed;
- overflow: hidden;
- font-size: 9px;
- }
- .pagi {
- border: {color:borders} solid 1px;
- background: {color:sidebar};
- width:160px;
- margin-left: 250px;
- margin-top:388px;
- height: 37px;
- position:fixed;
- overflow: hidden;
- font-size: 9px;
- }
- .sidetitle {
- text-shadow:1px 1px 0px #000;
- text-align:left;
- color: {color:sidelinks};
- margin-bottom:-2px;
- margin-top: 110px;
- font-family: arial;
- letter-spacing:0px;
- margin-left:2px;
- font-style:italic;
- font-size:20px;
- font-weight:bold;
- text-transform:lowercase;
- }
- .sidetitle2 {
- font-weight:bold;
- text-shadow:1px 1px 0px #000;
- text-align: center;
- color: {color:sidelinks};
- margin-bottom:-2px;
- margin-top: 435px;
- font-family: arial;
- margin-left: 98px;
- letter-spacing:0px;
- font-style:italic;
- font-size:20px;
- text-transform:lowercase;
- position:fixed;
- }
- .description {
- color: {color:text};
- margin-top: 8px;
- margin-left: 10px;
- margin-right: 10px;
- text-align: justify;
- font-size: 9px;
- }
- .description a { color:#fff; }
- .sidebarimage {
- border: {color:borders} solid 1px;
- width:245px;
- height: 160px;
- background-image:url('{image:sidebar}');
- background-position:center;
- background-color:{color:sidebar};
- position:fixed;
- margin-top: 10px;
- margin-left: 2px;
- }
- .sidebarimage2 {
- border: {color:borders} solid 1px;
- width:160px;
- height: 160px;
- background-image:url('{image:sidebar2}');
- background-position:center;
- background-color:{color:sidebar};
- position:fixed;
- margin-top: 225px;
- margin-left: 250px;
- }
- #links {
- margin-left: 2px;
- margin-top: 173px;
- position:fixed;
- text-align: left;
- }
- #links a {
- font-family:arial;
- font-weight: bold;
- text-align: center;
- text-shadow:1px 1px 0px #000;
- color:{color:sidelinks};
- background-color: {color:sl bg};
- line-height: 49px;
- height: 49px;
- font-style:italic;
- width: 58.2px;
- letter-spacing:1;
- border: {color:borders} solid 1px;
- font-size:18px;
- text-transform:lowercase;
- display:inline-block;
- margin-bottom: 2px;
- -webkit-transition: opacity 0.8s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out
- }
- #links a:hover {
- text-shadow:1px 1px 0px #fff;
- color:{color:sidelinks hover};
- background-color: {color:sl bg hover};
- -webkit-transition: opacity 0.8s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out
- }
- .pagination {
- text-align:center;
- margin-top: 12px;
- font-size:11px;
- }
- .posts {
- border: {color:borders} solid 1px;
- background: {color:posts};
- margin-bottom:-1px;
- width:500px;
- padding: 10px;
- font-size: 9px;
- box-shadow:1px 1px 3px rgba(0,0,0,.3);
- }
- .entries {
- margin-left:550px;
- width:500px;
- margin-top:50px;
- margin-bottom:50px;
- }
- .posts img, .posts li, .posts blockquote {
- max-width: 100%;
- }
- .posts li {
- list-style: square;
- }
- blockquote img {
- max-width:320px!important;
- }
- .info {
- width: 514px;
- box-shadow:1px 1px 3px rgba(0,0,0,.3);
- background-color: {color:sbar};
- border-top:0px solid #eeeeee;
- padding-top:0px;
- text-transform:lowercase;
- font-size:9px;
- letter-spacing:0px;
- margin-bottom:50px;
- border: {color:borders} solid 1px;
- color: {color:text};
- text-align:center;
- padding: 3px;
- }
- .info a{ color: {color:links}}
- .info a:hover {color: {color:text}}
- .tags {
- color: #fff;
- margin-top:0px;
- font-size:9px;
- letter-spacing:0px;
- font-style:;
- text-transform:lowercase;
- margin-top:-3px;
- }
- .tags a {
- color: {color:links}
- margin-right:8px;
- }
- .tags a:hover {color: {color:text}}
- ol.notes {
- padding:0px;
- margin:25px 0px 0px -10px;
- list-style-type:none;
- }
- ol.notes li.note {
- padding:10px;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:10px;
- width:16px;
- height:16px;
- }
- ol.notes li.note span.action {
- font-weight:none;
- }
- ol.notes li.note .answer_content {
- font-weight:normal;
- }
- ol.notes li.note blockquote {
- padding:4px 10px;
- margin:10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration:none;
- }
- .quote {
- text-transform:uppercase;
- font-size:12px;
- font-weight:bold;
- text-align:center;
- }
- .quotesource {
- text-align:center;
- margin-top:10px;
- }
- .chat {
- line-height:20px;
- list-style:none;
- }
- .line.odd {
- background:#fafafa;
- margin-bottom:2px;
- padding:5px;
- list-style:none;
- font-size:10px;
- }
- .line.even {
- background:#ffffff;
- margin-bottom:2px;
- padding:5px;
- list-style:none;
- font-size:10px;
- }
- .label {
- padding-right:1px;
- text-transform:uppercase;
- font-weight:bold;
- color:{color:links};
- }
- .question {
- background:{color:links};
- padding:10px;
- border: 1px solid {color:borders};
- text-align: center;
- }
- .asker {
- font-size: 15px;
- color: #fff;
- text-transform:lowercase;
- }
- .answer {
- padding:10px;
- margin-top:-15px;
- }
- .playerbutton {
- position:relative;
- width:30px;
- height:35px;
- overflow:hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top:-7px;
- left:2px;
- }
- .tumblr_audio_player {
- height:50px;
- width:500px;
- }
- .playerbuttonbg {
- position:absolute;
- width:35px;
- height:35px;
- background-color:#e4e4e4;
- padding:10px;
- }
- .trackdetails {
- width:auto;
- display:inline-block;
- margin-left:70px;
- font-size:10px;
- letter-spacing:1px;
- text-transform:lowercase;
- padding:5px;
- line-height:15px;
- }
- .audiowrapper {
- position:relative;
- display:inline-block;
- }
- .credit {
- font-size:10px;
- position:fixed;
- font-weight:lighter;
- bottom:5px;
- right:5px;
- z-index:10;
- text-align:center;
- letter-spacing:0px;
- padding:2px;
- background: {color:posts};
- width: 60px;
- border: 1px {color:borders} solid;
- box-shadow:1px 1px 3px rgba(0,0,0,.3);
- }
- .credit a {
- color:{color:links};
- text-decoration:none;
- }
- .credit a:hover {
- color:{color:links hover};
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <div class="credit"><a href="http://neawrites.tumblr.com/" title="theme by neawrites.">neawrites.</a></div>
- <div class="sbar">
- <div class="sidetitle">{text:side title}</div>
- <div class="sidetitle2">{text:side title2}</div>
- <div class="pagi"><div class="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>{/block:PreviousPage} &
- {block:NextPage}
- <a href="{NextPage}">forth</a>
- {/block:NextPage}
- {/block:Pagination}
- </div></div>
- <div class="sidebar"><div class="description">{Description}</div>
- </div>
- <div class="sidebar2"><div class="description">{text:box text}</div></div>
- <div class="sidebarimage"></div>
- <div class="sidebarimage2"></div>
- <div id="links">
- <a href="/" title="home.">I.</a>
- <a href="/ask" title="message.">II.</a>
- <a href="{text:link 1 url}" title="{text:link 1 title}">III.</a>
- <a href="{text:link 2 url}" title="{text:link 2 title}">IV.</a>
- </div>
- </div>
- <div class="entries">
- {block:Posts}
- <div class="posts">
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {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}
- <div class="quote">"{Quote}"</div>
- {block:Source}<div class="quotesource"> — {Source}</div>
- {/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} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
- {/block:Chat}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- <div class="playerbuttonbg">
- <div class="playerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerGrey}
- </div></div></div>
- <div class="trackdetails">
- {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
- {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
- <b>PLAYS:</b> {FormattedPlayCount}</div></div>
- {/block:AudioPlayer}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="question">
- <div class="asker">{Asker} wondered:</div>
- {Question}</div><br>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- </div>
- <div class="info">{block:Date}
- posted <a href="{Permalink}">{timeago}</a> on <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>
- {/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>
-
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via</a>
- {block:ContentSource} &
- <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}">src</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}</div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- {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}
- </body>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement