Advertisement
themepirate

AMPHITRITE Theme by THEMEPIRATE

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