Advertisement
kawaiibuu

Nimbus Redux

Jul 2nd, 2013
3,557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.39 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. Nimbus Redux by Meancutie ///// Jubileethemes.tumblr.com
  4. -->
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <meta name="color:Background" content="" />
  8. <meta name="color:borders" content="" />
  9. <meta name="color:footer" content="" />
  10. <meta name="color:footer text" content="" />
  11. <meta name="color:footer hover" content="" />
  12. <meta name="color:description text" content="" />
  13. <meta name="color:links" content="" />
  14. <meta name="color:links hover" content="" />
  15. <meta name="color:post text" content="">
  16.  
  17. <meta name="font:Body" content="" />
  18.  
  19. <meta name="if:Enable Jump Pagination" content="0" />
  20. <meta name="if:rounded corners" content="0" />
  21. <meta name="if:link 1" content="0" />
  22. <meta name="if:link 2" content="0" />
  23. <meta name="if:link 3" content="0" />
  24. <meta name="if:link 4" content="0" />
  25. <meta name="if:link 5" content="0" />
  26. <meta name="if:link 6" content="0" />
  27. <meta name="if:imagebehindsidebar" content="1" />
  28. <meta name="if:high sidebar" content="0" />
  29. <meta name="if:normal sidebar" content="1" />
  30. <meta name="if:low sidebar" content="0" />
  31. <meta name="if:lowest sidebar" content="0" />
  32. <meta name="if:Show Tags" content="0" />
  33. <meta name="if:background cover" content="0"/>
  34. <meta name="if:post border disappears on hover" content="0" />
  35. <meta name="if:transparent sidebar" content="1" />
  36. <meta name="if:transparent post" content="0" />
  37. <meta name="if:post border" content="1" />
  38. <meta name="if:sidebar border" content="0"/>
  39. <meta name="if:infinite scroll" content="0" />
  40. <meta name="if:center description" content="0" />
  41. <meta name="if:inner sidebar" content="0" />
  42. <meta name="if:captions" content="0" />
  43. <meta name="if:Fade Image" content="0"/>
  44. <meta name="if:Grayscale Images" content"0"/>
  45.  
  46.  
  47. <meta name="image:Background" content="" />
  48. <meta name="image:footer" content="" />
  49. <meta name="image:permalink" content="" />
  50. <meta name="image:sidebar" content="http://static.tumblr.com/mqkrxog/sFbmpaz20/_goku.png" />
  51. <meta name="image:to top" content="http://static.tumblr.com/mqkrxog/35Qmpblha/bio_shenron_by_deerhunter908-d3gwvx8.png" />
  52. <meta name="image:Bottom Image" content=""/>
  53. <meta name="image:favicon" content="" />
  54. <meta name="image:floaties1" content="" />
  55. <meta name="image:floaties2" content="" />
  56. <meta name="image:floaties3" content="" />
  57. <meta name="image:floaties4" content="" />
  58. <meta name="image:floaties5" content="" />
  59. <meta name="image:inner sidebar" content="" />
  60.  
  61.  
  62. <meta name="text:link 1 title" content="" />
  63. <meta name="text:link 2 title" content="" />
  64. <meta name="text:link 3 title" content="" />
  65. <meta name="text:link 4 title" content="" />
  66. <meta name="text:link 5 title" content="" />
  67. <meta name="text:link 6 title" content="" />
  68. <meta name="text:link 1 url" content="" />
  69. <meta name="text:link 2 url" content="" />
  70. <meta name="text:link 3 url" content="" />
  71. <meta name="text:link 4 url" content="" />
  72. <meta name="text:link 5 url" content="" />
  73. <meta name="text:link 6 url" content="" />
  74. <meta name="text:post space" content="20" />
  75. <meta name="text:sidebar image top" content="-60" />
  76. <meta name="text:sidebar image right" content="-70" />
  77. <meta name="text:post opacity" content="0.25" />
  78. <meta name="text:sidebar opacity" content="0.55" />
  79.  
  80. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  81. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  82. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  83. <link rel="shortcut icon" href="{image:favicon}" />
  84. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  85. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  86. <style type="text/css">
  87. {block:IfGrayscaleImages}
  88. img{
  89. -webkit-transition: opacity 0.8s linear;
  90. opacity: 0.60;
  91. -webkit-filter:grayscale(100%);
  92. }
  93. img:hover{
  94. -webkit-transition: opacity 0.8s linear;
  95. opacity: 1;
  96. -webkit-filter:none;
  97. }
  98. {/block:IfGrayscaleImages}
  99. {block:IfFadeImage}
  100. img{
  101. -webkit-transition: opacity 0.8s linear;
  102. opacity: 0.60;
  103. }
  104. img:hover{
  105. -webkit-transition: opacity 0.8s linear;
  106. opacity: 1;
  107. }
  108. {/block:IfFadeImage}
  109. {block:IfFadeImage}
  110. iframe#tumblr_controls { right:0px !important; position: fixed !important; -webkit-transition: opacity 0.5s linear; opacity: 0.6; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
  111. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  112. {/block:IfFadeImage}
  113. iframe#tumblr_controls {right:3px !important; position:fixed !important;}
  114. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 0px; right: 20px;}
  115. body {
  116. background: {color:Background} url('{image:Background}') top left fixed repeat;
  117. {block:ifbackgroundcover}background-size:cover;{/block:ifbackgroundcover}
  118. margin: 0;
  119. padding: 0;
  120. font-family: {font:Body};
  121. }
  122.  
  123.  
  124.  
  125. .clear {
  126. clear: both;
  127. height: 0px;
  128. overflow: hidden;
  129. }
  130. a img {
  131. border: none;
  132. }
  133.  
  134.  
  135. #wrapper {
  136. width: 845px;
  137. margin: 0 auto;
  138. }
  139.  
  140.  
  141. #wrapper #title a {
  142. color: #fff;
  143. text-decoration: none;
  144. }
  145.  
  146. #wrapper #content {
  147. width:380px;
  148. float: right;
  149. }
  150.  
  151. #wrapper #content .post {
  152. width:400px;
  153. margin-left: -75px;
  154. font-family: {font:Body};
  155. {block:ifpostborder}border: 1px solid {color:borders};{/block:ifpostborder}
  156. {block:ifnottransparentpost}background: rgba(255, 255, 255, {text:post opacity});{/block:ifnottransparentpost}
  157. {block:iftransparentpost}background: ;{block:iftransparentpost}
  158. padding: 0px;
  159. position: relative;
  160. {block:ifroundedcorners}
  161. -moz-border-radius: 10px;
  162. -webkit-border-radius: 10px;
  163. border-radius: 10px;
  164. {/block:ifroundedcorners}
  165. -webkit-transition: all 0.3s ease-in-out;
  166. -moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
  167. }
  168.  
  169. {block:ifpostborderdisappearsonhover}
  170. #wrapper #content .post:hover {
  171. border: 1px solid transparent;
  172. }
  173. {/block:ifpostborderdisappearsonhover}
  174.  
  175. #wrapper #content .post .media {
  176. text-align: center;
  177. margin-bottom: 0px;
  178. }
  179.  
  180. #wrapper #content .post .quotebg {
  181. }
  182.  
  183. #wrapper #content .post .quote {
  184. color: {color:post text};
  185. font-weight: bold;
  186. padding: 20px 20px 5px 20px;
  187. }
  188.  
  189. #wrapper #content .post .quote.short {
  190. font-size: 33px;
  191. line-height: 35px;
  192. }
  193.  
  194. #wrapper #content .post .quote.medium {
  195. font-size: 25px;
  196. line-height: 28px;
  197. }
  198.  
  199. #wrapper #content .post .quote.long {
  200. font-size: 18px;
  201. line-height: 22px;
  202. }
  203.  
  204. #wrapper #content .post .quote_source *:first-child {
  205. margin-top: 0px;
  206. }
  207.  
  208. #wrapper #content .post .quote_source *:last-child {
  209. margin-bottom: 0px;
  210. }
  211.  
  212. #wrapper #content .post .quote *:first-child {
  213. margin-top: 0px;
  214. }
  215.  
  216. #wrapper #content .post .quote *:last-child {
  217. margin-bottom: 0px;
  218. }
  219.  
  220. #wrapper #content .post .copy {
  221. color: {color:post text};
  222. padding: 0px;
  223. font-size: 10px;
  224. line-height: 15px;
  225. }
  226.  
  227. #wrapper #content .post .copy a {
  228. font-family: {font:Body};
  229. color: {color:links};
  230. text-decoration: none;
  231. -webkit-transition: all 0.3s ease-in-out;
  232. -moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
  233. }
  234.  
  235. #wrapper #content .post .copy a:hover {
  236. color: {color:links hover};
  237. text-decoration: none;
  238. letter-spacing:2px;
  239. }
  240.  
  241. #wrapper #content .post .copy p {
  242. margin: 10px 0 0 0;
  243. padding: 0;
  244. }
  245.  
  246. #wrapper #content .post .copy pre {
  247. margin: 10px 0px 10px 0px;
  248. padding: 10px;
  249. background-color: #e6e6e6;
  250. font: normal 12px {font:Body};
  251. overflow: auto;
  252. }
  253.  
  254. #wrapper #content .post .copy > p:first-child {
  255. margin-top: 0;
  256. }
  257.  
  258. #wrapper #content .post .copy img {
  259. max-width: 100%;
  260. }
  261.  
  262.  
  263. #wrapper #content .post .audio {
  264. background: background: rgba(255, 255, 255, 0.8);
  265. float: left;
  266. padding: 7px;
  267. margin-bottom: 10px;
  268. {block:ifroundedcorners}-moz-border-radius: 4px;
  269. -webkit-border-radius: 4px;
  270. border-radius: 4px;{/block:ifroundedcorners}
  271. }
  272.  
  273. #wrapper #content .post .audio .player {
  274. float: left;
  275. }
  276.  
  277. #wrapper #content .post .audio .player .audio_player embed {
  278. border: 1px solid {color:borders};
  279. }
  280.  
  281. #wrapper #content .post .audio .meta {
  282. padding: 8px 13px;
  283. height: 13px;
  284. float: left;
  285. color: #000;
  286. font-family: {font:Body};
  287. font-size: 12px;
  288. }
  289.  
  290. #wrapper #content .post .audio .meta a {
  291. color: #666;
  292. text-decoration: none;
  293. }
  294.  
  295. #wrapper #content .post .album_art {
  296. text-align: center;
  297. }
  298.  
  299. #wrapper #content .post .question {
  300. color: {color:post text};
  301. font-size: 16px;
  302. font-weight: none;
  303. background: ;
  304. {block:ifroundedcorners}
  305. -moz-border-radius: 8px;
  306. -webkit-border-radius: 8px;
  307. border-radius: 8px;
  308. {/block:ifroundedcorners}
  309. border: 3px dotted {color:borders};
  310. margin: 0 0 15px 0;
  311. padding: 15px 20px;
  312. position: relative;
  313. }
  314.  
  315.  
  316. #wrapper #content .post .asker_container {
  317. font-family: {font:Body};
  318. margin: 0 0 20px 24px;
  319. }
  320.  
  321. #wrapper #content .post .asker_container img {
  322. margin: 0 2px -7px 0;
  323. border: 1px solid {color:borders};
  324. {block:ifroundedcorners}-moz-border-radius: 20px;
  325. -webkit-border-radius: 20px;
  326. border-radius: 20px;{/block:ifroundedcorners}
  327. }
  328.  
  329. #wrapper #content .post .asker_container a.asker {
  330. color: {color:Body};
  331. }
  332.  
  333. #wrapper #content .post .title {
  334. color: {color:post text};
  335. font-family: {font:Body};
  336. font-size: 16px;
  337. font-weight: bold;
  338. padding: 10px 10px 0 10px;
  339. }
  340.  
  341. #wrapper #content .post img {
  342. {block:ifroundedcorners}
  343. -moz-border-radius: 7px;
  344. -webkit-border-radius: 7px;
  345. {/block:ifroundedcorners}
  346. max-width:400px;
  347. }
  348.  
  349. #wrapper #content .post .chat {
  350. border-left: 5px solid transparent;
  351. margin: 10px 10px 0 10px;
  352. font-size: 12px;
  353. }
  354.  
  355. #wrapper #content .post .chat .lines {
  356. margin-left: 1px;
  357. }
  358.  
  359. #wrapper #content .post .chat .lines .line {
  360. color: #000;
  361. margin-bottom: 1px;
  362. padding: 3px 5px;
  363. }
  364.  
  365. #wrapper #content .post .chat .lines .line.even {
  366. }
  367.  
  368. #wrapper #content .post .link {
  369. margin: 4px 0 2px 0;
  370. font-size: 16px;
  371. line-height: 25px;
  372. }
  373.  
  374. #wrapper #content .post .link a {
  375. background-color: {color:links};
  376. color: #fff;
  377. padding: 5px 7px;
  378. -webkit-transition: all 0.3s ease-in-out;
  379. -moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
  380. }
  381.  
  382. #wrapper #content .post .link a:hover {
  383. background-color: {color:links hover};
  384. }
  385.  
  386. #wrapper #content .post .footer {
  387. background: {color:footer} url('{image:footer}');
  388. {block:ifroundedcorners}
  389. -moz-border-radius: 4px;
  390. -webkit-border-radius: 4px;
  391. border-radius: 4px;{/block:ifroundedcorners}
  392. font-family: {font:Body};
  393. font-size: 12px;
  394. color: {color:footer text};
  395. padding: 0px 5px;
  396. margin-top: 0px;
  397. -webkit-transition: all 0.3s ease-in-out;
  398. -moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
  399. }
  400.  
  401. #wrapper #content .post .footer:hover {
  402. background: {color:footer hover};
  403. }
  404.  
  405.  
  406. #wrapper #content .post .footer.for_permalink:hover {
  407. opacity: 0.9;
  408. filter: alpha(opacity=90);
  409. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  410. }
  411.  
  412. #wrapper #content .post .footer .date {
  413. width: 67%;
  414. float: left;
  415. color: {color:footer text};
  416. }
  417.  
  418. #wrapper #content .post .footer .notes {
  419. width: 33%;
  420. float: right;
  421. text-align: right;
  422. color: {color:footer text};
  423. }
  424.  
  425. #wrapper #content .post .footer .notes a {
  426. color: {color:footer text};
  427. }
  428.  
  429. #wrapper #content .post .footer .tags a {
  430. color: {color:footer text};
  431. text-decoration: none;
  432. }
  433.  
  434. #wrapper #content .post .footer .tags .tag-commas:last-child {
  435. display: none;
  436. }
  437.  
  438. #wrapper #content .post .footer.with_source_url .tags {
  439. max-width: 330px;
  440. float: left;
  441. }
  442.  
  443. #wrapper #content .post .footer.with_source_url .source_url {
  444. float: right;
  445. max-width: 160px;
  446. overflow: hidden;
  447. white-space: nowrap;
  448.  
  449. }
  450.  
  451. #wrapper #content .post .footer.with_source_url .source_url img {
  452. vertical-align: top;
  453. -moz-opacity: 0.5;
  454. opacity: 0.5;
  455. }
  456.  
  457. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  458. -moz-opacity: 0.7;
  459. opacity: 0.7;
  460. }
  461.  
  462. #wrapper #content .post a {
  463. color: #6e7173;
  464. text-decoration: none;
  465. }
  466.  
  467. #wrapper #content .post .copy blockquote {
  468. margin: 10px 0px 8px 15px;
  469. padding-left: 15px;
  470. border-left: solid 1px #000;
  471. }
  472.  
  473. #wrapper #content .post .copy blockquote blockquote {
  474. border-left: solid 1px #000;
  475. }
  476.  
  477. #wrapper #content .post .copy blockquote blockquote blockquote {
  478. border-left: solid 1px #000;
  479. }
  480.  
  481. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  482. border-left: solid 1px #000;
  483. }
  484.  
  485. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  486. border-left: solid 1px #000;
  487. }
  488.  
  489. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  490. border-left: solid 1px #000;
  491. }
  492.  
  493. #wrapper #content .bottom {
  494. height: {text:post space}px;
  495. }
  496.  
  497. #wrapper #content #navigation {
  498. text-align: center;
  499. padding-bottom: 35px;
  500. text-transform: lowercase;
  501. }
  502.  
  503. #wrapper #content #navigation a {
  504. {block:ifnottransparentpost}background: rgba(255, 255, 255, {text:post opacity});{/block:ifnottransparentpost}
  505. {block:iftransparentpost}background: ;{block:iftransparentpost}
  506. color: {color:post text};
  507. padding: 5px 10px;
  508. text-decoration: none;
  509. margin-left: 25px;
  510. }
  511.  
  512. #wrapper #content #navigation a:hover {
  513. opacity: 0.9;
  514. filter: alpha(opacity=90);
  515. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  516. }
  517.  
  518. #wrapper #content #navigation.jump_pagination {}
  519.  
  520. #wrapper #content #navigation.jump_pagination a {
  521. margin: 0 0 0 4px;
  522. }
  523.  
  524. #wrapper #content #navigation.jump_pagination .current_page {
  525. color: {color:post text};
  526. {block:ifnottransparentpost}background: rgba(255, 255, 255, {text:post opacity});{/block:ifnottransparentpost}
  527. {block:iftransparentpost}background: ;{block:iftransparentpost}
  528. border: 2px solid {color:borders};
  529. padding: 5px 10px;
  530. margin: 0 0 0 4px;
  531. cursor: default;
  532. }
  533.  
  534. #wrapper #content #navigation.jump_pagination .jump_page {}
  535.  
  536. #wrapper #content .post .notecontainer {
  537. background: #ccc;
  538. border: 1px solid {color:borders};
  539. font-family: {font:Body};
  540. font-size: 10px;
  541. color: #000;
  542. margin-top: 1px;
  543. margin-bottom: 0px;
  544. }
  545.  
  546. #wrapper #content .post .notecontainer a {
  547. color: #000;
  548. text-decoration: none;
  549. }
  550.  
  551. #wrapper #content .post .notecontainer ol.notes {
  552. padding: 0px 0 10px 0;
  553. list-style-type: none;
  554. font-size: 10px;
  555. }
  556.  
  557. #wrapper #content .post .notecontainer ol.notes li.note {
  558. padding: 10px 10px 0 10px;
  559. }
  560.  
  561. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  562. -moz-border-radius: 5px;
  563. -webkit-border-radius: 5px;
  564. border-radius: 5px;
  565. border: 1px solid {color:Borders};
  566. vertical-align: -4px;
  567. margin-right: 10px;
  568. width: 16px;
  569. height: 16px;
  570. }
  571.  
  572. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  573. font-weight: normal;
  574. }
  575.  
  576. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  577. font-weight: normal;
  578. }
  579.  
  580. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  581. border-left: 2px solid #000;
  582. padding: 4px 10px;
  583. margin: 10px 0px 0px 25px;
  584. }
  585.  
  586. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  587. text-decoration: none;
  588. }
  589.  
  590. #wrapper #sidebar {
  591. {block:ifhighsidebar}margin-top:90px;{/block:ifhighsidebar}
  592. {block:ifnormalsidebar}margin-top:250px;{/block:ifnormalsidebar}
  593. {block:iflowsidebar}margin-top:550px;{/block:iflowsidebar}
  594. {block:iflowestsidebar}margin-top:650px;{/block:iflowestsidebar}
  595. margin-left: 50px;
  596. float: left;
  597. color: {color:background};
  598. font-family: {font:Body};
  599. font-size: 10px;
  600. }
  601. #wrapper #sidebar a {
  602. color: {color:links};
  603. -webkit-transition: all 0.3s ease-in-out;
  604. -moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
  605. }
  606. #wrapper #sidebar a:hover {
  607. color: {color:links hover};
  608. }
  609. #wrapper #sidebar #top {
  610. {block:ifnottransparentsidebar}background: rgba(255, 255, 255, {text:sidebar opacity});{/block:ifnottransparentsidebar}
  611. {block:iftransparentsidebar}background: # ;{/block:iftransparentsidebar}
  612. width: 120px;
  613. {block:ifsidebarborder}border: 1px solid {color:borders};{/block:ifsidebarborder}
  614. position:fixed;
  615. padding: 0 21px;
  616.  
  617. {block:ifroundedcorners}
  618. -moz-border-radius: 10px;
  619. -webkit-border-radius: 10px;
  620. border-radius: 10px;
  621. {/block:ifroundedcorners}
  622. -webkit-transition: all 0.3s ease-in-out;
  623. -moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
  624. }
  625.  
  626.  
  627.  
  628.  
  629. #wrapper #sidebar #top #description {
  630. font-size: 12px;
  631. color: {color:description text};
  632. position: relative;
  633. top: -8px;
  634. }
  635.  
  636. #wrapper #sidebar #top #description a {
  637. color: {color:links};
  638. text-decoration: none
  639. }
  640.  
  641. #wrapper #sidebar #top #description a:hover {
  642. color: {color:links hover};
  643. text-decoration: none;
  644. }
  645.  
  646. #wrapper #sidebar #top .heading {
  647. color: #fff;
  648. font-family: helvetica, arial, sans-serif;
  649. font-size: 17px;
  650. margin-top: 20px;
  651. padding: 10px;
  652. background-color: {color:Background};
  653. -webkit-border-top-left-radius: 4px;
  654. -webkit-border-top-right-radius: 4px;
  655. -moz-border-radius-topleft: 4px;
  656. -moz-border-radius-topright: 4px;
  657. border-top-left-radius: 4px;
  658. border-top-right-radius: 4px;
  659. }
  660.  
  661. #wrapper #sidebar #top a .heading {
  662. color: #fff;
  663. text-decoration: none;
  664. }
  665.  
  666. #wrapper #sidebar #top .content {
  667. margin-top: 2px;
  668. padding: 7px 10px;
  669. background: #eaeaea;
  670. color: #666;
  671. font-size: 11px;
  672. overflow: hidden;
  673. }
  674.  
  675. #wrapper #sidebar #top a {
  676. text-decoration: none;
  677. }
  678.  
  679. #wrapper #sidebar #bottom {
  680. background: url('http://assets.tumblr.com/themes/redux/sidebar-bottom.png') top center no-repeat transparent;
  681. width: 250px;
  682. height: 25px;
  683. }
  684. #s-m-t-tooltip {
  685. background: #fff;
  686. font-size: 10px;
  687. font-family: {font:Body};
  688. color: {color:description text};
  689. max-width: 100px;
  690. word-wrap: break-word;
  691. padding: 1px 5px 2px 6px;
  692. display: block;
  693. margin: 10px 10px 10px 15px;
  694. }
  695.  
  696.  
  697. </style>
  698.  
  699. <style type="text/css">{CustomCSS}</style><script>
  700. window.onload = function () {
  701. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  702. document.addEventListener( 'click', function ( event ) {
  703. var myLike = event.target;
  704. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  705. var frame = document.getElementById( 'my-like-frame' ),
  706. liked = ( myLike.className == 'my-liked' ),
  707. command = liked ? 'unlike' : 'like',
  708. reblog = myLike.getAttribute( 'data-reblog' ),
  709. id = myLike.getAttribute( 'data-id' ),
  710. oauth = reblog.slice( -8 );
  711. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  712. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  713. };
  714. }, false );
  715. };
  716. </script>
  717. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  718. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  719. <script>
  720. (function($){
  721. $(document).ready(function(){
  722. $("[title]").style_my_tooltips();
  723. });
  724. })(jQuery);
  725. </script>
  726. {block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescroll}
  727. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:; "id="scrollToTop"><img src="{image:to top}" title="scroll to top"></a>
  728. </head>
  729. <body>
  730. {block:IndexPage}
  731. {/block:IndexPage}
  732. <div id="cursor"></div>
  733. <script type="text/javascript" src="http://samisite.com/extras/HTMLobj-1640/moveobj.js"> </script>
  734. <script type="text/javascript">
  735.  
  736. /***********************************************
  737. * Floating image script- By Virtual_Max (http://www.geocities.com/siliconvalley/lakes/8620)
  738. * Modified by Dynamic Drive for various improvements
  739. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  740. * Using CSB or Trellix: use an INSERT HTML box to hold your script and put your js and images into web components (webgem in Trellix). Then you MUST change each gEMDIR to GEMDIR before using code!
  741. ***********************************************/
  742.  
  743. //Step 1: Define unique variable names depending on number of flying images (ie:3):
  744. var flyimage1, flyimage2, flyimage3, flyimage4
  745.  
  746. function pagestart(){
  747. //Step 2: Using the same variable names as 1), add or delete more of the below lines (47=width, height=68 of image):
  748. flyimage1=new Chip("flyimage1",40,62);
  749. flyimage2=new Chip("flyimage2",40,62);
  750. flyimage3=new Chip("flyimage3",40,62);
  751. flyimage4=new Chip("flyimage4",40,62);
  752. flyimage5=new Chip("flyimage5",40,62);
  753. flyimage6=new Chip("flyimage6",40,62);
  754.  
  755.  
  756. //Step 3: Using the same variable names as 1), add or delete more of the below lines:
  757. movechip("flyimage1");
  758. movechip("flyimage2");
  759. movechip("flyimage3");
  760. movechip("flyimage4");
  761. movechip("flyimage5");
  762. movechip("flyimage6");
  763.  
  764. }
  765.  
  766. if (window.addEventListener)
  767. window.addEventListener("load", pagestart, false)
  768. else if (window.attachEvent)
  769. window.attachEvent("onload", pagestart)
  770. else if (document.getElementById)
  771. window.onload=pagestart
  772.  
  773. </script>
  774.  
  775. <!-- Step 4: Define your flying images. For each image's ID tag, use the same variable names as 1) above -->
  776.  
  777.  
  778. <div id="flyimage1" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  779. <img src="{image:floaties1}">
  780. </div>
  781.  
  782. <div id="flyimage2" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  783. <img src="{image:floaties2}">
  784. </div>
  785.  
  786. <div id="flyimage3" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  787. <img src="{image:floaties3}">
  788. </div>
  789.  
  790. <div id="flyimage4" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  791. <img src="{image:floaties4}">
  792. </div>
  793.  
  794. <div id="flyimage5" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  795. <img src="{image:floaties5}">
  796. </div>
  797. </div>
  798.  
  799.  
  800. <div id="wrapper">
  801.  
  802. <div id="content">
  803.  
  804. {block:ifinfinitescroll}
  805. <div class = "autopagerize_page_element" >
  806. {/block:ifinfinitescroll}
  807. <br>
  808. {block:Posts}
  809. <div class="post">
  810.  
  811. {block:Photo}
  812. <div class="media">{LinkOpenTag}
  813. <img src="{PhotoURL-400}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  814. {block:IfCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:IfCaptions}
  815. {/block:Photo}
  816.  
  817. {block:Photoset}
  818. {Photoset-400}
  819. {block:IfCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:IfCaptions}
  820. {/block:Photoset}
  821.  
  822. {block:Video}
  823. <div class="media">{Video-400}</div>
  824. {block:IfCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:IfCaptions}
  825. {/block:Video}
  826.  
  827. {block:Audio}
  828. {block:IfShowAlbumArtOnAudioPosts}
  829. {block:AlbumArt}
  830. <div class="album_art">
  831. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  832. </div>
  833. {/block:AlbumArt}
  834. {/block:IfShowAlbumArtOnAudioPosts}
  835.  
  836. <div class="audio">
  837. <div class="player">{AudioPlayerWhite}</div>
  838. <div class="meta">{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  839. <div class="clear"></div>
  840. </div>
  841. <div class="clear"></div>
  842. {block:IfCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:IfCaptions}
  843. {/block:Audio}
  844.  
  845. {block:Quote}
  846. <div class="quote {Length}">{Quote}</div>
  847. <div class="copy">
  848. <div class="quotebg"></div>
  849. {block:Source}
  850. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  851. <tr>
  852. <td valign="top" style="width:20px;"></td>
  853. <td valign="top" class="quote_source">
  854. {Source}
  855. </td>
  856. </tr>
  857. </table>
  858. {/block:Source}
  859. </div>
  860. {/block:Quote}
  861.  
  862. {block:Text}
  863. {block:Title}<div class="title">{Title}</div>{/block:Title}
  864. <div class="copy">{Body}</div>
  865. {/block:Text}
  866.  
  867. {block:Answer}
  868. <div class="question">
  869. <div class="nipple"></div>
  870. {Question}
  871. </div>
  872. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  873. <div class="copy">{Answer}</div>
  874. {/block:Answer}
  875.  
  876. {block:Chat}
  877. {block:Title}<div class="title">{Title}</div>{/block:Title}
  878. <div class="chat">
  879. <div class="lines">
  880. {block:Lines}
  881. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  882. {/block:Lines}
  883. </div>
  884. </div>
  885. <div class="clear"></div>
  886. <div style="height:10px;"></div>
  887. {/block:Chat}
  888.  
  889. {block:Link}
  890. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  891. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  892. {/block:Link}
  893.  
  894. {block:Date}
  895. <a href="{Permalink}">
  896. <div class="footer for_permalink">
  897. <div class="date"><img src="{image:permalink}">{text:permalink}
  898. {TimeAgo}
  899. </div>
  900.  
  901. <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>
  902. <div class="clear"></div>
  903. </div>
  904. </a>
  905. {/block:Date}
  906.  
  907. <div class="footer" style="display:none;{block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}">
  908. {block:IfShowTags}
  909. {block:HasTags}<div class="tags"># {block:Tags}<a href="{TagURL}" title="tagged: {Tag}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  910. {/block:IfShowTags}
  911.  
  912. <div class="clear"></div>
  913. </div>
  914.  
  915. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  916. </div>
  917. <div class="bottom"></div>
  918. {/block:Posts}
  919. {block:ifinfinitescroll}</div>{block:ifinfinitescroll}
  920.  
  921. {block:ifnotinfinitescroll}
  922. {block:Pagination}
  923. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  924. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  925.  
  926. {block:IfEnableJumpPagination}
  927. {block:JumpPagination length="5"}
  928. {block:CurrentPage}
  929. <span class="current_page">{PageNumber}</span>
  930. {/block:CurrentPage}
  931.  
  932. {block:JumpPage}
  933. <a class="jump_page" href="{URL}">{PageNumber}</a>
  934. {/block:JumpPage}
  935.  
  936. {/block:JumpPagination}
  937. {/block:IfEnableJumpPagination}
  938.  
  939. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  940. </div>
  941. {/block:Pagination}
  942. {/block:ifnotinfinitescroll}
  943. </div>
  944. <div id="bottom image" style="position:fixed; bottom:0px;left:60px;z-index:-1;"><img src="{image:Bottom Image}"></div>
  945. <div id="sidebar">
  946. <div id="top">
  947. {block:ifinnersidebar}<center><img src="{image:inner sidebar}" max-width="100"></center><br>{/block:ifinnersidebar}
  948. <center><a title="home" href="/"><img src="http://media.tumblr.com/6aca0d764fe5e18e1167e8c6d2ebb7df/tumblr_inline_mn2m1bdRic1qz4rgp.png"></a>
  949. <a title="ask" href="/ask"><img src="http://media.tumblr.com/649f94f2f210bc510d0b67756f861eb9/tumblr_inline_mn2m2bLZts1qz4rgp.png"></a>
  950. <a title="submit" href="/submit"><img src="http://media.tumblr.com/1993d10d01265cc0890de956820e8515/tumblr_inline_mn2m5djCbQ1qz4rgp.png"></a>
  951. <a title="archive" href="/archive"><img src="http://media.tumblr.com/1e21b4526d9646dc496210d1199117b9/tumblr_inline_mn2m46JRuI1qz4rgp.png"></a></center><br>
  952. <div id="description">
  953.  
  954. {block:Ifcenterdescription}<center>{/block:Ifcenterdescription}{Description}{block:Ifcenterdescription}</center>{/block:Ifcenterdescription}</div><center>
  955. <div id="navi"><center>&nbsp;
  956. <select onChange="location.href=this.options[this.selectedIndex].value;" style="font-family:{font:Body}; font-size:12px; width: px;border:1px solid #000">
  957. <option value="/">links</option>
  958. {block:Iflink1}<option value="{text:link 1 url}">{text:link 1 title}</option>{/block:Iflink1}
  959. {block:Iflink2}<option value="{text:link 2 url}">{text:link 2 title}</option>{/block:Iflink2}
  960. {block:Iflink3}<option value="{text:link 3 url}">{text:link 3 title}</option>{/block:Iflink3}
  961. {block:Iflink4}<option value="{text:link 4 url}">{text:link 4 title}</option>{/block:Iflink4}
  962. {block:Iflink5}<option value="{text:link 5 url}">{text:link 5 title}</option>{/block:Iflink5}
  963. {block:Iflink6}<option value="{text:link 6 url}">{text:link 6 title}</option>{/block:Iflink6}
  964. </select></div>
  965. </select><br>
  966. </div>
  967. {block:ifimagebehindsidebar}
  968. <div style="position:fixed; margin-top: {text:sidebar image top}px; margin-left: {text:sidebar image right}px; z-index:-1;"><img src="{image:sidebar}"> <a href="/"></div>
  969. {/block:ifimagebehindsidebar}
  970. </div>
  971. <div style="position:fixed; bottom: 0px; left: 0px"><a href="http://jubileethemes.tumblr.com"><font color="#000"><small>theme</small></a></font>
  972. </body>
  973. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement