Advertisement
wavethemes

Diamond Theme

Oct 17th, 2012
3,069
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.14 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. Diamond 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.  
  47. <link href='http://fonts.googleapis.com/css?family=Asap|Share' rel='stylesheet' type='text/css'>
  48. <link href='http://fonts.googleapis.com/css?family=Miniver' rel='stylesheet' type='text/css'>
  49. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54. ::-webkit-scrollbar {
  55. height:10px;
  56. width:10px;
  57. background-color:#FFF;
  58. background-image: -webkit-gradient(
  59. linear,
  60. left top,
  61. right top,
  62. color-stop(0, #858585),
  63. color-stop(0.50, #FFFFFF)
  64. );
  65. background-image: -moz-linear-gradient(
  66. left center,
  67. #858585 0%,
  68. #FFFFFF 50%
  69. );}
  70. ::-webkit-scrollbar-thumb:vertical {
  71. background-color:#000;;
  72. height:100px;
  73. -webkit-border-radius: 100px;
  74. -moz-border-radius: 100px;
  75. border-radius: 100px;}
  76. ::-webkit-scrollbar-thumb:horizontal {
  77. background-color:#5a586f;
  78. height:10px !important;}
  79.  
  80. {block:iftinyscrollbar}
  81. ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
  82.  
  83. ::-webkit-scrollbar-thumb { background-color:#ccc; }
  84. {/block:iftinyscrollbar}
  85.  
  86. 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;}
  87.  
  88. #tumblr_controls{
  89. position:fixed !important;
  90. }
  91.  
  92. .wrapper{
  93. margin: 0px auto;
  94. width: 900px;
  95. }
  96.  
  97. .header{
  98. float: left;
  99. width: 100%;
  100. }
  101.  
  102. .left{
  103. float: left;
  104. margin-right: 20px;
  105. width: 802px;
  106. }
  107.  
  108. .right{
  109. float: right;
  110. width: 200px;
  111. background-color: {color:Background};
  112. }
  113.  
  114. body {
  115. padding: 0px;
  116. margin: 0px;
  117. color:{color:Text};
  118. font-family: calibri;
  119. font-size: 10px;
  120. line-height:12px;
  121. letter-spacing:1px;
  122. background-color: {color:Background};
  123. background-image:url({image:Background});
  124. background-attachment: fixed;
  125. background-repeat: repeat
  126. text-align: justify;
  127. }
  128.  
  129. a:link, a:active, a:visited{
  130. color:{color:Link};
  131. text-decoration: none;
  132. -webkit-transition: color 0.4s ease-out;
  133. -moz-transition: color 0.4s ease-out;
  134. }
  135.  
  136. a:hover{
  137. color:#ccddbb;
  138. text-decoration:underline;
  139. -webkit-transition: color 0.4s ease-out;
  140. -moz-transition: color 0.4s ease-out;
  141. }
  142.  
  143. .entry {
  144. border: 1px solid #eee;
  145. position:relative;
  146. {block:PermalinkPage}
  147. width: 500px;
  148. {/block:PermalinkPage}
  149. {block:IndexPage}
  150. width: 230px;
  151. {/block:IndexPage}
  152. margin:6px;
  153. padding:10px;
  154. margin-left:10px;
  155. background: transparent;
  156. {block:ifroundedcorners}-moz-border-radius: 5px;
  157. border-radius: 5px;
  158. {/block:ifroundedcorners}
  159. }
  160.  
  161. .entry .permalink a{
  162. color:#000;
  163. }
  164.  
  165. .entry .permalink{
  166. position:absolute;
  167. width:0px;
  168. background-color:#fff;
  169. height:15px;
  170. padding:5px;
  171. top:10px;
  172. padding-top:2px;
  173. opacity:0.0;
  174. overflow:hidden;
  175. border:1px solid rgba(0,0,0,0.1);
  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:20px;
  182. font-size: 11px;
  183. line-height:15px;
  184. }
  185.  
  186. .entry:hover .permalink{
  187. opacity:0.65;
  188. width:203px;
  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:203px;
  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. position:relative;
  206. height: auto;
  207. width: 775px;
  208. text-align: left;
  209. border-bottom: 1px dashed #000;
  210. border-left: 1px dashed #000;
  211. border-right: 1px dashed #000;
  212. margin-left: 50px;
  213. text-align: center;
  214. border-radius: 3px;
  215. padding: 5px;
  216. margin-top: 5px;
  217. background:#fff;
  218. font-family: consolas;
  219. font-size: 13px;
  220. line-height:14px;
  221. color: {color:text};
  222. }
  223.  
  224. #sidebar:hover{
  225. opacity: 1;
  226. }
  227.  
  228. #posts {
  229. width: 850px;
  230. float:left;
  231. margin-left:-15px;
  232. top: 5px;
  233. }
  234.  
  235. .links a{
  236. font-size: 12px;
  237. text-align: right;
  238. line-height:15px;
  239. letter-spacing: 0px;
  240. margin: 3px;
  241. background-color: #000;
  242. padding-left: 5px;
  243. padding-right: 5px;
  244. border-radius: 3px;
  245. text-transform: uppercase;
  246. font-family: consolas;
  247. color: #fff;
  248. -webkit-transition: all 0.3s linear;
  249. -webkit-transition: all 0.3s linear;
  250. -moz-transition: all 0.3s linear;
  251. transition: all 0.3s linear;
  252. }
  253.  
  254. .links a:hover{
  255. text-decoration: underline;
  256. }
  257. .blogtitle{
  258. text-align: center;
  259. font-family:Parisienne;
  260. color: #000;
  261. padding-left: 5px;
  262. font-size: 30px;
  263. line-height: 30px;
  264. letter-spacing:0px;
  265. }
  266.  
  267. .textperma{
  268. display: block;
  269. font-size: 9px;
  270. line-height:9px;
  271. text-transform: uppercase;
  272. text-align: right;
  273. padding: 0px;
  274. margin: 2px;
  275. }
  276.  
  277. .title{
  278. font-family:calibri;
  279. font-size: 15px;
  280. line-height: 15px;
  281. color: black;
  282. font-weight: normal;
  283. color:{color:text};
  284. text-transform:uppercase;
  285. }
  286.  
  287. </style>
  288.  
  289.  
  290.  
  291. {block:IndexPage}
  292. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  293. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  294.  
  295. <script type="text/javascript">
  296. $(window).load(function () {
  297. var $content = $('#posts');
  298. $content.masonry({itemSelector: '.entry'}),
  299. $content.infinitescroll({
  300. navSelector : 'div#pagination',
  301. nextSelector : 'div#pagination a#nextPage',
  302. itemSelector : '.entry',
  303. loading: {
  304. finishedMsg: '',
  305. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  306. },
  307. bufferPx : 600,
  308. debug : false,
  309. },
  310. // call masonry as a callback.
  311. function( newElements ) {
  312. var $newElems = $( newElements );
  313. $newElems.hide();
  314. // ensure that images load before adding to masonry layout
  315. $newElems.imagesLoaded(function(){
  316. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  317.  
  318.  
  319. });
  320. });
  321. });
  322. </script>
  323.  
  324.  
  325.  
  326. {/block:IndexPage}
  327.  
  328. <title>{title}</title>
  329.  
  330. <link rel="shortcut icon" href="{Favicon}">
  331. <meta name="viewport" content="width=820" />
  332.  
  333. </head>
  334.  
  335. <body onkeydown="return false">
  336.  
  337. <div class="wrapper">
  338. <div class="header">
  339. </div>
  340.  
  341. <div id="sidebar">
  342.  
  343. <a href="/"><div class="blogtitle">{Title}</div></a>
  344.  
  345. <br><div style="text-align: center;">{Description}</div>
  346.  
  347. <br><div style="text-align: center;"><div class="links"><a href="/">home</a>♢
  348. {block:ifLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}♢
  349. {block:ifLinkTwoTitle}<a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}♢
  350. {block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}♢
  351. <a href="http://wavethemes.tumblr.com/">theme</a>
  352. </div>
  353. </div>
  354.  
  355. <div class="content">
  356.  
  357. <div class="left">
  358.  
  359. <div id="posts">
  360.  
  361. {block:Posts}
  362. <div class="entry">
  363.  
  364. {block:Text}
  365. {block:Title}<span class="title">{Title}</span>{/block:Title}
  366. <span class="entrytext">{Body}</span></a>
  367. {block:IndexPage}
  368. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  369. {/block:IndexPage}
  370. {/block:Text}
  371.  
  372. {block:Link}
  373. <a href="{URL}" class="title">{Name}</a>
  374. {block:Description}{Description}{/block:Description}
  375. {block:IndexPage}
  376. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  377. {/block:IndexPage}
  378. {block:Link}
  379.  
  380. {block:Photo}
  381. {block:IndexPage}
  382. <div class="permalink">
  383. <a href="{permalink}">{NoteCountWithLabel}</a> /
  384. <a href="{ReblogURL}">reblog</a>
  385. </div>
  386. {/block:IndexPage}
  387. {block:IndexPage}
  388. {LinkOpenTag}
  389. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}{/block:IndexPage}
  390. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}{/block:PermalinkPage}
  391. {/block:Photo}
  392.  
  393. {block:Photoset}{block:IndexPage}
  394. <div class="permalink">
  395. <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}
  396.  
  397. {block:Quote}
  398. <span class="title">{Quote}</span><br />
  399. {block:Source}{Source}{/block:Source}
  400. {block:IndexPage}
  401. <br /><div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  402. {/block:IndexPage}
  403. {/block:Quote}
  404.  
  405. {block:Chat}
  406. {block:Title}<span class="title">{Title}</span>{/block:Title}
  407. <ul class="chat">
  408. {block:Lines}
  409. <li class="user_{UserNumber}">
  410. {block:Label}
  411. <span class="label">{Label}</span>
  412. {/block:Label}
  413.  
  414. {Line}
  415. </li>
  416. {/block:Lines}
  417. </ul>
  418. {block:IndexPage}
  419. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  420. {/block:IndexPage}
  421. {/block:Chat}
  422.  
  423. {block:Audio}
  424. <center><div style="width:250px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  425. {FormattedPlayCount} plays</small></div></div></center><br>
  426. {block:Caption}{Caption}{/block:Caption}
  427. {block:IndexPage}
  428. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  429. {/block:IndexPage}
  430. {/block:Audio}
  431.  
  432. {block:Video}
  433. <center>
  434. <div class="videoperma">{Video-250}</div><BR>
  435. {block:Caption}{Caption}</a>{/block:Caption}</center>
  436. {block:Video}
  437.  
  438. {block:PermalinkPage}
  439. <center>
  440. {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>
  441.  
  442. {/block:PermalinkPage}
  443.  
  444. {block:PostNotes}{PostNotes}
  445. {/block:PostNotes}
  446. </div>
  447.  
  448. {/block:Posts}
  449. </div>
  450. {block:IndexPage}
  451. {block:Pagination}
  452. <div id="pagination">
  453. {block:NextPage}
  454. <a id="nextPage" href="{NextPage}"> </a>
  455. {/block:NextPage}
  456. {block:PreviousPage}
  457. <a href="{PreviousPage}"> </a>
  458. {/block:PreviousPage}
  459. </div>
  460. {/block:Pagination}
  461. {/block:IndexPage}
  462. </div>
  463.  
  464. </body>
  465. <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>
  466. </div>
  467. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement