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}
- <!--- |||||||||| T R E N Z A L O U R S - T H E M E S ||||||||||
- --- theme 05//style light
- -PLEASE DON'T REMOVE THE CREDIT
- -DON'T REPOST AND CLAIM AS YOUR OWN
- -EDIT AS MUCH AS YOU LIKE
- -Feel free to message me with any questions! Enjoy! --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#868466"/>
- <meta name="color:Link" content="#e8e048"/>
- <meta name="color:blockcolor" content="#454438"/>
- <meta name="color:navilink" content="#e8e048"/>
- <meta name="color:hover" content="#d4d3b8"/>
- <meta name="color:title" content="#454438"/>
- <meta name="color:bold" content="#282820"/>
- <meta name="color:accent" content="#464646"/>
- <meta name="color:title1" content="#ffffff"/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <!--fonts-->
- <link href='http://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
- <!-- jquery for tooltips-->
- <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--CSS customization here. -->
- <style type="text/css">
- *, body, a, a:hover {cursor: url(http://i60.tinypic.com/j638yb), auto;}
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color: {color:title};
- border:1px solid #fff;
- border-radius:0px;
- }
- ::-webkit-scrollbar {
- border-radius:0px;
- height:9px;
- width:7px;
- background-color:{color:background};
- border:1px solid {color:background};
- }
- #s-m-t-tooltip{
- position:absolute;
- padding:2px;
- margin-top: -20px;
- font-size:9px;
- color:{color:title1};
- letter-spacing:1px;
- background:{color:blockcolor};
- font-family: 'Raleway', sans-serif;
- z-index:9999;
- }
- /*basics*/
- blockquote {padding:5px 0 5px 30px;
- border-left:1px solid {color:text};
- margin-left:30px;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:"Trebuchet MS", Helvetica, sans-serif;
- font-size:10px;
- text-align:justify;
- margin:0;
- line-height:16px;}
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- color:{color:hover};
- text-decoration:none;
- }
- img{opacity:1;
- border:none;
- text-decoration:none}
- b{
- color:{color:bold};
- font-weight:bold;
- }
- strong{
- color:{color:bold};
- font-weight:bold;
- }
- em{
- color:{color:accent};
- }
- small {
- font-size:9px;}
- big {
- font-size:12px;}
- #title {
- font-size:14px;
- line-height:18px;
- color:{color:title};
- font-family: 'Raleway', sans-serif;
- margin-bottom:10px;
- text-transform:uppercase;
- text-align:left;}
- /*sidebar*/
- a {
- color:;
- text-decoration:none;
- -webkit-transition: all .8s ease-out;
- -moz-transition: all .8s ease-out;
- transition: all .8s ease-out;
- }
- .fufu {
- width:227px;
- -webkit-transition: all .8s ease-out;
- -moz-transition: all .8s ease-out;
- transition: all .8s ease-out;
- }
- .fufu:hover {
- -webkit-transform: translate(1em,0);
- -moz-transform: translate(1em,0);
- -o-transform: translate(1em,0);
- }
- #biter
- #bite a {display:block}
- #bite .death {margin-top:-45px;
- filter: alpha(opacity = 0);
- opacity:0;
- -webkit-transition: all .8s ease-out;
- -moz-transition: all .8s ease-out;
- transition: all .8s ease-out;
- }
- #bite:hover .death {
- margin-top:0px;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- transition: all 1s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- #sidebar {
- text-align:left;
- position:fixed;
- margin-left:-220px;
- margin-top:130px;
- width:140px;
- padding:10px;
- }
- #blogt {
- font-family: 'Raleway', sans-serif;
- text-align:center;
- background-color:{color:blockcolor};
- color:{color:title1};
- padding:11px;
- font-size:19px;
- border:1px solid {color:text};
- letter-spacing:2px;
- }
- #links {
- font-size:11px;
- margin-left:5px;
- margin-top:8px;
- }
- #links a {
- color:{color:navilink};
- padding:5px;
- display:inline-block;
- }
- #description {
- width:auto;
- text-align:left;
- text-size:9px;
- padding:12px;
- margin:0px 0;
- }
- /*pagination*/
- #pagination {
- margin:50px 0;
- text-transform:lowercase;
- font-weight:bold;
- }
- #pagination a {
- padding:0 15px;
- }
- /*container*/
- #con {
- left:50%;
- margin-left:-250px;
- position:absolute;
- }
- /*posts*/
- #entries {
- margin-top:75px;
- width:500px;
- }
- #posts {
- width:500px;
- {block:IndexPage}
- margin-bottom:75px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- }
- #posts img {
- max-width:500px;
- }
- #posts img, #posts li, #posts blockquote {max-width: 100%;}
- .caption {width:100%;
- margin-top:10px;
- }
- /*quote*/
- #titlequote{
- font-family: 'Raleway', sans-serif;
- text-transform:uppercase;
- color:{color:title};
- text-align:left;
- font-size:14px;
- line-height:18px;
- }
- #source {
- margin-top:15px;
- margin-left:15px;}
- /*audio*/
- .player {
- width:25px;
- height:25px;
- color:{color:navilink};
- background-color:{color:blockcolor};
- overflow:hidden;
- position:absolute;
- background:white;}
- .audioinfo {
- margin-left:50px;
- color:{color:navilink};
- }
- /*asks*/
- .q {
- margin-bottom:10px;
- position: relative;
- width: auto;
- height:auto;
- padding: 10px;
- color:white;
- background: {color:title};
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- }
- .q a{
- color:{color:navilink};
- }
- .as {
- font-weight:bold;
- color:{color:navilink};
- }
- .a {
- margin-top:10px;
- color:{color:text};
- }
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:5px 0;}
- .label {font-weight:bold;
- color:{color:accent};
- }
- /*permalink and notes*/
- #permalink {
- margin-top:15px;
- font-size:9px;
- text-transform:uppercase;
- }
- #permalink a {margin-right:10px;
- }
- .tags {
- opacity:0;
- word-break:break-all;
- font-size:9px;
- -webkit-transition: all .8s ease-out;
- -moz-transition: all .8s ease-out;
- transition: all .8s ease-out;
- }
- .tags:hover{
- opacity:1;
- -webkit-transition: all .8s ease-out;
- -moz-transition: all .8s ease-out;
- transition: all .8s ease-out;
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:400px;
- text-align:left;
- }
- .pagenotes img {
- display:none!important;}
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- #cred {
- bottom:3px;
- position:fixed;
- right:10px;
- float:right;
- font-family:arial;
- font-weight:bold;
- font-size:13px;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:4px;
- }
- #cred a {
- color:{color:blockcolor};
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- -moz-transition-duration:1s;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="con">
- <div id="sidebar">
- <div id="links">
- <!---To change the icons replace the fa-CODENAME -
- I've provided a website with all the codes in the theme post.--->
- <a href="/"title="index"><i class="fa fa-home fa-lg"></i></a>
- <a href="/ask" title="message"><i class="fa fa-envelope"></i></a>
- {block:ifLink1}<a href="{text:Link 1 URL}" title="{text:Link 1}">
- <i class="fa fa-tags"></i></a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" title="{text:Link 2}">
- <i class="fa fa-user"></i></a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}" title="{text:Link 3}">
- <i class="fa fa-exclamation-circle"></i></a>{/block:ifLink3}
- </div>
- <div id="bite">
- <div id="blogt">{Title}</div>
- <div class="death">
- <div align="center">
- <div id="description">{Description}</div>
- </div>
- </div>
- </div></div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="titlequote">“{Quote}”</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Audio}
- <div class="player">{AudioPlayerWhite}</div>
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="q">
- <div class="as">{Asker} said: </div>
- {Question}</div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:Date}
- <div id="permalink">
- <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">← previous </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next →</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="cred"><a href="http://trenzalours.tumblr.com/" title="trenzalours themes">
- <i class="fa fa-pagelines"></i>
- </a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment