Advertisement
themepirate

Davy Jones Theme by THEMEPIRATE

Jun 17th, 2013
3,058
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.82 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.  
  3. <!--------------------------------------------
  4.  
  5. *************** *************
  6. *************** **************
  7. *************** ***************
  8. ***** ***** ****
  9. ***** ***************
  10. ***** *************
  11. ***** heme ***** irate
  12. ***** *****
  13. ***** *****
  14.  
  15. Theme: Davy Jones Revamped Date: 6/29/13
  16. By: Byron (BlogInfinity.me)
  17.  
  18. themepirate.tumblr.com
  19. ---------------------------------------------->
  20.  
  21. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
  22. <title>{Title}</title>
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  
  25. <link rel="shortcut icon" href="{Favicon}" />
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  27. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  28. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  29. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:700,700italic' rel='stylesheet' type='text/css'>
  30. <link href='http://fonts.googleapis.com/css?family=Lily+Script+One' rel='stylesheet' type='text/css'>
  31. <link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
  32. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  33.  
  34. <meta name="color:Background" content="#ececec" />
  35. <meta name="color:Text" content="#303030" />
  36. <meta name="color:Links" content="#474747" />
  37. <meta name="color:Links Hover" content="#636363" />
  38. <meta name="color:Title Color" content="#414141" />
  39. <meta name="color:Title Hover Color" content="#353535" />
  40. <meta name="color:Sidebar Pane Background Color" content="#535353" />
  41. <meta name="color:NavLinks Background Hover" content="#c4c2c2" />
  42. <meta name="color:Navlinks Text Color" content="#ecebeb" />
  43. <meta name="color:Navlinks Text Hover Color" content="#363636" />
  44. <meta name="color:Menu Background Color" content="#535353" />
  45. <meta name="color:Post Links Background Color" content="#f7f7f7 />
  46. <meta name="color:Chat" content="#bbbbbb" />
  47. <meta name="color:Asker Background" content="#bbbbbb" />
  48. <meta name="image:Background" content="http://static.tumblr.com/psjhflr/Aanmp5pd6/aaa.jpg" />
  49. <meta name="image:DisplayImage" content="" />
  50. <meta name="image:Banner" content="" />
  51.  
  52.  
  53. <meta name="font:Body" content="Helvetica" />
  54. <meta name="if:Infinite Scroll" content="0"/>
  55. <meta name="if:To top button" content="1" />
  56. <meta name="if:Show Caption" content="0" />
  57. <meta name="if:Show Post Links" content="1" />
  58. <meta name="if:Show Tags" content="0" />
  59. <meta name="if:Text Shadow" content="1" />
  60.  
  61. <meta name="text:Custom Link 1" content="" />
  62. <meta name="text:Custom Link 1 Title" content="Link 1" />
  63. <meta name="text:Custom Link 2" content="" />
  64. <meta name="text:Custom Link 2 Title" content="Link 2" />
  65. <meta name="text:Custom Link 3" content="" />
  66. <meta name="text:Custom Link 3 Title" content="Link 3" />
  67. <meta name="text:Custom Link 4" content="" />
  68. <meta name="text:Custom Link 4 Title" content="Link 4" />
  69. <meta name="text:Custom Link 5" content="" />
  70. <meta name="text:Custom Link 5 Title" content="Link 5" />
  71. <meta name="text:Custom Link 6" content="" />
  72. <meta name="text:Custom Link 6 Title" content="Link 6" />
  73. <meta name="text:Custom Link 7" content="" />
  74. <meta name="text:Custom Link 7 Title" content="Link 7" />
  75. <meta name="text:Custom Link 8" content="" />
  76. <meta name="text:Custom Link 8 Title" content="Link 8" />
  77. <meta name="text:Custom Link 9" content="" />
  78. <meta name="text:Custom Link 9 Title" content="Link 9" />
  79. <meta name="text:Custom Link 10" content="" />
  80. <meta name="text:Custom Link 10 Title" content="Link 10" />
  81.  
  82. <head>
  83. <script src="http://static.tumblr.com/uiqhh9x/61sm66w66/jquery.min.js" type="text/javascript"></script>
  84. <script src="http://static.tumblr.com/uiqhh9x/3Jpm92lk1/totop.js" type="text/javascript"></script>
  85. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  86.  
  87.  
  88.  
  89.  
  90. <style type="text/css">
  91. body {
  92. background: {color:Background} url('{image:Background}') top left scroll repeat;
  93. color: {color:Text};
  94. font-family: {font:Body};
  95. font-size: 12px; line-height:17px;
  96. text-align:left; letter-spacing: 1px;
  97. text-transform:{text:Body Text transform};
  98. -webkit-font-smoothing: antialiased;
  99. }
  100.  
  101. a, a:link, a:visited {
  102. color: {color:Links};
  103. font-family: {font:Links};
  104. text-transform: {text:Body Text transform};
  105. text-decoration: none;
  106. font-size: 12px;
  107. }
  108.  
  109. a:hover {
  110. color: {color:Links Hover};
  111. font-family: {font:Links};
  112. text-decoration: none;
  113. font-size: 12px; }
  114.  
  115. p {
  116. margin: 5px 0 0 0;
  117. line-height:17px;
  118. padding: 0; }
  119. ul, ol {
  120. margin: 5px 0 0 25px; padding: 0; }
  121. blockquote {
  122. margin: 2px 2px 1px 2px;
  123. padding: 1px 2px 1px 4px;
  124. border: 0px solid {color:Text}; }
  125. blockquote p {
  126. margin: 0;
  127. padding: 0;
  128. line-height: 12px; }
  129.  
  130. .wraps {
  131. top:0px; left:220px;
  132. position:fixed; width: 845px;
  133. height: 100%;
  134. background: url('http://static.tumblr.com/psjhflr/S7Fmp5o88/bgwhite.png') top left scroll repeat;
  135. float: left;
  136. -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  137. -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  138. box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  139. }
  140.  
  141. .header {
  142. background: url('http://static.tumblr.com/psjhflr/S7Fmp5o88/bgwhite.png') top left scroll repeat;
  143. top: 30px; left: 220px; line-height: 25px;
  144. width: 835px; padding: 5px;
  145. text-align: left; height: 255px;
  146. display: block; position: absolute;
  147.  
  148. }
  149.  
  150. .header img {
  151. margin-top: -55px; margin-left: -5px; height: 265px; width: 845px;
  152. }
  153.  
  154. .menu, .menu a {
  155. margin-right: 0px; width: 250px; margin-right: 30px;
  156. text-align: left; font-size: 11px;
  157. color: {color:Blog Title Color};
  158. text-transform: capitalize; font-weight: bold;
  159. font-family: 'Open Sans', sans-serif;
  160. }
  161.  
  162. #content {
  163. background: url('http://static.tumblr.com/psjhflr/S7Fmp5o88/bgwhite.png') top left scroll repeat;
  164. float: left;
  165. top: 295px;
  166. left: 530px;
  167. {block:IndexPage}
  168. width: 535px; padding: 0px;
  169. {/block:IndexPage}
  170. {block:PermalinkPage}
  171. width: 535px; padding: 0px;
  172. {/block:PermalinkPage}
  173. float: right; position: absolute;
  174. }
  175.  
  176. #container {
  177. width: 1000px;
  178. margin: 0px auto;
  179. }
  180.  
  181. .entry {z-index: 999999;
  182. background: url('http://static.tumblr.com/psjhflr/S7Fmp5o88/bgwhite.png') top left scroll repeat;
  183. float: left;
  184. float: left;
  185. width: 500px;
  186. border-left: 1px outset #ccc;
  187. border-top: 1px outset #ccc;
  188. margin-left: 10px; margin-bottom: 0px;
  189. {block:PermalinkPage}
  190. width: 500px;
  191. {/block:PermalinkPage}
  192. padding: 12px; padding-top: 5px; padding-bottom: 25px;
  193. display: block;
  194. position: relative;
  195.  
  196. }
  197.  
  198. .entry img {
  199. margin-top: 18px;
  200. display: block;
  201. max-width: 100%;
  202. {block:PermalinkPage}
  203. margin-bottom: 10px;
  204. {/block:PermalinkPage}
  205.  
  206. }
  207.  
  208. .entry:hover img {
  209. max-width: 100%;
  210. }
  211.  
  212. #sb {z-index: 999999;
  213. float: left;
  214. left: 215px;
  215. top: 290px;
  216. width: 320px;
  217. height: auto;
  218. padding: 0px;
  219. margin-top: 0px;
  220. display: block; margin: 5px;
  221. position: absolute;
  222. border-top: 1px outset #ccc;
  223. }
  224.  
  225. .sb1 {
  226. background: url('http://static.tumblr.com/psjhflr/S7Fmp5o88/bgwhite.png') top left scroll repeat;
  227. float: left;
  228. width: 320px; margin-top: 3px;
  229. margin-bottom: 0px;
  230. padding: 0px;
  231. display: block;
  232. position: relative;
  233.  
  234. }
  235.  
  236. .sb1 img {
  237. display: block;
  238. max-width: 317px;
  239. margin-left: 0px;
  240. margin-bottom: -5px;
  241. }
  242.  
  243. .menulinks a {
  244. no-repeat center center fixed;
  245. margin-top: -2px; margin-left: -3px; margin-top: -4px;
  246. text-transform: capitalize;
  247. color: {color:Navlinks Text Color};
  248. font-family: 'Oswald', sans-serif;
  249. text-transform: uppercase; font-size: 12px;
  250. text-align: center; font-weight: bold;
  251. letter-spacing:0px; display:block; line-height: 20px;
  252. width: 79.1px; height: 20px;
  253. padding: 6px 20.5px 5px;
  254. text-shadow: 1px 1px #000;
  255. }
  256.  
  257. .menulinks a:hover {
  258. display:block;
  259. color: {color:Navlinks Text Hover Color};
  260. background-color: {color:NavLinks Background Hover};
  261. {block:IfTextShadow}
  262. text-shadow: 1px 1px #ccc;
  263. {/block:IfTextShadow}
  264. }
  265.  
  266. #menubar {
  267. background-color: {color:Menu Background Color} ;
  268. position: absolute; top: -30px; left: 0px;
  269. height: 30px; width: 845px; color: {color:Navlinks Text Color};
  270. }
  271.  
  272.  
  273. .navlinks a {
  274. no-repeat center center fixed;
  275. margin-bottom: 5px;
  276. margin-left: 10px;
  277. text-transform: capitalize;
  278. font-family: 'Lily Script One', cursive;
  279. text-transform: capitalize; font-size: 15px;
  280. color: {color:Title color};
  281. text-align: left;
  282. letter-spacing:1px; display:block;
  283. width:317px;height:17px;line-height:30px;
  284. }
  285.  
  286. .navlinks a:hover {
  287. display:block;
  288. color: {color:Links Hover};
  289. }
  290.  
  291. #left {
  292. line-height: 12px; position: absolute; top: 40px;
  293. height:auto; color: {color:Text};
  294. padding: 15px; left: 0px; text-align: right;
  295. font-size: 11px; letter-spacing: 0px;
  296. Display:block;
  297. }
  298.  
  299. .entry:hover .rblg, .entry:hover .dte, .entry:hover .nts {
  300. top: 0px; height: 120px; left: 0px;
  301. opacity: 1; filter: alpha(opacity = 100);
  302. -webkit-transition: all 0.5s ease-out;
  303. -moz-transition: all 0.5s ease-out;
  304. }
  305.  
  306. .entry:hover .p1, .entry:hover .p2, .entry:hover .p3, .entry:hover .p4 {
  307. opacity: .8; filter: alpha(opacity = 80);
  308. }
  309.  
  310.  
  311. .p1 {
  312. -webkit-transition: all 0.5s ease-out;
  313. -moz-transition: all 0.5s ease-out;
  314. top: 23px;
  315. left: 12px;
  316. opacity: 0; text-align: center;
  317. filter: alpha(opacity = 0);
  318. z-index:9999999;
  319. position: absolute;
  320. text-transform: uppercase;
  321. }
  322.  
  323. .dte {
  324. -webkit-font-smoothing: antialiased;
  325. width: 492px;
  326. height: 0px;
  327. background-color: #000;
  328. padding: 3px;
  329. overflow: hidden;
  330. z-index: 9999999;
  331. color: #fff;
  332. padding-left: 4px;
  333. padding-right: 4px;
  334. position: absolute;
  335. text-transform: uppercase;
  336. text-align: center;
  337. -webkit-transition: all 0.5s ease-out;
  338. -moz-transition: all 0.5s ease-out;
  339. opacity: .7;
  340. filter: alpha(opacity = 70);
  341. font-family: 'Open Sans', sans-serif;
  342. }
  343.  
  344. .dte a {
  345. color: #ffffff!important; text-transform: uppercase;
  346. font-family: 'Open Sans', sans-serif; font-size: 14px;
  347.  
  348. }
  349.  
  350. .dte:hover, .dte a:hover {
  351. color: #000; text-transform: uppercase;
  352. font-family: 'Open Sans', sans-serif;
  353. }
  354.  
  355. .perma1 {
  356. background: {color:Post Links Background Color}; width: 508px;
  357. margin-top: -2px; margin-left: -9px;
  358. font-family: 'Oswald', sans-serif;
  359. padding: 5px;
  360. {block:IfTextShadow}
  361. text-shadow: 1px 1px #ccc;
  362. {/block:IfTextShadow}
  363. font-size:11px; color: {color:Links};
  364. text-transform: uppercase; letter-spacing: 0px;
  365. border-bottom: 0px solid #ececec; line-height: 30px;
  366. margin-bottom: 10px;
  367. }
  368.  
  369. .perma1 a {
  370. font-family: 'Oswald', sans-serif;
  371. font-size:11px; color: {color:Links};
  372. text-transform: uppercase; letter-spacing: 0px;
  373. }
  374.  
  375. .perma1 a:hover {
  376. color: {color:Links Hover};
  377. }
  378.  
  379. .tags {
  380. margin-top: 5px; background: {color:Header Background Color};
  381. font-family: 'Open Sans', sans-serif; padding: 5px;
  382. font-size:11px; color: {color:Links};
  383. text-transform: capitalize; letter-spacing: 0px;
  384. border: 1px dotted #ccc; line-height: 15px; margin-top: 10px;
  385. }
  386.  
  387. .tags a {
  388. margin-top: 5px;
  389. font-family: 'Open Sans', sans-serif;
  390. font-size:11px; color: {color:Links};
  391. text-transform: capitalize; letter-spacing: 0px;
  392. }
  393.  
  394. .tags a:hover {
  395. color: {color:Links Hover};
  396. }
  397.  
  398. .n3, .n3 a {
  399. text-transform: capitalize; text-align: center; letter-spacing: 3px;
  400. font-family: 'Open Sans', sans-serif; font-size: 17px; margin-right: -5px;
  401. color: #fff;
  402.  
  403. }
  404.  
  405. .n3:hover, .n3 a:hover {
  406. color: #fff; font-family: 'Open Sans', sans-serif; font-size: 17px;
  407. margin-top: 5px;
  408. text-transform: capitalize;
  409. }
  410.  
  411. .n4, .n4 a {
  412. text-transform: uppercase; text-align: left; letter-spacing: 5px;
  413. font-family: 'Oswald', sans-serif; font-weight: bold; width: 297px;
  414. font-size: 13px; margin-left: 0px; margin-top: 10px;
  415. margin-left: 0px; padding-left: 20px; height: 40px;
  416. margin-bottom: 10px; line-height: 40px; color: #fff;
  417. background: {color:Sidebar Pane Background Color};
  418. {block:IfTextShadow}
  419. text-shadow: 2px 1px #353535;
  420. {/block:IfTextShadow}
  421. -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  422. -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  423. box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  424.  
  425. }
  426.  
  427. .n5, .n5 a {
  428. text-transform: capitalize; text-align: left;
  429. letter-spacing: 3px; font-family: 'Open Sans', sans-serif;
  430. font-size: 9px; margin-right: -5px;
  431. margin-bottom: 0px; line-height: 0px; color: {color: box};
  432.  
  433. }
  434.  
  435. .z3, .z3 a {
  436. text-transform: capitalize;
  437. font-family: 'Lily Script One', cursive;
  438. font-size: 20px; letter-spacing: 0px;
  439. line-height: 35px;
  440.  
  441. }
  442.  
  443. .z3:hover, .z3 a:hover {
  444. text-transform: capitalize;
  445. font-family: 'Lily Script One', cursive;
  446. }
  447.  
  448. .z4, .z4 a {
  449. text-transform: capitalize;
  450. font-family: 'Lily Script One', cursive;
  451. font-size: 15px; letter-spacing: 1px;
  452. line-height: 0px; margin-top: -10px;
  453. }
  454.  
  455. .z4:hover, .z4 a:hover {
  456. text-transform: capitalize;
  457. font-family: 'Lily Script One', cursive;
  458. font-size: 15px; letter-spacing: 1px;
  459. }
  460.  
  461. .z5, .z5 a {
  462. text-transform: capitalize; text-align: center;
  463. letter-spacing: 0px; font-family: 'Lily Script One', cursive;
  464. font-size: 40px; line-height: 70px; color: #ffffff;
  465. }
  466.  
  467. .z5:hover, .z5 a:hover {
  468. text-transform: capitalize; text-align: center;
  469. letter-spacing: 0px; font-family: 'Lily Script One', cursive;
  470. font-size: 40px; color: #ffffff;
  471. }
  472.  
  473.  
  474. .nts:hover , .rblg:hover , .dte:hover {
  475. color: #ffffff!important;
  476. }
  477.  
  478. .title, .title a {
  479. font-family: 'Lily Script One', cursive;
  480. font-size: 25px;
  481. color: {color:title color};
  482. line-height: 25px; margin-bottom: 10px;
  483. letter-spacing:0px;
  484. text-transform: none;
  485. }
  486.  
  487. .title:hover, .title a:hover {
  488. color:{color:title hover color};
  489. }
  490.  
  491. .btitle a {
  492. font-family: 'Lily Script One', cursive;
  493. font-size: 90px; height: 20px;
  494. color: {color:Title color}; width:800px;
  495. letter-spacing:-4px; line-height: 150px;
  496. text-transform: none; left: 0px;
  497. {block:IfTextShadow}
  498. text-shadow: 5px 5px #bbb;
  499. {/block:IfTextShadow}
  500. }
  501.  
  502. .btitle:hover, .btitle a:hover {
  503. color: {color:Title color};
  504. }
  505.  
  506.  
  507.  
  508. .pos {
  509. background-color: {color:Chat};
  510. }
  511. .audioplayer {
  512. padding-left: 12px;
  513. background-color:{color:Chat};
  514. }
  515. .playcount {
  516. float: right;
  517. clear: both;
  518. padding-top: 10px;
  519. padding-right: 20px;
  520. color:{color:link};
  521. text-shadow: none;
  522. font-size:10px;
  523. text-transform:{text:Title text transform};
  524. }
  525.  
  526. #sidebar img {
  527. max-width:100%;
  528. }
  529.  
  530. #sidebar img {
  531. border: 0px;
  532. display: block;
  533. }
  534.  
  535. .ques {
  536. background-color:{color:Asker Background};
  537. padding:5px;
  538. font-family: {font:Title};
  539. font-size: 12px;
  540. line-height: 16px;
  541. text-transform: uppercase;
  542. letter-spacing:-1px;
  543. }
  544. .ques a {
  545. font-family: {font:Title};
  546. font-size: 12px;
  547. line-height: 16px;
  548. text-transform: uppercase;
  549. letter-spacing:-1px;color:{color:Links};
  550. }
  551. .ques a:hover {
  552. color: {color:Links Hover};}
  553. .said a {
  554. font-family: {font:Title};
  555. font-size: 12px;
  556. line-hepxht: 14px;
  557. text-transform: uppercase;
  558. letter-spacing:-1px;
  559. margin-top:6px;
  560. }
  561. .said a:hover {
  562. font-family: {font:Title};
  563. font-size: 12px;
  564. line-height: 14px;
  565. text-transform: uppercase;
  566. letter-spacing:-1px;
  567. margin-top:6px;
  568. }
  569.  
  570. .nav a {
  571. font-size: 13px;
  572. font-family: 'Open Sans', sans-serif;
  573. }
  574. .nav {
  575. font-size: 13px;
  576. font-family: 'Open Sans', sans-serif;
  577. }
  578.  
  579.  
  580. .pagination {
  581. background-color: {color:Menu Background Color} ;
  582. float:center; color: {color: Navlinks Text Color};
  583. margin-top:0px;
  584. width: auto;
  585. height:50px;
  586. margin-left: 3px;
  587. text-align: center;
  588. line-height:50px; letter-spacing: 1px;
  589. font-family: 'Lily Script One', cursive;
  590. font-size:20px;
  591. border-top: 1px dotted #ccc;
  592. border-bottom: 1px dotted #ccc;
  593. }
  594.  
  595.  
  596. .pagination a, .pagination, .pagination a:active, .pagination a:visited {
  597. color: {color:Navlinks Text Color};
  598. margin-top:10px;
  599. width: auto;
  600. height:50px;
  601. margin-left: 3px;
  602. text-align: center;
  603. line-height:50px; letter-spacing: 1px;
  604. font-family: 'Lily Script One', cursive;
  605. font-size:15px;
  606. }
  607.  
  608. .pagination a:hover, .pagination :hover {
  609. color: {color: Navlinks Text Color};
  610. }
  611.  
  612. #toTop {
  613. display:none;
  614. text-decoration:none;
  615. position:fixed;
  616. bottom:2px;
  617. right:2px;
  618. overflow:hidden;
  619. width:51px;
  620. height:51px;
  621. border:none;
  622. text-indent:100%;
  623. background:url(http://static.tumblr.com/8jq17g7/Ecym0czgw/ui.totop.png) no-repeat left top;
  624. opacity: .5;
  625. filter: alpha(opacity = 50);
  626. }
  627.  
  628. #toTopHover {
  629. background:url(http://static.tumblr.com/8jq17g7/Ecym0czgw/ui.totop.png) no-repeat left top;
  630. width:51px;
  631. height:51px;
  632. display:block;
  633. overflow:hidden;
  634. float:left;
  635. opacity: 0;
  636. -moz-opacity: 0;
  637. filter:alpha(opacity=0);
  638. }
  639.  
  640. .my-like {
  641. cursor:pointer;
  642. display:inline-block;
  643. vertical-align:top; font-style: bold;
  644. font-size: 15px; letter-spacing: 1px;
  645. color: #ffffff;
  646. }
  647. .my-liked, .my-like:hover {
  648. color: red;
  649. cursor:pointer;
  650. display:inline-block;
  651. vertical-align:top;
  652. }
  653.  
  654.  
  655.  
  656. #toTop:hover {
  657. opacity: 1;
  658. filter: alpha(opacity = 100);
  659. }
  660.  
  661. #toTop:active, #toTop:focus {
  662. outline:none;
  663. }
  664.  
  665. {block:IfInfiniteScroll}
  666. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  667. #infscr-loading {
  668. display:none;
  669. }
  670. .navigation {
  671. display:none!important;
  672. }
  673. #pagination {
  674. display:none;
  675. {/block:IfInfiniteScroll}
  676. }
  677.  
  678. #infscr-loading {
  679. position: absolute!important;
  680. width: 16px!important;
  681. height: 11px!important;
  682. bottom: 0px!important;
  683. left: 50%!important;
  684. margin-top: 10px!important;
  685. margin-bottom: 5px!important;
  686. }
  687.  
  688. #over{
  689. height:50000px!important;
  690. position:absolute;
  691. top:0px;
  692. left:0px;
  693. width: 100%;}
  694.  
  695. .hrline { margin-left: -5px; margin-right: -5px; padding:-1000px width: 410px;}
  696.  
  697. .t1, .t1 a {
  698. font-family: 'Open Sans', sans-serif;
  699. font-size: 11px;
  700. color: {color:Links};
  701. line-height: 20px;
  702. letter-spacing:3px; margin-top: 10px; margin-right: -4px;
  703. text-transform: uppercase; text-align:right;
  704. }
  705.  
  706.  
  707.  
  708. .perma2 a {
  709. font-family: 'Lily Script One', cursive;
  710. font-size:14px; color: {color:Links};
  711. margin-top: 10px;
  712. }
  713.  
  714. .perma2 {
  715. font-family: 'Lily Script One', cursive;
  716. font-size:14px; color: {color:Title color};
  717. margin-top: 10px;
  718. }
  719.  
  720.  
  721.  
  722. .prmlnk {
  723. background: {color:Box};
  724. font-size:15px;
  725. margin: 10px; margin-top: -5px;
  726. width: 500px;
  727. padding: 0px;
  728. display: block; overflow:hidden;
  729. position: relative;
  730. border-left: 1px outset #ccc;
  731. }
  732.  
  733. .wrap {position: fixed; bottom:10px; left:0px;}
  734.  
  735. .wrap:hover .cred a {width: 140px; height: 20px; text-align: right;}
  736.  
  737. .cred a {
  738. height: 100%; width: 80px; height: 20px; margin-left:-65px;
  739. background-color: #000; font-size: 14px; text-align: right;
  740. overflow: hidden; line-height: 15px;
  741. z-index: 9999999; padding-top: 3px;
  742. color: #fff; padding-right: 5px;
  743. -moz-border-radius: 2px;
  744. border-radius: 2px;
  745. display: inline-block;
  746. text-transform: capitalize;
  747. -webkit-transition: all 0.5s ease-out;
  748. -moz-transition: all 0.5s ease-out;
  749. opacity: .7;
  750. filter: alpha(opacity = 70);
  751. font-family: 'Open Sans', sans-serif;
  752. line-spacing: 1px;
  753. }
  754.  
  755. .desc {
  756. padding: 5px; margin-left: 5px;
  757. }
  758.  
  759. ol.notes {
  760. padding: 0px;
  761. margin: 25px 0px;
  762. list-style-type: none;
  763. border-bottom: solid 1px #ccc;
  764. }
  765.  
  766. ol.notes li.note {
  767. border-top: solid 1px #ccc;
  768. padding: 10px;
  769. }
  770.  
  771. ol.notes li.note img.avatar {
  772. vertical-align: -4px;
  773. margin-right: 10px;
  774. width: 16px;
  775. height: 16px;
  776. }
  777.  
  778. ol.notes li.note span.action {
  779. font-weight: bold;
  780. }
  781.  
  782. ol.notes li.note .answer_content {
  783. font-weight: normal;
  784. }
  785.  
  786. ol.notes li.note blockquote {
  787. border-color: #eee;
  788. padding: 4px 10px;
  789. margin: 10px 0px 0px 25px;
  790. }
  791.  
  792. ol.notes li.note blockquote a {
  793. text-decoration: none;
  794.  
  795. </style>
  796.  
  797. <script>
  798. window.onload = function () {
  799. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  800. document.addEventListener( 'click', function ( event ) {
  801. var myLike = event.target;
  802. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  803. var frame = document.getElementById( 'my-like-frame' ),
  804. liked = ( myLike.className == 'my-liked' ),
  805. command = liked ? 'unlike' : 'like',
  806. reblog = myLike.getAttribute( 'data-reblog' ),
  807. id = myLike.getAttribute( 'data-id' ),
  808. oauth = reblog.slice( -8 );
  809. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  810. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  811. };
  812. }, false );
  813. };
  814. </script>
  815.  
  816. </head>
  817.  
  818. <style type="text/css">{CustomCSS}</style>
  819.  
  820. <body>
  821.  
  822. <div class="wraps"></div>
  823.  
  824. <div class="header"><br><br>
  825. {block:IfBannerimage}
  826. <img src="{image:Banner}"></img>
  827. {/block:IfBannerimage}
  828.  
  829. {block:IfNotBannerimage}
  830. <div class="btitle"><a href="/"><center>{Title}</center></a></div>
  831. {/block:IfNotBannerimage}
  832.  
  833. <br>
  834. <div id="menubar">
  835. <table cellpadding="0" cellspacing="3" width="230px">
  836. <div align="center">
  837. <tr>
  838. <td><div class="menulinks"><a href="/">Index</a></div></td>
  839. <td><div class="menulinks"><a href="/archive">Archive</a></div></td>
  840.  
  841. <td><div class="menulinks"><a href="/ask">Message</a></div></td>
  842. <td>{block:ifCustomLink1Title}<div class="menulinks"><a href="{text:Custom Link 1}">{text:Custom Link 1 Title}</a></div>{/block:ifCustomLink1Title}</td>
  843. <td>
  844. {block:ifCustomLink2Title}<div class="menulinks"><a href="{text:Custom Link 2}">{text:Custom Link 2 Title}</a></div>{/block:ifCustomLink2Title}</td>
  845. <td>{block:ifCustomLink3Title}<div class="menulinks"><a href="{text:Custom Link 3}">{text:Custom Link 3 Title}</a></div>{/block:ifCustomLink3Title}
  846. </td>
  847. <td>
  848. {block:ifCustomLink4Title}<div class="menulinks"><a href="{text:Custom Link 4}">{text:Custom Link 4 Title}</a></div>{/block:ifCustomLink4Title}</td>
  849. </tr>
  850. </table>
  851. </div></div>
  852.  
  853. <div id="sb">
  854. <div class="sb1">
  855. <div align="justify">
  856. <a href="/"><img src="{image:DisplayImage}"></a><p>
  857. <div class="n4">About</div>
  858. <div class="desc">
  859. {Description}
  860. </div>
  861. </div><p>
  862. </div>
  863. <div class="sb1">
  864. <div class="n4">Links</div>
  865. <table cellpadding="0" cellspacing="3" width="300px">
  866. <div align="center">
  867. <tr>
  868. {block:ifCustomLink5Title}<div class="navlinks"><a href="{text:Custom Link 5}">{text:Custom Link 5 Title}</a></div>{/block:ifCustomLink5Title}
  869. {block:ifCustomLink6Title}<div class="navlinks"><a href="{text:Custom Link 6}">{text:Custom Link 6 Title}</a></div>{/block:ifCustomLink6Title}
  870. {block:ifCustomLink7Title}<div class="navlinks"><a href="{text:Custom Link 7}">{text:Custom Link 7 Title}</a></div>{/block:ifCustomLink7Title}
  871. {block:ifCustomLink8Title}<div class="navlinks"><a href="{text:Custom Link 8}">{text:Custom Link 8 Title}</a></div>{/block:ifCustomLink8Title}
  872. {block:ifCustomLink9Title}<div class="navlinks"><a href="{text:Custom Link 9}">{text:Custom Link 9 Title}</a></div>{/block:ifCustomLink9Title}
  873. {block:ifCustomLink10Title}<div class="navlinks"><a href="{text:Custom Link 10}">{text:Custom Link 10 Title}</a></div>{/block:ifCustomLink10Title}
  874. </tr>
  875. </table>
  876. </div>
  877.  
  878.  
  879. <div class="sb1">
  880. <div class="n4">Theme:</div><p> <center><a href="http://themepirate.me/tumblrthemes/davyjones"><i>Davy Jones</i> </a> by <a href="http://themepirate.tumblr.com"><b>ThemePirate</b></a></center>
  881. </div>
  882.  
  883.  
  884. </div>
  885.  
  886. <div id="container">
  887. <div id="content">
  888.  
  889.  
  890. {block:Posts}
  891. <div class="entry">
  892.  
  893. {block:Text}
  894. {block:IfShowPostLinks}
  895. <div class="perma1">
  896. {Month} {DayOfMonth}, {Year} with {NoteCountWithLabel} <a href="{permalink}">&#177; Permalink</a>
  897. </div>
  898. {/block:IfShowPostLinks}
  899. {block:Title}
  900. <div class="title"><a href="{Permalink}">{Title}</a></div>
  901. {/block:Title} {block:indexpage}
  902. <div align="justify">{Body}</div>
  903. {block:IfShowTags}
  904. {block:HasTags}
  905. <div class="tags">
  906. {block:Tags}
  907. <i>#{Tag}</i>
  908. {/block:Tags}</div>
  909. {/block:HasTags}
  910. {/block:IfShowTags}
  911. {/block:indexpage}
  912. {block:PermalinkPage}
  913. {Body}
  914. {/block:PermalinkPage}
  915. {/block:Text}
  916.  
  917. {block:Photo}
  918. {block:IndexPage}
  919. <div class="p1">
  920. <div class="dte">
  921. <div class="z5">
  922. {NoteCountWithLabel}</div><p>
  923. <div class="z4">
  924. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">Like</div>
  925. <a href="{reblogurl}">/ Reblog Post</a><p></div>
  926. <div class="z3"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}, {Year}</a></div>
  927. </div></div>
  928.  
  929.  
  930.  
  931. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}
  932. {block:ifShowCaption}
  933.  
  934. {block:Caption}{caption}{/block:Caption}
  935.  
  936. {/block:ifShowCaption}
  937.  
  938. {block:IfShowTags}
  939. {block:HasTags}
  940. <div class="tags">
  941. {block:Tags}
  942. <i>#{Tag}</i>
  943. {/block:Tags}</div>
  944. {/block:HasTags}
  945. {/block:IfShowTags}
  946.  
  947. {/block:IndexPage}
  948. {block:PermalinkPage}<div align="center">
  949. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/></div>
  950. {block:Caption}{Caption}{/block:Caption}
  951. {/block:PermalinkPage}
  952. {/block:Photo}
  953.  
  954. {block:Photoset}
  955. {block:IndexPage}
  956. {block:IfShowPostLinks}
  957. <div class="perma1">
  958. {Month} {DayOfMonth}, {Year} with {NoteCountWithLabel} <a href="{permalink}">&#177; Permalink</a>
  959. </div>
  960. {/block:IfShowPostLinks}
  961. <center>{Photoset-250}</center>
  962. {block:ifShowCaption}{block:Caption}{caption}{/block:Caption}{/block:ifShowCaption}
  963. {block:IfShowTags}
  964. {block:HasTags}
  965. <div class="tags">
  966. {block:Tags}
  967. <i>#{Tag}</i>
  968. {/block:Tags}</div>
  969. {/block:HasTags}
  970. {/block:IfShowTags}
  971. {/block:IndexPage}
  972. {block:permalinkpage}
  973. <div align="center">{Photoset-500}</div>
  974. {block:Caption}{Caption}{/block:Caption}
  975. {/block:permalinkpage}
  976. {/block:Photoset}
  977.  
  978. {block:Video}
  979. {block:IndexPage}
  980. {block:IfShowPostLinks}
  981. <div class="perma1">
  982. {Month} {DayOfMonth}, {Year} with {NoteCountWithLabel} <a href="{permalink}">&#177; Permalink</a>
  983. </div>
  984. {/block:IfShowPostLinks}
  985. <div align="center">{Video-250}</div> <p>
  986. {block:IfShowTags}
  987. {block:HasTags}
  988. <div class="tags">
  989. {block:Tags}
  990. <i>#{Tag}</i>
  991. {/block:Tags}</div>
  992. {/block:HasTags}
  993. {/block:IfShowTags}
  994. {block:ifShowCaption}{block:Caption}{caption}{/block:Caption}{/block:ifShowCaption}
  995. {/block:IndexPage}
  996. {block:permalinkpage}
  997. <div align="center">{Video-500}</div>
  998. {block:Caption}{Caption}{/block:Caption}
  999. {/block:permalinkpage}
  1000. {/block:Video}
  1001.  
  1002. {block:Audio}
  1003. {block:IfShowPostLinks}
  1004. <div class="perma1">
  1005. {Month} {DayOfMonth}, {Year} with {NoteCountWithLabel} <a href="{permalink}">&#177; Permalink</a>
  1006. </div>
  1007. {/block:IfShowPostLinks}
  1008. <div class="audioplayer">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}<p>{block:IndexPage}
  1009. {block:IfShowTags}
  1010. {block:HasTags}
  1011. <div class="tags">
  1012. {block:Tags}
  1013. <i>#{Tag}</i>
  1014. {/block:Tags}</div>
  1015. {/block:HasTags}
  1016. {/block:IfShowTags}
  1017. {/block:IndexPage}
  1018. {block:permalinkpage}
  1019. <div class="perma1"><a id="notes{PostID}" href="{Permalink}">{PlayCount} Plays</a></div>
  1020. {/block:permalinkpage}
  1021. {/block:Audio}
  1022.  
  1023. {block:Quote}
  1024. {block:IfShowPostLinks}
  1025. <div class="perma1">
  1026. {Month} {DayOfMonth}, {Year} with {NoteCountWithLabel} <a href="{permalink}">&#177; Permalink</a>
  1027. </div>
  1028. {/block:IfShowPostLinks}
  1029. <div class="title"><a href="{Permalink}">{Quote}</a></div><p> {block:Source}— {Source}{/block:Source}<p>{block:IndexPage}
  1030. {block:IfShowTags}
  1031. {block:HasTags}
  1032. <div class="tags">
  1033. {block:Tags}
  1034. <i>#{Tag}</i>
  1035. {/block:Tags}</div>
  1036. {/block:HasTags}
  1037. {/block:IfShowTags}
  1038. {/block:IndexPage}
  1039. {/block:Quote}
  1040.  
  1041. {block:Link}
  1042. {block:IfShowPostLinks}
  1043. <div class="perma1">
  1044. {Month} {DayOfMonth}, {Year} with {NoteCountWithLabel} <a href="{permalink}">&#177; Permalink</a>
  1045. </div>
  1046. {/block:IfShowPostLinks}
  1047. <div class="title"><a href="{URL}" class="post_title" target="_blank"> {Name}</a></div> {block:Description}{Description}{/block:Description}<p>{block:IndexPage}
  1048. {block:IfShowTags}
  1049. {block:HasTags}
  1050. <div class="tags">
  1051. {block:Tags}
  1052. <i>#{Tag}</i>
  1053. {/block:Tags}</div>
  1054. {/block:HasTags}
  1055. {/block:IfShowTags}
  1056. {/block:IndexPage}
  1057. {/block:Link}
  1058.  
  1059. {block:Chat}
  1060. {block:IfShowPostLinks}
  1061. <div class="perma1">
  1062. {Month} {DayOfMonth}, {Year} with {NoteCountWithLabel} <a href="{permalink}">&#177; Permalink</a>
  1063. </div>
  1064. {/block:IfShowPostLinks}
  1065. {block:Title}<div class="title"><a href="{Permalink}">{Title}<p></a></div>{/block:Title} {block:Lines}<div class="{Alt}">{block:Label}{Label}{/block:Label} {Line}</div>{/block:Lines}<p>{block:IndexPage}
  1066. {block:IfShowTags}
  1067. {block:HasTags}
  1068. <div class="tags">
  1069. {block:Tags}
  1070. <i>#{Tag}</i>
  1071. {/block:Tags}</div>
  1072. {/block:HasTags}
  1073. {/block:IfShowTags}
  1074. {/block:IndexPage}
  1075. {/block:Chat}
  1076. {block:Answer} <div class="ques"> {Asker} said: {Question}</div>
  1077. <i>{Answer}</i>{/block:Answer}
  1078.  
  1079. </div>
  1080.  
  1081. {block:permalinkpage}{block:NoteCount}
  1082. <div class="prmlnk"><div class="perma2"><div align="center">
  1083. Posted on: <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a>
  1084. with <a href="{Permalink}">{NoteCount} Notes</a><p>
  1085. <i>via</i> {block:RebloggedFrom}
  1086. {ReblogParentName} <i> source: </i> {ReblogRootName}
  1087. {/block:RebloggedFrom}
  1088. {/block:NoteCount}</div>
  1089. {block:PostNotes}
  1090. {PostNotes}
  1091. {/block:PostNotes}
  1092. </div>
  1093.  
  1094. </div>
  1095. {/block:permalinkpage}
  1096. {/block:Posts}
  1097.  
  1098.  
  1099.  
  1100. <div class="clear"></div>
  1101. {block:IfNotInfiniteScroll}
  1102. {block:IndexPage}
  1103. <div class="entry">
  1104. <div class="pagination">
  1105. <div align="center">
  1106. {block:Pagination}
  1107. <div class="navigation">
  1108. {block:PreviousPage}
  1109. <a href="{PreviousPage}">Previous Page</a>
  1110. {/block:PreviousPage}
  1111.  
  1112. {block:NextPage}
  1113. <a href="{NextPage}" >Next Page</a>
  1114. {/block:NextPage}
  1115. <div class="clear"></div>
  1116. </div>
  1117. {/block:Pagination}
  1118. </div>
  1119. {/block:IndexPage}
  1120. </div>
  1121. </div>{/block:IfNotInfiniteScroll}
  1122.  
  1123. </div>
  1124. </div>
  1125.  
  1126. <div class="wrap"><div class="cred"><a href="http://styleandluxury.tumblr.com/">THEME ©</a></div></div>
  1127.  
  1128. {block:Pagination}
  1129. <ul id="pagination">
  1130. {block:PreviousPage}
  1131. <li><a href="{PreviousPage}"></a></li>
  1132. {/block:PreviousPage}
  1133. {block:NextPage}
  1134. <li><a id="nextPage" href="{NextPage}"></a></li>
  1135. {/block:NextPage}
  1136. </ul>
  1137. {/block:Pagination}
  1138. <script src="http://static.tumblr.com/psjhflr/bxnmcwj9t/masonry.js"></script>
  1139. {block:IfInfiniteScroll}
  1140. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IfInfiniteScroll}
  1141. <script type="text/javascript">
  1142. $(window).load(function () {
  1143. $('#content').masonry(),
  1144. $('.masonryWrap').infinitescroll({
  1145. navSelector : '#pagination',
  1146. nextSelector : '#pagination a#nextPage',
  1147. itemSelector : ".entry, .clear",
  1148. bufferPx : 40,
  1149. loadingImg : "",
  1150. loadingText : "",
  1151. },
  1152. function() { $('#content').masonry({ appendedContent: $(this) }); }
  1153. );
  1154. });
  1155. </script>
  1156.  
  1157. </div>
  1158.  
  1159.  
  1160.  
  1161.  
  1162. {block:iftotopbutton}
  1163. <script type="text/javascript">
  1164. $(document).ready(function() {
  1165. /*
  1166. var defaults = {
  1167. containerID: 'toTop', // fading element id
  1168. containerHoverID: 'toTopHover', // fading element hover id
  1169. scrollSpeed: 1200,
  1170. easingType: 'linear'
  1171. };
  1172. */
  1173.  
  1174. $().UItoTop({ easingType: 'easeOutQuart' });
  1175.  
  1176. });
  1177. </script>
  1178. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>{block:iftotopbutton}
  1179.  
  1180.  
  1181.  
  1182. </div>
  1183. </body>
  1184. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement