Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.58 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3. ★☆ seishun redux edit by tetralyte
  4. do w/e you want with the theme i dont give a hekc
  5. -->
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9. <meta name="color:Background" content="#ffffff" />
  10. <meta name="color:Permalink" content="#95b6aa" />
  11. <meta name="color:Permalink Hover" content="#d7dad9">
  12. <meta name="color:Permalink text" content="#ffffff" />
  13. <meta name="color:NaviBG" content="#ffffff">
  14. <meta name="color:NaviText" content="#393436">
  15. <meta name="color:Description" content="#393436">
  16. <meta name="color:Text" content="#413536" />
  17. <meta name="color:Links" content="#7daf9f" />
  18. <meta name="color:Links Hover" content="#949393">
  19. <meta name="color:Borders" content="#5e5859" />
  20. <meta name="color:Scrollbar" content="#9bbaaf">
  21. <meta name="color:ScrollbarBG" content="#ffffff">
  22. <meta name="color:Selection" content="#ffffff" />
  23. <meta name="color:SelectionBG" content="#99b1a8" />
  24.  
  25. <meta name="font:Title" content="Arial" />
  26. <meta name="font:Body" content="Arial" />
  27. <meta name="font:Accent" content="Lucida Sans" />
  28.  
  29. <meta name="if:400px" content="0">
  30. <meta name="if:250px" content="1">
  31. <meta name="if:BackgroundCover" content="0">
  32. <meta name="if:Show Tags" content="1" />
  33. <meta name="if:TransparentPosts" content="0">
  34.  
  35. <meta name="text:SidebarTop" content="50" />
  36. <meta name="text:SidebarLeft" content="-430" />
  37. <meta name="text:SidebarimgTop" content="500" />
  38. <meta name="text:SidebarimgLeft" content="500" />
  39. <meta name="text:Navigation Title" content="">
  40. <meta name="text:link url1" content="" />
  41. <meta name="text:link url2" content="" />
  42. <meta name="text:link url3" content="" />
  43. <meta name="text:link url4" content="" />
  44. <meta name="text:link url5" content="" />
  45. <meta name="text:link 1" content="" />
  46. <meta name="text:link 2" content="" />
  47. <meta name="text:link 3" content="" />
  48. <meta name="text:link 4" content="" />
  49. <meta name="text:link 5" content="" />
  50.  
  51. <meta name="image:Background" content="" />
  52. <meta name="image:Favicon" content="http://media.tumblr.com/e0f7bc5b30cc6d6f848b3c4ee22dfa5e/tumblr_inline_mi5srdN8S91qz4rgp.gif" />
  53. <meta name="image:sideimg" content="http://static.tumblr.com/2edc9786ad8724ee3177b09d1fd4fce7/sxt7jws/ZvPmtbo6m/tumblr_static_huuuuh.png" />
  54.  
  55. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  56. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  57. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  58. <link rel="shortcut icon" href="{image:Favicon}" />
  59. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  61. <style type="text/css">
  62.  
  63.  
  64. body {
  65. background: {color:Background} url('{image:Background}') top left fixed repeat;{block:IfBackgroundCover}background-size: cover;{/block:IfBackgroundCover}
  66. margin: 0;
  67. padding: 0;
  68. font-family: {font:Body};
  69. }
  70.  
  71. .clear {
  72. clear: both;
  73. height: 0px;
  74. overflow: hidden;
  75. }
  76.  
  77. a img {
  78. border: none;
  79. }
  80.  
  81. ::-webkit-scrollbar-thumb:vertical {
  82. background-color: {color:scrollbar};
  83. height: 30px;}
  84. ::-webkit-scrollbar {
  85. height: 30px;
  86. width: 5px;
  87. background-color: {color:scrollbarbg};}
  88.  
  89. ::-moz-selection {background:{color:selectionbg};color:{color:selection}}
  90. ::selection {background:{color:selectionbg};color:{color:selection};}
  91.  
  92. #wrapper {
  93. width: 845px;
  94. margin: 0 auto;
  95. }
  96.  
  97. #wrapper #title {
  98. margin: 30px 0;
  99. color: #fff;
  100. font-size: 50px;
  101. font-weight: bold;
  102. font-family: {font:Title};
  103. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  104. letter-spacing: -1px;
  105. }
  106.  
  107. #wrapper #title a {
  108. color: #fff;
  109. text-decoration: none;
  110. }
  111.  
  112. #wrapper #content {
  113. width: {block:if400px}420px{/block:if400px}{block:if250px}270px{/block:if250px};
  114. float: left;
  115. }
  116.  
  117. #wrapper #content .post {
  118. border-radius: {text:Round Corners}px;
  119. font-family: consolas;
  120. border: 1px solid {color:Borders};
  121. background: {block:ifnotTransparentPosts}#fff{/block:ifnotTransparentPosts}{block:ifTransparentPosts}transparent{/block:ifTransparentPosts};
  122. padding: 10px;
  123. position: relative;
  124.  
  125. -webkit-box-shadow: 4px 4px 4px rgba(100,65,65,0.1);box-shadow: 4px 4px 4px rgba(100,65,65,0.1); -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3slinear;-ms-transition: all 0.3s linear;transition: all 0.3s linear;
  126. }
  127.  
  128. #wrapper #content .post .media {
  129. text-align: center;
  130. margin-bottom: 10px;
  131. }
  132.  
  133. #wrapper #content .post .quotebg {
  134. font-family: georgia, serif;
  135. font-size: 150px;
  136. color: {color:Background};
  137. opacity: 0.2;
  138. filter: alpha(opacity=20);
  139. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  140. position: absolute;
  141. top: 70px;
  142. left: 10px;
  143. }
  144.  
  145. #wrapper #content .post .quote {
  146. color: {color:Links};
  147. font-weight: bold;
  148. padding: 20px 20px 5px 20px;
  149. }
  150.  
  151. #wrapper #content .post .quote.short {
  152. font-size: 20px;
  153.  
  154. }
  155.  
  156. #wrapper #content .post .quote.medium {
  157. font-size: 20px;
  158. }
  159.  
  160. #wrapper #content .post .quote.long {
  161. font-size: 20px;
  162. }
  163.  
  164. #wrapper #content .post .quote_source *:first-child {
  165. margin-top: 0px;
  166. }
  167.  
  168. #wrapper #content .post .quote_source *:last-child {
  169. margin-bottom: 0px;
  170. }
  171.  
  172. #wrapper #content .post .quote *:first-child {
  173. margin-top: 0px;
  174. }
  175.  
  176. #wrapper #content .post .quote *:last-child {
  177. margin-bottom: 0px;
  178. }
  179.  
  180. #wrapper #content .post .copy {
  181. color: {color:Text};
  182. padding: 10px;
  183. font-size: 13px;
  184. line-height: 15px;
  185. }
  186.  
  187. #wrapper #content .post .copy a {
  188. color: {color:Links};
  189. text-decoration: none;
  190. -webkit-transition: all 0.4s ease-in-out;
  191. -moz-transition: all 0.4s ease-in-out;
  192. -o-transition: all 0.4s ease-in-out;
  193. -ms-transition: all 0.4s ease-in-out;
  194. transition: all 0.4s ease-in-out;
  195. }
  196.  
  197. #wrapper #content .post .copy a:hover {
  198. color: {color:Links Hover};
  199. text-decoration: none;
  200. letter-spacing: 2px;
  201. -webkit-transition: all 0.4s ease-in-out;
  202. -moz-transition: all 0.4s ease-in-out;
  203. -o-transition: all 0.4s ease-in-out;
  204. -ms-transition: all 0.4s ease-in-out;
  205. transition: all 0.4s ease-in-out;
  206. }
  207.  
  208. #wrapper #content .post .copy p {
  209. margin: 10px 0 0 0;
  210. padding: 0;
  211. }
  212.  
  213. #wrapper #content .post .copy pre {
  214. margin: 10px 0px 10px 0px;
  215. padding: 10px;
  216. background-color: #e6e6e6;
  217. font: normal 11px Courier, monospace;
  218. overflow: auto;
  219. }
  220.  
  221. #wrapper #content .post .copy > p:first-child {
  222. margin-top: 0;
  223. }
  224.  
  225. #wrapper #content .post .copy img {
  226. max-width: 100%;
  227. }
  228.  
  229. #wrapper #content .post .audio {
  230. background: {color:Permalink};
  231. float: left;
  232. padding: 7px;
  233. margin-bottom: 10px;
  234. }
  235.  
  236. #wrapper #content .post .audio .player {
  237. float: left;
  238. }
  239.  
  240. #wrapper #content .post .audio .player .audio_player embed {
  241. border: 1px solid #c8c8c8;
  242. }
  243.  
  244. #wrapper #content .post .audio .meta {
  245. padding: 8px 13px;
  246. height: 13px;
  247. float: left;
  248. color: #666;
  249. font-family: {font:Accent};
  250. font-size: 11px;
  251. text-transform: lowercase;
  252. }
  253.  
  254. #wrapper #content .post .audio .meta a {
  255. color: #666;
  256. text-decoration: none;
  257. }
  258.  
  259. #wrapper #content .post .album_art {
  260. text-align: center;
  261. }
  262.  
  263. #wrapper #content .post .question {
  264. color: {color:Permalink Text};
  265. font-size: 13px;
  266. font-weight: bold;
  267. background: {color:Permalink};
  268. margin: 0 0 15px 0;
  269. padding: 15px 20px;
  270. position: relative;
  271. }
  272.  
  273.  
  274.  
  275. #wrapper #content .post .asker_container {
  276. margin: 0 0 20px 24px;
  277. }
  278.  
  279. #wrapper #content .post .asker_container img {
  280. margin: 0 12px -7px 0;
  281. border-radius: 50px;
  282. }
  283.  
  284. #wrapper #content .post .asker_container a.asker {
  285. color: {color:Body};
  286. }
  287.  
  288. #wrapper #content .post .title {
  289. color: #494949;
  290. font-size: 16px;
  291. font-weight: bold;
  292. padding: 10px 10px 0 10px;
  293. }
  294.  
  295. #wrapper #content .post img {
  296. max-width: {block:if400px}400px{/block:if400px}{block:if250px}250px{/block:if250px};
  297. -webkit-transition: opacity 0.4s linear;
  298. -moz-transition: opacity 0.4s linear;
  299. transition: opacity 0.4s linear;
  300. opacity: 0.8;
  301. }
  302.  
  303. #wrapper #content .post img:hover {
  304. max-width: {block:if400px}400px{/block:if400px}{block:if250px}250px{/block:if250px};
  305. -webkit-transition: opacity 0.4s linear;
  306. -moz-transition: opacity 0.4s linear;
  307. transition: opacity 0.4s linear;
  308. opacity: 1;
  309. }
  310.  
  311. #wrapper #content .post .chat {
  312. background-color: #fff;
  313. border-left: 5px solid {color:Permalink};
  314. margin: 10px 10px 0 10px;
  315. font-size: 14px;
  316. }
  317.  
  318. #wrapper #content .post .chat .lines {
  319. margin-left: 05px;
  320. padding: 03px;
  321. }
  322.  
  323.  
  324.  
  325. #wrapper #content .post .link {
  326. margin: 4px 0 2px 0;
  327. font-size: 15px;
  328. line-height: 25px;
  329. }
  330.  
  331. #wrapper #content .post .link a {
  332. background-color: {color:Permalink};
  333. color: {color:Permalink Text};
  334. -webkit-transition: all 0.2s linear;
  335. -moz-transition: all 0.2s linear;
  336. transition: all 0.2s linear;
  337. }
  338.  
  339. #wrapper #content .post .link a:hover {
  340. opacity: 0.9;
  341. letter-spacing: 2px;
  342. -webkit-transition: all 0.2s linear;
  343. -moz-transition: all 0.2s linear;
  344. transition: all 0.2s linear;
  345. }
  346.  
  347. #wrapper #content .post .footer {
  348. background: {color:Permalink};
  349. font-family: consolas;
  350. font-size: 9px;
  351. color: {color:Permalink text};
  352. padding: 3px 20px;
  353. margin-top: 1px;
  354. -webkit-transition: all 0.2s linear;
  355. -moz-transition: all 0.2s linear;
  356. transition: all 0.2s linear;
  357. }
  358.  
  359. #wrapper #content .post .footer:hover {
  360. background: {color:Permalink Hover};
  361. font-family: consolas;
  362. letter-spacing: 2px;
  363. text-shadow:4px 0px transparent, -4px 0px transparent;
  364. font-size: 9px;
  365. color: {color:Permalink text};
  366. padding: 3px 20px;
  367. margin-top: 1px;
  368. -webkit-transition: all 0.2s linear;
  369. -moz-transition: all 0.2s linear;
  370. transition: all 0.2s linear;
  371. }
  372.  
  373.  
  374.  
  375.  
  376. #wrapper #content .post .footer .date {
  377. width: 67%;
  378. float: left;
  379. color: {color:Permalink text};
  380. }
  381.  
  382. #wrapper #content .post .footer .notes {
  383. width: 33%;
  384. float: right;
  385. text-align: right;
  386. color: {color:Permalink text};
  387. }
  388.  
  389. #wrapper #content .post .footer .notes a {
  390. color: {color:Permalink text};
  391. }
  392.  
  393. #wrapper #content .post .footer .tags a {
  394. color: {color:Permalink text};
  395. text-decoration: none;
  396. }
  397.  
  398. #wrapper #content .post .footer .tags .tag-commas:last-child {
  399. display: none;
  400. }
  401.  
  402. #wrapper #content .post .footer.with_source_url .tags {
  403. max-width: 330px;
  404. float: left;
  405. }
  406.  
  407. #wrapper #content .post .footer.with_source_url .source_url {
  408. float: right;
  409. max-width: 160px;
  410. overflow: hidden;
  411. white-space: nowrap;
  412.  
  413. }
  414.  
  415. #wrapper #content .post .footer.with_source_url .source_url img {
  416. vertical-align: top;
  417. -moz-opacity: 0.5;
  418. opacity: 0.5;
  419. }
  420.  
  421. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  422. -moz-opacity: 0.7;
  423. opacity: 0.7;
  424. }
  425.  
  426. #wrapper #content .post a {
  427. color: #6e7173;
  428. text-decoration: none;
  429. }
  430.  
  431. #wrapper #content .post .copy blockquote {
  432. margin: 10px 0px 10px 10px;
  433. padding-left: 15px;
  434. border-left: solid 4px #dcdcdc;
  435. }
  436.  
  437. #wrapper #content .post .copy blockquote blockquote {
  438. border-left: solid 4px #cccccc;
  439. }
  440.  
  441. #wrapper #content .post .copy blockquote blockquote blockquote {
  442. border-left: solid 4px #bcbcbc;
  443. }
  444.  
  445. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  446. border-left: solid 4px #acacac;
  447. }
  448.  
  449. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  450. border-left: solid 4px #9c9c9c;
  451. }
  452.  
  453. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  454. border-left: solid 4px #8c8c8c;
  455. }
  456.  
  457. #wrapper #content .bottom {
  458. background: url('http://assets.tumblr.com/themes/redux/shadow-post.png') top center no-repeat transparent;
  459. width: 513px;
  460. height: 40px;
  461. margin: 0 auto;
  462. }
  463.  
  464. #wrapper #content #navigation {
  465.  
  466. font-size: 9px;
  467. font-family: consolas;
  468. text-align: right;
  469. padding-bottom: 35px;
  470. text-transform: lowercase;
  471. }
  472.  
  473. #wrapper #content #navigation a {
  474. border-radius: {text:Round Corners}px;
  475. {block:ifBorders}border: 01px solid {color:Borders}{/block:ifBorders};
  476. background-color: {color:Permalink};
  477. color: {color:Permalink Text};
  478. padding: 5px 10px;
  479. text-decoration: none;
  480. margin-left: 25px;
  481. }
  482.  
  483.  
  484.  
  485. #wrapper #content #navigation.jump_pagination {}
  486.  
  487. #wrapper #content #navigation.jump_pagination a {
  488. margin: 0 0 0 4px;
  489. }
  490.  
  491. #wrapper #content #navigation.jump_pagination .current_page {
  492. color: #fff;
  493. background-color: rgba(255,255,255, 0.1);
  494. border: 2px solid #fff;
  495. padding: 3px 8px;
  496. margin: 0 0 0 4px;
  497. cursor: default;
  498. }
  499.  
  500. #wrapper #content #navigation.jump_pagination .jump_page {}
  501.  
  502. #wrapper #content .post .notecontainer {
  503. background: #eaeaea;
  504. -moz-border-radius: 4px;
  505. -webkit-border-radius: 4px;
  506. border-radius: 4px;
  507. font-family: consolas;
  508. font-size: 9px;
  509. color: #666;
  510. margin-top: 10px;
  511. margin-bottom: -10px;
  512. }
  513.  
  514. #wrapper #content .post .notecontainer a {
  515. color: #666;
  516. text-decoration: underline;
  517. }
  518.  
  519. #wrapper #content .post .notecontainer ol.notes {
  520. padding: 0px 0 10px 0;
  521. list-style-type: none;
  522. font-size: 11px;
  523. }
  524.  
  525. #wrapper #content .post .notecontainer ol.notes li.note {
  526. padding: 10px 10px 0 10px;
  527. }
  528.  
  529. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  530. vertical-align: -4px;
  531. margin-right: 10px;
  532. width: 16px;
  533. height: 16px;
  534. }
  535.  
  536. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  537. font-weight: normal;
  538. }
  539.  
  540. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  541. font-weight: normal;
  542. }
  543.  
  544. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  545. border-left: 2px solid #666;
  546. padding: 4px 10px;
  547. margin: 10px 0px 0px 25px;
  548. }
  549.  
  550. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  551. text-decoration: none;
  552. }
  553.  
  554.  
  555.  
  556. #wrapper #sidebar {
  557. position:fixed !important;
  558. width: 250px;
  559. top: {text:SidebarTop}px;
  560. left: {text:SidebarLeft}px;
  561. color: {color:Description};
  562. font-family: {font:Accent}
  563. }
  564.  
  565. #wrapper #sidebar a {
  566. color: {color:Links};
  567. }
  568.  
  569. #wrapper #sidebar #top {
  570. background: #fff;
  571. border: 1px solid {color:Borders};
  572. padding: 0 20px;
  573. border-radius: {text:Round Corners}px;
  574.  
  575. }
  576.  
  577. #wrapper #sidebar #top #description {
  578. font-size: 10px;
  579. font-family: consolas;
  580. font-color: {color:Description};
  581. position: relative;
  582. top: -15px;
  583. left: -12px;
  584. }
  585.  
  586. #wrapper #sidebar #top #description a {
  587. color: {color:Links};
  588. text-decoration: none;
  589. -webkit-transition: all 0.4s ease-in-out;
  590. -moz-transition: all 0.4s ease-in-out;
  591. -o-transition: all 0.4s ease-in-out;
  592. -ms-transition: all 0.4s ease-in-out;
  593. transition: all 0.4s ease-in-out;
  594. }
  595.  
  596. #wrapper #sidebar #top #description a:hover {
  597. color: {color:Links Hover};
  598. text-decoration: none;
  599. -webkit-transition: all 0.4s ease-in-out;
  600. -moz-transition: all 0.4s ease-in-out;
  601. -o-transition: all 0.4s ease-in-out;
  602. -ms-transition: all 0.4s ease-in-out;
  603. transition: all 0.4s ease-in-out;
  604. }
  605.  
  606. .sidebar img {
  607. max-width: 180px;
  608. margin-top:15px;
  609. margin-bottom: 8px;}
  610.  
  611. .sideimg img{
  612. position:absolute;
  613. top: {text:sidebarimgtop}px;
  614. left: {text:sidebarimgLeft}px;
  615. z-index:-999;
  616. }
  617.  
  618.  
  619.  
  620. #wrapper #sidebar #top .heading {
  621. color: #fff;
  622. font-family: helvetica, arial, sans-serif;
  623. font-size: 17px;
  624. margin-top: 20px;
  625. padding: 10px;
  626. background-color: {color:Description};
  627. -webkit-border-top-left-radius: 4px;
  628. -webkit-border-top-right-radius: 4px;
  629. -moz-border-radius-topleft: 4px;
  630. -moz-border-radius-topright: 4px;
  631. border-top-left-radius: 4px;
  632. border-top-right-radius: 4px;
  633. }
  634.  
  635. #wrapper #sidebar #top a .heading {
  636. color: #fff;
  637. text-decoration: none;
  638. }
  639.  
  640.  
  641. #wrapper #sidebar #top .content {
  642. margin-top: 2px;
  643. padding: 7px 10px;
  644. background: #eaeaea;
  645. color: #666;
  646. font-size: 11px;
  647. overflow: hidden;
  648. }
  649.  
  650. #wrapper #sidebar #top a {
  651. text-decoration: none;
  652. }
  653.  
  654. #s-m-t-tooltip{
  655. background:{color:Permalink BG};
  656. font-family: consolas;
  657. font-size: 9px;
  658. border:1px solid {color:Links};
  659. background-color: #fff;
  660. max-width: 110px;
  661. color:{color:Links};
  662. padding: 2px 5px 2px 6px;
  663. margin: 20px 10px 10px 10px;
  664.  
  665. }
  666.  
  667. </style>
  668. <!--[if lt IE 7.]>
  669. <style type="text/css">
  670. #wrapper #sidebar #bottom {
  671. background: transparent;
  672. }
  673.  
  674. #wrapper #sidebar #top #avatar {
  675. background: none;
  676. }
  677.  
  678. #wrapper #sidebar #top #avatar img {
  679. border: 5px solid #f1f1f1;
  680. }
  681.  
  682. #wrapper #sidebar #top .heading#followontumblr {
  683. background-image: none;
  684. text-indent: 0;
  685. }
  686.  
  687. #wrapper #sidebar #top .heading#twitter {
  688. background-image: none;
  689. }
  690.  
  691. #wrapper #sidebar #top .heading#following {
  692. background-image: none;
  693. }
  694.  
  695. #wrapper #content .post .audio .player {
  696. float: none;
  697. }
  698.  
  699. #wrapper #content .post .audio .meta {
  700. display: none;
  701. float: none;
  702. }
  703. </style>
  704. <![endif]-->
  705.  
  706. <!--[if lt IE 8.]>
  707. <style type="text/css">
  708. #wrapper #content .bottom {
  709. background: transparent;
  710. }
  711.  
  712. #wrapper #content .post .footer {
  713. background: transparent;
  714. color: #000;
  715. }
  716.  
  717. #wrapper #content .post .audio {
  718. float: none;
  719. background: transparent;
  720. }
  721.  
  722. #wrapper #content .post .notecontainer .notes {
  723. padding: 0;
  724. margin: 0;
  725. }
  726. </style>
  727. <![endif]-->
  728. <style type="text/css">{CustomCSS}</style>
  729. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  730.  
  731. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  732. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  733. <script>
  734. (function($){
  735. $(document).ready(function(){
  736. $("[title]").style_my_tooltips();
  737. });
  738. })(jQuery);
  739. </script>
  740. </head>
  741. <body>
  742. <div id="wrapper">
  743. <br><p>
  744.  
  745. <div id="content">
  746.  
  747. {block:SearchPage}
  748. {block:SearchResults}
  749. <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
  750. {/block:SearchResults}
  751.  
  752. {block:NoSearchResults}
  753. <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
  754. {/block:NoSearchResults}
  755. {/block:SearchPage}
  756.  
  757. {block:Posts}
  758. <div class="post">
  759.  
  760. {block:Photo}
  761. <div class="media"><div class="photo"><a href="{Permalink}">
  762. {block:If400px}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{/block:If400px}
  763. {block:If250px}{block:indexpage}<img src="{PhotoURL-250}" alt="{PhotoAlt}" />{/block:indexpage}{block:permalinkpage}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{/block:permalinkpage}{/block:If250px}
  764. </div></div></a>
  765. {block:caption}<div class="copy">{Caption}</div>{/block:caption}
  766. {/block:Photo}
  767.  
  768. {block:Photoset}<div class="photo">
  769. <div class="media">
  770. {block:If400px}{Photoset-400}{/block:If400px}
  771. {block:If250px}{Photoset-250}{/block:If250px}
  772. </div></div>
  773. {block:caption}<div class="copy">{Caption}</div>{/block:caption}
  774.  
  775. {/block:Photoset}
  776.  
  777. {block:Video}
  778. <div class="media">{block:if400px}{Video-400}{/block:if400px}
  779. {block:if250px}{Video-250}{/block:if250px}
  780. </div>
  781. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  782. {/block:Video}
  783.  
  784. {block:Audio}
  785.  
  786. {block:AudioEmbed}
  787. {AudioEmbed}
  788. {/block:AudioEmbed}
  789.  
  790. {block:AudioPlayer}
  791. {block:IfShowAlbumArtOnAudioPosts}
  792. {block:AlbumArt}
  793. <div class="album_art">
  794. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  795. </div>
  796. {/block:AlbumArt}
  797. {/block:IfShowAlbumArtOnAudioPosts}
  798.  
  799. <div class="audio">
  800. <div class="player">{AudioPlayerWhite}</div>
  801. <div class="meta">{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  802. <div class="clear"></div>
  803. </div>
  804. {/block:AudioPlayer}
  805.  
  806. <div class="clear"></div>
  807.  
  808. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  809.  
  810. {/block:Audio}
  811.  
  812. {block:Quote}
  813. <div class="quote {Length}">{Quote}</div>
  814. <div class="copy">
  815. <div class="quotebg"></div>
  816. {block:Source}
  817. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  818. <tr>
  819. <td valign="top" style="width:20px;">&mdash;</td>
  820. <td valign="top" class="quote_source">
  821. {Source}
  822. </td>
  823. </tr>
  824. </table>
  825. {/block:Source}
  826. </div>
  827. {/block:Quote}
  828.  
  829. {block:Text}
  830. {block:Title}<div class="title">{Title}</div>{/block:Title}
  831. <div class="copy">{Body}</div>
  832. {/block:Text}
  833.  
  834. {block:Answer}
  835. <div class="question">
  836. <div class="nipple"></div>
  837. {Question}
  838. </div>
  839. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  840. <div class="copy">{Answer}</div>
  841. {/block:Answer}
  842.  
  843. {block:Chat}
  844. {block:Title}<div class="title">{Title}</div>{/block:Title}
  845. <div class="chat">
  846. <div class="lines">
  847. {block:Lines}
  848. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  849. {/block:Lines}
  850. </div>
  851. </div>
  852. <div class="clear"></div>
  853. <div style="height:10px;"></div>
  854. {/block:Chat}
  855.  
  856. {block:Link}
  857. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  858. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  859. {/block:Link}
  860.  
  861. {block:Date}
  862. <a href="{Permalink}">
  863. <div class="footer for_permalink">
  864. <div class="date">
  865. {block:Reblog}
  866. {TimeAgo} {lang:PostedTimeAgo from ReblogParentName}
  867. {/block:Reblog}
  868.  
  869. {block:NotReblog}
  870. {TimeAgo}
  871. {/block:NotReblog}
  872. </div>
  873. <div class="notes">{block:NoteCount}{NoteCount} %{/block:NoteCount} {block:IfDisqusShortname}{block:NoteCount}&bull;{/block:NoteCount} <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}</div>
  874. <div class="clear"></div>
  875. </div>
  876. </a>
  877. {/block:Date}
  878.  
  879. <div class="footer" style="
  880. display:none;
  881. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  882.  
  883. ">
  884. {block:IfShowTags}
  885. {block:HasTags}<div class="tags">★ {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  886. {/block:IfShowTags}
  887.  
  888.  
  889.  
  890. <div class="clear"></div>
  891. </div>
  892.  
  893. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  894.  
  895. {block:IfDisqusShortname}
  896. {block:Permalink}
  897. <div class="notecontainer" style="margin:20px 0 1px 0; padding:1px 10px 10px 10px;">
  898. <div id="disqus_thread"></div>
  899. <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  900. <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  901. </div>
  902. <div style="text-align:right; margin-top:5px;">
  903. {lang:Blog comments powered by Disqus 2}
  904. </div>
  905. {/block:Permalink}
  906. {/block:IfDisqusShortname}
  907.  
  908. </div>
  909. <p>
  910. {/block:Posts}
  911.  
  912. {block:Pagination}
  913. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  914. {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  915.  
  916. {block:IfEnableJumpPagination}
  917. {block:JumpPagination length="5"}
  918. {block:CurrentPage}
  919. <span class="current_page">{PageNumber}</span>
  920. {/block:CurrentPage}
  921.  
  922. {block:JumpPage}
  923. <a class="jump_page" href="{URL}">{PageNumber}</a>
  924. {/block:JumpPage}
  925.  
  926. {/block:JumpPagination}
  927. {/block:IfEnableJumpPagination}
  928.  
  929. {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  930. </div>
  931. {/block:Pagination}
  932.  
  933. </div>
  934.  
  935. <div id="sidebar">
  936. <div class="sideimg"><a href="/" title=""><img src='{image:sideimg}'></a>
  937. </div>
  938. <div id="top">
  939. <br><br>
  940. <div id="description">{Description}</div>
  941.  
  942. <select style="width: 200px; border: 0px solid; padding: 3px; color: {color:navitext}; background-color: {color:navibg}; font-family: consolas; margin-left:4px; margin-top:5px; font-size: 10px; letter-spacing: 2px;" onChange="location.href=this.options[this.selectedIndex].value;">
  943. <option value="/">{text:navigation title}</option>
  944. <option value="/ask">message</option>
  945. <option value="/archive">archive</option>
  946. <option value="{text:link url1}">{text:link 1}</option>
  947. <option value="{text:link url2}">{text:link 2}</option>
  948. <option value="{text:link url3}">{text:link 3}</option>
  949. <option value="{text:link url4}">{text:link 4}</option>
  950. <option value="{text:link url5}">{text:link 5}</option>
  951. </select>
  952. <br>
  953. <br>
  954. </div>
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961. </div>
  962.  
  963.  
  964.  
  965. </div>
  966.  
  967.  
  968. <div class="clear"></div>
  969. </div>
  970.  
  971. {block:Twitter}
  972. <script type="text/javascript" src="/tweets.js"></script>
  973. {/block:Twitter}
  974.  
  975. {block:IfDisqusShortname}
  976. <script type="text/javascript">
  977. //<![CDATA[
  978. (function() {
  979. var links = document.getElementsByTagName('a');
  980. var query = '?';
  981. for(var i = 0; i < links.length; i++) {
  982. if(links[i].href.indexOf('#disqus_thread') >= 0) {
  983. query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
  984. }
  985. }
  986. document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
  987. })();
  988. //]]>
  989. </script>
  990. {/block:IfDisqusShortname}
  991.  
  992. <a href="http://tetralyte.tumblr.com" title="theme by tetralyte"><div style="position:fixed;right:10px;bottom:5px;font-size:9px;opacity:0.8;z-index:51;font-family:consolas;font-color:#666666;">★☆ </div></a>
  993. </body>
  994. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement