Advertisement
wavethemes

Perfect Theme

Nov 11th, 2012
3,363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.51 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5. <!------------------------------------------------------------------
  6. Perfect Theme by Bjarki
  7. _ _ ____ _______ _____ ____ ___ _ _____
  8. | |__| | / /\ \ |__ __|| ____| / /\ \ | O \ | | | ____|
  9. | __ | / /__\ \ | | | _| / /__\ \ | / | | | _|
  10. | | | | / / \ \ | | | |___ / / \ \ | O \ | |__ | |___
  11. |_| |_|/_/ \_\ |_| |_____|/_/ \_\|___/ |____||_____|
  12. please do not remove the theme credit! thank you
  13. ------------------------------------------------------------------->
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17.  
  18. <script type="text/javascript"
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20.  
  21. <title>{title}</title>
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="/rss">
  25.  
  26. <script language="JavaScript" src="http://static.tumblr.com/bkd4m5b/FB3m42m9e/norightclick.js"></script>
  27.  
  28. <meta name="description" content="{metadescription}" />
  29.  
  30. <meta name="color:Background" content="#f1f1f1"/>
  31. <meta name="color:Text" content="#5d5d5d"/>
  32. <meta name="color:Link" content="#5d5d5d"/>
  33. <meta name="color:Hover" content="#5d5d5d"/>
  34. <meta name="color:links background" content="#000"/>
  35. <meta name="image:Background" content="1"/>
  36. <meta name="image:sidebar" content="1"/>
  37. <meta name="if:transparent sidebar" content="0"/>
  38. <meta name="if:rounded corners" content="0"/>
  39. <meta name="if:tiny scrollbar" content="0"/>
  40. <meta name="text:Link One Title" content="link1" />
  41. <meta name="text:Link One" content="" />
  42. <meta name="text:Link Two Title" content="link2" />
  43. <meta name="text:Link Two" content="" />
  44. <meta name="text:Link Three Title" content="link3" />
  45. <meta name="text:Link Three" content="" />
  46. <meta name="text:Link Four Title" content="link4" />
  47. <meta name="text:Link Four" content="" />
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Asap|Share' rel='stylesheet' type='text/css'>
  50. <link href='http://fonts.googleapis.com/css?family=Miniver' rel='stylesheet' type='text/css'>
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55. ::-webkit-scrollbar {
  56. height:10px;
  57. width:10px;
  58. background-color:#FFF;
  59. background-image: -webkit-gradient(
  60. linear,
  61. left top,
  62. right top,
  63. color-stop(0, #858585),
  64. color-stop(0.50, #FFFFFF)
  65. );
  66. background-image: -moz-linear-gradient(
  67. left center,
  68. #858585 0%,
  69. #FFFFFF 50%
  70. );}
  71. ::-webkit-scrollbar-thumb:vertical {
  72. background-color:#000;;
  73. height:100px;
  74. -webkit-border-radius: 100px;
  75. -moz-border-radius: 100px;
  76. border-radius: 100px;}
  77. ::-webkit-scrollbar-thumb:horizontal {
  78. background-color:#5a586f;
  79. height:10px !important;}
  80.  
  81. {block:iftinyscrollbar}
  82. ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
  83.  
  84. ::-webkit-scrollbar-thumb { background-color:#ccc; }
  85. {/block:iftinyscrollbar}
  86.  
  87. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  88.  
  89. #tumblr_controls{
  90. position:fixed !important;
  91. }
  92.  
  93. .wrapper{
  94. margin: 0px auto;
  95. width: 900px;
  96. }
  97.  
  98. .header{
  99. float: left;
  100. width: 100%;
  101. }
  102.  
  103. .left{
  104. float: left;
  105. margin-right: 20px;
  106. width: 802px;
  107. }
  108.  
  109. .right{
  110. float: right;
  111. width: 200px;
  112. background-color: {color:Background};
  113. }
  114.  
  115. body {
  116. padding: 0px;
  117. margin: 0px;
  118. color:{color:Text};
  119. font-family: calibri;
  120. font-size: 10px;
  121. line-height:12px;
  122. letter-spacing:1px;
  123. background-color: {color:Background};
  124. background-image:url({image:Background});
  125. background-attachment: fixed;
  126. background-repeat: repeat
  127. text-align: justify;
  128. }
  129.  
  130. a:link, a:active, a:visited{
  131. color:{color:Link};
  132. text-decoration: none;
  133. -webkit-transition: color 0.4s ease-out;
  134. -moz-transition: color 0.4s ease-out;
  135. }
  136.  
  137. a:hover{
  138. color:#ccddbb;
  139. text-decoration:underline;
  140. -webkit-transition: color 0.4s ease-out;
  141. -moz-transition: color 0.4s ease-out;
  142. }
  143.  
  144. .entry {
  145. position:relative;
  146. {block:PermalinkPage}
  147. width: 620px;
  148. {/block:PermalinkPage}
  149. {block:IndexPage}
  150. width: 320px;
  151. {/block:IndexPage}
  152. margin:2px;
  153. padding:5px;
  154. margin-left:10px;
  155. padding-bottom:3px;
  156. background: white;
  157. {block:ifroundedcorners}-moz-border-radius: 5px;
  158. border-radius: 5px;
  159. {/block:ifroundedcorners}
  160. }
  161.  
  162. .entry .permalink a{
  163. color:#fff;
  164. }
  165.  
  166. .entry .permalink{
  167. position:absolute;
  168. width:0px;
  169. background-color:#000;
  170. height:30px;
  171. padding:5px;
  172. top:20px;
  173. padding-top:5px;
  174. opacity:0.0;
  175. overflow:hidden;
  176. -webkit-transition: all 0.3s linear;
  177. -webkit-transition: all 0.3s linear;
  178. -moz-transition: all 0.3s linear;
  179. transition: all 0.3s linear;
  180. font-family: calibri;
  181. padding-left:10px;
  182. font-size: 11px;
  183. line-height:15px;
  184. }
  185.  
  186. .entry:hover .permalink{
  187. opacity:0.65;
  188. width:305px;
  189. -webkit-transition: all 0.3s linear;
  190. -webkit-transition: all 0.3s linear;
  191. -moz-transition: all 0.3s linear;
  192. transition: all 0.3s linear;
  193. }
  194.  
  195. .entry:hover .permalink:hover{
  196. opacity:0.65;
  197. width:305px;
  198. -webkit-transition: all 0.3s linear;
  199. -webkit-transition: all 0.3s linear;
  200. -moz-transition: all 0.3s linear;
  201. transition: all 0.3s linear;
  202. }
  203.  
  204. #sidebar{
  205. z-index:999999999999999;
  206. position:fixed !important;
  207. font-size: 10px;
  208. line-height:10px;
  209. background-color:white;
  210. opacity:0.65;
  211. width:250px;;
  212. margin-left:600px;
  213. margin-top:100px;
  214. height:auto;
  215. padding:5px;
  216. padding-bottom:0px;
  217. z-index:10;
  218. overflow:hidden;
  219. text-align:center;
  220. color:#000;
  221. {block:iftransparentsidebar}
  222. background:transparent;
  223. {/block:iftransparentsidebar}
  224. }
  225.  
  226. #posts {
  227. width: 720px;
  228. float:left;
  229. margin-left:-100px;
  230. top: 5px;
  231. }
  232.  
  233. .links a{
  234. width: 36.5px;
  235. letter-spacing:0px;
  236. background:{color:links background};
  237. display: block;
  238. opacity:10;
  239. height: 20px;
  240. line-height: 20px;
  241. float:left;
  242. font-family: share;
  243. font-size: 9px;
  244. color: #fff;
  245. margin-left:1px;
  246. text-transform: uppercase;
  247. text-decoration: none;
  248. text-align: center;
  249. padding:1px;
  250. border-bottom:3px solid #ccc;
  251. border-left:1px solid #fff;
  252. border-right:1px solid #fff;
  253. border-top:1px solid #fff;
  254. -webkit-transition: all 0.5s ease;
  255. -moz-transition: all 0.5s ease;
  256. -o-transition: all 0.5s ease;
  257. }
  258.  
  259. .links a:hover{
  260. color: #000;
  261. border-bottom:3px solid #ddd;
  262. border-left:1px solid #bbb;
  263. border-right:1px solid #bbb;
  264. border-top:1px solid #bbb;
  265. background-color: white;
  266. -webkit-transition: all 0.0s ease;
  267. -moz-transition: all 0.0s ease;
  268. -o-transition: all 0.0s ease;
  269. }
  270. .blogtitle{
  271. text-align: center;
  272. font-family:Miniver;
  273. color: #000;
  274. padding-left: 5px;
  275. font-size: 30px;
  276. line-height: 30px;
  277. letter-spacing:0px;
  278. }
  279.  
  280. .textperma{
  281. display: block;
  282. font-size: 9px;
  283. line-height:9px;
  284. text-transform: uppercase;
  285. text-align: right;
  286. padding: 0px;
  287. margin: 2px;
  288. }
  289.  
  290. .title{
  291. font-family:calibri;
  292. font-size: 15px;
  293. line-height: 15px;
  294. color: black;
  295. font-weight: normal;
  296. color:{color:text};
  297. text-transform:uppercase;
  298. }
  299.  
  300. </style>
  301.  
  302.  
  303.  
  304. {block:IndexPage}
  305. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  306. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  307.  
  308. <script type="text/javascript">
  309. $(window).load(function () {
  310. var $content = $('#posts');
  311. $content.masonry({itemSelector: '.entry'}),
  312. $content.infinitescroll({
  313. navSelector : 'div#pagination',
  314. nextSelector : 'div#pagination a#nextPage',
  315. itemSelector : '.entry',
  316. loading: {
  317. finishedMsg: '',
  318. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  319. },
  320. bufferPx : 600,
  321. debug : false,
  322. },
  323. // call masonry as a callback.
  324. function( newElements ) {
  325. var $newElems = $( newElements );
  326. $newElems.hide();
  327. // ensure that images load before adding to masonry layout
  328. $newElems.imagesLoaded(function(){
  329. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  330.  
  331.  
  332. });
  333. });
  334. });
  335. </script>
  336.  
  337.  
  338.  
  339. {/block:IndexPage}
  340.  
  341. <title>{title}</title>
  342.  
  343. <link rel="shortcut icon" href="{Favicon}">
  344. <meta name="viewport" content="width=820" />
  345.  
  346. </head>
  347.  
  348. <body onkeydown="return false">
  349.  
  350. <div class="wrapper">
  351. <div class="header">
  352. </div>
  353.  
  354. <div id="sidebar">
  355. <a href="/"><div class="blogtitle">{Title}</div></a>
  356. <a href="/"><img src="{image:sidebar}" width=225px;></a> <br>
  357. {description}
  358. <p>
  359. <div style="text-align: left;"><div class="links"><a href="/">home</a>
  360. {block:ifLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  361. {block:ifLinkTwoTitle}<a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  362. {block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  363. {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle}
  364. <a href="http://wavethemes.tumblr.com/">theme</a>
  365. </div>
  366. </div>
  367. </div>
  368.  
  369. <div class="content">
  370.  
  371. <div class="left">
  372.  
  373. <div id="posts">
  374.  
  375. {block:Posts}
  376. <div class="entry">
  377.  
  378. {block:Text}
  379. {block:Title}<span class="title">{Title}</span>{/block:Title}
  380. <span class="entrytext">{Body}</span></a>
  381. {block:IndexPage}
  382. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  383. {/block:IndexPage}
  384. {/block:Text}
  385.  
  386. {block:Link}
  387. <a href="{URL}" class="title">{Name}</a>
  388. {block:Description}{Description}{/block:Description}
  389. {block:IndexPage}
  390. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  391. {/block:IndexPage}
  392. {block:Link}
  393.  
  394. {block:Photo}
  395. {block:IndexPage}
  396. <div class="permalink">
  397. <a href="{permalink}">{NoteCountWithLabel}</a><br>
  398. <a href="{ReblogURL}">reblog</a>
  399. </div>
  400. {/block:IndexPage}
  401. {block:IndexPage}
  402. {LinkOpenTag}
  403. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}{/block:IndexPage}
  404. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}{/block:PermalinkPage}
  405. {/block:Photo}
  406.  
  407. {block:Photoset}{block:IndexPage}
  408. <div class="permalink">
  409. <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{permalink}">{TimeAgo}</a></span></div>{/block:IndexPage}<center>{Photoset-250}</center></span>{/block:Photoset}
  410.  
  411. {block:Quote}
  412. <span class="title">{Quote}</span><br />
  413. {block:Source}{Source}{/block:Source}
  414. {block:IndexPage}
  415. <br /><div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  416. {/block:IndexPage}
  417. {/block:Quote}
  418.  
  419. {block:Chat}
  420. {block:Title}<span class="title">{Title}</span>{/block:Title}
  421. <ul class="chat">
  422. {block:Lines}
  423. <li class="user_{UserNumber}">
  424. {block:Label}
  425. <span class="label">{Label}</span>
  426. {/block:Label}
  427.  
  428. {Line}
  429. </li>
  430. {/block:Lines}
  431. </ul>
  432. {block:IndexPage}
  433. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  434. {/block:IndexPage}
  435. {/block:Chat}
  436.  
  437. {block:Audio}
  438. <center><div style="width:250px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  439. {FormattedPlayCount} plays</small></div></div></center><br>
  440. {block:Caption}{Caption}{/block:Caption}
  441. {block:IndexPage}
  442. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  443. {/block:IndexPage}
  444. {/block:Audio}
  445.  
  446. {block:Video}
  447. <center>
  448. <div class="videoperma">{Video-250}</div><BR>
  449. {block:Caption}{Caption}</a>{/block:Caption}</center>
  450. {block:Video}
  451.  
  452. {block:PermalinkPage}
  453. <center>
  454. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  455.  
  456. {/block:PermalinkPage}
  457.  
  458. {block:PostNotes}{PostNotes}
  459. {/block:PostNotes}
  460. </div>
  461.  
  462. {/block:Posts}
  463. </div>
  464. {block:IndexPage}
  465. {block:Pagination}
  466. <div id="pagination">
  467. {block:NextPage}
  468. <a id="nextPage" href="{NextPage}"> </a>
  469. {/block:NextPage}
  470. {block:PreviousPage}
  471. <a href="{PreviousPage}"> </a>
  472. {/block:PreviousPage}
  473. </div>
  474. {/block:Pagination}
  475. {/block:IndexPage}
  476. </div>
  477.  
  478. </body>
  479. <div style="display:block;top:30px;right:5px;font-size:10px;font-family:georgia;position:fixed;background-color:#ffffff;padding:3px;border:1px dotted #000;z-index:5;opacity:0.75;">theme by <a href="http://hateable.tumblr.com">hateable</a></div>
  480. </div>
  481. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement