Advertisement
b0rn-to-be-wild

Vortex

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