Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <HTML>
- <!--Theme by: Haruzie (w w w.h a r u z i e.t u m b l r.c o m)-->
- <!--Feel Free to modify or do whatever you want like change the color or fonts-->
- <!--But do not remove or alter the credits-->
- <!--Do not redistribute or claim my code as your own-->
- <!--Never remove this or else-->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title> {title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <META name="image:Background" content="">
- <META name="color:Background" content="#fff">
- <META name="color:Notes and Reblog Button" content="#F660AB">
- <meta name="if:DisableRightClick" content="1"/>
- <meta name="if:ShowNotesandRblog" content="1"/>
- <meta name="font:theme" content="Trebuchet MS"/>
- <META name="text:cursor url main" content="http://static.tumblr.com/9ji9tiw/iLgl5njtq/cursor.gif">
- <META name="text:cursor url hover" content="http://static.tumblr.com/9ji9tiw/iLgl5njtq/cursor.gif">
- <META name="text:Add your link" content="LINK HERE">
- <META name="text:link url" content="http://">
- <META name="text:Add your link2" content="LINK HERE">
- <META name="text:link url2" content="http://">
- <META name="text:Add your link3" content="LINK HERE">
- <META name="text:link url3" content="http://">
- <META name="text:Add your link4" content="LINK HERE">
- <META name="text:link url4" content="http://">
- <META name="text:Add your link5" content="LINK HERE">
- <META name="text:link url5" content="http://">
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {block:IfDisableRightClick}
- <script language=JavaScript>
- <!--
- //Disable right click script III- By Renigade ([email protected])
- //For full source code, visit http://www.dynamicdrive.com
- var message="";
- ///////////////////////////////////
- function clickIE() {if (document.all) {(message);return false;}}
- function clickNS(e) {if
- (document.layers||(document.getElementById&&!document.all)) {
- if (e.which==2||e.which==3) {(message);return false;}}}
- if (document.layers)
- {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
- else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
- document.oncontextmenu=new Function("return false")
- // -->
- </script>
- {/block:IfDisableRightClick}
- <style type="text/css">
- #navbar-iframe {height:0px; visibility:hidden; display:none}
- a, a:link, a:visited, a:active {
- color: pink;
- letter-spacing: 1px;
- text-transform: normal;
- padding: 0px;
- cursor: default;
- text-decoration: none;
- }
- a:hover {
- color: white;
- background-color: pink;
- -webkit-transition: .3s;
- cursor:url({text:cursor url hover});
- }
- ::-webkit-scrollbar {
- width: 12px;
- height:auto;
- background: #trans;
- border-left: 1pt solid pink;
- border-right: 1pt solid pink;
- border-top: 1pt solid pink;
- border-right: 1pt solid pink;
- }
- ::-webkit-scrollbar-corner {
- background: #f8f8f8;
- }
- ::-webkit-scrollbar-button:vertical {
- height:4px;
- display: block;
- background: #f6f6f6;
- border-left:1pt solid pink;
- border-right:1pt solid pink;
- }
- ::-webkit-scrollbar-button:horizontal {
- width: 7px;
- height: 4px;
- display: block;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background: #f8f8f8;
- border: 1px solid pink;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background: #f8f8f8;
- border: 1px solid #d5d5d5;
- }
- ::-webkit-scrollbar-thumb {
- background: #f8f8f8;
- border-top: 1pt solid pink;
- border-bottom: 1pt solid pink;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: #f8f8f8;
- cursor: url(http://static.tumblr.com/jxprxb2/q9zlpkjaj/cursor.png), auto;
- }
- ::-webkit-scrollbar-track-piece {
- background: #f9f9f9;
- border-top: 1pt solid pink;
- border-bottom: 1pt solid pink;
- width:4pt;
- }
- body{
- color: gray;
- background-color:{color:Background};
- background-image:url({image:background});
- background-postition:center;
- background-attachment: fixed;
- background-repeat: repeat;
- font-family:{font:theme};
- font-size:{text:font size};
- line-height: 12px;
- text-align:{text:alignment};
- cursor: url({text:cursor url main});}
- b {
- color: {color:bold};}
- strong {
- color: {color:bold};}
- i {
- color: {color:header font};}
- u {
- font-color: {color:italic};
- }
- .header {
- font: 15px 'Yanone Kaffeesatz';
- color: gray;
- text-transform: none;
- line-height: 130%;
- text-align: ;
- }
- table {
- background-color: transparent;
- font-family: {font:theme};
- border: 1px dashed pink;
- font-size: 7pt;
- color:{color:font color};
- padding: 0px;
- margin-left: auto;
- margin-right: auto;
- margin-top: 0px;
- }
- img {
- padding: 1px;
- filter: alpha (opacity=1.0);
- opacity: 1.0;
- -webkit-transition: .2s;
- }
- img:hover {filter: alpha (opacity=80);
- opacity: 0.80;
- -webkit-transition: .3s;
- }
- blockquote {
- border: 1px dashed {color:border};
- padding: 2px;
- }
- ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- border-bottom: solid 2px {color:border};
- }
- ol.notes li.note {
- border-top: solid 2px {color:border};
- 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: bold;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: {color:border};
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- .tumblrdate {
- font-family: {font:theme};
- text-transform: uppercase;
- font-size:7pt;
- }
- #main{
- overflow:hidden;
- padding-bottom:5px;
- width:800px;
- margin-top:px;
- }
- #post {
- background-color: white;
- float:left;
- margin: 5px;
- border: 1px solid pink;
- {block:IndexPage}
- width:250px;
- height:160px;
- overflow:hidden; {/block:IndexPage}
- {block:PermalinkPage}
- width:600px;
- background-color:{color:post bg};
- {/block:PermalinkPage}
- padding:2px;
- }
- .footer {
- font-family: trebuchet ms;
- font-size: 9px;
- letter-spacing: 2px;
- color: #888;
- background: transparent;
- text-align: center;
- display: block;
- padding: 10px;
- text-transform: uppercase;
- padding-top: 7px;
- }
- .pagination {
- font-family: trebuchet ms;
- font-size: 15px;
- letter-spacing: 2px;
- color: #888;
- background: transparent;
- text-align: center;
- display: block;
- padding: 10px;
- text-transform: uppercase;
- padding-top: 7px;
- }
- a.pink{background-color: {color:Notes and Reblog Button} ;
- color: {color:white};
- width: 124px;
- display: inline-block;
- text-align: center;
- padding-top: 3px;
- padding-bottom: 3px;
- align: center;
- margin-left:1px;}
- a.pink:hover{opacity:.50;
- -webkit-transition-duration:.2s;
- -moz-transition:.2s;
- color: {color:white};}
- a.nav2
- {
- width:140px;
- text-transform: uppercase;
- background: #FFD7E2;
- color: white;
- display: block;
- text-decoration:none;
- text-align:center;
- font-family:arial;
- font-size:11px;
- font-weight:bold;
- padding:1px;
- margin-top:2px;
- -webkit-transition-property:color, text;
- -webkit-transition-duration: .2s;
- -moz-transition-duration: .2s;
- -webkit-transition-timing-function: linear, ease-in;
- border-bottom:1px solid #DDD9BE;
- }
- a.nav2:hover
- {
- -webkit-transition-duration: .2s;
- -moz-transition-duration: .2s;
- background:#FFF1F9;
- color:#FF83C6;
- border-bottom:1px solid #FFD9EE;
- }
- div.scroll{
- height: 390px;
- width: 510px;
- overflow-x: hidden;
- overflow-y: scroll;
- background-color: #ffffff;
- }
- div.scroll2{
- overflow-x: hidden;
- overflow-y: scroll;
- }
- </head>
- </style><body>
- <br>
- <table width="820px" align="center" cellpadding="2" cellspacing="0" border-style="1px dashed #000000 background-color: white;"><center>
- <td width="300px" valign="left" style="background:white; text-align:justify; list-style-image: url(http://www.zawya.com/images/arrow_bullets.gif);
- ">
- <td width="50%">
- <a class="nav2" href="/">Home</a>
- <a class="nav2" href="/ask">Message</a>
- <a class="nav2" href="/random">RANDOM</a>
- <a class="nav2" href='{text:link url}'>{text:Add your link}</a>
- </td><td width="50%">
- <a class="nav2" href='{text:link url3}'>{text:Add your link3}</a>
- <a class="nav2" href='{text:link url4}'>{text:Add your link4}</a>
- <a class="nav2" href='{text:link url5}'>{text:Add your link5}</a>
- <a class="nav2" href="http://haruzie.tumblr.com">THEME</a>
- </td>
- <td width="410px" valign="right" style="background:transparent; border-left: 1px dashed pink; text-align:justify; list-style-image: url(http://www.zawya.com/images/arrow_bullets.gif);
- ">
- <div style="font-size: 12px; background-color: white; margin-bottom: -18px; ">About Me :</div><br>
- <div class="scroll" style="background-color: white ; color: pink; font-family: trebuchet ms; font-size:7pt; height: 65px; font-weight: normal; text-transform: lowercase; border-top: 1px solid pink; text-align: justify; overflow: true; margin-left: 0px;">
- {description}</div>
- </td>
- </table>
- <br>
- <table width="810px" align="center" cellpadding="2" cellspacing="0" border-style="1px dashed #000000" background-color="transparent";><center>
- <td width="800px" valign="top" style=" text-align:justify; list-style-image: url(http://www.zawya.com/images/arrow_bullets.gif);
- ">
- <div class="scroll2" style=" height: 500px; font-weight: normal; text-align: justify; overflow: true; margin-left: 0px;">
- <div align="justify">
- <div style="width: 800px;">
- <div id="main">
- {block:Posts}
- <div id="post">
- {block:IndexPage}
- {block:IfShowNotesandRblog}{block:NoteCount}<a href="{Permalink}" class="pink">{NoteCountWithLabel}{/block:NoteCount}</a><a href="{ReblogURL}" target="_blank" class="pink" target="_blank">REBLOG</a>{/block:IfShowNotesandRblog}
- {/block:IndexPage}
- {block:Text}<a href="{Permalink}"><div class="header">{Title}</div></a>{block:IndexPage}
- <div style="height: 100px; overflow-x:hidden;overflow-y:hidden">
- {Body}</div>{/block:IndexPage}{block:PermalinkPage}{Body}{/block:PermalinkPage}{/block:Text}
- {block:Photo}{block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-250}" width="250"alt="{PhotoAlt}"/></a>{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}<br>{block:Caption}
- <p>{Caption}</p>
- {/block:Caption}{/block:PermalinkPage}</center>{/block:Photo}{block:Photoset}<center>{block:IndexPage}<img src="{Photoset-250}" width="250" height="200">{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{block:PermalinkPage}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}{block:Source}<div class="header">“{Quote}”</div>{Source}{/block:Source}
- {/block:Quote}
- {block:Link} <a href="{URL}" id="postlink" {Target}><div class="header">{Name}→</div></a><BR>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}<a href="{Permalink}"><div class="header">{Title}</div></a><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}<center>{block:IndexPage}<div id="video">{Video-250}</div>{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
- {/block:Video}
- {block:Audio}{block:IndexPage}{block:AlbumArt}<img src="{AlbumArtURL}" width="250px" height="100px" />{/block:AlbumArt}<div style="width:260; height:30; background: #000; "><span class="audio"><center>{AudioPlayerBlack}</center></span></div><b><center>{block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist}<br></b> <i>with {PlayCountWithLabel}</i></center>{/block:IndexPage}{block:PermalinkPage}<br><center>
- {block:AlbumArt}<img src="{AlbumArtURL}" width="500px" height="300px" />{/block:AlbumArt}<div style="width:500; height:30; background: #000; "><span class="audio"><center>{AudioPlayerBlack}</center></span></div><b><center>{block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist}<br></b> <i>with {PlayCountWithLabel}</i></center>
- {block:Caption}{Caption}{/block:Caption}</center>{/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}<span class="answer"><div id="question"><div id="asked"><img src="{AskerPortraitURL-40}"align="left" /><b>{Asker} asked:</b><BR> {Question}</div></div>{Answer}</span>{/block:Answer}
- {block:PostNotes} <br><br>
- <B>POST DETAILS:</B><BR>
- {block:Date} Posted on <a href="{Permalink}">{Month}/{DayOfMonth}/{Year}{/block:Date}</a>
- {block:HasTags}<br>Tagged as:
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}{block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblogged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
- <br>POST NOTES:<BR>
- {PostNotes}
- {/block:PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>{block:IfNotEndlessScroll}
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">Prev</a>
- {/block:PreviousPage}
- {block:JumpPagination length="10"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">Next</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- <center>
- <div class="footer">
- THEME BY: <a href="http://haruzie.tumblr.com/">H A R U Z I E</a>
- </div>{/block:IfNotEndlessScroll}</td>
- </table></table><br>
- <table width="820px" align="center" cellpadding="2" cellspacing="0" border-style="1px dashed #000000" background-color="transparent";><center>
- <td width="810px" valign="top" style=" text-align:justify;
- "><center>THEME BY : <a href="http://haruzie.tumblr.com">HARUZIE</a> Powered by: Tumblr</td>
- </center>
- </table>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment