Advertisement
b0rn-to-be-wild

Theme: Polaroid

Dec 5th, 2013
623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.07 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.  
  5. <!----
  6.  
  7. © borntobewildthemes.tumblr.com | Theme: Polaroid
  8.  
  9. + Please do not redistribute this theme or remove credits
  10. + You are allowed to make changes as long as you keep our credits
  11. + If you have any questions or concerns, just contact us
  12. + Thanks for using our theme! We hope that you enjoy it!
  13.  
  14. ---->
  15.  
  16. <html>
  17.  
  18. <head>
  19.  
  20. <!--Google fonts-->
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css'>
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css'>
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Nova+Slim' rel='stylesheet' type='text/css'>
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  29.  
  30. <link href='http://fonts.googleapis.com/css?family=Cabin+Sketch' rel='stylesheet' type='text/css'>
  31.  
  32. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  33.  
  34. <meta name="viewport" content="width=device-width, initial-scale=1">
  35.  
  36. <!--DEFAULT VARIABLES-->
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  38.  
  39. <meta name="image:Background" content="1"/>
  40. <meta name="image:Sidebar" content="1"/>
  41. <meta name="image:Sidebar 2" content="1"/>
  42. <meta name="image:Sidebar 3" content="1"/>
  43. <meta name="image:Sidebar 4" content="1"/>
  44.  
  45. <meta name="color:Background" content="#fff"/>
  46. <meta name="color:Post background" content="#fff"/>
  47. <meta name="color:Icon" content="#000"/>
  48. <meta name="color:Link" content="#333"/>
  49. <meta name="color:Text" content="#777"/>
  50. <meta name="color:Hover" content="#eee"/>
  51. <meta name="color:Borders" content="#eee"/>
  52. <meta name="color:Description" content="#fff"/>
  53. <meta name="color:Description background" content="#000"/>
  54. <meta name="color:Title" content="#333"/>
  55. <meta name="color:Blog Title" content="#000"/>
  56. <meta name="color:Bold" content="#000"/>
  57. <meta name="color:Italic" content="#777"/>
  58. <meta name="color:Scrollbar" content="#fff"/>
  59.  
  60. <meta name="select:Title Font" content="Sancreek" title="Sancreek">
  61. <meta name="select:Title Font" content="Dosis" title="Dosis">
  62. <meta name="select:Title Font" content="Poiret One" title="Poiret One">
  63. <meta name="select:Title Font" content="Julius Sans One" title="Julius Sans One">
  64. <meta name="select:Title Font" content="Nova Slim" title="Nova Slim">
  65.  
  66. <meta name="select:Title font size" content="20px" title="20px">
  67. <meta name="select:Title font size" content="22px" title="22px">
  68. <meta name="select:Title font size" content="25px" title="25px">
  69. <meta name="select:Title font size" content="27px" title="27px">
  70. <meta name="select:Title font size" content="30px" title="30px">
  71.  
  72. <meta name="font:Body font" content="Helvetica"/>
  73. <meta name="select:Body font size" content="12px" title="12px">
  74. <meta name="select:Body font size" content="13px" title="13px">
  75. <meta name="select:Body font size" content="14px" title="14px">
  76. <meta name="select:Body font size" content="15px" title="15px">
  77. <meta name="select:Body font size" content="16px" title="16px">
  78.  
  79. <meta name="if:Show Info On Hover" content="0" />
  80. <meta name="if:Show Captions" content="0" />
  81. <meta name="if:Show Tags" content="0" />
  82.  
  83. <meta name="if:Show Link One" content="1" />
  84. <meta name="if:Show Link Two" content="1" />
  85. <meta name="if:Show Link Three" content="1" />
  86. <meta name="if:Show Link Four" content="1" />
  87. <meta name="if:Show Link Five" content="1" />
  88.  
  89. <meta name="text:Link One" content="Link One"/>
  90. <meta name="text:Link Two" content="Link Two"/>
  91. <meta name="text:Link Three" content="Link Three"/>
  92. <meta name="text:Link Four" content="Link Four"/>
  93. <meta name="text:Link Five" content="Link Five"/>
  94.  
  95. <meta name="text:Link One Url" content="Link One Url"/>
  96. <meta name="text:Link Two Url" content="Link Two Url"/>
  97. <meta name="text:Link Three Url" content="Link Three Url"/>
  98. <meta name="text:Link Four Url" content="Link Four Url"/>
  99. <meta name="text:Link Five Url" content="Link Five Url"/>
  100.  
  101. <style type="text/css">
  102.  
  103. /* ---------------------------- GENERAL ----------------------------- */
  104.  
  105. /* -------- BASICS ------- */
  106.  
  107. body {
  108. margin:0;
  109. padding:0;
  110. width:100%;
  111. height:100%;
  112. color:{color:text};
  113. word-wrap:break-word;
  114. font-family:{font:Body font};
  115. font-size:{select:Body font size};
  116. line-height: -moz-calc({select:Body font size} + 3px);
  117. line-height: -webkit-calc({select:Body font size} + 3px);
  118. line-height: -o-calc({select:Body font size} + 3px);
  119. line-height: calc({select:Body font size} + 3px);
  120. background-color: {color:Background};
  121. background-image:url({image:Background});
  122. background-attachment: fixed;
  123. background-repeat: repeat;
  124. }
  125.  
  126. /* Paragraph */
  127.  
  128. p {margin-top:5px; margin-bottom:5px;}
  129.  
  130. <--ses-->
  131. small{font-size: 90%;}
  132.  
  133. big{font-size: 110%;}
  134.  
  135. /* Title */
  136.  
  137. h1{
  138. color:{color:Title};
  139. font-family:{select:Title Font};
  140. font-size:{select:Title font size};
  141. line-height: -moz-calc({select:Title font size} + 3px);
  142. line-height: -webkit-calc({select:Title font size} + 3px);
  143. line-height: -o-calc({select:Title font size} + 3px);
  144. line-height: calc({select:Title font size} + 3px);
  145. border-bottom:1px solid {color:Borders};
  146. }
  147.  
  148. /* Captions */
  149.  
  150. .caption{
  151. font-family:{font:Body font};
  152. font-size:{select:Body font size};
  153. line-height: -moz-calc({select:Body font size} + 3px);
  154. line-height: -webkit-calc({select:Body font size} + 3px);
  155. line-height: -o-calc({select:Body font size} + 3px);
  156. line-height: calc({select:Body font size} + 3px);
  157. font-weight:normal;
  158. }
  159.  
  160. /* mainicons */
  161.  
  162. a:link, a:active, a:visited{
  163. -webkit-transition: all .7s ease;
  164. -moz-transition: all .7s ease;
  165. -o-transition: all .7s ease;
  166. transition: all .7s ease;
  167. color:{color:Link};
  168. text-decoration:none;
  169. }
  170.  
  171. a:hover, .user:hover {
  172. color:{color:Hover};
  173. -webkit-transition: all 0.8s ease-in-out;
  174. -moz-transition: all 0.8s ease-in-out;
  175. -o-transition: all 0.8s ease-in-out;
  176. -ms-transition: all 0.8s ease-in-out;
  177. transition: all 0.8s ease-in-out;
  178. }
  179.  
  180. a img{border: 0px;}
  181.  
  182. ul, ol, li{ margin:5px 10px; padding:0px;}
  183.  
  184. /* Bold and italic */
  185.  
  186. b, strong {color:{color:Bold};}
  187. i, em {color:{color:Italic};}
  188.  
  189. /* Blockquote */
  190.  
  191. blockquote{
  192. padding:0px 0px 2px 5px;
  193. margin:0px 0px 2px 10px;
  194. border-left: 1px solid {color:Borders};
  195. }
  196.  
  197. /* Text selection */
  198.  
  199. ::-moz-selection {
  200. background:{color:Borders};
  201. color: {color:Scrollbar};
  202. }
  203.  
  204. ::selection {
  205. background:{color:Borders};
  206. color: {color:Scrollbar};
  207. }
  208.  
  209. /* Webkit scrollbar */
  210.  
  211. ::-webkit-scrollbar {
  212. width: 10px;
  213. height: 10px;
  214. }
  215.  
  216. ::-webkit-scrollbar-button {
  217. width: 0px;
  218. height: 0px;
  219. }
  220.  
  221. ::-webkit-scrollbar-thumb {
  222. background: {color:Scrollbar};
  223. border: 2px solid {color:Borders};
  224. border-radius: 0px;
  225. }
  226.  
  227. ::-webkit-scrollbar-track {
  228. background: {color:Scrollbar};
  229. border: 4px solid {color:Borders};
  230. border-radius: 0px;
  231. }
  232.  
  233. ::-webkit-scrollbar-corner {
  234. background: transparent;
  235. }
  236.  
  237. /* Tooltips */
  238.  
  239. #s-m-t-tooltip {
  240. max-width:300px;
  241. z-index:10000000;
  242. margin:24px 14px 7px 12px;
  243. padding:8px;
  244. color:{color:Link};
  245. background:{color:Post background};
  246. border:1px solid {color:Borders};
  247. font-size:13px;
  248. line-height:16px;
  249. }
  250.  
  251. /* Post notes style */
  252.  
  253. .notes{
  254. margin:0;
  255. width:400px;
  256. }
  257.  
  258. .notes img{
  259. max-width:15px;
  260. max-height:15px;
  261. position:relative;
  262. top:3px;
  263. margin-right:5px;
  264. border:1px solid {color:Borders};
  265. border-radius:60px;
  266. }
  267.  
  268. .notes li{
  269. list-style:none;
  270. margin-top:-10px;
  271. }
  272.  
  273. .notes i{
  274. color:{color:Icon};
  275. }
  276.  
  277. #infscr-loading{
  278. bottom: -70px;
  279. position: absolute;
  280. left: 50%;
  281. margin-left:-8px;
  282. width:16px;
  283. height:11px;
  284. overflow:hidden;
  285. margin-bottom: 50px;
  286. }
  287.  
  288. /* -------- SIDEBAR ------- */
  289.  
  290. #sidebar{
  291. position:fixed !important;
  292. width:130px;
  293. z-index:10;
  294. height:390px;
  295. padding:0px;
  296. margin-top:150px;
  297. margin-left:800px;
  298. }
  299.  
  300. /* Blog title */
  301.  
  302. #blogtitle{
  303. position:fixed;
  304. margin-left:810px;
  305. margin-top:100px;
  306. font-family:{select:Title Font};
  307. font-size:35px;
  308. color:{color:Blog Title};
  309. letter-spacing:2px;
  310. line-height:40px;
  311. width:230px;
  312. text-align:center;
  313. text-shadow:4px 2px 4px #333;,
  314. transform:rotate(1deg);
  315. -ms-transform:rotate(1deg);
  316. -moz-transform:rotate(1deg);
  317. -webkit-transform:rotate(1deg);
  318. -o-transform:rotate(1deg);
  319. z-index:10000;
  320. }
  321.  
  322. /* Polaroid */
  323.  
  324. #sidebarimage {
  325. position:relative;
  326. background:url('http://i57.tinypic.com/l9qvs.jpg');
  327. margin:0;
  328. width:230px;
  329. height:252px;
  330. z-index:10;
  331. }
  332.  
  333. #sidebarimage img {
  334. margin:29px 36px;
  335. width:165px;
  336. height:168px;
  337. border:2px solid #fff;
  338. -ms-transform:rotate(2deg);
  339. -moz-transform:rotate(2deg);
  340. -webkit-transform:rotate(2deg);
  341. -o-transform:rotate(2deg);
  342. }
  343.  
  344. #desc{
  345. position:absolute;
  346. width:145px;
  347. height:146px;
  348. color: {color:Description};
  349. background: {color:Description background};
  350. overflow:auto;
  351. text-align:center;
  352. padding:10px;
  353. margin-top:-222px;
  354. margin-left:40px;
  355. font-size:10px;
  356. line-height:20px;
  357. opacity:0;
  358. z-index:100000;
  359. -webkit-transition: all .7s ease;
  360. -moz-transition: all .7s ease;
  361. -o-transition: all .7s ease;
  362. transition: all .7s ease;
  363. transform:rotate(2deg);
  364. -ms-transform:rotate(2deg); /* Internet Explorer */
  365. -moz-transform:rotate(2deg); /* Firefox */
  366. -webkit-transform:rotate(2deg); /* Safari and Chrome */
  367. -o-transform:rotate(2deg); /* Opera */
  368. }
  369.  
  370.  
  371. #sidebar:hover #desc{
  372. opacity:1;
  373. -webkit-transition: all .7s ease;
  374. -moz-transition: all .7s ease;
  375. -o-transition: all .7s ease;
  376. transition: all .7s ease;
  377. }
  378.  
  379. /* Sidebar links */
  380.  
  381. #sidebarlinks{
  382. position:absolute;
  383. margin-left:209px;
  384. margin-top:30px;
  385. width:20px;
  386. height:250px;
  387. z-index:10000;
  388. transform:rotate(1deg);
  389. -ms-transform:rotate(1deg); /* Internet Explorer */
  390. -moz-transform:rotate(1deg); /* Firefox */
  391. -webkit-transform:rotate(1deg); /* Safari and Chrome */
  392. -o-transform:rotate(1deg); /* Opera */
  393. }
  394.  
  395. #sidebarlinks a{
  396. width:10px;
  397. display:block;
  398. background:#DCDFE5;
  399. margin-left:0px;
  400. height:10px;
  401. padding:5px;
  402. margin-top:10px;
  403. font-size:0px;
  404. border-top:1px solid #B8B5AD;
  405. border-bottom:1px solid #B8B5AD;
  406. border-right:1px solid #B8B5AD;
  407. z-index:100000;
  408. }
  409.  
  410. #sidebarlinks a:hover{
  411. width:100px;
  412. font-size:12px;
  413. padding-left:10px;
  414. }
  415.  
  416. /* Sidebar icons */
  417.  
  418. #sidebaricons{
  419. position:absolute;
  420. margin-left:60px;
  421. margin-top:210px;
  422. width:250px;
  423. height:250px;
  424. z-index:10000;
  425. -ms-transform: rotate(1deg);
  426. -webkit-transform: rotate(1deg);
  427. transform: rotate(1deg);
  428. }
  429.  
  430. #sidebaricons i{
  431. color:{color:Icon};
  432. margin-left:5px;
  433. margin-right:5px;
  434. }
  435.  
  436. /*-- FILMSTRIP --*/
  437.  
  438. #sidebar2{
  439. position:fixed !important;
  440. width:200px;
  441. z-index:10;
  442. height:675px;
  443. left:-10px;
  444. top:-10px;
  445. background:url('http://oi39.tinypic.com/34i0m1i.jpg');
  446. }
  447.  
  448. #sidebarimage2 {
  449. position:fixed;
  450. margin:7px 34px;
  451. z-index:-10000px;
  452. }
  453.  
  454. #sidebarimage2 img {
  455. width:140px;
  456. height:213px;
  457. border-radius:7px;
  458. }
  459.  
  460. #sidebarimage3 {
  461. position:fixed;
  462. margin:227px 34px;
  463. z-index:-10000px;
  464. }
  465.  
  466. #sidebarimage3 img {
  467. width:141px;
  468. height:219px;
  469. border-radius:7px;
  470. }
  471.  
  472. #sidebarimage4 {
  473. position:fixed;
  474. margin:452px 34px;
  475. z-index:-10000px;
  476. }
  477.  
  478. #sidebarimage4 img {
  479. width:141px;
  480. height:219px;
  481. border-radius:7px;
  482. }
  483.  
  484. /* -------- POSTS AND ENTRIES ------- */
  485.  
  486. #posts {
  487. position:absolute;
  488. width:585px;
  489. margin-top:20px;
  490. margin-left:210px;
  491. z-index:99;
  492. }
  493.  
  494. .entry {
  495. float:left;
  496. display: block;
  497. margin:10px;
  498. overflow:hidden;
  499. width:250px;
  500. padding:10px;
  501. border:1px solid {color:Borders};
  502. {block:PermalinkPage}
  503. margin-left:auto;
  504. margin-right:auto;
  505. {/block:PermalinkPage}
  506. background:{color:Post background};
  507. }
  508.  
  509. /* ----------------------- POST STYLES ----------------------------- */
  510.  
  511. /* Quote posts */
  512.  
  513. .quote {
  514. font-family:{select:Title Font};
  515. font-size:{select:Title font size};
  516. line-height: -moz-calc({select:Title font size} + 3px);
  517. line-height: -webkit-calc({select:Title font size} + 3px);
  518. line-height: -o-calc({select:Title font size} + 3px);
  519. line-height: calc({select:Title font size} + 3px);
  520. color:{color:Italic};
  521. height:auto;
  522. margin:10px;
  523. padding:5px;
  524. text-align:center;
  525. letter-spacing:1px;
  526. }
  527.  
  528. .source {
  529. font-family:{font:Body font};
  530. font-size:{select:Body font size};
  531. line-height:130%;
  532. height:auto;
  533. margin-top:10px;
  534. margin-left:10px;
  535. margin-right:10px;
  536. margin-bottom:5px;
  537. padding:5px;
  538. text-align:right;
  539. letter-spacing:1px;
  540. }
  541.  
  542. /* Link posts */
  543.  
  544. #linktitle{
  545. font-family:{select:Title Font};
  546. font-size:{select:Title font size};
  547. line-height:130%;
  548. width:96%;
  549. padding:2%;
  550. border:1px solid {color:Borders};
  551. }
  552.  
  553. #linktitle a{
  554. color:{color:Link};
  555. }
  556.  
  557. #linktitle i{
  558. color:{color:Icon};
  559. }
  560.  
  561. /* Chat posts */
  562.  
  563. .chat .line {
  564. color: {color:Text};
  565. padding:2px;
  566. }
  567.  
  568. .label {
  569. color:{color:Bold};
  570. font-size:15px;
  571. font-family:{select:Title Font};
  572. padding-right:2px;
  573. }
  574.  
  575. /* Audio posts */
  576.  
  577. #audiocon{
  578. width:100%;
  579. height:auto;
  580. min-height:75px;
  581. overflow:hidden;
  582. margin-bottom:10px;
  583. }
  584.  
  585. .album{
  586. width:65px;
  587. height:65px;
  588. background-image:url(http://i61.tinypic.com/s6k3zb.jpg);
  589. border: 5px solid {color:Borders};
  590. }
  591.  
  592. .album img{
  593. max-width:65px;
  594. margin-left:0px;
  595. float:left;
  596. margin-top:0px;
  597. z-index:10;
  598. }
  599.  
  600. .audio{
  601. position:absolute;
  602. max-width:325px;
  603. margin-left:80px;
  604. float:left;
  605. margin-top:0;
  606. z-index:10;
  607. font-size:12px;
  608. overflow:hidden;
  609. }
  610.  
  611. .audio i{
  612. color:{color:Icon};
  613. border:1px solid {color:Borders};
  614. padding:2px;
  615. width:12px;
  616. height:12px;
  617. font-size:12px;
  618. margin-bottom:1px;
  619. text-align:center;
  620. }
  621.  
  622. .play{
  623. position:absolute;
  624. margin:20px;
  625. max-width:25px;
  626. max-height:25px;
  627. overflow:hidden;
  628. opacity:0.8;
  629. }
  630.  
  631. /* Ask Posts */
  632.  
  633. .bubble {
  634. position: relative;
  635. height:auto;
  636. margin:5px;
  637. padding:5px;
  638. border: 1px solid {color:Borders};
  639. z-index:1;
  640. min-height:50px;
  641. }
  642.  
  643. .asker img {
  644. float:left;
  645. border:1px solid {color:Borders};
  646. margin-right:5px;
  647. z-index:2000;
  648. border-radius:100%;
  649. }
  650.  
  651. /* ----------------------- POST INFO ----------------------------- */
  652.  
  653. #postinfo{
  654. margin-top:10px;
  655. width:250px;
  656. {block:IndexPage}
  657. {block:IfShowInfoOnHover}
  658. display:none;
  659. height:0;
  660. {/block:IfShowInfoOnHover}
  661. {/block:IndexPage}
  662. {block:PermalinkPage}
  663. margin-top:10px;
  664. width:500px;
  665. height:auto;
  666. {/block:PermalinkPage}
  667. z-index:1000;
  668. }
  669.  
  670. .entry:hover #postinfo{
  671. {block:IndexPage}
  672. {block:IfShowInfoOnHover}
  673. height:auto;
  674. display:block;
  675. bottom:0px;
  676. left:0px;
  677. padding-left:10px;
  678. padding-right:10px;
  679. position:absolute;
  680. background:{color:Info background};
  681. opacity:0.9;
  682. color:{color:Link};
  683. border-top:1px solid {color:Borders};
  684. {/block:IfShowInfoOnHover}
  685. {/block:IndexPage}
  686. }
  687.  
  688. #postinfo a {
  689. font-size:12px;
  690. }
  691.  
  692. .info {
  693. height:28px;
  694. line-height:20px;
  695. float:center;
  696. padding-top:5px;
  697. margin-top:0px;
  698. margin-bottom:5px;
  699. font-size:12px;
  700. width:250px;
  701. color:{color:Link};
  702. {block:PermalinkPage}
  703. width:500px;
  704. {/block:PermalinkPage}
  705. color:{color:Link};
  706. border-top:1px solid {color:Borders};
  707. text-transform:lowercase;
  708. {block:IfShowInfoOnHover}
  709. border:none;
  710. {/block:IfShowInfoOnHover}
  711. z-index:100000;
  712. }
  713.  
  714. .info i{
  715. color:{color:Icon};
  716. }
  717.  
  718. /* Permalink, like and reblog buttons */
  719.  
  720. .plrbuttons {
  721. float:right;
  722. margin-left:180px;
  723. margin-top:-22px;
  724. z-index:200000;
  725. list-style: none;
  726. padding:5px;
  727. padding-bottom:2px;
  728. {block:PermalinkPage}
  729. margin-left:400px;
  730. {/block:PermalinkPage}
  731. }
  732.  
  733. .plrbuttons i {
  734. float:left;
  735. display:inline-block;
  736. margin-left:5px;
  737. list-style:none;
  738. color:#cccccc;
  739. font-size:15px;
  740. }
  741.  
  742. .plrbuttons li:first-child {
  743. border-right: 0px solid #e8e8e8;
  744. }
  745.  
  746. /* Tags */
  747.  
  748. .tags {
  749. margin-top:5px;
  750. display:inline;
  751. width:100%;
  752. }
  753.  
  754. .tags a{
  755. font-size:10px;
  756. }
  757.  
  758. .tags i{
  759. color:{color:Icon};
  760. display:inline;
  761. }
  762.  
  763. /* ----------------------- PAGINATION ----------------------------- */
  764.  
  765. .pagination {
  766. width:585px;
  767. margin-left:210px;
  768. margin-top:20px;
  769. margin-bottom:20px;
  770. text-align:center;
  771. }
  772.  
  773. .jump_page {
  774. margin:5px;
  775. padding: 4px 8px;
  776. color:{color:Link};
  777. background:{color:Post background};
  778. font-size:12px;
  779. text-decoration:none;
  780. border:1px solid {color:Borders};
  781. }
  782.  
  783. .current_page, .jump_page:hover{
  784. margin:5px;
  785. padding: 4px 8px;
  786. background:{color:Borders};
  787. color:{color:Link};
  788. font-size:12px;
  789. text-decoration:none;
  790. border:1px solid {color:Borders};
  791. }
  792.  
  793. /* ----------------------- CREDITS ----------------------------- */
  794.  
  795. #credits {
  796. position:fixed;
  797. right:10px;
  798. top:35px;
  799. z-index:100000;
  800. }
  801.  
  802.  
  803. {CustomCSS}
  804.  
  805.  
  806. </style>
  807.  
  808. <script type="text/javascript"
  809. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  810.  
  811. <!--Tooltips-->
  812.  
  813. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  814. <script src="jquery.style-my-tooltips.js"></script>
  815.  
  816. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  817.  
  818. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  819. <script>
  820. (function($){
  821. $(document).ready(function(){
  822. $("[title]").style_my_tooltips({
  823. tip_follows_cursor:true,
  824. tip_delay_time:200,
  825. tip_fade_speed:300
  826. }
  827. );
  828. });
  829. })(jQuery);
  830. </script>
  831.  
  832. <!--Sticky menu-->
  833.  
  834. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  835. <script type="text/javascript">
  836. $(function(){
  837. var stickyRibbonTop = $('.menu').offset().top;
  838. $(window).scroll(function(){
  839. if( $(window).scrollTop() > stickyRibbonTop ) {
  840. $('.menu').css({width: '890px', position: 'fixed', top: '-10px'});
  841. } else {
  842. $('.menu').css({position: 'static', top: '0px'});
  843. }
  844. });
  845. });
  846. </script>
  847.  
  848. {block:IndexPage}
  849. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  850. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  851.  
  852. <script type="text/javascript">
  853. $(window).load(function(){
  854. var $wall = $('#posts');
  855. $wall.imagesLoaded(function(){
  856. $wall.masonry({
  857. itemSelector: '.entry, .entry_photo',
  858. isAnimated : false
  859. });
  860. });
  861.  
  862. $wall.infinitescroll({
  863. navSelector : '#pagination',
  864. nextSelector : '#pagination a',
  865. itemSelector : '.entry, .entry_photo',
  866. bufferPx : 2000,
  867. debug : false,
  868. errorCallback: function() {
  869. $('#infscr-loading').fadeOut('normal');
  870. }},
  871. function( newElements ) {
  872. var $newElems = $( newElements );
  873. $newElems.hide();
  874. $newElems.imagesLoaded(function(){
  875. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  876. });
  877. }); $('#posts').show(500);
  878. });
  879. </script>
  880.  
  881. {/block:IndexPage}
  882.  
  883. <!--Other scripts-->
  884.  
  885. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  886.  
  887. <meta name="viewport" content="width=device-width, initial-scale=1">
  888.  
  889. <meta charset="utf-8">
  890. <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
  891. {block:Description}
  892. <meta name="description" content="{MetaDescription}" />
  893. {/block:Description}
  894. <link rel="shortcut icon" href="{Favicon}">
  895. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  896.  
  897.  
  898. <body>
  899.  
  900. <div id="center">
  901.  
  902. <div id="sidebar2">
  903. <div id="sidebarimage2"><img src="{image:Sidebar 2}"></div>
  904. <div id="sidebarimage3"><img src="{image:Sidebar 3}"></div>
  905. <div id="sidebarimage4"><img src="{image:Sidebar 4}"></div>
  906. </div>
  907.  
  908. <div id="blogtitle">{Title}</div>
  909.  
  910. <div id="sidebar">
  911.  
  912. <div id="sidebaricons">
  913. <a href="/" title="Index"><i class="fa fa-home"></i></a>
  914. <a href="/ask" title="Ask"><i class="fa fa-envelope"></i></a>
  915. <a href="/submit" title="Submit"><i class="fa fa-pencil"></i></a>
  916. <a href="/archive" title="Archive"><i class="fa fa-clock-o"></i></a>
  917. </div>
  918.  
  919. <div id="sidebarlinks">
  920.  
  921. {block:IfShowLinkOne}
  922. <a href="{text:Link One url}">{text:Link One}</a>
  923. {/block:IfShowLinkOne}
  924. {block:IfShowLinkTwo}
  925. <a href="{text:Link Two url}">{text:Link Two}</a>
  926. {/block:IfShowLinkTwo}
  927. {block:IfShowLinkThree}
  928. <a href="{text:Link Three url}">{text:Link Three}</a>
  929. {/block:IfShowLinkThree}
  930. {block:IfShowLinkFour}
  931. <a href="{text:Link Four url}">{text:Link Four}</a>
  932. {/block:IfShowLinkFour}
  933. {block:IfShowLinkFive}
  934. <a href="{text:Link Five url}">{text:Link Five}</a>
  935. {/block:IfShowLinkFive}
  936.  
  937. </div>
  938.  
  939. <div id="sidebarimage"><img src="{image:Sidebar}"></div>
  940. <div id="desc">{description}</div>
  941.  
  942. </div>
  943.  
  944. <div id="posts">
  945.  
  946. {block:Posts}
  947.  
  948. <div class="entry">
  949.  
  950. <!--Hide via and source in captions-->
  951.  
  952. <!-- {block:NoRebloggedFrom}
  953. {block:RebloggedFrom}
  954. {ReblogParentName}
  955. {/block:RebloggedFrom}
  956. {/block:NoRebloggedFrom} -->
  957.  
  958. {block:ContentSource}
  959. <!-- {SourceURL}
  960. {block:SourceLogo}
  961. <img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  962. {/block:SourceLogo}
  963. {block:NoSourceLogo}
  964. {SourceLink}
  965. {/block:NoSourceLogo} -->
  966. {/block:ContentSource}
  967.  
  968. {block:Text}
  969. {block:Title}
  970. <a href="{Permalink}">
  971. <h1>{Title}</h1></a>
  972. {/block:Title}
  973. {Body}
  974. {/block:Text}
  975.  
  976. {block:Photo}
  977. {block:IndexPage}
  978. <a href="{Permalink}">
  979. <img src="{PhotoURL-250}"
  980. width="250"/></a>
  981. {/block:IndexPage}
  982. {block:PermalinkPage}
  983. <img src="{PhotoURL-500}"
  984. width="500"/>
  985. {/block:PermalinkPage}
  986. {/block:Photo}
  987.  
  988. {block:Photoset}
  989. {block:IndexPage}
  990. {Photoset-250}
  991. {/block:IndexPage}
  992. {block:PermalinkPage}
  993. {Photoset-500}
  994. {/block:PermalinkPage}
  995. {/block:Photoset}
  996.  
  997. {block:Quote}
  998. <div class="quote">
  999. " {Quote} "
  1000. {block:Source}
  1001. <div class="source">-{Source}
  1002. </div>{/block:Source}</div>
  1003. {/block:Quote}
  1004.  
  1005. {block:Link}
  1006. <a href="{URL}"
  1007. class="linkpost"
  1008. target="_blank">
  1009. <h1><i class="fa fa-link"></i>
  1010. {Name} &raquo;</h1></a>
  1011. {block:Description}
  1012. {Description}
  1013. {/block:Description}
  1014. {/block:Link}
  1015.  
  1016. {block:Chat}
  1017. {block:Title}<h1>{Title}</h1>{/block:Title}
  1018. <div class="chat">
  1019. {block:Lines}
  1020. <div class="chat"><div class="line {Alt}">
  1021. <div class="{Alt} user_{UserNumber}">
  1022. {block:Label}
  1023. <span class="label">
  1024. {Label}</span>
  1025. {/block:Label}
  1026. {Line}</div>
  1027. </div></div>
  1028. {/block:Lines}
  1029. </div>
  1030. {/block:Chat}
  1031.  
  1032. {block:Audio}
  1033. <div id="audiocon">
  1034. <div class="audio">
  1035. {block:TrackName}<i class="fa fa-microphone"></i> {TrackName}{/block:TrackName}
  1036. {block:Artist}<br><i class="fa fa-user"></i> {Artist}{/block:Artist}
  1037. {block:Album}<br><i class="fa fa-music"></i> {Album}{/block:Album}
  1038. {block:PlayCount}<br><i class="fa fa-heart"></i> {PlayCount}{/block:PlayCount}<br></div>
  1039. <div class="album">
  1040. {block:AlbumArt}
  1041. <img src="{AlbumArtURL}">
  1042. {/block:AlbumArt}
  1043. <div class="play">
  1044. {AudioPlayerWhite}
  1045. </div>
  1046. </div>
  1047. </div>
  1048. {/block:Audio}
  1049.  
  1050. {block:Video}
  1051. {block:IndexPage}
  1052. {Video-250}
  1053. {/block:IndexPage}
  1054. {block:PermalinkPage}
  1055. {Video-500}
  1056. {/block:PermalinkPage}
  1057. {/block:Video}
  1058.  
  1059. {block:Answer}
  1060. <div class="bubble">
  1061. <div class="asker">
  1062. <img src="{AskerPortraitURL-48}">
  1063. </div>
  1064. <span></span>{Asker}:
  1065. {Question}</div>
  1066. {Answer}
  1067. {/block:Answer}
  1068.  
  1069. {block:IndexPage}
  1070. {block:IfShowCaptions}
  1071. {block:Caption}
  1072. <h2>{Caption}</h2>
  1073. {/block:Caption}
  1074. {/block:IfShowCaptions}
  1075. {/block:IndexPage}
  1076. {block:PermalinkPage}
  1077. {block:Caption}
  1078. <h2>{Caption}</h2>
  1079. {/block:Caption}
  1080. {/block:PermalinkPage}
  1081.  
  1082. {block:Date}
  1083. <div id="postinfo">
  1084.  
  1085. <div class="info">
  1086. <i class="fa fa-clock-o"></i>
  1087. {ShortMonth} {DayOfMonthWithZero}
  1088. {block:NoteCount}
  1089. <i class="fa fa-heart-o"></i>
  1090. {NoteCount}
  1091. {/block:NoteCount}
  1092.  
  1093. {block:RebloggedFrom}
  1094. <i>//</i>
  1095. <a href="{ReblogParentURL}" title="{ReblogParentName}" target="_blank">VIA</a>
  1096. {/block:RebloggedFrom}
  1097. {block:RebloggedFrom}
  1098. <i>//</i>
  1099. <a href="{ReblogRootURL}" title="Source: {ReblogRootName}">src</a>
  1100. {/block:RebloggedFrom}
  1101.  
  1102. <div class="plrbuttons">
  1103. <a href="{Permalink}">
  1104. <i class="fa fa-external-link"></i></a>
  1105. <i>{LikeButton size="15"}</i>
  1106. <i>{ReblogButton size="15"}</i>
  1107. </div>
  1108.  
  1109. </div>
  1110. <!--End info -->
  1111.  
  1112. {block:IndexPage}
  1113. {block:IfShowTags}
  1114. {block:HasTags}
  1115. {block:Tags}
  1116. <a href="{TagURL}">
  1117. <i class="fa fa-tag"></i> {Tag}</a>
  1118. {/block:Tags}
  1119. {/block:HasTags}
  1120. {/block:IfShowTags}
  1121. {/block:IndexPage}
  1122. {block:PermalinkPage}
  1123. {block:HasTags}
  1124. {block:Tags}
  1125. <a href="{TagURL}">
  1126. <i class="fa fa-tag"></i>
  1127. {Tag}</a> &nbsp;
  1128. {/block:Tags}
  1129. {/block:HasTags}
  1130. {/block:PermalinkPage}
  1131.  
  1132. </div>
  1133. <!--End post info-->
  1134. {/block:Date}
  1135.  
  1136. <!-- Permalink page -->
  1137. {block:PermalinkPage}
  1138. <div class="notes">
  1139.  
  1140. {block:PermalinkPagination}
  1141. <center><br>
  1142. {block:PreviousPost}
  1143. <a href="{PreviousPost}"> &laquo; Previous Post – </a>
  1144. {/block:PreviousPost}
  1145.  
  1146. {block:NextPost}
  1147. <a href="{NextPost}">Next Post &raquo;</a>
  1148. {/block:NextPost}
  1149. </center>
  1150. {/block:PermalinkPagination} <br>
  1151.  
  1152. {block:PostNotes}
  1153. {PostNotes}
  1154. {/block:PostNotes}
  1155. </div>
  1156. <!--End notes-->
  1157.  
  1158. {/block:PermalinkPage}
  1159.  
  1160. </div>
  1161. <!--End entry-->
  1162.  
  1163. {/block:Posts}
  1164.  
  1165. </div>
  1166. <!--End posts-->
  1167.  
  1168. <!-- pagination -->
  1169. {block:Pagination}
  1170. <div class="pagination">
  1171. {block:PreviousPage}
  1172. <span class="jump_page">
  1173. <a href="{PreviousPage}">«</a></span>
  1174. {/block:PreviousPage}
  1175. {block:JumpPagination length="4"}
  1176. {block:CurrentPage}
  1177. <span class="current_page">
  1178. {PageNumber}</span>
  1179. {/block:CurrentPage}
  1180. {block:JumpPage}
  1181. <span class="jump_page"><a href="{URL}">{PageNumber}</a></span>
  1182. {/block:JumpPage}
  1183. {/block:JumpPagination}
  1184. {block:NextPage}
  1185. <span class="current_page">
  1186. <a href="{NextPage}">»</a></span>
  1187. {/block:NextPage}
  1188. </div>
  1189. {/block:Pagination}
  1190. </div>
  1191.  
  1192. </body>
  1193.  
  1194. <a href="http://borntobewildthemes.tumblr.com" title="Theme POLAROID by borntobewildthemes"><div id="credits">
  1195. <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
  1196.  
  1197. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement