Advertisement
khalisar

generic

Sep 14th, 2014
1,755
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.86 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3.  
  4. <!--theme by magneito
  5. base code by farahmir-->
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="{image:favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!--Default Variables-->
  16. <meta name="image:background" content="http://33.media.tumblr.com/4c066948b8c672bb36839d0c416f779c/tumblr_n5iz4n4dNf1qblgjco2_250.png"/>
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#000000"/>
  19. <meta name="color:link" content="#000000"/>
  20. <meta name="color:link hover" content="#FFF661"/>
  21. <meta name="color:title"content="#000000"/>
  22. <meta name="color:blog title"content="#000000"/>
  23. <meta name="color:title text shadow" content="#F5A9D0"/>
  24. <meta name="color:scrollbar" content="#d5d5d5" />
  25. <meta name="color:border" content="#ffb7e0"/>
  26. <meta name="color:accent background" content="#f0e4ea"/>
  27. <meta name="color:scrollbar background" content="#ead9d9" />
  28. <meta name="color:bloglink background" content="#f4f4f4" />
  29. <meta name="color:description background" content="#f4f4f4" />
  30. <meta name="color:title hover" content="#a9f5f2" />
  31. <meta name="color:posts" content="#fff" />
  32. <meta name="color:audio background" content="#96ecff" />
  33. <meta name="color:tags background" content="#96ecff" />
  34. <meta name="color:bloglink background hover" content="#96ecff" />
  35.  
  36. <meta name="select:Title Font" content="times_new_roman" title="Times New Roman" />
  37. <meta name="select:Title Font" content="arial" title="Arial" />
  38. <meta name="select:Title Font" content="inconsolata" title="Inconsolata" />
  39.  
  40.  
  41. <meta name="image:Sidebar image" content=""/>
  42. <meta name="image:favicon" content="{Favicon}"/>
  43.  
  44. <meta name="if:Stretch Background" content="0"/>
  45. <meta name="if:Confined Sidebar Image" content="0"/>
  46. <meta name="if:Show Sidebar Image" content="0"/>
  47. <meta name="if:Show title" content="0"/>
  48. <meta name="if:Transparent Sidebar" content="1"/>
  49. <meta name="if:Sidebar Image Box Shadow" content="0"/>
  50. <meta name="if:Box Shadow" content="0"/>
  51. <meta name="if:transparent posts" content="1"/>
  52. <meta name="if:Show Captions" content="1"/>
  53. <meta name="if:Reblog Button" content="1"/>
  54. <meta name="if:Link 1" content="1"/>
  55. <meta name="if:Link 2" content="1"/>
  56. <meta name="if:Link 3" content="1"/>
  57. <meta name="if:Link 4" content="1"/>
  58. <meta name="if:Link 5" content="1"/>
  59. <meta name="text:sidebar margin top" content="100px" />
  60. <meta name="text:sidebar margin left" content="-200px" />
  61. <meta name="text:sidebar image width" content="" />
  62. <meta name="text:sidebar image height" content="" />
  63. <meta name="text:sidebar image margin left" content="100px" />
  64. <meta name="text:sidebar image margin top" content="110px" />
  65. <meta name="text:title font size" content="31px" />
  66. <meta name="text:Link 1 URL" content="/" />
  67. <meta name="text:Link 1" content="" />
  68. <meta name="text:Link 2 URL" content="/" />
  69. <meta name="text:Link 2" content="" />
  70. <meta name="text:Link 3 URL" content="/" />
  71. <meta name="text:Link 3" content="" />
  72. <meta name="text:Link 4 URL" content="/" />
  73. <meta name="text:Link 4" content="" />
  74. <meta name="text:Link 5 URL" content="/" />
  75. <meta name="text:Link 5" content="" />
  76.  
  77. <!-- jquery -->
  78.  
  79. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  80.  
  81. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  82.  
  83. <link href='http://fonts.googleapis.com/css?family=Cousine:400,400italic,700,700italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  84.  
  85. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  86.  
  87. <script>
  88.  
  89. (function($){
  90.  
  91. $(document).ready(function(){
  92.  
  93. $("a[title]").style_my_tooltips({
  94.  
  95. tip_follows_cursor:true,
  96.  
  97. tip_delay_time:30,
  98.  
  99. tip_fade_speed:300,
  100.  
  101. attribute:"title"
  102.  
  103. });
  104.  
  105. });
  106.  
  107. })(jQuery);
  108.  
  109. </script>
  110.  
  111. <script>
  112. $(document).ready(function(){
  113. $(".uk").click(function(){
  114. $("#updates").fadeToggle(600);
  115. });
  116. });
  117.  
  118. </script>
  119.  
  120.  
  121. <!--CSS customization here. -->
  122.  
  123. <style type="text/css">
  124.  
  125.  
  126. #s-m-t-tooltip{
  127. font-size:9px;
  128. position:absolute;
  129. margin:25px 15px;
  130. z-index:9999;
  131. background:{color:background};
  132. border:1px solid {color:accents};
  133. box-shadow:2px 2px 2px #ccc;
  134. color:{color:text};
  135. padding:3px 5px;
  136.  
  137. }
  138.  
  139.  
  140.  
  141.  
  142. /*scrollbar*/
  143. ::-webkit-scrollbar{height: 5px;
  144. width: 4px;
  145. -webkit-border-radius: 0px;
  146. background-color:{color:scrollbar background}}
  147. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  148. ::-webkit-scrollbar-track{background-color:{color:scrollbar background};}
  149.  
  150.  
  151. /*main structure*/
  152. blockquote {padding:5px 0 5px 15px;
  153. border-left:1px solid {color:border};
  154. margin:10px 0px 10px 15px;
  155. }
  156.  
  157. .caption blockquote {padding:0 0 0 15px;
  158. margin:10px 0;
  159. }
  160.  
  161. body {
  162. background:{color:background};
  163. color:{color:text};
  164. font-family:'inconsolata';
  165. font-size:11px;
  166. text-align:justify;
  167. margin:0;
  168. line-height:15px;
  169. background:{color:background} url('{image:background}') center center fixed repeat;
  170. {block:ifstretchbackground}
  171. -webkit-background-size: cover;
  172. -moz-background-size: cover;
  173. -o-background-size: cover;
  174. background-size: cover;
  175. {/block:ifstretchbackground}
  176. }
  177.  
  178. a {color:{color:link};
  179. text-decoration:none;
  180. font-weight:bold;
  181. -webkit-transition:all 0.3s;
  182. -moz-transition:all 0.3s;
  183. -ms-transition:all 0.3s;
  184. -o-transition:all 0.3s;
  185. transition:all 0.3s;
  186. }
  187.  
  188. a:hover {
  189. color:{color:link hover};
  190. -webkit-transition:all 0.3s;
  191. -moz-transition:all 0.3s;
  192. -ms-transition:all 0.3s;
  193. -o-transition:all 0.3s;
  194. transition:all 0.3s;
  195. }
  196.  
  197. img{
  198. border:none;
  199. text-decoration:none}
  200.  
  201. b, strong {
  202. color:{color:title}}
  203. i, em {
  204. color:{color:text}}
  205. p {
  206. margin-top:5px;
  207. margin-bottom:5px}
  208. ol {
  209. list-style:normal;}
  210. ul {
  211. list-style:square;}
  212.  
  213. small {
  214. font-size:10px;}
  215.  
  216. big {
  217. font-size:14px;}
  218.  
  219.  
  220.  
  221.  
  222. #title {font-size:14px;
  223. line-height:18px;
  224. margin-bottom:10px;
  225. padding:6px;
  226. padding:left:0px;
  227. font-weight:bold;
  228. border-radius:4px;
  229. background-color:{color:accent background};
  230. border:1px solid {color:border};
  231. color:{color:title};}
  232. #title a {color:{color:title};}
  233.  
  234.  
  235.  
  236.  
  237. /*header*/
  238. #sidebar {
  239. top:98px;
  240. width:200px;
  241. text-align:left;
  242. position:fixed;
  243. margin-left:{text:sidebar margin left};
  244. {block:ifnotshowsidebarimage}
  245. display:0;
  246. {/block:ifnotshowsidebarimage}
  247. margin-top:{text:sidebar margin top};
  248. }
  249.  
  250. #side img {
  251. {block:ifnotconfinedsidebarimage}
  252. height:{text:sidebar image height};
  253. width:{text:sidebar image width};
  254. margin-left:{text:sidebar image margin left};
  255. margin-top:{text:sidebar image margin top};
  256. {/block:ifnotconfinedsidebarimage}
  257. {block:ifconfinedsidebarimage}
  258. max-width:140px;
  259. margin-left:{text:sidebar image margin left};
  260. padding:5px;
  261. text-align:center;
  262. {/block:ifconfinedsidebarimage}
  263. {block:ifsidebarimageboxshadow}
  264. -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,.15);
  265. -moz-box-shadow: 5px 5px 0px rgba(0,0,0,.15);
  266. box-shadow: 5px 5px 0px rgba(0,0,0,.15);
  267. {/block:ifsidebarimageboxshadow}
  268. -webkit-transition:all 0.3s;
  269. -moz-transition:all 0.3s;
  270. -ms-transition:all 0.3s;
  271. -o-transition:all 0.3s;
  272. transition:all 0.3s;
  273. }
  274.  
  275.  
  276. #blogtitle{
  277. {block:ifnotShowTitle}
  278. display:none;
  279. {/block:ifnotShowTitle}
  280. padding-top:10px;
  281. margin-right:12px;
  282. padding-bottom:0px;
  283. text-align:right;
  284. margin-top:0px;
  285. height:20px;
  286. padding-top:15px;
  287. font-size:{text:title font size};
  288. text-shadow:2px 2px {color:title text shadow};
  289. word-spacing:3px;
  290. text-transform:uppercase;
  291. font-weight:bold;
  292. word-spacing:3px;
  293. letter-spacing:2px;
  294.  
  295. -webkit-transition:all 0.3s;
  296. -moz-transition:all 0.3s;
  297. -ms-transition:all 0.3s;
  298. -o-transition:all 0.3s;
  299. transition:all 0.3s;
  300. }
  301.  
  302. #blogtitle a{
  303. word-spacing:3px;
  304. text-transform:uppercase;
  305. font-weight:bold;
  306. word-spacing:3px;
  307. letter-spacing:2px;
  308. }
  309.  
  310. #blogtitle:hover a{
  311. text-shadow:2px 2px #eee;
  312. color:{color:title hover};
  313.  
  314. -webkit-transition:all 0.3s;
  315. -moz-transition:all 0.3s;
  316. -ms-transition:all 0.3s;
  317. -o-transition:all 0.3s;
  318. transition:all 0.3s;
  319. }
  320.  
  321. .arial {
  322. font-family:'Arial';
  323. }
  324.  
  325. .times_new_roman {
  326. font-family:'Times New Roman';
  327. }
  328.  
  329. .inconsolata {
  330. font-family:'Inconsolata';
  331. }
  332.  
  333. #bloglinks {
  334. font-size:10px;
  335. width:187px;
  336. letter-spacing:1px;
  337. margin-left:0px;
  338. text-transform:none;
  339.  
  340. }
  341. #bloglinks a {padding:0px 0px 1px 1px;
  342. background:{color:bloglink background};
  343. font-weight:normal;
  344. color:{color:text};
  345. padding-right:20px;
  346. float:left;
  347. margin:5px;
  348. border-radius:1px;
  349. {block:ifBoxShadow}
  350. -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,.15);
  351. -moz-box-shadow: 5px 5px 0px rgba(0,0,0,.15);
  352. box-shadow: 5px 5px 0px rgba(0,0,0,.15);
  353. {/block:ifBoxShadow}
  354. }
  355.  
  356. #bloglinks a {
  357. {block:ifNotBoxShadow}
  358. -webkit-box-shadow: 5px 5px 2px rgba(0,0,0,0);
  359. -moz-box-shadow: 5px 5px 2px rgba(0,0,0,0);
  360. box-shadow: 5px 5px 2px rgba(0,0,0,0);
  361. {/block:ifNotBoxShadow}
  362. }
  363.  
  364. #bloglinks a:hover {
  365. background-color:{color:bloglink background hover};
  366. color:{color:link hover};
  367. }
  368.  
  369. #description {
  370. margin:15px 0;
  371. max-width:150px;
  372. border-radius:4px;
  373. padding:0px 0px 0px 16px;
  374. {block:ifnottransparentsidebar}
  375. background:{color:description background} ;
  376. border:solid 1px {color:border};
  377. padding:10px;
  378. {/block:ifnottransparentsidebar}
  379. }
  380. #updates {display:none;}
  381. .uk {cursor:pointer;
  382. }
  383.  
  384.  
  385. select {border:none;
  386. text-transform:capitalize;
  387. -webkit-appearance: none;cursor:pointer;
  388. }
  389.  
  390. #link {
  391. display:inline-block;
  392. cursor:pointer;
  393. }
  394. select:hover {background:{color:link background}color:{color:link};
  395. }
  396.  
  397. /* tooltip */
  398. #s-m-t-tooltip {background:#fafafa; font-size: 7px; font-family: consolas; letter-spacing: 2px; text-transform: uppercase; color:{color:link}; word-wrap: break-word; padding: 2px 5px 2px 6px; display: block; margin: 10px 10px 10px 15px; -webkit-border-radius: 2px;-moz-border-radius: 2px; border-radius: 2px; webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 2px rgba(250, 250, 250, 0.4); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);}
  399. /*pagination*/
  400. #pagination {
  401. width:470px;
  402. padding-top:10px;
  403. padding-bottom:10px;
  404. position:fixed;
  405. padding-bottom:20px;
  406. text-align:center;
  407. margin-top:450px;
  408. margin-left:-1px;
  409. font-size:11px;
  410. word-spacing:1px;
  411. text-transform:lowercase;
  412. font-weight:thin;
  413. position:relative;
  414. margin-top:30px;
  415.  
  416.  
  417. }
  418. #pagination a {
  419. margin:0 35px;
  420. background:{color:accent background};
  421. text-decoration:none;
  422. }
  423. #pagination a:hover {color:transparent;text-shadow: 0 0 3px rgba(0,0,0,0.4);}
  424.  
  425. #con {left:50%;
  426. position:absolute;
  427. {block:if500pxposts}
  428. margin-left:-250px;
  429. {/block:if500pxposts}
  430. {block:ifnot500pxposts}
  431. margin-left:-200px;
  432. {/block:ifnot500pxposts}}
  433.  
  434.  
  435.  
  436. /*posts*/
  437.  
  438. #entries {
  439. margin-top:50px;
  440. margin-left:24px;
  441. {block:if500pxposts}
  442. width:500px;
  443. {/block:if500pxposts}
  444. {block:ifnot500pxposts}
  445. width:400px;
  446. {/block:ifnot500pxposts}
  447. }
  448.  
  449.  
  450.  
  451. .posts {display:block;
  452. width:400px;
  453. position:relative;
  454. {block:ifnottransparentposts}
  455. background:{color:posts};
  456. border:1px solid {color:border};
  457. {/block:ifnottransparentposts}
  458. padding:9px;
  459. padding-bottom:10px;
  460. margin-bottom:50px;
  461. }
  462. .posts img, iframe {
  463. max-width:400px;
  464. border-radius:3px;
  465. display:block;
  466. }
  467.  
  468. #textpost {
  469. max-width:90%;
  470. margin-left:8px;
  471. }
  472. /*images*/
  473. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  474. .caption img{max-width:350px;}
  475. .caption {width:95%;
  476. margin-top:15px;
  477. text-transform:none;
  478. {block:ifhidecaptions}
  479. {block:indexpage}
  480. display:none;
  481. {/block:indexpage}
  482. {/block:ifhidecaptions}
  483. }
  484.  
  485.  
  486.  
  487.  
  488. .photoset {
  489. display:block;
  490.  
  491. }
  492. .photoset {
  493. border-radius:3px;
  494. }
  495.  
  496.  
  497. /*quote*/
  498. #titlequote{
  499. font-size:14px;
  500. font-style:italic;
  501. line-height:22px;
  502. text-align:left;
  503. color:{color:title};
  504. margin:0 25px;}
  505.  
  506. #source {
  507. text-align:right;
  508. padding-top:10px;}
  509.  
  510. .posts li, .posts blockquote {max-width: 100%;}
  511. .caption img{max-width:300px;}
  512. .caption {
  513. {block:ifNotShowCaptions}
  514. {block:IndexPage}
  515. display:none;
  516. {/block:IndexPage}
  517. {/block:ifNotShowCaptions}
  518.  
  519. margin:15px 0;
  520. margin-left:15px;
  521. text-transform:none;
  522. }
  523.  
  524.  
  525.  
  526.  
  527. /*audio*/
  528. .music {min-height:100px;}
  529. #art {
  530. float:left;
  531. position:relative;
  532. }
  533. #art img {height:100px;
  534. width:100px;}
  535. .tumblr_audio_player {
  536. border: none;
  537. padding: 0px;
  538. margin: 0px;
  539. height:40px;
  540. width:315px;
  541. }
  542. .playerback {
  543. opacity:.2;
  544. position:absolute;
  545. top:0;
  546. right:0;
  547. height:100px;
  548. width:100px;
  549. background:white;
  550. -webkit-transition:all 0.8s;
  551. -moz-transition:all 0.8s;
  552. -ms-transition:all 0.8s;
  553. -o-transition:all 0.8s;
  554. transition:all 0.8s;}
  555. .player {
  556. overflow:hidden;
  557. height:50px;
  558. width:30px;
  559. margin-left:22px;
  560. margin-top:27px;
  561. border-top:5px solid white;
  562. border-left:13px solid white;
  563. border-right:7px solid white;
  564. border-bottom:5px solid white;
  565. }
  566.  
  567. #art:hover .playerback {opacity:.8;
  568. -webkit-transition:all 0.8s;
  569. -moz-transition:all 0.8s;
  570. -ms-transition:all 0.8s;
  571. -o-transition:all 0.8s;
  572. transition:all 0.8s;}
  573.  
  574. .audio_info {
  575. margin-left:110px;
  576. padding:15px;
  577. border:1px solid {color:border};
  578. font-style:italic;
  579. height:70px;
  580. overflow-y:auto;
  581. background:{color:audio background};
  582. }
  583. .audio_info b{font-size:12px;
  584. }
  585.  
  586.  
  587. /*asks*/
  588.  
  589. .q {
  590. padding-bottom:15px;
  591. border-bottom:1px solid {color:border};
  592. margin-bottom:15px;
  593.  
  594. }
  595. .as {
  596. text-transform:uppercase;
  597. color:{color:title};
  598. font-weight:bold;}
  599. .ast{
  600. text-transform:uppercase;
  601. color:{color:title};
  602. float:left;
  603. padding-right:5px;
  604. font-weight:bold;}
  605. .a {
  606. padding-bottom:1px;}
  607.  
  608.  
  609.  
  610. /*chat*/
  611.  
  612. .chat ol {
  613. padding:0;
  614. line-height:180%;
  615. list-style:none;
  616. }
  617.  
  618. .line.odd {padding:10px;
  619. background:{color:accents};
  620. }
  621. .line.even {
  622. padding:10px;
  623. }
  624. .line:last-of-type {border:none;
  625. padding-bottom:0;}
  626.  
  627. .label {font-weight:bold;
  628. padding-right:1px;
  629. letter-spacing:1px;
  630. text-transform:uppercase;
  631. color:{color:title};
  632. }
  633.  
  634. /*text*/
  635. .texta {margin:0}
  636.  
  637.  
  638.  
  639. /*permalink and notes*/
  640.  
  641.  
  642. #permalink {
  643. padding:4px;
  644. padding-bottom:0px;
  645. width:402px;
  646. margin-left:-5px;
  647. font-size:10px;
  648. text-align:left;
  649. }
  650. #permalink a {
  651. font-weight:normal;
  652. margin:0 2px;
  653. color:black;
  654. text-decoration:none;
  655. }
  656. .c {
  657. padding:2px 4px;
  658. padding-bottom:0px;
  659. }
  660.  
  661. #info {
  662. margin-top:10px;
  663. padding-top:3px;
  664. background-color:{color:accent background};
  665. border-radius:4px;
  666. border:1px solid {color:border};
  667. padding-bottom:0px;
  668. {block:ifBoxShadow}
  669. -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,.1);
  670. -moz-box-shadow: 5px 5px 0px rgba(0,0,0,.1);
  671. box-shadow: 5px 5px 0px rgba(0,0,0,.1);
  672. {/block:ifBoxShadow}
  673.  
  674. }
  675.  
  676. #reblog {
  677. text-align:right;
  678. font-weight:bold;
  679. margin-top:-15px;
  680. padding:2px;
  681. margin-right:5px;
  682. padding-top:0px;
  683.  
  684. }
  685.  
  686. .tags {
  687. margin-top:10px;
  688. font-weight:bold;
  689. word-break:break-all;
  690. -webkit-transition:all 0.8s;
  691. -moz-transition:all 0.8s;
  692. -ms-transition:all 0.8s;
  693. -o-transition:all 0.8s;
  694. transition:all 0.8s;
  695. }
  696. .tags a {padding-right:2px;background-color:{color:tags background};font-weight:bold;{block:ifBoxShadow}
  697. -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,.15);
  698. -moz-box-shadow: 5px 5px 0px rgba(0,0,0,.15);
  699. box-shadow: 5px 5px 0px rgba(0,0,0,.15);
  700. {/block:ifBoxShadow}}
  701. .posts:hover .tags {opacity:1;
  702. -webkit-transition:all 0.8s;
  703. -moz-transition:all 0.8s;
  704. -ms-transition:all 0.8s;
  705. -o-transition:all 0.8s;
  706. transition:all 0.8s;
  707. }
  708.  
  709. .pagenotes {
  710. {block:IndexPage}
  711. display: none!important;
  712. {/block:IndexPage}
  713. {block:if500pxposts}
  714. width:500px;
  715. {/block:if500pxposts}
  716. {block:ifnot500pxposts}
  717. width:400px;
  718. {/block:ifnot500pxposts}
  719. text-align:left;
  720. height:400px;
  721. border-bottom:1px solid {color:accents};
  722. border-top:1px solid {color:Accents};
  723. padding:15px 0;
  724. overflow-y:auto;
  725. margin-bottom:100px;
  726.  
  727. }
  728. .pagenotes ol {list-style-type:none;
  729. text-align:left;
  730. padding:0!Important;
  731. margin:0!important;}
  732. .pagenotes img {
  733. display:none!important;}
  734. .pagenotes li {
  735. line-height:20px;
  736. }
  737.  
  738. #credit a {
  739. background-color:#fff;
  740. padding:1px 4px 2px 4px;
  741. border-radius:10px;
  742. border:1px solid #e9e9e9;
  743. position:fixed;
  744. right:15px;
  745. bottom:10px
  746. }
  747.  
  748. #credit a:hover {
  749. color:#fff;
  750. background-color:#000;
  751. }
  752.  
  753.  
  754.  
  755. {CustomCSS}
  756.  
  757.  
  758. </style>
  759.  
  760.  
  761. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  762. <script src="http://static.tumblr.com/mxokwyk/FIumglicr/mbtop.min.js"></script>
  763. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  764. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  765. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  766. <script>
  767. (function($){
  768. $(document).ready(function(){
  769. $("[title]").style_my_tooltips();
  770. });
  771. })(jQuery);
  772. </script>
  773.  
  774.  
  775. </head>
  776.  
  777. <body>
  778.  
  779.  
  780. <div id="con">
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787. <div id="sidebar">
  788. <div class="{select:Title Font}" id="blogtitle"><a href="/">{Title}</a></div>
  789. <div id="description">{block:ifconfinedsidebarimage}<div id="side"><a href="/"><img src="{image:Sidebar image}"></a></div>{/block:ifconfinedsidebarimage}{Description}</div>
  790. <div id="bloglinks">
  791. <a href="/ask">inbox</a>
  792. {block:iflink1}
  793. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  794. {/block:iflink1}{block:iflink2}
  795. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  796. {/block:iflink2}{block:iflink3}
  797. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  798. {/block:iflink3}{block:iflink4}
  799. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  800. {/block:iflink4}{block:iflink5}
  801. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  802. {/block:iflink5}
  803. </div>
  804. {block:ifnotconfinedsidebarimage}
  805. {block:IfShowSidebarImage}
  806. <div id="side"><a href="/"><img src="{image:Sidebar image}"></a></div>
  807. {/block:IfShowSidebarImage}
  808. {/block:ifnotconfinedsidebarimage}
  809. </div>
  810.  
  811.  
  812.  
  813.  
  814. <div id="entries">
  815.  
  816. {block:Posts}
  817. <div class="posts">
  818.  
  819.  
  820. {block:Quote}
  821. <div id="titlequote">{Quote}</div>
  822. {block:Source}<div id="source">&mdash;&nbsp;{Source}</div>{/block:Source}
  823. {/block:Quote}
  824.  
  825.  
  826.  
  827. {block:Text}
  828. {block:Title}<div id="title">{Title}</div>{/block:Title}
  829. <div id="textpost">{Body}</div>
  830. {/block:Text}
  831.  
  832. {block:Link}
  833. <div id="title"><a href="{URL}">{Name}</a></div>
  834. {block:Description}{Description}{/block:Description}
  835. {/block:Link}
  836.  
  837. {block:Chat}
  838. {block:Title}<div id="title">{Title}</div>{/block:Title}
  839. <div class="chat">
  840. <ol>{block:Lines}
  841. <li class="line {Alt}">
  842. {block:Label}
  843. <span class="label">
  844. {Label}</span>
  845. {/block:Label}{Line}</li>
  846. {/block:Lines}
  847. </ol></div>
  848. {/block:Chat}
  849.  
  850. {block:Photo}
  851. <div class="photo"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></div>
  852. {/block:Photo}
  853.  
  854. {block:Photoset}
  855. <div class="photoset">
  856.  
  857. {Photoset-400}
  858.  
  859. </div>
  860. {/block:Photoset}
  861.  
  862. {block:Video}
  863. {Video-400}
  864. {/block:Video}
  865.  
  866.  
  867.  
  868. {block:Audio}
  869. <div class="music">
  870. <div id="art">
  871. {block:AlbumArt}
  872. <img src="{AlbumArtURL}">
  873. {/block:AlbumArt}
  874. {block:AudioPlayer}
  875. <div class="playerback"><div class="player">{AudioPlayerwhite}</div></div>
  876. {/block:AudioPlayer}
  877. </div>
  878. <div class="audio_info">{block:TrackName}<b>{TrackName}</b>{/block:TrackName}<div style="margin-top:8px;font-style:normal">{block:Artist}{Artist}{/block:Artist}<br>{block:album}{album}{/block:album}<br>{playcountwithlabel}</div></div></div>
  879. {/block:Audio}
  880.  
  881.  
  882.  
  883. {block:Answer}
  884. <div class="q"><span class="as">Q: </span>{Question} ({asker})</div>
  885. <div class="a"><span class="ast">A: </span>{Answer}</div>
  886. {/block:Answer}
  887.  
  888. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  889.  
  890. {block:Date}
  891.  
  892. <div id="permalink">
  893. <div id="info">
  894. <a href="{Permalink}" title="{timeago}" class="c">{12Hour}:{Minutes} {AmPm}</a>{block:RebloggedFrom}<a href="{ReblogParentURL}" title="reblogged from {ReblogParentName}" class="c">via</a>{block:ContentSource}{block:permalinkpage}<a href="{ReblogRootURL}" title="{ReblogRootName}" class="c">source</a>{/block:permalinkpage}{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount}<a href="{Permalink}" class="c">{NoteCountWithLabel}</a>{/block:NoteCount}{block:ifReblogButton}<div id="reblog">&nbsp;<a href="{ReblogUrl}" target"_blank" title="reblog?">reblog</a></div>{/block:ifReblogButton}<p></div>
  895. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}"># {Tag}</a>{/block:Tags}</div>{/block:HasTags}</div>
  896. {/block:Date}
  897.  
  898.  
  899.  
  900. </div>
  901.  
  902.  
  903. {block:PostNotes}
  904. <div class="pagenotes">
  905. {PostNotes}
  906. </div>
  907. {/block:PostNotes}
  908.  
  909.  
  910. {/block:Posts}
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918. </div>
  919.  
  920.  
  921. {block:Pagination}
  922. <div id="pagination">
  923. {block:PreviousPage}
  924. <a href="{PreviousPage}">previous page </a>
  925. {/block:PreviousPage}
  926. {block:NextPage}
  927. <a href="{NextPage}">next page</a>
  928. {/block:NextPage}
  929. </div>
  930. {/block:Pagination}
  931.  
  932.  
  933. {block:ContentSource}
  934. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  935. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  936. {/block:SourceLogo}
  937. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  938. {/block:ContentSource}
  939.  
  940. <div id="credit" data="credit"> <a href="http://magneito.tumblr.com">✰</a></div>
  941.  
  942. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement