Advertisement
horanique

THEME05

Mar 27th, 2013
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.30 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5.  
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <meta name="image:top" content""/>
  9. <meta name="color:text" content""/>
  10. <meta name="color:links" content""/>
  11. <meta name="color:desc" content""/>
  12. <meta name="color:linkhover" content""/>
  13. <meta name="color:scrollbar" content""/>
  14. <meta name="color:border" content""/>
  15.  
  16. <meta name="text:link1url" content""/>
  17. <meta name="text:link1name" content""/>
  18. <meta name="text:link2url" content""/>
  19. <meta name="text:link2name" content""/>
  20. <meta name="text:link3url" content""/>
  21. <meta name="text:link3name" content""/>
  22.  
  23. <script type="text/javascript" src="http://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
  24. <script type="text/javascript"
  25. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  26. <script>
  27. $(document).ready(function() {
  28. //
  29. $('a.poplight[href^=#]').click(function() {
  30. var popID = $(this).attr('rel'); //Get Popup Name
  31. var popURL = $(this).attr('href'); //Get Popup href to define size
  32. var query= popURL.split('?');
  33. var dim= query[1].split('&');
  34. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  35. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');
  36. var popMargTop = ($('#' + popID).height() + 80) / 2;
  37. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  38. //Apply Margin to Popup
  39. $('#' + popID).css({
  40. 'margin-top' : -popMargTop,
  41. 'margin-left' : -popMargLeft
  42. });
  43. $('body').append('<div id="fade"></div>');
  44. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  45. return false;
  46. });
  47. $('a.close, #fade').live('click', function() {
  48. $('#fade , .popup_block').fadeOut(function() {
  49. $('#fade, a.close').remove(); //fade them both out
  50. });
  51. return false;
  52. });
  53. });
  54. </script>
  55.  
  56.  
  57. <style type="text/css">
  58.  
  59.  
  60. #fade { /*--Transparent background layer--*/
  61. display: none; /*--hidden by default--*/
  62. background: #000;
  63. background-image: url('http://3.bp.blogspot.com/--iKHyzdRz-w/USTaF2IviZI/AAAAAAAADFw/p0Y9Ykpouwc/s1600/debut_dark.png');
  64. position: fixed; left: 0; top: 0;
  65. width: 100%; height: 100%;
  66. opacity: .90;
  67. z-index: 9999;
  68. }
  69. .popup_block{
  70. display: none; /*--hidden by default--*/
  71. background: #fff;
  72. padding: 20px;
  73. border: 1px solid #ddd;
  74. letter-spacing: 1px;
  75. float: left;
  76. position: fixed;
  77. top: 50%; left: 50%;
  78. z-index: 99999;
  79. }
  80.  
  81. body {
  82. font-family: times new;
  83. font-size: 10px;
  84. color: {color:text};
  85. margin: 0;
  86. }
  87.  
  88. a {
  89. color: {color:links};
  90. text-decoration: none;
  91. }
  92.  
  93. a:hover {
  94. color: {color:linkhover};
  95. -webkit-transition: all 0.5s ease;
  96. -moz-transition: all 0.5s ease;
  97. -o-transition: all 0.5s ease;
  98. }
  99.  
  100.  
  101.  
  102.  
  103. #content {
  104. position: fixed;
  105. top: 150px;
  106. right: 100px;
  107. height:350px;
  108. width:300px;
  109. overflow:auto;
  110. padding: 1px;
  111. opacity: 1;
  112. }
  113.  
  114.  
  115.  
  116. .posts {
  117. padding: 19px;
  118. margin-top: 20px;
  119. overflow: hidden;
  120. background: #FFF;
  121. width: 250px;
  122.  
  123. }
  124.  
  125.  
  126. .posts img {
  127. max-width: 100%;
  128. }
  129.  
  130.  
  131. .posts a {
  132. letter-spacing: 1px;
  133. }
  134.  
  135.  
  136. .themes {
  137. padding-top: 20px;
  138. padding-left: 00px;
  139. padding-bottom: 20px;
  140. height: 410px;
  141. top: 110px;
  142. left: 318px;
  143. position: fixed;
  144. overflow:auto;
  145. width: 550px;
  146. text-align: center;
  147. font-size: 10px;
  148. text-transform: uppercase;
  149. }
  150.  
  151. .themes a {
  152. padding: 5px;
  153. opacity: 1;
  154. }
  155.  
  156. .themes a:hover {
  157. opacity: .8;
  158.  
  159. }
  160.  
  161. .themes img {
  162. padding-bottom: 5px;
  163. }
  164.  
  165. .themeposts {
  166. display: inline-block;
  167. width: 220px;
  168. margin-right: 47px;
  169. margin-left: 3px;
  170. border-bottom-style: double ;
  171. border-bottom-width: 3px;
  172. border-color: {color:border};
  173. padding-bottom: 5px;
  174. margin-bottom: 20px;
  175. }
  176.  
  177. .themeposts img {
  178. width: 220px;
  179. }
  180.  
  181.  
  182. #top {
  183. background-image:url('{image:top}');
  184. position: fixed;
  185. top: 10px;
  186. left: 283px;
  187. width: 585px;
  188. height: 99px;
  189. text-align: justify;
  190. }
  191.  
  192.  
  193.  
  194.  
  195. #pagination {
  196. position: fixed;
  197. bottom: 120px;
  198. background-color: #fff;
  199. right: 100px;
  200. width: 300px;
  201. word-spacing: 10px;
  202. padding: 5px;
  203. margin-left: 0px;
  204. font-size:11px;
  205. text-align:center;
  206. opacity: 1;
  207. font-family: calibri;
  208. text-transform: uppercase;
  209. transition: all 0.7s ease-out;
  210. -o-transition-transition: all 0.7s ease-out;
  211. -webkit-transition: all 0.7s ease-out;
  212. -moz-transition: all 0.7s ease-out;
  213.  
  214. }
  215.  
  216.  
  217.  
  218. #description {
  219. background-color: #fff;
  220. width: 355px;
  221. margin-left: 60px;
  222. margin-top: 25px;
  223. padding: 8px;
  224. text-align: justify;
  225. line-height: 10px;
  226. font-family: times new;
  227. font-size: 70%;
  228. letter-spacing: 1px;
  229. opacity: .9;
  230. text-transform: uppercase;
  231. color: {color:desc};
  232.  
  233. }
  234.  
  235.  
  236.  
  237. #links {
  238. text-align: center;
  239. width: 80px;
  240. font-family: times new;
  241. letter-spacing: 1px;
  242. font-size: 70%;
  243. color: #fff;
  244. margin-top: -46px;
  245. margin-left: 445px;
  246. text-transform: uppercase;
  247. opacity: .9;
  248. transition: all 0.8s ease-out;
  249. -o-transition-transition: all 0.8s ease-out;
  250. -webkit-transition: all 0.8s ease-out;
  251. -moz-transition: all 0.8s ease-out;
  252. }
  253.  
  254.  
  255. #links a {
  256. color: #000;
  257. display: block;
  258. padding: 4px;
  259. background-color: #fff;
  260. opacity: .9;
  261. transition: all 0.5s ease-out;
  262. -o-transition-transition: all 0.5s ease-out;
  263. -webkit-transition: all 0.5s ease-out;
  264. -moz-transition: all 0.5s ease-out;
  265. }
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272. #info {
  273. text-transform: uppercase;
  274. font-size: 70%;
  275. letter-spacing: 1px;
  276. border-top: 1px solid #eee;
  277. font-family: times new;
  278. line-height: 3px;
  279. color: {color:links};
  280. text-align: left;
  281. padding-top: 5px;
  282. padding-right: 5px;
  283.  
  284. }
  285.  
  286.  
  287. #albumart img {
  288. width: 50px;
  289. height: 50px;
  290. }
  291.  
  292.  
  293. #permalink {
  294. padding: 5px 10px 5px 10px;
  295.  
  296. }
  297.  
  298. blockquote {
  299. padding: 1px 1px 1px 10px;
  300. margin: 5px;
  301. }
  302.  
  303.  
  304.  
  305. #captions {
  306. width:500px;
  307. text-align:justify;
  308. line-height:120%;
  309.  
  310. }
  311.  
  312. #audiocaptions {
  313. display: block;
  314. padding: 1px 10px 1px 10px;
  315. margin-top: 10px;
  316. {block:IfNotShowCaptions}
  317. {block:IndexPage}
  318. display: none;
  319. {/block:IndexPage}
  320. {/block:IfNotShowCaptions}
  321. }
  322.  
  323.  
  324. ::-webkit-scrollbar {background-color:#fff; height:8px; width:4px}
  325. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  326. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  327.  
  328. #answer a {
  329. font-style: italic;
  330. }
  331.  
  332. #credit a {
  333. position:fixed;
  334. bottom:5px;
  335. right:-52px;
  336. text-transform:uppercase;
  337. color:#666666;
  338. font-size:8px;
  339. width:80px;
  340. font-family:consolas;
  341. text-align:center;
  342. transition: all 0.7s ease-out;
  343. -o-transition-transition: all 0.7s ease-out;
  344. -webkit-transition: all 0.7s ease-out;
  345. -moz-transition: all 0.7s ease-out;
  346. }
  347.  
  348. #credit a:hover {
  349. right: -3px;
  350. transition: all 0.7s ease-out;
  351. -o-transition-transition: all 0.7s ease-out;
  352. -webkit-transition: all 0.7s ease-out;
  353. -moz-transition: all 0.7s ease-out;
  354. }
  355.  
  356.  
  357. iframe#tumblr_controls {
  358. position: fixed !important;
  359. z-index: 9999;
  360. }
  361.  
  362. #yolo {
  363. background-color: {color:scrollbar};
  364. color: #eee;
  365. width: 265px;
  366. padding-left: 20px;
  367. padding-right: 20px;
  368. padding-top: 5px;
  369. padding-bottom: 5px;
  370. font-size: 90%;
  371. text-transform: uppercase;
  372. letter-spacing: 1px;
  373. position: fixed;
  374. top: 130px;
  375. right: 100px;
  376. text-align: center;
  377. }
  378.  
  379. </style>
  380.  
  381. </head>
  382.  
  383.  
  384.  
  385. <body>
  386.  
  387.  
  388. <div class="themes">
  389.  
  390. <div class="themeposts">
  391. <img src="http://24.media.tumblr.com/c38b378ac906168cddf5f9157c6c6b87/tumblr_mkbsuaqsOh1rwapmjo1_500.jpg">
  392. <a href="/" target="_blank">live preview</a> / <a href="/" target="_blank">informations</a>
  393. </div>
  394.  
  395. <div class="themeposts">
  396. <img src="http://24.media.tumblr.com/c38b378ac906168cddf5f9157c6c6b87/tumblr_mkbsuaqsOh1rwapmjo1_500.jpg">
  397. <a href="/" target="_blank">live preview</a> / <a href="/" target="_blank">informations</a>
  398. </div>
  399.  
  400. <div class="themeposts">
  401. <img src="http://24.media.tumblr.com/c38b378ac906168cddf5f9157c6c6b87/tumblr_mkbsuaqsOh1rwapmjo1_500.jpg">
  402. <a href="/" target="_blank">live preview</a> / <a href="/" target="_blank">informations</a>
  403. </div>
  404.  
  405. <div class="themeposts">
  406. <img src="http://24.media.tumblr.com/c38b378ac906168cddf5f9157c6c6b87/tumblr_mkbsuaqsOh1rwapmjo1_500.jpg">
  407. <a href="/" target="_blank">live preview</a> / <a href="/" target="_blank">informations</a>
  408. </div>
  409.  
  410. <div class="themeposts">
  411. <img src="http://24.media.tumblr.com/c38b378ac906168cddf5f9157c6c6b87/tumblr_mkbsuaqsOh1rwapmjo1_500.jpg">
  412. <a href="/" target="_blank">live preview</a> / <a href="/" target="_blank">informations</a>
  413. </div>
  414.  
  415. <div class="themeposts">
  416. <img src="http://24.media.tumblr.com/c38b378ac906168cddf5f9157c6c6b87/tumblr_mkbsuaqsOh1rwapmjo1_500.jpg">
  417. <a href="/" target="_blank">live preview</a> / <a href="/" target="_blank">informations</a>
  418. </div>
  419.  
  420. </div>
  421.  
  422.  
  423. <div id="content">
  424.  
  425. <div id="top">
  426.  
  427.  
  428. <div id="description">{Description}</div>
  429.  
  430.  
  431. <div id="links">
  432. <a href="{text:link1url}">{text:link1name}</a>
  433. <a href="#?w=450" rel="01" class="poplight">{text:link2name}</a>
  434. <a href="{text:link3url}">{text:link3name}</a>
  435. </div>
  436.  
  437. </div>
  438.  
  439.  
  440. <div id="pagination">
  441. {block:Pagination}
  442. <div class="ha">
  443. {block:PreviousPage}
  444. <a href="{PreviousPage}">ยซ</a>
  445. {/block:PreviousPage}
  446. {block:JumpPagination length="5"}
  447. {block:CurrentPage}
  448. <span class="current_page">{PageNumber}</span>
  449. {/block:CurrentPage}
  450.  
  451. {block:JumpPage}
  452. <a class="jump_page" href="{URL}">{PageNumber}</a>
  453. {/block:JumpPage}
  454. {/block:JumpPagination}
  455. {block:NextPage}
  456. <a href="{NextPage}">ยป</a>
  457. {/block:NextPage}
  458. </div>
  459. {/block:Pagination}
  460. </div>
  461.  
  462.  
  463.  
  464. <div id="yolo">updates and answered questions</div>
  465.  
  466. {block:Posts}
  467.  
  468. <div class="posts">
  469.  
  470.  
  471. {block:Text}
  472.  
  473. {block:Title}
  474. {Title}
  475. {/block:Title}
  476.  
  477. {Body}
  478.  
  479. {/block:Text}
  480.  
  481.  
  482.  
  483.  
  484. {block:Photo}
  485.  
  486. <center>
  487. <img src="{PhotoURL-500}">
  488. </center>
  489.  
  490. {block:Caption}
  491. <div id="captions">
  492. {Caption}</div>
  493. {/block:Caption}
  494.  
  495. {/block:Photo}
  496.  
  497.  
  498.  
  499. {block:Photoset}<center>{Photoset-500}</center>
  500. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  501.  
  502.  
  503.  
  504. {block:Quote}
  505.  
  506. โ{Quote}
  507.  
  508. {block:Source}
  509. <br><br>โ€”{Source}
  510. {/block:Source}
  511.  
  512. {/block:Quote}
  513.  
  514.  
  515.  
  516. {block:Link}
  517.  
  518. <a href="{URL}" {Target}>+ {Name}</a>
  519.  
  520. {block:Description}
  521. {Description}
  522. {/block:Description}
  523.  
  524. {/block:Link}
  525.  
  526.  
  527.  
  528. {block:Answer}
  529.  
  530. <center> <b>{Asker}</b>: <i>{Question}</i>
  531.  
  532. <div id="answer">{Answer}</div></center>
  533.  
  534. {/block:Answer}
  535.  
  536.  
  537. </div>
  538.  
  539. <div id="info">
  540.  
  541. {block:Date}
  542.  
  543.  
  544. {MonthNumberWithZero} / {DayOfMonthWithZero} / {Year}
  545. {/block:Date}
  546.  
  547. {/block:ContentSource}
  548.  
  549. {block:PermalinkPage}
  550. <span style="text-align:left;">{block:PostNotes}
  551. {PostNotes}
  552. {/block:PostNotes}</span>
  553. {/block:PermalinkPage}
  554.  
  555.  
  556. </div>
  557.  
  558.  
  559. {/block:Posts}
  560.  
  561. <div id="credit"><a href="http://diaemonds.tumblr.com/">[C] diaemonds</a></div>
  562.  
  563. </div>
  564. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
  565.  
  566. <div id="01" class="popup_block">
  567. i made an pop-up ask because it's just nicer. so search for class="popup_block" and change the text to whatever you want.. like some rules or something idk. and change the url diaemonsthemes after /ask_form/ to yours!!! or you wont get any messages :p
  568. </p><iframe frameborder="0" height="200" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/diaemondsthemes.tumblr.com" width="100%"></iframe></p>
  569. </div>
  570.  
  571. </body>
  572. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement