Advertisement
Guest User

Untitled

a guest
Jul 1st, 2013
714
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.25 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.  
  4. holy shit what th e fuck
  5.  
  6. hi this is the computerized redux edit by ego
  7. yeah
  8.  
  9. if you have any questions, ask me at http://alterego.co.vu/ask or on my theme blog
  10.  
  11. theres probably some bugs and stuff i may fix it later but for now i. cant look at html anymore wtf
  12.  
  13. have fun!
  14.  
  15. -ego
  16.  
  17.  
  18. -->
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  20. <head>
  21. <!-- DEFAULT VARIABLES -->
  22. <meta name="color:Background" content="#3b627e" />
  23. <meta name="color:Borders" content="" />
  24. <meta name="color:Sidebar Background" content="#fff" />
  25. <meta name="color:Post Background" content="#000" />
  26. <meta name="color:Sidebar Text" color="#00ff03">
  27. <meta name="color:Text" color="#00ff03">
  28. <meta name="color:links" content="#00ff03" />
  29. <meta name="color:links hover" color="#00ff03">
  30. <meta name="color:footer" content="">
  31. <meta name="color:footer text" content="">
  32. <meta name="color:post title" content="">
  33. <meta name="color:tags" content="">
  34. <meta name="color:Font Shadow" content="#fff" />
  35.  
  36. <meta name="if:Show Tags" content="1" />
  37. <meta name="if:Show Album Art on Audio Posts" content="1" />
  38. <meta name="if:Rainbow Links" content="1">
  39. <meta name="if:Text Shadow" content="1">
  40. <meta name="if:Link 1" content="1">
  41. <meta name="if:Link 2" content="1">
  42. <meta name="if:Link 3" content="1">
  43. <meta name="if:Link 4" content="1">
  44. <meta name="if:Link 5" content="1">
  45. <meta name="if:Link 6" content="1">
  46. <meta name="if:Music Player" content="1">
  47.  
  48. <meta name="image:Sidebar" content="" />
  49. <meta name="image:Background" content="" />
  50. <meta name="image:Extra Sidebar" content="" />
  51.  
  52. <meta name="text:image top" content="0">
  53. <meta name="text:image left" content="0">
  54. <meta name="text:red" content="0" />
  55. <meta name="text:green" content="0" />
  56. <meta name="text:blue" content="0" />
  57. <meta name="text:link 1" content="" />
  58. <meta name="text:link 2" content="" />
  59. <meta name="text:link 3" content="" />
  60. <meta name="text:link 4" content="" />
  61. <meta name="text:link 5" content="" />
  62. <meta name="text:link 6" content="" />
  63. <meta name="text:link 1 url" content="/" />
  64. <meta name="text:link 2 url" content="/" />
  65. <meta name="text:link 3 url" content="/" />
  66. <meta name="text:link 4 url" content="/" />
  67. <meta name="text:link 5 url" content="/" />
  68. <meta name="text:link 6 url" content="/" />
  69. <meta name="text:music code" content="">
  70. <meta name="text:song 1" content="">
  71. <meta name="text:song 2" content="">
  72. <meta name="text:song 3" content="">
  73. <meta name="text:song 4" content="">
  74. <meta name="text:song 5" content="">
  75.  
  76. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  77. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  78. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  79. <link rel="shortcut icon" href="{Favicon}" />
  80. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  81. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  82. <style type="text/css">
  83. body {
  84. background: {color:Background} url('{image:Background}') top left fixed repeat;
  85. margin: 0;
  86. padding: 1px;
  87. font-family: bitxmap;
  88. {block:IfTextShadow}text-shadow: 0 0 40px {color:Font Shadow}, 0 0 3px rgba({text:red},{text:green},{text:blue}, 0.7), 1px 1px 1px rgba({text:red},{text:green},{text:blue}, 0.7);{/block:IfTextShadow}
  89. }
  90.  
  91. accent {
  92. font-family: bitxmap;
  93. }
  94.  
  95. @font-face {font-family:"bitxmap"; src: url("http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf")}
  96.  
  97. .clear {
  98. clear: both;
  99. height: 0px;
  100. overflow: hidden;
  101. }
  102.  
  103. a img {
  104. border: none;
  105. }
  106.  
  107. #wrapper {
  108. width: 845px;
  109. margin: 0 auto;
  110. }
  111.  
  112. #wrapper #title {
  113. margin: 30px 0;
  114. color: #fff;
  115. text-align:center;
  116. font-size: 50px;
  117. font-weight: bold;
  118. font-family: bitxmap;
  119. text-shadow: 4 4 10px {color:Font Shadow};
  120. letter-spacing: -1px;
  121.  
  122. }
  123.  
  124. #wrapper #title a {
  125. color: {color:Links};
  126. text-decoration: none;
  127. -webkit-transition: all 0.1s ease-in-out;
  128. -moz-transition: all 0.1s ease-in-out;
  129. transition: all 0.1s ease-in-out;
  130. }
  131.  
  132. #wrapper #title a:hover {
  133. color: {color:Links hover};
  134. text-decoration: none;
  135. -webkit-transition: all 0.1s ease-in-out;
  136. -moz-transition: all 0.1s ease-in-out;
  137. transition: all 0.1s ease-in-out;
  138. }
  139.  
  140. #wrapper #content {
  141. width: 520px;
  142. float: right;
  143. }
  144.  
  145. #wrapper #content .post {
  146. font-family: {font:body};
  147. background-color: {color:Post Background};
  148. background-image: {image:Post BG};
  149. padding: 10px;
  150. position: relative;
  151. box-shadow:rgba(0,0,0,0.1)10px 10px;
  152. margin-bottom: 20px;
  153. }
  154.  
  155. #wrapper #content .post .media {
  156. text-align: center;
  157. margin-bottom: 10px;
  158. }
  159.  
  160. #wrapper #content .post .quotebg {
  161. font-family: bitxmap;
  162. font-size: 150px;
  163. color: {color:Background};
  164. opacity: 0.2;
  165. filter: alpha(opacity=20);
  166. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  167. position: absolute;
  168. top: 70px;
  169. left: 10px;
  170. }
  171.  
  172. #wrapper #content .post .quote {
  173. color: {color:Links};
  174. font-weight: bold;
  175. padding: 20px 20px 5px 20px;
  176. }
  177.  
  178. #wrapper #content .post .quote.short {
  179. font-size: 33px;
  180. line-height: 35px;
  181. }
  182.  
  183. #wrapper #content .post .quote.medium {
  184. font-size: 25px;
  185. line-height: 28px;
  186. }
  187.  
  188. #wrapper #content .post .quote.long {
  189. font-size: 18px;
  190. line-height: 22px;
  191. }
  192.  
  193. #wrapper #content .post .quote_source *:first-child {
  194. margin-top: 0px;
  195. }
  196.  
  197. #wrapper #content .post .quote_source *:last-child {
  198. margin-bottom: 0px;
  199. }
  200.  
  201. #wrapper #content .post .quote *:first-child {
  202. margin-top: 0px;
  203. }
  204.  
  205. #wrapper #content .post .quote *:last-child {
  206. margin-bottom: 0px;
  207. }
  208.  
  209. #wrapper #content .post .copy {
  210. color: {color:Text};
  211. padding: 10px;
  212. font-size: 13px;
  213. line-height: 15px;
  214. }
  215.  
  216. #wrapper #content .post .copy a {
  217. color: {color:Links};
  218. text-decoration: none;
  219. -webkit-transition: all 0.1s ease-in-out;
  220. -moz-transition: all 0.1s ease-in-out;
  221. transition: all 0.1s ease-in-out;
  222. }
  223.  
  224. #wrapper #content .post .copy a:hover {
  225. color: {color:Links hover};
  226. text-decoration: underline;
  227. -webkit-transition: all 0.1s ease-in-out;
  228. -moz-transition: all 0.1s ease-in-out;
  229. transition: all 0.1s ease-in-out;
  230. }
  231.  
  232. #wrapper #content .post .copy p {
  233. margin: 10px 0 0 0;
  234. padding: 0;
  235. }
  236.  
  237. #wrapper #content .post .copy pre {
  238. margin: 10px 0px 10px 0px;
  239. padding: 10px;
  240. background-color: #e6e6e6;
  241. font: bitxmap;
  242. overflow: auto;
  243. }
  244.  
  245. #wrapper #content .post .copy > p:first-child {
  246. margin-top: 0;
  247. }
  248.  
  249. #wrapper #content .post .copy img {
  250. max-width: 100%;
  251. }
  252.  
  253. #wrapper #content .post .audio {
  254. background: {color:footer};
  255. float: left;
  256. padding: 7px;
  257. margin-bottom: 10px;
  258. -moz-border-radius: 4px;
  259. -webkit-border-radius: 4px;
  260. border-radius: 4px;
  261. }
  262.  
  263. #wrapper #content .post .audio .player {
  264. float: left;
  265. }
  266.  
  267. #wrapper #content .post .audio .player .audio_player embed {
  268. border: 1px solid #c8c8c8;
  269. }
  270.  
  271. #wrapper #content .post .audio .meta {
  272. padding: 8px 13px;
  273. height: 13px;
  274. float: left;
  275. color: {color:Text};
  276. font-family: {font:Accent};
  277. font-size: 11px;
  278. text-transform: lowercase;
  279. }
  280.  
  281. #wrapper #content .post .audio .meta a {
  282. color: #666;
  283. text-decoration: none;
  284. }
  285.  
  286. #wrapper #content .post .album_art {
  287. text-align: center;
  288. }
  289.  
  290. #wrapper #content .post .question {
  291. color: #494949;
  292. font-size: 16px;
  293. font-weight: bold;
  294. background: #f1f1f1;
  295. -moz-border-radius: 8px;
  296. -webkit-border-radius: 8px;
  297. border-radius: 8px;
  298. margin: 0 0 15px 0;
  299. padding: 15px 20px;
  300. position: relative;
  301. }
  302.  
  303. #wrapper #content .post .question .nipple {
  304. width: 13px;
  305. height: 7px;
  306. position: absolute;
  307. bottom: -7px;
  308. left: 30px;
  309. }
  310.  
  311. #wrapper #content .post .asker_container {
  312. margin: 0 0 20px 24px;
  313. }
  314.  
  315. #wrapper #content .post .asker_container img {
  316. margin: 0 12px -7px 0;
  317. }
  318.  
  319. #wrapper #content .post .asker_container a.asker {
  320. color: {color:Body};
  321. }
  322.  
  323. #wrapper #content .post .title {
  324. color: {text:post title};
  325. font-size: 16px;
  326. font-weight: bold;
  327. padding: 10px 10px 0 10px;
  328. }
  329.  
  330. #wrapper #content .post img {
  331. max-width: 500px;
  332. }
  333.  
  334. #wrapper #content .post .chat {
  335. background-color: #fff;
  336. border-left: 5px solid #dedddd;
  337. margin: 10px 10px 0 10px;
  338. font-size: 14px;
  339. }
  340.  
  341. #wrapper #content .post .chat .lines {
  342. margin-left: 1px;
  343. }
  344.  
  345. #wrapper #content .post .chat .lines .line {
  346. background-color: #eaeaea;
  347. color: #494949;
  348. margin-bottom: 1px;
  349. padding: 3px 5px;
  350. }
  351.  
  352. #wrapper #content .post .chat .lines .line.even {
  353. background-color: #dedddd;
  354. }
  355.  
  356. #wrapper #content .post .link {
  357. margin: 4px 0 2px 0;
  358. font-size: 16px;
  359. line-height: 25px;
  360. }
  361.  
  362. #wrapper #content .post .link a {
  363. background-color: {color:Background};
  364. color: #fff;
  365. padding: 5px 7px;
  366. -moz-border-radius: 4px;
  367. -webkit-border-radius: 4px;
  368. border-radius: 4px;
  369. }
  370.  
  371. #wrapper #content .post .link a:hover {
  372. opacity: 0.9;
  373. filter: alpha(opacity=90);
  374. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  375. }
  376.  
  377. #wrapper #content .post .footer {
  378. background: {color:Footer};
  379. -moz-border-radius: 4px;
  380. -webkit-border-radius: 4px;
  381. border-radius: 4px;
  382. font-family: {font:Accent};
  383. font-size: 11px;
  384. color: {color:Footer text};
  385. padding: 5px 10px;
  386. margin-top: 10px;
  387. }
  388.  
  389. #wrapper #content .post .footer.for_permalink:hover {
  390. opacity: 0.9;
  391. filter: alpha(opacity=90);
  392. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  393. }
  394.  
  395. #wrapper #content .post .footer .date {
  396. width: 67%;
  397. float: left;
  398. color: {color:Footer text};
  399. }
  400.  
  401. #wrapper #content .post .footer .notes {
  402. width: 33%;
  403. float: right;
  404. text-align: right;
  405. color: {color:Footer text};
  406. }
  407.  
  408. #wrapper #content .post .footer .notes a {
  409. color: {color:links};
  410. }
  411.  
  412. #wrapper #content .post .footer .tags a {
  413. color: {color:Tags};
  414. text-decoration: none;
  415. -webkit-transition: all 0.3s ease-in-out;
  416. -moz-transition: all 0.3s ease-in-out;
  417. transition: all 0.3s ease-in-out;
  418. }
  419.  
  420. #wrapper #content .post .footer .tags a:hover {
  421. color: {color:Tags hover};
  422. text-decoration: underline;
  423. -webkit-transition: all 0.3s ease-in-out;
  424. -moz-transition: all 0.3s ease-in-out;
  425. transition: all 0.3s ease-in-out;
  426. }
  427.  
  428. #wrapper #content .post .footer .tags .tag-commas:last-child {
  429. display: none;
  430. }
  431.  
  432. #wrapper #content .post .footer.with_source_url .tags {
  433. max-width: 330px;
  434. float: left;
  435. }
  436.  
  437. #wrapper #content .post .footer.with_source_url .source_url {
  438. float: right;
  439. max-width: 160px;
  440. overflow: hidden;
  441. white-space: nowrap;
  442.  
  443. }
  444.  
  445. #wrapper #content .post .footer.with_source_url .source_url img {
  446. vertical-align: top;
  447. -moz-opacity: 0.5;
  448. opacity: 0.5;
  449. }
  450.  
  451. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  452. -moz-opacity: 0.7;
  453. opacity: 0.7;
  454. }
  455.  
  456. #wrapper #content .post a {
  457. color: {color:Links};
  458. text-decoration: none;
  459. }
  460.  
  461. #wrapper #content .post .copy blockquote {
  462. margin: 10px 0px 10px 10px;
  463. padding-left: 15px;
  464. border-left: solid 4px {color:Borders};
  465. }
  466.  
  467. #wrapper #content .post .copy blockquote blockquote {
  468. border-left: solid 4px {color:Borders};
  469. }
  470.  
  471. #wrapper #content .post .copy blockquote blockquote blockquote {
  472. border-left: solid 4px {color:Borders};
  473. }
  474.  
  475. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  476. border-left: solid 4px {color:Borders};
  477. }
  478.  
  479. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  480. border-left: solid 4px {color:Borders};
  481. }
  482.  
  483. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  484. border-left: solid 4px {color:Borders};
  485. }
  486.  
  487. #wrapper #content #navigation {
  488. text-align: right;
  489. padding-bottom: 35px;
  490. text-transform: lowercase;
  491. }
  492.  
  493. #wrapper #content #navigation a {
  494. background-color: #fff;
  495. color: {color:Background};
  496. padding: 5px 10px;
  497. text-decoration: none;
  498. margin-left: 25px;
  499. }
  500.  
  501. #wrapper #content #navigation a:hover {
  502. opacity: 0.9;
  503. filter: alpha(opacity=90);
  504. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  505. }
  506.  
  507. #wrapper #content #navigation.jump_pagination {}
  508.  
  509. #wrapper #content #navigation.jump_pagination a {
  510. margin: 0 0 0 4px;
  511. }
  512.  
  513. #wrapper #content #navigation.jump_pagination .current_page {
  514. color: #fff;
  515. background-color: rgba(255,255,255, 0.1);
  516. border: 2px solid #fff;
  517. padding: 3px 8px;
  518. margin: 0 0 0 4px;
  519. cursor: default;
  520. }
  521.  
  522. #wrapper #content #navigation.jump_pagination .jump_page {}
  523.  
  524. #wrapper #content .post .notecontainer {
  525. background: {color:footer};
  526. -moz-border-radius: 4px;
  527. -webkit-border-radius: 4px;
  528. border-radius: 4px;
  529. font-family: {font:Accent};
  530. font-size: 11px;
  531. color: {color:Text};
  532. margin-top: 10px;
  533. margin-bottom: -10px;
  534. }
  535.  
  536. #wrapper #content .post .notecontainer a {
  537. color: {color:Links};
  538. text-decoration: none;
  539. }
  540.  
  541. #wrapper #content .post .notecontainer a:hover {
  542. color: {color:Links hover};
  543. text-decoration: underline;
  544. }
  545.  
  546. #wrapper #content .post .notecontainer ol.notes {
  547. padding: 0px 0 10px 0;
  548. list-style-type: none;
  549. font-size: 11px;
  550. }
  551.  
  552. #wrapper #content .post .notecontainer ol.notes li.note {
  553. padding: 10px 10px 0 10px;
  554. }
  555.  
  556. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  557. vertical-align: -4px;
  558. margin-right: 10px;
  559. width: 16px;
  560. height: 16px;
  561. }
  562.  
  563. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  564. font-weight: normal;
  565. }
  566.  
  567. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  568. font-weight: normal;
  569. }
  570.  
  571. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  572. border-left: 2px solid #666;
  573. padding: 4px 10px;
  574. margin: 10px 0px 0px 25px;
  575. }
  576.  
  577. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  578. text-decoration: none;
  579. }
  580.  
  581. #wrapper #sidebar {
  582. margin-top: auto;
  583. width: 225px;
  584. max-height: 350px;
  585. border: 5px #00ff03 solid;
  586. float: left;
  587. position: fixed;
  588. background: {color:Sidebar Background};
  589. color: {color:Sidebar Text};
  590. font-family: {font:Accent};
  591. box-shadow:rgba(0,0,0,0.3)10px 10px;
  592. }
  593.  
  594.  
  595. #wrapper #sidebar a {
  596. color: {color:links};
  597. }
  598.  
  599. #description {
  600. font-size: 11px;
  601. position: fixed;
  602. max-width:200px;
  603. top: 400px;
  604. margin-left: 10px;
  605. z-index: 3;
  606. text-align: center;
  607. opacity: 0;
  608. -webkit-transition: all 0.3s ease-in-out;
  609. -moz-transition: all 0.3s ease-in-out;
  610. transition: all 0.3s ease-in-out;
  611. }
  612.  
  613. #description:hover {
  614. top: 480px;
  615. opacity: 1;
  616. z-index: 3;
  617. -webkit-transition: all 0.3s ease-in-out;
  618. -moz-transition: all 0.3s ease-in-out;
  619. transition: all 0.3s ease-in-out;
  620.  
  621. }
  622.  
  623. #wrapper #sidebar #top #description a {
  624. color: {color:Links};
  625. text-decoration: underline;
  626. }
  627.  
  628. #wrapper #sidebar #top #description a:hover {
  629. color: {color:Links hover};
  630. text-decoration: underline;
  631. }
  632.  
  633. #wrapper #sidebar #top .heading {
  634. color: #fff;
  635. font-family: bitxmap;
  636. font-size: 17px;
  637. margin-top: 20px;
  638. padding: 10px;
  639. background-color: {color:Background};
  640. -webkit-border-top-left-radius: 4px;
  641. -webkit-border-top-right-radius: 4px;
  642. -moz-border-radius-topleft: 4px;
  643. -moz-border-radius-topright: 4px;
  644. border-top-left-radius: 4px;
  645. border-top-right-radius: 4px;
  646. }
  647.  
  648. #wrapper #sidebar #top a .heading {
  649. color: #fff;
  650. text-decoration: none;
  651. }
  652.  
  653. #wrapper #sidebar #top .content {
  654. margin-top: 2px;
  655. padding: 7px 10px;
  656. background: #eaeaea;
  657. color: #666;
  658. font-size: 11px;
  659. overflow: hidden;
  660. }
  661.  
  662. #wrapper #sidebar #top a {
  663. text-decoration: none;
  664. }
  665.  
  666. </style>
  667. <!--[if lt IE 7.]>
  668. <style type="text/css">
  669. #wrapper #sidebar #bottom {
  670. background: transparent;
  671. }
  672.  
  673. #wrapper #sidebar #top #avatar {
  674. background: none;
  675. }
  676.  
  677. #wrapper #sidebar #top #avatar img {
  678. border: 5px solid #f1f1f1;
  679. }
  680.  
  681. #wrapper #sidebar #top .heading#followontumblr {
  682. background-image: none;
  683. text-indent: 0;
  684. }
  685.  
  686. #wrapper #sidebar #top .heading#twitter {
  687. background-image: none;
  688. }
  689.  
  690. #wrapper #sidebar #top .heading#following {
  691. background-image: none;
  692. }
  693.  
  694. #wrapper #content .post .audio .player {
  695. float: none;
  696. }
  697.  
  698. #wrapper #content .post .audio .meta {
  699. display: none;
  700. float: none;
  701. }
  702. </style>
  703. <![endif]-->
  704.  
  705. <!--[if lt IE 8.]>
  706. <style type="text/css">
  707. #wrapper #content .bottom {
  708. background: transparent;
  709. }
  710.  
  711. #wrapper #content .post .footer {
  712. background: transparent;
  713. color: #000;
  714. }
  715.  
  716. #wrapper #content .post .audio {
  717. float: none;
  718. background: transparent;
  719. }
  720.  
  721. #wrapper #content .post .notecontainer .notes {
  722. padding: 0;
  723. margin: 0;
  724. }
  725. </style>
  726. <![endif]-->
  727. <style type="text/css">{CustomCSS}</style>
  728.  
  729. {block:IfRainbowLinks}
  730. <script type='text/javascript'>
  731. //<![CDATA[
  732. var rate = 50;
  733. if (document.getElementById)
  734. window.onerror=new Function("return true")
  735.  
  736. var objActive; // The object which event occured in
  737. var act = 0; // Flag during the action
  738. var elmH = 0; // Hue
  739. var elmS = 128; // Saturation
  740. var elmV = 255; // Value
  741. var clrOrg; // A color before the change
  742. var TimerID; // Timer ID
  743. if (document.all) {
  744. document.onmouseover = doRainbowAnchor;
  745. document.onmouseout = stopRainbowAnchor;
  746. }
  747. else if (document.getElementById) {
  748. document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
  749. document.onmouseover = Mozilla_doRainbowAnchor;
  750. document.onmouseout = Mozilla_stopRainbowAnchor;
  751. }
  752. function doRainbow(obj)
  753. {
  754. if (act == 0) {
  755. act = 1;
  756. if (obj)
  757. objActive = obj;
  758. else
  759. objActive = event.srcElement;
  760. clrOrg = objActive.style.color;
  761. TimerID = setInterval("ChangeColor()",100);
  762. }
  763. }
  764. function stopRainbow()
  765. {
  766. if (act) {
  767. objActive.style.color = clrOrg;
  768. clearInterval(TimerID);
  769. act = 0;
  770. }
  771. }
  772. function doRainbowAnchor()
  773. {
  774. if (act == 0) {
  775. var obj = event.srcElement;
  776. while (obj.tagName != 'A' && obj.tagName != 'BODY') {
  777. obj = obj.parentElement;
  778. if (obj.tagName == 'A' || obj.tagName == 'BODY')
  779. break;
  780. }
  781. if (obj.tagName == 'A' && obj.href != '') {
  782. objActive = obj;
  783. act = 1;
  784. clrOrg = objActive.style.color;
  785. TimerID = setInterval("ChangeColor()",100);
  786. }
  787. }
  788. }
  789. function stopRainbowAnchor()
  790. {
  791. if (act) {
  792. if (objActive.tagName == 'A') {
  793. objActive.style.color = clrOrg;
  794. clearInterval(TimerID);
  795. act = 0;
  796. }
  797. }
  798. }
  799. function Mozilla_doRainbowAnchor(e)
  800. {
  801. if (act == 0) {
  802. obj = e.target;
  803. while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
  804. obj = obj.parentNode;
  805. if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
  806. break;
  807. }
  808. if (obj.nodeName == 'A' && obj.href != '') {
  809. objActive = obj;
  810. act = 1;
  811. clrOrg = obj.style.color;
  812. TimerID = setInterval("ChangeColor()",100);
  813. }
  814. }
  815. }
  816. function Mozilla_stopRainbowAnchor(e)
  817. {
  818. if (act) {
  819. if (objActive.nodeName == 'A') {
  820. objActive.style.color = clrOrg;
  821. clearInterval(TimerID);
  822. act = 0;
  823. }
  824. }
  825. }
  826. function ChangeColor()
  827. {
  828. objActive.style.color = makeColor();
  829. }
  830. function makeColor()
  831. {
  832. // Don't you think Color Gamut to look like Rainbow?
  833. // HSVtoRGB
  834. if (elmS == 0) {
  835. elmR = elmV; elmG = elmV; elmB = elmV;
  836. }
  837. else {
  838. t1 = elmV;
  839. t2 = (255 - elmS) * elmV / 255;
  840. t3 = elmH % 60;
  841. t3 = (t1 - t2) * t3 / 60;
  842. if (elmH < 60) {
  843. elmR = t1; elmB = t2; elmG = t2 + t3;
  844. }
  845. else if (elmH < 120) {
  846. elmG = t1; elmB = t2; elmR = t1 - t3;
  847. }
  848. else if (elmH < 180) {
  849. elmG = t1; elmR = t2; elmB = t2 + t3;
  850. }
  851. else if (elmH < 240) {
  852. elmB = t1; elmR = t2; elmG = t1 - t3;
  853. }
  854. else if (elmH < 300) {
  855. elmB = t1; elmG = t2; elmR = t2 + t3;
  856. }
  857. else if (elmH < 360) {
  858. elmR = t1; elmG = t2; elmB = t1 - t3;
  859. }
  860. else {
  861. elmR = 0; elmG = 0; elmB = 0;
  862. }
  863. }
  864. elmR = Math.floor(elmR).toString(16);
  865. elmG = Math.floor(elmG).toString(16);
  866. elmB = Math.floor(elmB).toString(16);
  867. if (elmR.length == 1) elmR = "0" + elmR;
  868. if (elmG.length == 1) elmG = "0" + elmG;
  869. if (elmB.length == 1) elmB = "0" + elmB
  870. elmH = elmH + rate;
  871. if (elmH >= 360)
  872. elmH = 0;
  873. return '#' + elmR + elmG + elmB;
  874. }
  875. //]]>
  876. </script>{/block:IfRainbowLinks}
  877.  
  878. </head>
  879. <body>
  880. <div id="wrapper">
  881. <div id="title">
  882. <a href="/">{Title}
  883. </a>
  884. </div>
  885.  
  886. <div id="content">
  887.  
  888. <div class="autopagerize_page_element">
  889.  
  890. {block:Posts}
  891. <div class="post">
  892.  
  893. {block:Photo}
  894. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  895. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  896. {/block:Photo}
  897.  
  898.  
  899. {block:Video}
  900. <div class="media">{Video-500}</div>
  901. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  902. {/block:Video}
  903.  
  904. {block:Audio}
  905. {block:IfShowAlbumArtOnAudioPosts}
  906. {block:AlbumArt}
  907. <div class="album_art">
  908. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  909. </div>
  910. {/block:AlbumArt}
  911. {/block:IfShowAlbumArtOnAudioPosts}
  912.  
  913. <div class="audio">
  914. <div class="player">{AudioPlayerWhite}</div>
  915. <div class="meta">{PlayCountWithLabel}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  916. <div class="clear"></div>
  917. </div>
  918. <div class="clear"></div>
  919. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  920. {/block:Audio}
  921.  
  922. {block:Quote}
  923. <div class="quote {Length}">{Quote}</div>
  924. <div class="copy">
  925. <div class="quotebg">“</div>
  926. {block:Source}
  927. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  928. <tr>
  929. <td valign="top" style="width:20px;">&mdash;</td>
  930. <td valign="top" class="quote_source">
  931. {Source}
  932. </td>
  933. </tr>
  934. </table>
  935. {/block:Source}
  936. </div>
  937. {/block:Quote}
  938.  
  939. {block:Text}
  940. {block:Title}<div class="title">{Title}</div>{/block:Title}
  941. <div class="copy">{Body}</div>
  942. {/block:Text}
  943.  
  944. {block:Answer}
  945. <div class="question">
  946. <div class="nipple"></div>
  947. {Question}
  948. </div>
  949. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  950. <div class="copy">{Answer}</div>
  951. {/block:Answer}
  952.  
  953. {block:Chat}
  954. {block:Title}<div class="title">{Title}</div>{/block:Title}
  955. <div class="chat">
  956. <div class="lines">
  957. {block:Lines}
  958. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  959. {/block:Lines}
  960. </div>
  961. </div>
  962. <div class="clear"></div>
  963. <div style="height:10px;"></div>
  964. {/block:Chat}
  965.  
  966. {block:Link}
  967. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  968. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  969. {/block:Link}
  970.  
  971. {block:Date}
  972. <a href="{Permalink}">
  973. <div class="footer for_permalink">
  974. <div class="date">
  975. {block:Reblog}
  976. {lang:Reblogged TimeAgo from ReblogParentName} {block:RebloggedFromReblog}(<span style="text-transform:lowercase;">{lang:Originally from ReblogRootName}</span>){/block:RebloggedFromReblog}
  977. {/block:Reblog}
  978.  
  979. {block:NotReblog}
  980. {lang:Posted TimeAgo from source}
  981. {/block:NotReblog}
  982. </div>
  983. <div class="notes">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:IfDisqusShortname}{block:NoteCount}&bull;{/block:NoteCount} <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}</div>
  984. <div class="clear"></div>
  985. </div>
  986. </a>
  987. {/block:Date}
  988.  
  989. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  990. display:none;
  991. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  992. {block:ContentSource}display:block;{/block:ContentSource}
  993. ">
  994. {block:IfShowTags}
  995. {block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  996. {/block:IfShowTags}
  997.  
  998. {block:ContentSource}
  999. <a href="{SourceURL}" class="source_url">
  1000. {lang:Source}:
  1001. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1002. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  1003. </a>
  1004. {/block:ContentSource}
  1005.  
  1006. <div class="clear"></div>
  1007. </div>
  1008.  
  1009. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  1010.  
  1011. </div>
  1012. <div class="bottom"></div>
  1013. {/block:Posts}
  1014.  
  1015. </div>
  1016.  
  1017. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  1018.  
  1019. </div>
  1020.  
  1021. <div id="sidebar">
  1022.  
  1023. <img style="width:225px;height:350px;" src="{image:extra sidebar}">
  1024.  
  1025. <div id="description"><br />{Description}<p>
  1026.  
  1027. <p><hr color="{color:Borders}"/>
  1028.  
  1029. <a href="/" title="desktop"><img src="http://static.tumblr.com/idkf63d/4Ajmp9tvs/fjajdfd.gif"></a>
  1030. <a href="/ask" title="command prompt.exe"><img src="http://static.tumblr.com/idkf63d/CYfmp9y8a/050.gif"></a>
  1031. <a href="/submit" title="send file"><img src="http://static.tumblr.com/idkf63d/CYfmp9y8a/050.gif"></a>
  1032. <a href="/archive" title="recycle bin"><img src="http://static.tumblr.com/idkf63d/R4fmp9y9e/126.gif"></a>
  1033. <hr color="{color:Borders}"/>
  1034.  
  1035. <div id="links">
  1036.  
  1037. {block:IfLink1}<a href="{text:link 1 url}" title="{text:link 1}.exe"><img src="http://static.tumblr.com/idkf63d/2zomp9y7c/041.gif"></a> {/block:IfLink1}
  1038. {block:IfLink2}<a href="{text:link 2 url}" title="{text:link 2}.exe"><img src="http://static.tumblr.com/idkf63d/2zomp9y7c/041.gif"></a> {/block:IfLink2}
  1039. {block:IfLink3}<a href="{text:link 3 url}" title="{text:link 3}.exe"><img src="http://static.tumblr.com/idkf63d/2zomp9y7c/041.gif"></a> {/block:IfLink3}
  1040. {block:IfLink4}<a href="{text:link 4 url}" title="{text:link 4}.exe"><img src="http://static.tumblr.com/idkf63d/2zomp9y7c/041.gif"></a> {/block:IfLink4}
  1041. {block:IfLink5}<a href="{text:link 5 url}" title="{text:link 5}.exe"><img src="http://static.tumblr.com/idkf63d/2zomp9y7c/041.gif"></a> {/block:IfLink5}
  1042. {block:IfLink6}<a href="{text:link 6 url}" title="{text:link 6}.exe"><img src="http://static.tumblr.com/idkf63d/2zomp9y7c/041.gif"></a> {/block:IfLink6}
  1043.  
  1044. </div>
  1045.  
  1046. </div>
  1047.  
  1048. </div>
  1049.  
  1050. </div>
  1051. </div>
  1052.  
  1053. {block:IfMusicPlayer}
  1054. <div id="sweet"><href="#" title="music"><div id="up">♪<div id="tunes">{text:music code}</div></div></div></a>
  1055. {/block:IfMusicPlayer}
  1056.  
  1057. <div style="position:fixed; top:{text:image top}px; right:{text:image left}px;"><img src="{image:sidebar}"/></div>
  1058.  
  1059. <a href="http://skyward-sword.tumblr.com/absdh" title="theme"><div style="right:0px;bottom:0px;position:fixed;text-decoration:none;font-family:bitxmap;color:{color:text};font-size:12px;"><img src="http://static.tumblr.com/idkf63d/jaHmpa2mm/002.gif"></div></a>
  1060.  
  1061. </body>
  1062.  
  1063. <style>
  1064. #s-m-t-tooltip{
  1065. /* basic */
  1066. max-width:300px;
  1067. z-index:10;
  1068. margin:24px 14px 7px 12px;
  1069. /* style and design */
  1070. padding:8px;
  1071. background:{color:post background}; /* fallback if rgba not supported */
  1072. background:rgba(0,0,0,0.6);
  1073. -moz-border-radius:3px;
  1074. -webkit-border-radius:3px;
  1075. border-radius:3px;
  1076. -moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  1077. -webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  1078. box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  1079. /* font */
  1080. font-family:bitxmap;
  1081. font-size:11px;
  1082. line-height:12px;
  1083. color:{color:text};
  1084. }
  1085.  
  1086. #sweet
  1087. {
  1088. position:fixed; bottom:20px; left:25px;
  1089. padding:5px 0px 16px 0px;
  1090. text-align:center;
  1091. height:5px; width:25px;
  1092. overflow:hidden;
  1093. border: 4px solid {color:borders};
  1094. color:{color:borders};
  1095. background:{color:post background};
  1096. font-family:bitxmap;
  1097. font-size:9px;
  1098. {block:ifnottransparentsidebar}
  1099. background: {color:background sidebar};
  1100. {/block:ifnottransparentsidebar}
  1101. -webkit-transition: opacity 0.4s linear;
  1102. -webkit-transition: all 0.4s ease-in-out;
  1103. -moz-transition: all 0.4s ease-in-out;
  1104. -o-transition: all 0.4s ease-in-out;
  1105. -moz-border-radius: 7px;
  1106. -webkit-border-radius: 7px;
  1107. border-radius: 7px;
  1108. {block:IfTextShadow}text-shadow: 0 0 10px {color:Font Shadow}, 0 0 3px rgba({text:red},{text:green},{text:blue}, 0.7), 1px 1px 1px rgba({text:red},{text:green},{text:blue}, 0.7); {/block:IfTextShadow}
  1109. }
  1110.  
  1111. #sweet:hover{
  1112. height: 15px; width: 150px;border:1px solid {color:Borders sidebar};
  1113. {block:IfTextShadow}text-shadow: 0 0 40px {color:Font Shadow}, 0 0 3px rgba({text:red},{text:green},{text:blue}, 0.7), 1px 1px 1px rgba({text:red},{text:green},{text:blue}, 1); {/block:IfTextShadow}
  1114.  
  1115. #tunes{
  1116. padding-top: 25px;
  1117. font-family:bitxmap;
  1118. font-size:10px;
  1119. {block:IfTextShadow}text-shadow: 0 0 40px {color:Font Shadow}, 0 0 3px rgba({text:red},{text:green},{text:blue}, 0.7), 1px 1px 1px rgba({text:red},{text:green},{text:blue}, 0.7); {/block:IfTextShadow}
  1120. }
  1121.  
  1122. #up
  1123. {font-size:15px;-webkit-transition: opacity 0.2s linear;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  1124.  
  1125. #sweet:hover #up
  1126. {margin-top:-41px;}
  1127.  
  1128.  
  1129. </style>
  1130.  
  1131. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  1132. <script>
  1133. (function($){
  1134. $(document).ready(function(){
  1135. $("[title]").style_my_tooltips();
  1136. });
  1137. })(jQuery);
  1138. </script>
  1139.  
  1140. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement