Advertisement
themepirate

Docks Theme By THEMEPIRATE

Apr 22nd, 2013
2,006
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.12 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: DOCKS Date: 4/22/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. <link rel="shortcut icon" href="{Favicon}" />
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  26. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  27. <link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
  28. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  29. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  30.  
  31. <meta name="color:Background" content="#f0f0f0" />
  32. <meta name="color:Box" content="#fafafa" />
  33. <meta name="color:Text" content="#1a1a1a" />
  34. <meta name="color:Links" content="#1a1a1a" />
  35. <meta name="color:Links Hover" content="#1a1a1a" />
  36. <meta name="color:Blog Title Color" content="#1a1a1a" />
  37. <meta name="color:Title Color" content="#1a1a1a" />
  38. <meta name="color:Title Hover Color" content="#1a1a1a" />
  39. <meta name="color:NavLinks Text" content="#1d1d1d" />
  40. <meta name="color:NavLinks Background" content="#c2bfbf" />
  41. <meta name="color:NavLinks Background Hover" content="#a3a2a2" />
  42. <meta name="color:Chat" content="#f1f1f1" />
  43. <meta name="color:Asker Background" content="#f1f1f1" />
  44. <meta name="image:Background" content="http://static.tumblr.com/psjhflr/DAdmlnxk1/tumblr_ma09qppv5c1r2jj0ho1_500.jpg" />
  45. <meta name="image:NavLinksBackground" content="http://static.tumblr.com/psjhflr/retmlnxle/crevisio-0101-mountain-horizon-ipad.jpg" />
  46. <meta name="font:Body" content="Helvetica" />
  47. <meta name="if:Infinite Scroll" content="0"/>
  48. <meta name="if:To top button" content="1" />
  49. <meta name="if:Show Caption" content="0" />
  50. <meta name="if:Show Shadow" content="1" />
  51. <meta name="if:Show Post Links" content="1" />
  52. <meta name="if:Show Portrait Photo" content="1" />
  53.  
  54. <meta name="text:Custom Link 1" content="" />
  55. <meta name="text:Custom Link 1 Title" content="Link 1" />
  56. <meta name="text:Custom Link 2" content="" />
  57. <meta name="text:Custom Link 2 Title" content="Link 2" />
  58. <meta name="text:Custom Link 3" content="" />
  59. <meta name="text:Custom Link 3 Title" content="Link 3" />
  60. <meta name="text:Custom Link 4" content="" />
  61. <meta name="text:Custom Link 4 Title" content="Link 4" />
  62. <meta name="text:Custom Link 5" content="" />
  63. <meta name="text:Custom Link 5 Title" content="Link 5" />
  64.  
  65.  
  66. <head>
  67. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  68. <script src="http://static.tumblr.com/uiqhh9x/61sm66w66/jquery.min.js" type="text/javascript"></script>
  69. <script src="http://static.tumblr.com/uiqhh9x/3Jpm92lk1/totop.js" type="text/javascript"></script>
  70.  
  71. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  72.  
  73.  
  74. <style type="text/css">
  75. body {
  76. background: {color:Background} url('{image:Background}') top left fixed repeat;
  77. color: {color:Text};
  78. font-family: {font:Body};
  79. font-size: 11px;
  80. text-align:justify;
  81. text-justify:inter-word;
  82. text-transform:{text:Body Text transform};
  83. -webkit-font-smoothing: antialiased;
  84. }
  85.  
  86. a, a:link, a:visited {
  87. color: {color:Links};
  88. font-family: {font:Links};
  89. text-transform: {text:Body Text transform};
  90. text-decoration: none;
  91. font-size: 11px;
  92. }
  93.  
  94. a:hover {
  95. color: {color:Links Hover};
  96. font-family: {font:Links};
  97. text-decoration: none;
  98. font-size: 11px; }
  99.  
  100. p {
  101. margin: 5px 0 0 0;
  102. line-height:12px;
  103. padding: 0; }
  104. ul, ol {
  105. margin: 5px 0 0 25px; padding: 0; }
  106. blockquote {
  107. margin: 2px 2px 1px 2px;
  108. padding: 1px 2px 1px 4px;
  109. border: 0px solid {color:Text}; }
  110. blockquote p {
  111. margin: 0;
  112. padding: 0;
  113. line-height: 12px; }
  114.  
  115.  
  116. .header {
  117. background: {color:Box};
  118. top: 50px; left: 85px;
  119. width: 600px; padding: 40px;
  120. text-align: left; height: 120px;
  121. display: block; position: absolute;
  122. {block:IfShowShadow}
  123. -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  124. -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  125. box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  126. {/block:IfShowShadow}
  127. }
  128.  
  129. .menu, .menu a {
  130. margin-right: 0px; width: 250px; margin-right: 30px;
  131. text-align: left; font-size: 11px;
  132. color: {color:Blog Title Color};
  133. text-transform: capitalize; font-weight: bold;
  134. font-family: 'Open Sans', sans-serif;
  135. }
  136.  
  137. .header1 {
  138. background: {color:Box};
  139. top: 50px; left: 775px;
  140. width: 390px; padding: 15px;
  141. text-align: justify; height: 170px;
  142. display: block; position: absolute;
  143. {block:IfShowShadow}
  144. -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  145. -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  146. box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  147. {/block:IfShowShadow}
  148. }
  149.  
  150.  
  151. #content {
  152. top: 235px;
  153. left: 60px;
  154. {block:IndexPage}
  155. width: 1150px; padding: 20px;
  156. {/block:IndexPage}
  157. {block:PermalinkPage}
  158. width:1200px; padding: 20px;
  159. {/block:PermalinkPage}
  160. float: right; position: absolute;
  161. -khtml-border-radius: 5px;
  162. -moz-border-radius: 5px;
  163. -webkit-border-radius: 5px;
  164. }
  165.  
  166. #container {
  167. width: 800px;
  168. margin: 0px auto;
  169. }
  170.  
  171. .entry {
  172. background: {color:Box};
  173. float: left;
  174. width: 250px;
  175. margin: 5px;
  176. {block:PermalinkPage}
  177. width: 550px;
  178. {/block:PermalinkPage}
  179. padding: 10px;
  180. display: block;
  181. position: relative;
  182. {block:IfShowShadow}
  183. -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  184. -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  185. box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  186. {/block:IfShowShadow}
  187. }
  188.  
  189. .entry img {
  190. display: block;
  191. max-width: 100%;
  192. }
  193.  
  194. .entry:hover img {
  195. max-width: 100%;
  196. }
  197.  
  198.  
  199.  
  200. #sb {
  201. background: {color:Box};
  202. float: left;
  203. left: 200px;
  204. top: 460px;
  205. width: 250px;
  206. height: auto;
  207. padding: 20px;
  208. margin-top: 0px;
  209. display: block; margin: 5px;
  210. position: absolute;
  211. -khtml-border-radius: 5px;
  212. -moz-border-radius: 5px;
  213. -webkit-border-radius: 5px;
  214. opacity: .9; text-align: right;
  215. filter: alpha(opacity = 90);
  216. }
  217.  
  218. .sb1 {
  219. background: {color:Box};
  220. left: 0px;
  221. width: 250px;
  222. height: auto;
  223. padding: 20px;
  224. margin-top: 40px;
  225. display: block;
  226. position: absolute;
  227. -khtml-border-radius: 5px;
  228. -moz-border-radius: 5px;
  229. -webkit-border-radius: 5px;
  230. }
  231.  
  232.  
  233.  
  234. #sb img {
  235. display: block;
  236. max-width: 100%;
  237. -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  238. -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  239. box-shadow: 0px 0px 5px rgba(0,0,0,0.2)
  240. }
  241.  
  242. .sbcont {
  243. margin-top: auto;
  244. }
  245.  
  246. #sb:hover img {
  247. max-width: 100%;
  248. }
  249.  
  250. .navlinks a {
  251. background: url('{image:NavLinksBackground}');
  252. no-repeat center center fixed;
  253. -webkit-background-size: cover;
  254. -moz-background-size: cover;
  255. -o-background-size: cover;
  256. background-size: cover;
  257. margin-right: 10px; margin-left: 12px; margin-bottom: 10px;
  258. text-transform: capitalize;
  259. font-family: 'Open Sans Condensed', sans-serif;
  260. text-transform: uppercase; font-size: 11px; text-align: center;
  261. letter-spacing:1px; display:block;
  262. color: {color:NavLinks Text};
  263. width:70px;height:70px;border-radius:35px;line-height:75px;
  264. }
  265.  
  266.  
  267.  
  268. .navlinks a:hover {
  269. display:block;
  270. color: {color:NavLinks Text Hover};
  271. background-color: {color:NavLinks Background Hover} ;
  272. }
  273.  
  274. #left {
  275. line-height: 12px; position: absolute; top: 40px;
  276. height:auto; color: {color:Text};
  277. padding: 15px; left: 0px; text-align: right;
  278. font-size: 11px; letter-spacing: 0px;
  279. Display:block;
  280. }
  281.  
  282. .entry:hover .nts, .entry:hover .rblg, .entry:hover .dte {
  283. width: 80px; height: 60px; text-align: right;
  284. font-family: 'Open Sans', sans-serif;
  285. -webkit-transition: all 0.5s ease-out;
  286. -moz-transition: all 0.5s ease-out;
  287.  
  288. }
  289.  
  290.  
  291. .entry:hover .p1, .entry:hover .p2, .entry:hover .p3, .entry:hover .p4 {
  292. opacity: 1; left: 20px; text-align: right; top: 10px;
  293. filter: alpha(opacity = 100);
  294.  
  295. }
  296.  
  297. .entry:hover .p2, .entry:hover .p3, .entry:hover .p4 {
  298. opacity: 1; left: 0px; text-align: right; bottom: 0px;
  299. filter: alpha(opacity = 100);
  300. }
  301.  
  302. .p1 {
  303. -webkit-transition: all 0.5s ease-out;
  304. -moz-transition: all 0.5s ease-out;
  305. top: 0px; left: 20px; height: 60px;
  306. opacity: 0; text-align: right;
  307. filter: alpha(opacity = 0);
  308. z-index:9999999;
  309. display: inline-block;
  310. position: absolute;
  311. text-transform: uppercase;
  312. font-family: 'Open Sans', sans-serif;
  313.  
  314. }
  315.  
  316. .p2 {
  317. -webkit-transition: all 0.5s ease-out;
  318. -moz-transition: all 0.5s ease-out;
  319. bottom: 50px; right: 0px; height: 30px;
  320. opacity: 0; text-align: right;
  321. filter: alpha(opacity = 0);
  322. z-index:9999999;
  323. display: inline-block;
  324. position: absolute;
  325. text-transform: uppercase;
  326. font-family: 'Open Sans', sans-serif;
  327.  
  328. }
  329.  
  330.  
  331. .perma1, .perma1 a {
  332. margin-top: 5px;
  333. font-family: 'Open Sans', sans-serif;
  334. font-size:10px; color: {color:Links};
  335. text-transform: uppercase; letter-spacing: 0px;
  336. }
  337. .perma1 a:hover {
  338. color: {color:Links Hover};
  339. }
  340.  
  341.  
  342. .rblg {
  343. height: 58px; width: 80px;
  344. overflow: hidden;
  345. z-index: 9999999;
  346. color: #fff;
  347. padding-left: 4px;
  348. padding-right: 4px;
  349. text-align: right;
  350. position: relative;
  351. display: inline-block;
  352. text-transform: uppercase;
  353. -webkit-transition: all 0.5s ease-out;
  354. -moz-transition: all 0.5s ease-out;
  355. padding: 10px;
  356. background: {color:Box};
  357. }
  358.  
  359. .rblg a {
  360. color: {color:Text}; text-transform: uppercase;
  361. font-family: 'Open Sans', sans-serif; font-size: 16px;
  362. }
  363.  
  364. .rblg:hover, .rblg a:hover {
  365. color: {color:Links}; text-transform: uppercase;
  366. font-family: 'Open Sans', sans-serif;
  367. }
  368.  
  369. .n1, .n1 a {
  370. text-transform: uppercase;
  371. font-family: 'Open Sans', sans-serif;
  372. font-size: 40px;
  373. text-align: center;
  374. color: {color:Links};
  375. }
  376.  
  377. .n1:hover, .n1 a:hover {
  378. text-transform: uppercase;
  379. color: {color:Links Hover};
  380. }
  381.  
  382. .n2, .n2 a {
  383. text-transform: uppercase; text-align: center; margin-top: -5px;
  384. font-family: 'Open Sans', sans-serif; font-size: 10px; letter-spacing: 1px;
  385. color: {color:Links};
  386.  
  387. }
  388.  
  389. .n2:hover, .n2 a:hover {
  390. text-transform: uppercase; text-align: center; margin-top: -5px;
  391. font-family: 'Open Sans', sans-serif; font-size: 10px;
  392. color: {color:Links};
  393. }
  394.  
  395. .n3, .n3 a {
  396. text-transform: uppercase; text-align: right; letter-spacing: 3px;
  397. font-family: 'Open Sans', sans-serif; font-size: 13px; margin-right: -5px;
  398. color: {color:Links};
  399.  
  400. }
  401.  
  402. .n3:hover, .n3 a:hover {
  403. text-transform: uppercase;
  404. font-family: 'Open Sans', sans-serif; font-size: 13px;
  405. color: {color:Links Hover};
  406. }
  407.  
  408.  
  409. .nts:hover , .rblg:hover , .dte:hover {
  410. color: #ffffff!important;
  411. }
  412.  
  413. .title, .title a {
  414. font-family: 'Open Sans', sans-serif;
  415. font-size: 26px;
  416. color: {color:title color};
  417. line-height: 25px;
  418. letter-spacing:2px;
  419. text-transform: none;
  420. }
  421.  
  422. .title:hover, .title a:hover {
  423. color:{color:title hover color};
  424. }
  425.  
  426. .btitle, .btitle a {
  427.  
  428. font-family: 'Open Sans', sans-serif;
  429. font-size: 70px; text-align: left;
  430. color: {color:Title color}; width:250px;
  431. letter-spacing:-2px; padding: 0px;
  432. text-transform: none;
  433. }
  434.  
  435. .btitle:hover, .btitle a:hover {
  436. color: {color:Title color};
  437. }
  438.  
  439.  
  440.  
  441. .pos {
  442. background-color: {color:Chat};
  443. }
  444. .audioplayer {
  445. padding-left: 12px;
  446. background-color:{color:Chat};
  447. }
  448. .playcount {
  449. float: right;
  450. clear: both;
  451. padding-top: 10px;
  452. padding-right: 20px;
  453. color:{color:link};
  454. text-shadow: none;
  455. font-size:10px;
  456. text-transform:{text:Title text transform};
  457. }
  458.  
  459. #sidebar img {
  460. max-width:100%;
  461. }
  462.  
  463. #sidebar img {
  464. border: 0px;
  465. display: block;
  466. }
  467.  
  468. .ques {
  469. background-color:{color:Asker Background};
  470. padding:5px;
  471. font-family: {font:Title};
  472. font-size: 12px;
  473. line-height: 16px;
  474. text-transform: uppercase;
  475. letter-spacing:-1px;
  476. }
  477. .ques a {
  478. font-family: {font:Title};
  479. font-size: 12px;
  480. line-height: 16px;
  481. text-transform: uppercase;
  482. letter-spacing:-1px;color:{color:Links};
  483. }
  484. .ques a:hover {
  485. color: {color:Links Hover};}
  486. .said a {
  487. font-family: {font:Title};
  488. font-size: 12px;
  489. line-hepxht: 14px;
  490. text-transform: uppercase;
  491. letter-spacing:-1px;
  492. margin-top:6px;
  493. }
  494. .said a:hover {
  495. font-family: {font:Title};
  496. font-size: 12px;
  497. line-height: 14px;
  498. text-transform: uppercase;
  499. letter-spacing:-1px;
  500. margin-top:6px;
  501. }
  502.  
  503. .nav a {
  504. font-size: 13px;
  505. font-family: 'Open Sans', sans-serif;
  506. }
  507. .nav {
  508. font-size: 13px;
  509. font-family: 'Open Sans', sans-serif;
  510. }
  511.  
  512. .pagination {
  513. float:center;
  514. width: auto;
  515. height:auto;
  516. margin-left: 3px;
  517. text-align: right;
  518. line-height:8px;
  519. font-family: 'Open Sans', sans-serif;
  520. font-size:13px; color:
  521. }
  522.  
  523. .pagination a, .pagination a:active, .pagination a:visited {
  524. float:center;
  525. margin-top:0px;
  526. width: auto;
  527. height:auto;
  528. margin-left: 3px;
  529. text-align: right;
  530. line-height:0px;
  531. font-family: 'Open Sans', sans-serif;
  532. font-size:13px;
  533. }
  534.  
  535. .pag {
  536. font-family: 'Open Sans', sans-serif;
  537. margin: 0 0 0px 0;
  538. padding: 3px;
  539. color: {color:Text}
  540. text-align: center;
  541. font-size:13px;
  542. overflow:hidden;
  543. background: {color:Box};
  544. }
  545.  
  546.  
  547. .pag a:visited, .pag a:link
  548. font-family: 'Open Sans', sans-serif;
  549. margin: 0 0 0px 0;
  550. padding: 3px;
  551. color: {color:Text}
  552. text-align: center;
  553. font-size:13px;
  554. overflow:hidden;
  555. background: {color:Box};
  556. }
  557. .pag a:active {
  558. font-family: 'Open Sans', sans-serif;
  559. margin: 0 0 0px 0;
  560. padding: 3px;
  561. color: {color:Text}
  562. text-align: center;
  563. font-size:13px;
  564. overflow:hidden;
  565. background: {color:Box};
  566. }
  567.  
  568. .pag a:hover {
  569. font-family: 'Open Sans', sans-serif;
  570. color: {color:Links}; font-size:13px;
  571. }
  572.  
  573.  
  574.  
  575. #toTop {
  576. display:none;
  577. text-decoration:none;
  578. position:fixed;
  579. bottom:2px;
  580. right:2px;
  581. overflow:hidden;
  582. width:51px;
  583. height:51px;
  584. border:none;
  585. text-indent:100%;
  586. background:url(http://static.tumblr.com/8jq17g7/Ecym0czgw/ui.totop.png) no-repeat left top;
  587. opacity: .5;
  588. filter: alpha(opacity = 50);
  589. }
  590.  
  591. #toTopHover {
  592. background:url(http://static.tumblr.com/8jq17g7/Ecym0czgw/ui.totop.png) no-repeat left top;
  593. width:51px;
  594. height:51px;
  595. display:block;
  596. overflow:hidden;
  597. float:left;
  598. opacity: 0;
  599. -moz-opacity: 0;
  600. filter:alpha(opacity=0);
  601. }
  602.  
  603. #toTop:hover {
  604. opacity: 1;
  605. filter: alpha(opacity = 100);
  606. }
  607.  
  608. #toTop:active, #toTop:focus {
  609. outline:none;
  610. }
  611.  
  612. {block:IfInfiniteScroll}
  613. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  614. #infscr-loading {
  615. display:none;
  616. }
  617. .navigation {
  618. display:none!important;
  619. }
  620. #pagination {
  621. display:none;
  622. {/block:IfInfiniteScroll}
  623. }
  624.  
  625. #infscr-loading {
  626. position: absolute!important;
  627. width: 16px!important;
  628. height: 11px!important;
  629. bottom: 0px!important;
  630. left: 50%!important;
  631. margin-top: 10px!important;
  632. margin-bottom: 5px!important;
  633. }
  634.  
  635. #over{
  636. height:50000px!important;
  637. position:absolute;
  638. top:0px;
  639. left:0px;
  640. width: 100%;}
  641.  
  642. .hrline { margin-left: -5px; margin-right: -5px; padding:-1000px width: 410px;}
  643.  
  644. .t1, .t1 a {
  645. font-family: 'Open Sans', sans-serif;
  646. font-size: 11px;
  647. color: {color:Links};
  648. line-height: 20px;
  649. letter-spacing:3px; margin-top: 10px; margin-right: -4px;
  650. text-transform: uppercase; text-align:right;
  651. }
  652.  
  653.  
  654.  
  655. .perma2, .perma2 a {
  656. font-family: 'Open Sans', sans-serif;
  657. font-size:14px; color: {color:Links};
  658. }
  659.  
  660.  
  661.  
  662. .prmlnk {
  663. background: {color:Box};
  664. font-size:15px;
  665. margin: 5px;
  666. width: 430px;
  667. padding: 50px;
  668. display: block; overflow:hidden;
  669. position: relative;
  670.  
  671. }
  672.  
  673. .wrap {position: fixed; bottom:10px; left:0px;}
  674.  
  675. .wrap:hover .cred a {width: 135px; height: 20px; text-align: right;}
  676.  
  677. .cred a {
  678. height: 100%; width: 80px; height: 20px; margin-left:-65px;
  679. background-color: #000; font-size: 15px; text-align: right;
  680. overflow: hidden;
  681. z-index: 9999999; padding-top: 3px;
  682. color: #fff; padding-right: 5px;
  683. -moz-border-radius: 2px;
  684. border-radius: 2px;
  685. display: inline-block;
  686. text-transform: capitalize;
  687. -webkit-transition: all 0.5s ease-out;
  688. -moz-transition: all 0.5s ease-out;
  689. opacity: .7;
  690. filter: alpha(opacity = 70);
  691. font-family: 'Open Sans', sans-serif;
  692. line-spacing: 1px;
  693. }
  694.  
  695. .desc {
  696. height: 50px; position: relative;
  697. }
  698.  
  699. ol.notes {
  700. padding: 0px;
  701. margin: 25px 0px;
  702. list-style-type: none;
  703. border-bottom: solid 1px #ccc;
  704. }
  705.  
  706. ol.notes li.note {
  707. border-top: solid 1px #ccc;
  708. padding: 10px;
  709. }
  710.  
  711. ol.notes li.note img.avatar {
  712. vertical-align: -4px;
  713. margin-right: 10px;
  714. width: 16px;
  715. height: 16px;
  716. }
  717.  
  718. ol.notes li.note span.action {
  719. font-weight: bold;
  720. }
  721.  
  722. ol.notes li.note .answer_content {
  723. font-weight: normal;
  724. }
  725.  
  726. ol.notes li.note blockquote {
  727. border-color: #eee;
  728. padding: 4px 10px;
  729. margin: 10px 0px 0px 25px;
  730. }
  731.  
  732. ol.notes li.note blockquote a {
  733. text-decoration: none;
  734. }
  735.  
  736. hr { width: 350px; height: 15px; background-color: #fff; margin-bottom: 0px; margin-top: 0px; border-color: transparent;}
  737. </style>
  738.  
  739. </head>
  740.  
  741.  
  742. <style type="text/css">{CustomCSS}</style>
  743.  
  744. <body>
  745.  
  746.  
  747.  
  748. <div class="header">
  749. <div class="btitle">
  750. <a href="/">{Title}</a>
  751. </div><br>
  752. <div class="desc">{Description}</div> <br> <p>
  753. <br>
  754.  
  755. </div>
  756.  
  757. <div class="header1">
  758.  
  759. <table cellpadding="0" cellspacing="5" width="250px">
  760.  
  761. <tr>
  762. <td><div class="navlinks"><a href="/">Index</a></div></td>
  763. <td><div class="navlinks"><a href="/ask">Message</a></div></td>
  764. <td><div class="navlinks"><a href="/archive">Archive</a></div></td>
  765. {block:ifCustomLink1Title}<td><div class="navlinks"><a href="{text:Custom Link 1}">{text:Custom Link 1 Title}</a></div></td>{/block:ifCustomLink1Title}
  766. </tr>
  767. <tr>
  768. {block:ifCustomLink2Title}<td><div class="navlinks"><a href="{text:Custom Link 2}">{text:Custom Link 2 Title}</a></div></td>{/block:ifCustomLink2Title}
  769. {block:ifCustomLink3Title}<td><div class="navlinks"><a href="{text:Custom Link 3}">{text:Custom Link 3 Title}</a></div></td>{/block:ifCustomLink3Title}
  770. {block:ifCustomLink4Title}<td><div class="navlinks"><a href="{text:Custom Link 4}">{text:Custom Link 4 Title}</a></div></td>{/block:ifCustomLink4Title}
  771. {block:ifCustomLink5Title}<td><div class="navlinks"><a href="{text:Custom Link 5}">{text:Custom Link 5 Title}</a></div></td>{/block:ifCustomLink5Title}
  772. </tr>
  773. </table>
  774. <p>
  775.  
  776. </div>
  777.  
  778.  
  779. <div id="container">
  780. <div id="content">
  781.  
  782.  
  783. {block:Posts}
  784. <div class="entry">
  785.  
  786. {block:Text}
  787. {block:Title}
  788. <div class="title"><a href="{Permalink}">{Title}</a></div>
  789. {/block:Title} {block:indexpage}
  790. {Body}
  791. {block:IfShowPostLinks}
  792. <div class="perma1">
  793. {Month} {DayOfMonth}, {Year} With {NoteCountWithLabel} <a href="{Permalink}">&times; PERMALINK</a>
  794. </div>
  795. {/block:IfShowPostLinks}
  796. {/block:indexpage}
  797. {block:PermalinkPage}
  798. {Body}
  799. {/block:PermalinkPage}
  800. {/block:Text}
  801.  
  802. {block:Photo}
  803. {block:IndexPage}
  804. <div class="p1">
  805. <div class="rblg"><center>
  806. <table cellpadding="0" cellspacing="8" width="80px">
  807. <div class="n2">
  808. <tr><div align="center">
  809. <tr><td><div class="n2"><a href="{Permalink}">{NoteCountWithLabel}</a></div></td></tr>
  810. <tr><td><div class="n2"><a href="{reblogurl}"><b>REBLOG<br>POST</b></div></td></tr></center>
  811.  
  812.  
  813. </div>
  814. </table>
  815. </center>
  816. </div></div>
  817.  
  818.  
  819.  
  820. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}
  821.  
  822. {/block:IndexPage}
  823. {block:PermalinkPage}<div align="center">
  824. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/></div>
  825. {block:Caption}{Caption}{/block:Caption}
  826. {/block:PermalinkPage}
  827. {/block:Photo}
  828.  
  829. {block:Photoset}
  830. {block:IndexPage}
  831. <center>{Photoset-250}</center>
  832. {block:ifShowCaption}{block:Caption}{caption}{/block:Caption}{/block:ifShowCaption}
  833. {block:IfShowPostLinks}
  834. <div class="perma1">
  835. {Month} {DayOfMonth}, {Year} With {NoteCountWithLabel} <a href="{Permalink}">&times; PERMALINK</a>
  836. </div>
  837. {/block:IfShowPostLinks}
  838. {/block:IndexPage}
  839. {block:permalinkpage}
  840. <div align="center">{Photoset-500}</div>
  841. {block:Caption}{Caption}{/block:Caption}
  842. {/block:permalinkpage}
  843. {/block:Photoset}
  844.  
  845. {block:Video}
  846. {block:IndexPage}<div align="center">{Video-250}</div> <p>
  847. {block:IfShowPostLinks}
  848. <div class="perma1">
  849. {Month} {DayOfMonth}, {Year} With {NoteCountWithLabel} <a href="{Permalink}">&times; PERMALINK</a>
  850. </div>
  851. {/block:IfShowPostLinks}
  852. {block:ifShowCaption}{block:Caption}{caption}{/block:Caption}{/block:ifShowCaption}
  853. {/block:IndexPage}
  854. {block:permalinkpage}
  855. <div align="center">{Video-500}</div>
  856. {block:Caption}{Caption}{/block:Caption}
  857. {/block:permalinkpage}
  858. {/block:Video}
  859.  
  860. {block:Audio}
  861. <div class="audioplayer">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}<p>{block:IndexPage}
  862. {block:IfShowPostLinks}
  863. <div class="perma1">
  864. {Month} {DayOfMonth}, {Year} With {NoteCountWithLabel} <a href="{Permalink}">&times; PERMALINK</a>
  865. </div>
  866. {/block:IfShowPostLinks}
  867. {/block:IndexPage}
  868. {block:permalinkpage}
  869. <div class="perma1"><a id="notes{PostID}" href="{Permalink}">{PlayCount} Plays</a></div>
  870. {/block:permalinkpage}
  871. {/block:Audio}
  872.  
  873. {block:Quote}
  874. <div class="title"><a href="{Permalink}">{Quote}</a></div><p> {block:Source}— {Source}{/block:Source}<p>{block:IndexPage}
  875. {block:IfShowPostLinks}
  876. <div class="perma1">
  877. {Month} {DayOfMonth}, {Year} With {NoteCountWithLabel} <a href="{Permalink}">&times; PERMALINK</a>
  878. </div>
  879. {/block:IfShowPostLinks}
  880. {/block:IndexPage}
  881. {/block:Quote}
  882.  
  883. {block:Link}
  884. <div class="title"><a href="{URL}" class="post_title" target="_blank"> {Name}</a></div> {block:Description}{Description}{/block:Description}<p>{block:IndexPage}
  885. {block:IfShowPostLinks}
  886. <div class="perma1">
  887. {Month} {DayOfMonth}, {Year} With {NoteCountWithLabel} <a href="{Permalink}">&times; PERMALINK</a>
  888. </div>
  889. {/block:IfShowPostLinks}{/block:IndexPage}
  890. {/block:Link}
  891.  
  892. {block:Chat}
  893. {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}
  894. {block:IfShowPostLinks}
  895. <div class="perma1">
  896. {Month} {DayOfMonth}, {Year} With {NoteCountWithLabel} <a href="{Permalink}">&times; PERMALINK</a>
  897. </div>
  898. {/block:IfShowPostLinks}{/block:IndexPage}
  899. {/block:Chat}
  900. {block:Answer} <div class="ques"> {Asker} said: {Question}</div>
  901. <i>{Answer}</i>{/block:Answer}
  902.  
  903. </div>
  904.  
  905. {block:permalinkpage}{block:NoteCount}
  906. <div class="prmlnk"><div class="perma2">
  907. Posted on: <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a>
  908. with <a href="{Permalink}">{NoteCount} Notes</a><p>
  909. <i>via</i> {block:RebloggedFrom}
  910. {ReblogParentName} <i> source: </i> {ReblogRootName}
  911. {/block:RebloggedFrom}
  912. {/block:NoteCount}
  913. {block:PostNotes}
  914. {PostNotes}
  915. {/block:PostNotes}
  916. </div>
  917.  
  918. </div>
  919. {/block:permalinkpage}
  920. {/block:Posts}
  921.  
  922.  
  923.  
  924. <div class="clear"></div>
  925. {block:IfNotInfiniteScroll}
  926. {block:IndexPage}
  927. <div class="entry">
  928. <div class="pag">
  929. <div class="pagination">
  930.  
  931. {block:Pagination}
  932. <div class="navigation">
  933. {block:PreviousPage}
  934. <a href="{PreviousPage}" class="previous">PREVIOUS</a>
  935. {/block:PreviousPage}
  936.  
  937. {block:NextPage}
  938. <a href="{NextPage}" class="next">NEXT</a>
  939. {/block:NextPage}
  940. <div class="clear"></div>
  941. </div>
  942. {/block:Pagination}
  943. {/block:IndexPage}
  944. </div>
  945. </div></div>{/block:IfNotInfiniteScroll}
  946.  
  947. </div>
  948. </div>
  949.  
  950. <div class="wrap"><div class="cred"><a href="http://styleandluxury.tumblr.com/">THEME ©</a></div></div>
  951.  
  952. {block:Pagination}
  953. <ul id="pagination">
  954. {block:PreviousPage}
  955. <li><a href="{PreviousPage}"></a></li>
  956. {/block:PreviousPage}
  957. {block:NextPage}
  958. <li><a id="nextPage" href="{NextPage}"></a></li>
  959. {/block:NextPage}
  960. </ul>
  961. {/block:Pagination}
  962. <script src="http://static.tumblr.com/psjhflr/bxnmcwj9t/masonry.js"></script>
  963. {block:IfInfiniteScroll}
  964. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IfInfiniteScroll}
  965. <script type="text/javascript">
  966. $(window).load(function () {
  967. $('#content').masonry(),
  968. $('.masonryWrap').infinitescroll({
  969. navSelector : '#pagination',
  970. nextSelector : '#pagination a#nextPage',
  971. itemSelector : ".entry, .clear",
  972. bufferPx : 40,
  973. loadingImg : "",
  974. loadingText : "",
  975. },
  976. function() { $('#content').masonry({ appendedContent: $(this) }); }
  977. );
  978. });
  979. </script>
  980.  
  981. </div>
  982.  
  983.  
  984.  
  985.  
  986. {block:iftotopbutton}
  987. <script type="text/javascript">
  988. $(document).ready(function() {
  989. /*
  990. var defaults = {
  991. containerID: 'toTop', // fading element id
  992. containerHoverID: 'toTopHover', // fading element hover id
  993. scrollSpeed: 1200,
  994. easingType: 'linear'
  995. };
  996. */
  997.  
  998. $().UItoTop({ easingType: 'easeOutQuart' });
  999.  
  1000. });
  1001. </script>
  1002. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>{block:iftotopbutton}
  1003.  
  1004.  
  1005.  
  1006. </div>
  1007. </body>
  1008. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement