Advertisement
fullmetaldork

Jellyfish Theme

Aug 13th, 2014
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.59 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!------------------------------------------------------------------------
  9.  
  10.  
  11. ✿ JELLYFISH THEME by karasunogf.tumblr.com ✿
  12. ✿ Feel free to ask me any questions; I'll be glad to help!! ✿
  13. ✿ Please do not remove credit or claim theme as your own. ✿
  14. ✿✿✿ Enjoy!! ✿✿✿
  15.  
  16.  
  17.  
  18. ------------------------------------------------------------------------->
  19.  
  20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  22.  
  23. <head>
  24.  
  25. <title>{Title}</title>
  26. <link rel="shortcut icon" href="{image:Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29.  
  30. <!-- start of script tooltip -->
  31. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  32.  
  33. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  34.  
  35. <script>
  36. (function($){
  37. $(document).ready(function(){
  38. $("a[title]").style_my_tooltips({
  39. tip_follows_cursor:true,
  40. tip_delay_time:90,
  41. tip_fade_speed:600,
  42. attribute:"title"
  43. });
  44. });
  45. })(jQuery);
  46. </script>
  47.  
  48. <!-- end of script tooltip -->
  49.  
  50. <!---- options --->
  51.  
  52. <meta name="color:Background" content="#ffffff"/>
  53. <meta name="color:Sidebar Color" content="#ffffff"/>
  54. <meta name="color:Title Color" content="#aaaaaa"/>
  55. <meta name="color:Text" content="#838282"/>
  56. <meta name="color:Link" content="#b8b8b8"/>
  57. <meta name="color:Hover" content="#eee"/>
  58. <meta name="color:Border" content="#aaa"/>
  59. <meta name="color:Posts Color" content="#fff"/>
  60. <meta name="color:Footer Background" content="#eee"/>
  61. <meta name="color:Nav Menu Border" content="#eee"/>
  62. <meta name="color:Nav Menu Bg" content="#eee"/>
  63. <meta name="color:Scrollbar" content="#eee"/>
  64. <meta name="color:Scrollbar Background" content="#eee"/>
  65. <meta name="color:Selection Color" content="#eee"/>
  66. <meta name="color:Selection Text" content="#aaa"/>
  67. <meta name="color:Glow" content="#eee"/>
  68.  
  69.  
  70. <meta name="image:Favicon" content="{favicon}" />
  71. <meta name="image:Sidebar" content=""/>
  72. <meta name="image:Sidebar2" content=""/>
  73. <meta name="image:Background" content=""/>
  74. <meta name="image:Right Image" content=""/>
  75. <meta name="image:Left Image" content=""/>
  76.  
  77. <meta name="select:Font" content="Arial" title="Arial">
  78. <meta name="select:Font" content="Consolas" title="Consolas">
  79. <meta name="select:Font" content="Lucida Sans" title="Lucida Sans">
  80. <meta name="select:Font" content="Calibri" title="Calibri">
  81. <meta name="select:Font" content="Verdana" title="Verdana">
  82. <meta name="select:Font" content="ronda" title="Ronda">
  83. <meta name="select:Font" content="babydoll" title="Babydoll">
  84. <meta name="select:Font" content="yea" title="yea">
  85.  
  86.  
  87. <meta name="text:FontSize" content="12" />
  88. <meta name="text:Sidebar Font Size" content="12" />
  89. <meta name="text:Sidebar Margin Top" content="275" />
  90.  
  91.  
  92. <meta name="text:navigation title" content=""/>
  93. <meta name="text:sidepic title" content=""/>
  94.  
  95. <meta name="text:link 1 url" content=""/>
  96. <meta name="text:link 1 title" content=""/>
  97.  
  98. <meta name="text:link 2 url" content=""/>
  99. <meta name="text:link 2 title" content=""/>
  100.  
  101. <meta name="text:link 3 url" content=""/>
  102. <meta name="text:link 3 title" content=""/>
  103.  
  104. <meta name="text:link 4 url" content=""/>
  105. <meta name="text:link 4 title" content=""/>
  106.  
  107. <meta name="text:link 5 url" content=""/>
  108. <meta name="text:link 5 title" content=""/>
  109.  
  110. <meta name="text:link 6 url" content=""/>
  111. <meta name="text:link 6 title" content=""/>
  112.  
  113. <meta name="text:link 7 url" content=""/>
  114. <meta name="text:link 7 title" content=""/>
  115.  
  116. <meta name="text:link 8 url" content=""/>
  117. <meta name="text:link 8 title" content=""/>
  118.  
  119. <meta name="if:Sidebar Right" content="0" />
  120. <meta name="if:Sidebar Left" content="1" />
  121.  
  122. <meta name="text:Right Image Width" content=""/>
  123. <meta name="text:Left Image Width" content=""/>
  124.  
  125. <meta name="if:500px Posts" content="0" />
  126. <meta name="if:400px Posts" content="1" />
  127. <meta name="if:Round Corners" content="0" />
  128. <meta name="if:Round Side Image" content="0" />
  129. <meta name="if:Round Navbar" content="0" />
  130. <meta name="if:Background Repeat" content="0" />
  131. <meta name="if:Drop Down Nav" content="1" />
  132. <meta name="if:Show Tags" content="1" />
  133. <meta name="if:Post Glow" content="0" />
  134. <meta name="if:Post Shadow" content="0"/>
  135.  
  136. <!---- options --->
  137.  
  138. <style type="text/css">
  139.  
  140. @font-face { font-family: 'ronda'; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  141.  
  142. @font-face{font-family: "babydoll";src:url('http://static.tumblr.com/9wzbixa/MbMmj2fv0/babydoll.ttf');}
  143.  
  144. @font-face {font-family: "yea";src: url('http://static.tumblr.com/gvd42r2/kU4m7js4w/lexipa__.ttf');}
  145.  
  146. ::selection {
  147. background: {color:selection color};
  148. color: {color:selection Text};
  149. }
  150. ::-moz-selection {
  151. background: {color:selection color};
  152. color: {color:selection Text};
  153. }
  154. ::-webkit-selection {
  155. background: {color:selection color};
  156. color: {color:selection Text};
  157. }
  158.  
  159. #s-m-t-tooltip {
  160. max-width:300px;
  161. background-color: #fff;
  162. border:1px solid {color:border};
  163. font-size:10px;
  164. color: #aaa;
  165. letter-spacing:1px;
  166. text-transform:lowercase;
  167. padding:3px;
  168. margin:15px 0px 0px 15px;
  169. z-index:999;
  170. border-radius:5px;
  171. -moz-border-radius:5px;
  172. -webkit-border-radius: 5px;
  173. }
  174.  
  175. body {
  176.  
  177. background:{color:background};
  178. background-image:url('{image:Background}');
  179. background-attachment: fixed;
  180. {block:ifnotBackgroundRepeat}
  181. background-size: 100% 100%;
  182. {/block:ifnotBackgroundRepeat}
  183. {block:ifBackgroundRepeat}
  184. background-repeat: repeat;
  185. {/block:ifBackgroundRepeat};
  186. margin:10px;
  187. color:{color:text};
  188. font-family: {select:font};
  189. font-size:{text:fontsize}px;
  190. line-height: 16px;
  191. }
  192.  
  193. a {
  194. text-decoration:none;
  195. outline:none;
  196. -moz-outline-style:none;
  197. color:{color:link};
  198. -webkit-transition: all 0.3s;
  199. -moz-transition: all 0.3s ;
  200. -o-transition: all 0.3s ;
  201. -ms-transition: all 0.3s ;
  202. transition: all 0.3s ;
  203. }
  204.  
  205. a:hover {
  206. color:{color:hover};
  207. -webkit-transition: all 0.3s;
  208. -moz-transition: all 0.3s ;
  209. -o-transition: all 0.3s ;
  210. -ms-transition: all 0.3s ;
  211. transition: all 0.3s ;
  212. }
  213.  
  214. img {
  215. border:none;
  216. max-width: 100%;
  217. }
  218.  
  219. blockquote {
  220. margin-left: 10px;
  221. padding-left:10px;
  222. border-left:2px solid;
  223. }
  224.  
  225.  
  226.  
  227. h1 {
  228. font-size:15px;
  229. }
  230.  
  231. ::-webkit-scrollbar-thumb:vertical {
  232. background-color: {color:Scrollbar};
  233. height: 50px;
  234. }
  235.  
  236. ::-webkit-scrollbar {
  237. height: 10px;
  238. width: 8px;
  239. background-color: {color:Scrollbar Background};
  240. }
  241.  
  242.  
  243. #wrapper{
  244. {block:If500pxPosts}width: 845px;{/block:If500pxPosts}
  245. {block:If400pxPosts}width: 745px;{/block:If400pxPosts}
  246. margin-left: 350px;
  247. }
  248.  
  249. #content {
  250. margin-top: 20px;
  251. {block:If500pxPosts}width: 525px;{/block:If500pxPosts}
  252. {block:If400pxPosts}width: 425px;{/block:If400pxPosts}
  253.  
  254. {block:ifsidebarright}
  255. float:left;
  256. margin-left:100px;
  257. {/block:ifsidebarright}
  258.  
  259. {block:ifsidebarleft}
  260. margin-left:300px;
  261. {/block:ifsidebarleft}
  262.  
  263. {block:permalinkpage}
  264. background-color: {color:posts color};
  265. border: 1px solid {color:border};
  266. padding: 15px;
  267.  
  268. {block:IfPostShadow}
  269. box-shadow:rgba(0,0,0,0.2)6px 6px;
  270. margin-bottom: 20px;
  271. {/block:IfPostShadow}
  272.  
  273. {block:ifpostglow}
  274. moz-box-shadow: 0 0 4px 5px {color:glow};
  275. -webkit-box-shadow: 0 0 4px 5px{color:glow};
  276. box-shadow: 0 0 4px 5px {color:glow};
  277. border: {color:glow};
  278. margin-bottom: 20px;
  279. {/block:ifpostglow}
  280.  
  281. {block:IfRoundCorners}
  282. border-radius:10px;
  283. -moz-border-radius:10px;
  284. -webkit-border-radius: 10px;
  285. {/block:IfRoundCorners}
  286.  
  287. {/block:permalinkpage}
  288.  
  289. }
  290.  
  291.  
  292. #post {
  293. margin-bottom: 20px;
  294. position: relative;
  295. padding: 8px;
  296. background: {color:Posts Color};
  297. overflow:hidden;
  298.  
  299.  
  300. {block:If500pxPosts}width: 500px;{/block:If500pxPosts}
  301. {block:If400pxPosts}width: 400px;{/block:If400pxPosts}
  302.  
  303. {block:indexpage}
  304.  
  305. border: 1px solid {color:border};
  306.  
  307. {block:IfPostShadow}
  308. box-shadow:rgba(0,0,0,0.2)6px 6px;
  309. margin-bottom: 20px;
  310. {/block:IfPostShadow}
  311.  
  312. {block:ifpostglow}
  313. moz-box-shadow: 0 0 4px 5px {color:glow};
  314. -webkit-box-shadow: 0 0 4px 5px{color:glow};
  315. box-shadow: 0 0 4px 5px {color:glow};
  316. border: {color:glow};
  317. margin-bottom: 20px;
  318. {/block:ifpostglow}
  319.  
  320. {block:IfRoundCorners}
  321. border-radius:10px;
  322. -moz-border-radius:10px;
  323. -webkit-border-radius: 10px;
  324. {/block:IfRoundCorners}
  325.  
  326. {/block:indexpage}
  327.  
  328. }
  329.  
  330. .post .copy img {
  331. max-width: 100%;
  332. }
  333.  
  334. #text {
  335. position:relative;
  336. display:block;
  337. background-color: transparent;
  338. word-wrap: break-word;
  339. }
  340.  
  341. #sidebar {
  342. z-index: 999;
  343. position:fixed;
  344. margin-top:{text:sidebar margin top}px;
  345. font-size: 12px;
  346. width: 212px;
  347.  
  348. {block:ifsidebarright}
  349. margin-left:600px;
  350. {block:If500pxPosts}
  351. margin-left:700px;
  352. {/block:If500pxPosts}
  353. {/block:ifsidebarright}
  354.  
  355. {block:ifsidebarleft}
  356. margin-left:25px;
  357. {/block:ifsidebarleft}
  358.  
  359. }
  360.  
  361.  
  362. #sidepic{
  363. position:absolute;
  364. z-index: 1;
  365. width: 125px;
  366. height: 125px;
  367. margin-top: -96px;
  368. margin-left:46px;
  369. border: 1px solid {color:border};
  370. {block:ifroundsideimage}border-radius: 100px;{/block:ifroundsideimage}
  371. }
  372.  
  373.  
  374. #sidepic img{
  375.  
  376. width: 125px;
  377. height: 125px;
  378. margin-top: 0px;
  379. margin-left: px;
  380. {block:ifroundsideimage}border-radius: 100px;{/block:ifroundsideimage}
  381. -webkit-transition: 0.7s;
  382. transition: h 0.7s;
  383. }
  384.  
  385. #sidepic img:hover{
  386. opacity:0;
  387. -webkit-transition: 0.7s;
  388. transition: h 0.7s;
  389. }
  390.  
  391. #sidepic{
  392. position:absolute;
  393. z-index: 1;
  394. width: 125px;
  395. height: 125px;
  396. margin-top: -96px;
  397. margin-left:46px;
  398. border: 1px solid {color:border};
  399. {block:ifroundsideimage}border-radius: 100px;{/block:ifroundsideimage}
  400. }
  401.  
  402.  
  403. #sidepic2 img{
  404. position: absolute;
  405. width: 125px;
  406. height: 125px;
  407. margin-top: -95px;
  408. margin-left:-59px;
  409. {block:ifroundsideimage}border-radius: 100px;{/block:ifroundsideimage}
  410. -webkit-transition: 0.7s;
  411. transition: h 0.7s;
  412. }
  413.  
  414.  
  415.  
  416. #description{
  417. position:relative;
  418. z-index: -1;
  419. padding: 40px 4px 8px 4px;
  420. font-size:{text:sidebar font size}px;
  421. margin-left: auto;
  422. width:210px;
  423. height:auto;
  424. background-color: {color:sidebar color};
  425. border: 1px solid {color:border};
  426. text-align:center;
  427.  
  428. {block:IfRoundCorners}
  429. border-radius:10px;
  430. -moz-border-radius:10px;
  431. -webkit-border-radius: 10px;
  432. {/block:IfRoundCorners}
  433.  
  434. {block:IfPostShadow}
  435. box-shadow:rgba(0,0,0,0.2)6px 6px;
  436. {/block:IfPostShadow}
  437.  
  438. {block:ifpostglow}
  439. moz-box-shadow: 0 0 4px 5px {color:glow};
  440. -webkit-box-shadow: 0 0 4px 5px{color:glow};
  441. box-shadow: 0 0 4px 5px {color:glow};
  442. border: {color:glow};
  443. {/block:ifpostglow}
  444. }
  445.  
  446.  
  447.  
  448. #lonk {
  449. position:absolute;
  450. width: 25px;
  451. height: 12px;
  452. background-color: #000;
  453. margin-top:-55px;
  454. margin-left:14px;
  455. padding-bottom: 0px;
  456.  
  457. }
  458.  
  459. #lonk a{
  460.  
  461. border:1px solid {color:border};
  462. text-align: left;
  463.  
  464. display: block;
  465. height:11px;
  466. padding: 4px 3px 5px 7px;
  467. margin: 0px 0px 3px;
  468. background: {color:posts color};
  469. }
  470.  
  471. #lonk2 {
  472. position:absolute;
  473. width: 25px;
  474. margin-top:-55px;
  475. margin-left:179px;
  476. padding-bottom: px;
  477.  
  478. }
  479.  
  480. #lonk2 a{
  481.  
  482. border:1px solid {color:border};
  483. text-align: left;
  484. display: block;
  485. height:11px;
  486. padding: 4px 3px 5px 7px;
  487. margin: 0px 0px 3px;
  488. background: {color:posts color};
  489.  
  490. }
  491.  
  492.  
  493.  
  494. #posttitle {
  495. width: auto;
  496. height: auto;
  497. text-align: center;
  498. font-size:14px;
  499. font-family: courier;
  500. color:{color:title color};
  501. background-color: {color:footer background};
  502. padding: 5px;
  503. border-bottom: 1px dashed {color:border};
  504.  
  505. {block:indexpage}
  506. {block:IfRoundCorners}
  507. border-top-left-radius:10px;
  508. -moz-border-top-left-radius:10px;
  509. -webkit-border-top-left-radius: 10px;
  510. border-top-right-radius:10px;
  511. -moz-border-top-right-radius:10px;
  512. -webkit-border-top-right-radius: 10px;
  513. {/block:IfRoundCorners}
  514. {/block:indexpage}
  515. }
  516.  
  517.  
  518. #pagination {
  519. position:fixed;
  520. width: 220px;
  521. height: auto;
  522. margin-top: 25px;
  523. text-align:center;
  524. }
  525.  
  526. #pagination a {
  527. background-color: {color:Posts Color};
  528. border: 1px solid {color:border};
  529. float: center;
  530. font-size: 13px;
  531. text-align:center;
  532. letter-spacing: 0px;
  533. padding-right: 6px;
  534. padding-left: 6px;
  535. padding-top: 2px;
  536. padding-bottom:4px;
  537.  
  538. {block:IfPostShadow}
  539. box-shadow:rgba(0,0,0,0.2)3px 3px;
  540. border: 1px solid {color:border};
  541. {/block:IfPostShadow}
  542.  
  543. {block:IfRoundCorners}
  544. border-radius:100px;
  545. -moz-border-radius:100px;
  546. -webkit-border-radius: 100px;
  547. {/block:IfRoundCorners}
  548.  
  549. {block:ifpostglow}
  550. moz-box-shadow: 0 0 4px 5px {color:glow};
  551. -webkit-box-shadow: 0 0 4px 5px{color:glow};
  552. box-shadow: 0 0 4px 3px {color:glow};
  553. border: {color:glow};
  554. {/block:ifpostglow}
  555. }
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562. #info {
  563. position:relative;
  564. width: auto;
  565. height: auto;
  566. padding: 5px;
  567. margin-top:15px;
  568. border-top: 1px dashed {color:border};
  569. background-color: {color:footer background};
  570.  
  571. {block:indexpage}
  572. {block:IfRoundCorners}
  573. border-bottom-left-radius:10px;
  574. -moz-border-bottom-left-radius:10px;
  575. -webkit-border-bottom-left-radius: 10px;
  576. border-bottom-right-radius:10px;
  577. -moz-border-bottom-right-radius:10px;
  578. -webkit-border-bottom-right-radius: 10px;
  579. {/block:IfRoundCorners}
  580. {/block:indexpage}
  581.  
  582. {block:permalinkpage}
  583. position:relative;
  584. text-align:center;
  585. {/block:permalinkpage};
  586. }
  587.  
  588. #reblog {
  589. display: inline-block;
  590. float:right;
  591. width: auto;
  592. padding-right:5px;
  593. height: auto;
  594. letter-spacing: 0px;
  595. text-align:right;
  596. }
  597.  
  598.  
  599. #nextp {
  600. width: 125px;
  601. display:block;
  602. float:right;
  603. padding-right:5px;
  604. text-align:right;
  605. }
  606.  
  607. #previousp {
  608. width: 125px;
  609. display:block;
  610. margin-left: 5px;
  611. float:left;
  612. padding-right:5px;
  613. text-align:left;
  614. }
  615.  
  616.  
  617. #tags {
  618.  
  619. text-align: left;
  620. font-size:11px;
  621. padding-top: 5px;
  622. }
  623.  
  624.  
  625. #quote {
  626. text-size: 20px;
  627. padding: 20px 20px 5px 20px;
  628. font-family: georgia;
  629. text-align: center;
  630. }
  631.  
  632. #open {
  633. position: absolute;
  634. font-size:70px;
  635. margin-top: 10px;
  636. margin-left: -20px;
  637. font-family:georgia;
  638. text-align: left;
  639. opacity: 0.5;
  640. }
  641.  
  642. #close {
  643. position: absolute;
  644. font-size: 70px;
  645. font-family:georgia;
  646. opacity: 0.5;
  647. padding-top: 5px;
  648. {block:if400pxPosts}
  649. margin-left: 350px;
  650. {/block:if400pxPosts}
  651. {block:if500pxPosts}
  652. margin-left: 430px;
  653.  
  654.  
  655. {/block:if500pxPosts}
  656.  
  657. }
  658.  
  659. #source {
  660. text-align: right;
  661. padding-top: 5px;
  662. padding-right: 10px;
  663. }
  664.  
  665.  
  666. .tumblr_audio_player {
  667. border: 1px solid {color:border};
  668. height: 50px;
  669. margin-left: 135px;
  670.  
  671. {block:if400pxPosts}
  672. width:260px;
  673. {/block:if400pxPosts}
  674.  
  675. {block:if500pxPosts}
  676. width:360px;
  677. {/block:if500pxPosts}
  678. }
  679.  
  680. .audioimgwrapper {
  681. position: absolute;
  682. left: 0px;
  683. top: 0px;
  684. border: 1px solid {color:border};
  685. overflow: hidden;
  686. width: 125px;
  687. height: 125px;
  688. }
  689.  
  690. .audioimgwrapper img {
  691. width: 100%;
  692. height: auto;
  693. }
  694.  
  695. .trackdetails {
  696. width: auto;
  697. display:inline-block;
  698. padding-top:10px;
  699. margin-left: 135px;
  700. min-height: 60px;
  701. }
  702.  
  703. .audiowrapper {
  704. position: relative;
  705. display:inline-block;
  706. }
  707.  
  708.  
  709. .bubble {
  710. color: #6f6f6f;
  711. font-size: 12px;
  712. line-height: 20px;
  713. background: #f5f5f5;
  714.  
  715. padding: 8px 10px;
  716. position: relative;
  717. display:block;
  718. margin-bottom: 1em;
  719. min-height: 45px;
  720. }
  721.  
  722. .portrait {
  723. display:inline;
  724. border: 1px solid #aaa;
  725. border-radius: 20px 20px 0px 20px;
  726. }
  727.  
  728. #asker {
  729. position:relative;
  730. background-color: #000;
  731. font-weight:bold;
  732. font-size: 12px;
  733. text-align:left;
  734. width: 300px;
  735. float: right;
  736. }
  737.  
  738. #answerer {
  739. font-weight:bold;
  740. font-size: 12px;
  741. text-align:left;
  742. padding-left:25px;
  743.  
  744. }
  745.  
  746. #question {
  747.  
  748. font-size: 12px;
  749. text-align:left;
  750. margin-left: 50px;
  751. }
  752.  
  753. #answer {
  754.  
  755. font-size: 12px;
  756. text-align:left;
  757. margin-left: 50px;
  758. }
  759.  
  760. #notes {
  761. padding:10px;
  762. background-color: #eee;
  763. font-size: 11px;
  764. max-height: 400px;
  765. overflow-y:auto;
  766. }
  767. ol.notes {
  768.  
  769. list-style: none;
  770. padding: 0px 0px 10px 0px;
  771.  
  772.  
  773. }
  774.  
  775. ol.notes img {
  776. width: 16px;
  777. height: 16px;
  778. border: 1px solid {color:border};
  779. margin-right: 5px; width: 16px; height: 16px;
  780.  
  781. }
  782.  
  783. {CustomCSS}</style></head><body>
  784.  
  785.  
  786. <div id="wrapper">
  787.  
  788. <div id="sidebar">
  789. <td width="100" align="right" valign="right";><div id="lonk">
  790.  
  791. <a href="/" title="home"><img src="https://38.media.tumblr.com/c0d3a187f8e947fe51e5e332abda57ee/tumblr_na2tgkDsoJ1qi7le7o1_75sq.gif"width="10"/></a>
  792.  
  793. <a href="/ask" title="message"> <img src="https://31.media.tumblr.com/9b7eddf96a832117bcbc550c69e88761/tumblr_na2tgkDsoJ1qi7le7o4_75sq.gif" width="10"/></a>
  794.  
  795. </p></div></td>
  796.  
  797. <td width="100" align="right" valign="right";><div id="lonk2">
  798.  
  799. <a href="/archive" title="archive"> <img src="https://38.media.tumblr.com/4b8ee0e8dd7fba9e7feb8c3dac29cab9/tumblr_na2tgkDsoJ1qi7le7o2_75sq.gif" width="10"/></a>
  800.  
  801. <a href="http://karasunogf.tumblr.com" title="theme"> <img src="https://38.media.tumblr.com/87a45be454d3e635cf8e052eabe8c884/tumblr_na2tgkDsoJ1qi7le7o3_75sq.gif" width="10"/></a>
  802. </div></td>
  803.  
  804. <div id="sidepic"><img src="{image:sidebar2}"/></div>
  805. <div id="sidepic"><a href="/" title="{text:sidepic title}"><img src="{image:sidebar}"/></a></div>
  806.  
  807. <div id="description">{Description}<p>
  808.  
  809. {block:ifdropdownnav}
  810. <form action="">
  811. <select onChange="location.href=this.options[this.selectedIndex].value;" style="font-family:courier new; font-size:12px; width: 175px; border:1px solid {color:nav menu border}; {block:ifroundnavbar}border-radius:10px;{/block:ifroundnavbar} background-color: {color:nav menu bg};">
  812. <option value="">{text:navigation title}</option>
  813. <option value="{text:link 1 url}">{text:link 1 title}</option>
  814. <option value="{text:link 2 url}">{text:link 2 title}</option>
  815. <option value="{text:link 3 url}">{text:link 3 title}</option>
  816. <option value="{text:link 4 url}">{text:link 4 title}</option>
  817. <option value="{text:link 5 url}">{text:link 5 title}</option>
  818. <option value="{text:link 6 url}">{text:link 6 title}</option>
  819. <option value="{text:link 7 url}">{text:link 7 title}</option>
  820. <option value="{text:link 8 url}">{text:link 8 title}</option>
  821. </select>
  822. </form>
  823. {/block:ifdropdownnav}</div>
  824.  
  825. <div id="pagination">
  826. {block:Pagination}
  827. {/block:Pagination}
  828. {block:PreviousPage}<a class="jump_page" href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  829. {block:JumpPagination length="5"}
  830. {block:CurrentPage}<span class="current_page" style="padding:5px">{PageNumber}</span>{/block:CurrentPage}
  831. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  832. {/block:JumpPagination}
  833. {block:NextPage}<a class="jump_page" href="{NextPage}"> &raquo;</a>{/block:NextPage}
  834. </div>
  835.  
  836. </div>
  837.  
  838. <div id="content">
  839. {block:Posts}
  840. <div id="post">
  841.  
  842. {block:Text}
  843. <div id="text">
  844. {block:Title}
  845. <div class="posttitle">{Title}</div>
  846. {/block:Title}
  847. {Body}
  848. </div>
  849. {/block:Text}
  850.  
  851. {block:Photo}{block:if400pxPosts}{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-400}">{LinkCloseTag}{/block:if400pxPosts}{block:if500pxPosts}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{/block:if500pxPosts}
  852. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  853.  
  854. {block:Photoset}{block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}
  855. {block:if500pxPosts}{Photoset-500}{/block:if500pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  856.  
  857. {block:Quote}<div id="quote"><div id="open">“</div>{Quote}<div id="close">”</div></div><br><div id="source">{block:Source}— {Source}{/block:Source}</div>{/block:Quote}
  858.  
  859. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  860.  
  861. {block:Chat}<div id="posttitle">{Title}</div>{/block:Title}<br>{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  862.  
  863. {block:AudioPlayer}
  864. <div class="audiowrapper">
  865. {block:AlbumArt}
  866. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  867. {/block:AlbumArt}
  868.  
  869. {AudioPlayerWhite}
  870. <div class="trackdetails">
  871. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  872. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  873. {block:Album}Album: {Album}{/block:Album}<br/>
  874. </div>
  875. </div>
  876. {block:permalinkpage}
  877. {block:Caption}{Caption}{/block:Caption}
  878. {/block:permalinkpage}
  879.  
  880. {/block:AudioPlayer}
  881.  
  882.  
  883. {block:Video}{block:if400pxPosts}{Video-400}{/block:if400pxPosts}
  884. {block:if500pxPosts}{Video-500}{/block:if500pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  885.  
  886. {block:Answer}
  887. <table style="border-bottom:1px solid #a0a0a0;padding-bottom:5px;margin-bottom:5px;width: 400px; min-height: 50px; background-color: #eee; border: 1px solid #d5d5d5;
  888. -webkit-border-radius: 4px;
  889. -moz-border-radius: 4px;
  890. border-radius: 5px;">
  891. <tr>
  892. <td style="vertical-align:top;width:45px; padding-top: 5px"><a href="{AskerURL}" title="{AskerName}"><img class="portrait" src="{AskerPortraitURL-40}" alt=""></a></td>
  893.  
  894. <td style="vertical-align:top;padding: 10px; padding-left:5px"><strong><a href="{AskerURL}">{Asker}</a> said:</strong> <br>{Question}</td>
  895. </tr>
  896. </table>
  897.  
  898. <table style="border-bottom:1px solid #a0a0a0;padding-bottom:5px;margin-bottom:5px;width: 400px; min-height: 50px; background-color: #eee; border: 1px solid #d5d5d5;
  899. -webkit-border-radius: 4px;
  900. -moz-border-radius: 4px;
  901. border-radius: 5px;">
  902. <tr>
  903. <td style="vertical-align:top; margin-left: -10px; padding: 10px;">{Answer}</td>
  904. </tr>
  905. </table>
  906.  
  907. {/block:Answer}
  908.  
  909. {block:indexpage}
  910.  
  911. <div id="info">
  912.  
  913. <a href="{permalink}" title="permalink">{block:Date}{TimeAgo}{/block:Date}</a> <div id="reblog"><a href="{permalink}" title="{NoteCountWithLabel}">{block:NoteCount}{NoteCount} {/block:NoteCount}</a> • <a href="{ReblogURL}" title="reblog">reblog</a></div>
  914.  
  915. {block:ifshowtags}<div id="tags">{block:HasTags}tagged:{block:Tags} <a href="{TagURL}">+{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:ifshowtags}</div>
  916.  
  917. </div>
  918. {/block:indexpage}
  919.  
  920. {block:permalinkpage}
  921. <div id="info">
  922.  
  923. {block:Date}{MonthNumber} / {DayOfMonth} / {Year} &mdash; {12Hour}:{Minutes}{AmPm}{/block:Date}{block:NoteCount} with {NoteCountwithLabel}{/block:NoteCount}
  924. <br>{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  925. </a> | <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  926. {/block:RebloggedFrom}
  927.  
  928. {block:ifshowtags}<div id="tags">{block:HasTags}tagged:{block:Tags} <a href="{TagURL}">+{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:ifshowtags}</div>
  929. </div>
  930.  
  931. {block:PermalinkPagination}
  932. <div id="nextp">{block:NextPost}<a href="{NextPost}">next post →</a>{/block:NextPost}</div>
  933. <div id="previousp">{block:PreviousPost}<a href="{PreviousPost}">← previous post</a>{/block:PreviousPost}</div>
  934. {/block:PermalinkPagination}
  935. <br><br>
  936. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  937. {/block:permalinkpage}
  938.  
  939. {/block:Posts}
  940. </div>
  941. </div>
  942.  
  943. <div id="imageright" style="position:fixed; bottom:-10px; right:0px; z-index:-1;"><img src="{image:Right Image}"width="{text:right image width}"></div>
  944.  
  945. <div id="imageleft" style="position:fixed; bottom:-10px; left:0px; z-index:-1;"><img src="{image:Left Image}"width="{text:left image width}"></div>
  946. </div>
  947. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement