iwtyhe

#18 - Like a Rainbow

Jun 12th, 2012
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 14.00 KB | None | 0 0
  1. <head>
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  3. <meta name="color:background" content="#000"/>
  4. <meta name="color:link one" content="#00BFFF"/>
  5. <meta name="color:link two" content="#40E0D0"/>
  6. <meta name="color:link three" content="#FF0000"/>
  7. <meta name="color:link four" content="#836FFF"/>
  8. <meta name="color:link five" content="#D7CAFC"/>
  9. <meta name="color:link six" content="#E3D9FC"/>
  10. <meta name="color:theme link" content="#DBDBDB"/>
  11. <meta name="color:permalink background" content="#C6B6F2"/>
  12. <meta name="color:text" content="#000000"/>
  13. <meta name="color:title" content="#000000"/>
  14. <meta name="color:link" content="#8C8C8C"/>
  15. <meta name="color:hover" content="#000000"/>
  16. <meta name="image:Background" content=""/>
  17. <meta name="image:Sidebar" content=""/>
  18. <meta name="if:Show Sidebar Image" content="1"/>
  19. <meta name="if:Show Title" content="1"/>
  20. <meta name="if:RainBow Links" content=""/>
  21. <meta name="if:Show caption" content=""/>
  22. <meta name="if:Infinite scrolling" content=""/>
  23. <meta name="if:Pagination" content=""/>
  24. <meta name="if:Enable tiny cursor" content="1"/>
  25. <meta name="if:Tiny scrollbar" content="1"/>
  26. <meta name="text:Link 1" content="/"/>
  27. <meta name="text:Link 1 Title" content="Home"/>
  28. <meta name="text:Link 2" content="/" />
  29. <meta name="text:Link 2 Title" content="Ask"/>
  30. <meta name="text:Link 3" content="/" />
  31. <meta name="text:Link 3 Title" content="About"/>
  32. <meta name="text:Link 4" content="/"/>
  33. <meta name="text:Link 4 Title" content="Self"/>
  34. <meta name="text:Link 5" content="/"/>
  35. <meta name="text:Link 5 Title" content="Archive"/>
  36. <meta name="text:Link 6" content="/" />
  37. <meta name="text:Link 6 Title" content="RSS"/>
  38.  
  39. {block:Description}
  40. <meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <title>
  42. {block:PostSummary}
  43. {PostSummary} - {/block:PostSummary}{Title}</title>
  44.  
  45. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  46.  
  47. <style type="text/css">
  48.  
  49. {block:ifenabletinycursor}
  50. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:ifenabletinycursor}
  51.  
  52. {block:iftinyscrollbar}
  53. ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
  54. ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 1ex; border: 1px solid black;}
  55. {/block:iftinyscrollbar}
  56.  
  57. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  58.  
  59. @font-face {font-family: "ruluko";src: url('http://static.tumblr.com/jtqlgf2/PtUm2dquz/ruluko-regular.ttf');}
  60.  
  61. body {
  62. margin:0px;
  63. background-color: {color:Background};
  64. background-image:url({image:background});
  65. background-attachment: fixed;
  66. background-repeat: repeat;
  67. }
  68. body, div, p, textarea, submit, input{
  69. font-family: 'ruluko';
  70. font-size: 12px;
  71. line-height: 12px;
  72. letter-spacing:0px;
  73. color:{color:Text};
  74. }
  75.  
  76. p {
  77. margin:0px;
  78. margin-top:5px;
  79. }
  80.  
  81. a:link, a:active, a:visited{
  82. color: {color:Link};
  83. text-decoration: none;
  84. }
  85. a:hover {
  86. color:{color:Hover};
  87. }
  88.  
  89. #center {
  90. margin:auto;
  91. position:relative;
  92. width:790px;
  93. overflow:auto;
  94. overflow-y:hidden;
  95. }
  96.  
  97. #content {
  98. width:510px;
  99. }
  100.  
  101. #entry {
  102. overflow: hidden;
  103. width: 510px;
  104. margin-top:5px;
  105. background: {color:Permalink Background};
  106. }
  107.  
  108. #post {
  109. padding: 5px;
  110. background: white;
  111. transition: all 0.5s ease-out;
  112. -o-transition-transition: all 0.5s ease-out;
  113. -webkit-transition: all 0.5s ease-out;
  114. -moz-transition: all 0.5s ease-out;
  115. }
  116.  
  117. #entry:hover #post{
  118. {block:indexpage}
  119. margin-left: 100px;
  120. transition: all 0.5s ease-out;
  121. -o-transition-transition: all 0.5s ease-out;
  122. -webkit-transition: all 0.5s ease-out;
  123. -moz-transition: all 0.5s ease-out;
  124. {/block:indexpage}
  125. }
  126.  
  127. #permalink {
  128. margin-left: -100px;
  129. padding: 5px;
  130. position: absolute;
  131. width: 90px;
  132. font-family: 'littlefont';
  133. font-size: 8px;
  134. text-transform: uppercase;
  135. line-height: 10px;
  136. transition: all 0.5s ease-out;
  137. -o-transition-transition: all 0.5s ease-out;
  138. -webkit-transition: all 0.5s ease-out;
  139. -moz-transition: all 0.5s ease-out;
  140. }
  141.  
  142. #permalink a{
  143. color: black;
  144. }
  145.  
  146. #entry:hover #permalink{
  147. {block:indexpage}
  148. margin-left: 0px;
  149. transition: all 0.5s ease-out;
  150. -o-transition-transition: all 0.5s ease-out;
  151. -webkit-transition: all 0.5s ease-out;
  152. -moz-transition: all 0.5s ease-out;
  153. {/block:indexpage}
  154. }
  155.  
  156. #sidebar {
  157. position:fixed !important;
  158. width: 230px;
  159. background-color:white;
  160. margin: 5px 0px 0px 550px;
  161. padding:5px;
  162. }
  163.  
  164. #one a{
  165. background: {color:link one};
  166. width: 5px;
  167. height: 120px;
  168. margin: 0px 0px 0px 800px;
  169. position: fixed;
  170. transition: all 0.5s ease-out;
  171. -o-transition-transition: all 0.5s ease-out;
  172. -webkit-transition: all 0.5s ease-out;
  173. -moz-transition: all 0.5s ease-out;
  174. }
  175.  
  176. #one a:hover{
  177. height: 140px;
  178. transition: all 0.5s ease-out;
  179. -o-transition-transition: all 0.5s ease-out;
  180. -webkit-transition: all 0.5s ease-out;
  181. -moz-transition: all 0.5s ease-out;
  182. }
  183.  
  184. #two a{
  185. background: {color:link two};
  186. width: 5px;
  187. height: 80px;
  188. margin: 0px 0px 0px 808px;
  189. position: fixed;
  190. transition: all 0.5s ease-out;
  191. -o-transition-transition: all 0.5s ease-out;
  192. -webkit-transition: all 0.5s ease-out;
  193. -moz-transition: all 0.5s ease-out;
  194. }
  195.  
  196. #two a:hover{
  197. height: 100px;
  198. transition: all 0.5s ease-out;
  199. -o-transition-transition: all 0.5s ease-out;
  200. -webkit-transition: all 0.5s ease-out;
  201. -moz-transition: all 0.5s ease-out;
  202. }
  203.  
  204. #three a{
  205. background: {color:link three};
  206. width: 5px;
  207. height: 110px;
  208. margin: 0px 0px 0px 816px;
  209. position: fixed;
  210. transition: all 0.5s ease-out;
  211. -o-transition-transition: all 0.5s ease-out;
  212. -webkit-transition: all 0.5s ease-out;
  213. -moz-transition: all 0.5s ease-out;
  214. }
  215.  
  216. #three a:hover{
  217. height: 130px;
  218. transition: all 0.5s ease-out;
  219. -o-transition-transition: all 0.5s ease-out;
  220. -webkit-transition: all 0.5s ease-out;
  221. -moz-transition: all 0.5s ease-out;
  222. }
  223.  
  224. #four a{
  225. background: {color:link four};
  226. width: 5px;
  227. height: 90px;
  228. margin: 0px 0px 0px 824px;
  229. position: fixed;
  230. transition: all 0.5s ease-out;
  231. -o-transition-transition: all 0.5s ease-out;
  232. -webkit-transition: all 0.5s ease-out;
  233. -moz-transition: all 0.5s ease-out;
  234. }
  235.  
  236. #four a:hover{
  237. height: 110px;
  238. transition: all 0.5s ease-out;
  239. -o-transition-transition: all 0.5s ease-out;
  240. -webkit-transition: all 0.5s ease-out;
  241. -moz-transition: all 0.5s ease-out;
  242. }
  243.  
  244. #five a{
  245. background: {color:link five};
  246. width: 5px;
  247. height: 140px;
  248. margin: 0px 0px 0px 832px;
  249. position: fixed;
  250. transition: all 0.5s ease-out;
  251. -o-transition-transition: all 0.5s ease-out;
  252. -webkit-transition: all 0.5s ease-out;
  253. -moz-transition: all 0.5s ease-out;
  254. }
  255.  
  256. #five a:hover{
  257. height: 160px;
  258. transition: all 0.5s ease-out;
  259. -o-transition-transition: all 0.5s ease-out;
  260. -webkit-transition: all 0.5s ease-out;
  261. -moz-transition: all 0.5s ease-out;
  262. }
  263.  
  264. #six a{
  265. background: {color:link six};
  266. width: 5px;
  267. height: 70px;
  268. margin: 0px 0px 0px 840px;
  269. position: fixed;
  270. transition: all 0.5s ease-out;
  271. -o-transition-transition: all 0.5s ease-out;
  272. -webkit-transition: all 0.5s ease-out;
  273. -moz-transition: all 0.5s ease-out;
  274. }
  275.  
  276. #six a:hover{
  277. height: 90px;
  278. transition: all 0.5s ease-out;
  279. -o-transition-transition: all 0.5s ease-out;
  280. -webkit-transition: all 0.5s ease-out;
  281. -moz-transition: all 0.5s ease-out;
  282. }
  283.  
  284. #theme a{
  285. background: {color:theme link};
  286. width: 5px;
  287. height: 100px;
  288. margin: 0px 0px 0px 848px;
  289. position: fixed;
  290. transition: all 0.5s ease-out;
  291. -o-transition-transition: all 0.5s ease-out;
  292. -webkit-transition: all 0.5s ease-out;
  293. -moz-transition: all 0.5s ease-out;
  294. }
  295.  
  296. #theme a:hover{
  297. height: 120px;
  298. transition: all 0.5s ease-out;
  299. -o-transition-transition: all 0.5s ease-out;
  300. -webkit-transition: all 0.5s ease-out;
  301. -moz-transition: all 0.5s ease-out;
  302. }
  303.  
  304. #postnotes{
  305. text-align: left;
  306. }
  307.  
  308. #postnotes blockquote{
  309. border: 0px;
  310. }
  311.  
  312. .title{
  313. font-size: 15px;
  314. line-height: 15px;
  315. color: {color:Title};
  316. letter-spacing: 0;
  317. font-weight: bold;
  318. }
  319.  
  320. .blogtitle a{
  321. font-size: 25px;
  322. line-height: 25px;
  323. font-style: italic;
  324. color: {color:Title};
  325. }
  326.  
  327. blockquote{
  328. padding:0px 0px 2px 5px;
  329. margin:2px 0px 2px 1px;
  330. border-left: 1px solid {color:Text};
  331. }
  332. blockquote p, ul{
  333. margin:0px;
  334. padding:0px;
  335. }
  336.  
  337. .chat .line{
  338. background-color:#ffffff;
  339. margin: 0 0 1px;
  340. padding: 2px;
  341. }
  342. .chat .line.odd{
  343. background-color:#F0F0F0;
  344. }
  345.  
  346. .label {
  347. font-weight:bold;
  348. color:{color:text};
  349. }
  350.  
  351. a img{
  352. border: 0px;
  353. }
  354.  
  355. .p { padding-top: 5px; }
  356. .ol, ul { margin-left: 10px; padding: 5px; }
  357. .ul { list-style-type: square; }
  358.  
  359. .notes img{
  360. width:10px;
  361. position:left;
  362. top:3px;}
  363.  
  364. {font-size: 100%;}
  365.  
  366. {CustomCSS}
  367. </style>
  368. <link rel="shortcut icon" href="{Favicon}">
  369. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  370. <meta name="viewport" content="width=820" />
  371. {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  372. "></script>{/block:ifrainbowlinks}
  373. {block:ifinfinitescrolling}<style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  374. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  375. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  376.  
  377. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  378. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  379. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  380. <script type="text/javascript">
  381. $(document).ready(function() {
  382. $().UItoTop({ easingType: 'easeOutQuart' });
  383. });
  384. </script>{/block:ifinfinitescrolling}
  385. </head>
  386. <body>
  387. <div id="cage">
  388. <div id="center">
  389. <div id="one"><a id="one" href="{text:Link 1}" title="{text:Link 1 Title}">&nbsp;</a></div>
  390. <div id="two"><a id="two" href="{text:Link 2}" title="{text:Link 2 Title}">&nbsp;</a></div>
  391. <div id="three"><a id="three" href="{text:Link 3}" title="{text:Link 3 Title}">&nbsp;</a></div>
  392. <div id="four"><a id="four" href="{text:Link 4}" title="{text:Link 4 Title}">&nbsp;</a></div>
  393. <div id="five"><a id="three" href="{text:Link 5}" title="{text:Link 5 Title}">&nbsp;</a></div>
  394. <div id="six"><a id="three" href="{text:Link 6}" title="{text:Link 6 Title}">&nbsp;</a></div>
  395. <div id="theme"><a id="three" href="http://w-hisperss.tumblr.com" title="theme">&nbsp;</a></div>
  396. <div id="sidebar">
  397. {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=230px></a>{/block:ifshowsidebarimage}
  398. {block:ifShowTitle}
  399. <div class="blogtitle"><a href="/">{Title}</a></div><br>{/block:ifShowTitle}
  400. <div style="overflow: auto; auto; height: 120px;">{Description}</div>
  401. {block:ifpagination}
  402. <br>
  403. {block:HasPages}{block:Pages} <a href="{URL}" class="page">{Label}</a>{/block:Pages}{/block:HasPages}{/block:HasPages}
  404.  
  405. <center>
  406.  
  407. <br>
  408. {block:PreviousPage} <a href="{PreviousPage}"><font size="2"></font></a>{/block:PreviousPage}
  409. {block:NextPage}<a href="{NextPage}"><font size="2"></font></a>{/block:NextPage}
  410. {/block:ifpagination}
  411. </div>
  412.  
  413. <div id="content">
  414. {block:Posts}
  415. <div id="entry">
  416. {block:IndexPage}<div id="permalink"><a href="{permalink}">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}{/block:Date}</a><br>
  417. {block:RebloggedFrom}
  418. via: <a href="{ReblogParentURL}">{ReblogParentName}</a>;
  419. source: <a href="{ReblogRootURL}">{ReblogRootName}</a><br>
  420. {/block:RebloggedFrom}
  421. <a href="{Permalink}">{NoteCountWithLabel}</a> <br> <a href="{ReblogURL}">Reblog</a>
  422. {block:HasTags}<br>
  423. {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
  424. {/block:HasTags}
  425. </div>
  426. {/block:IndexPage}
  427.  
  428. {block:Text}<div id="post">{block:Title}<span class="title">{Title}</span>{/block:Title}{Body}</div>{/block:text}
  429.  
  430. {block:Link}<div id="post"><a href="{URL}" class="title">{Name}</a>{block:Description}{Description}{/block:Description}</div>{/block:link}
  431.  
  432. {block:Photo}<div id="post"><center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/></a>{LinkCloseTag}</center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}</div>{/block:Photo}
  433.  
  434. {block:Photoset}<div id="post"><center>{Photoset-500}</center></span>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}</div>{/block:Photoset}
  435.  
  436. {block:Quote}<div id="post"><span class="title">{Quote}</span>{block:Source}<i> - {Source}</i>{/block:Source}<br></div>{/block:Quote}
  437.  
  438. {block:Chat}<div id="post">{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  439. {block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div></div>{/block:Chat}
  440.  
  441. {block:Audio}<div id="post"><div style="width: 300px; height: 20px;">{AudioPlayerGrey}</div><BR>{block:TrackName}<span><strong>Title</strong>:
  442. {TrackName}</span>{/block:TrackName}<br>
  443. {block:Artist}<span><strong>Artist:</strong>
  444. {Artist}</span>{/block:Artist}<br></div>
  445. {/block:Audio}
  446.  
  447. {block:Video}<div id="post"><center>{Video-500}<BR></center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}</div>{/block:Video}
  448.  
  449. {block:PermalinkPage}
  450. <div id="permapage">{block:ifnotshowcaption}{block:caption}{caption}{/block:caption}{/block:ifnotshowcaption}<Br>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
  451. {/block:PermalinkPage}
  452.  
  453. {block:PostNotes}{PostNotes}
  454. {/block:PostNotes}</div>{/block:Posts}
  455. </div></div>
  456. </div>
  457. </body>
  458. </html>
Advertisement
Add Comment
Please, Sign In to add comment