iwtyhe

24# No Choice

Aug 13th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 14.06 KB | None | 0 0
  1. <head>
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  3. <meta name="color:background" content="#644F92"/>
  4. <meta name="color:text" content="#000000"/>
  5. <meta name="color:title" content="#000000"/>
  6. <meta name="color:link" content="#684B64"/>
  7. <meta name="color:hover" content="#000000"/>
  8.  
  9. <meta name="image:Background" content=""/>
  10. <meta name="image:Sidebar" content=""/>
  11.  
  12. <meta name="font:text" content="helvetica"/>
  13. <meta name="font:Title" content="helvetica"/>
  14.  
  15. <meta name="text:sidebar top margin" content="500"/>
  16. <meta name="text:body font size" content="10"/>
  17. <meta name="text:body title size" content="12"/>
  18. <meta name="text:blog title size" content="15"/>
  19.  
  20. <meta name="text:Permalink" content="☯"/>
  21.  
  22. <meta name="if:Show Sidebar Image" content=""/>
  23. <meta name="if:Show Title" content="1"/>
  24. <meta name="if:Show caption" content=""/>
  25.  
  26. <meta name="if:White audio player" content=""/>
  27. <meta name="if:Black audio player" content="1"/>
  28. <meta name="if:Grey audio player" content=""/>
  29.  
  30. <meta name="if:Three Columns" content=""/>
  31. <meta name="if:Four Columns" content=""/>
  32.  
  33. <meta name="if:All Black" content=""/>
  34. <meta name="if:All White" content="1"/>
  35. <meta name="if:Transparent boxes"content=""/>
  36.  
  37. <meta name="if:Faded Images" content=""/>
  38. <meta name="if:Inverted Faded Images" content=""/>
  39.  
  40. <meta name="if:Underline Hover" content=""/>
  41. <meta name="if:1px Spacing Hover" content=""/>
  42. <meta name="if:Italic Hover" content=""/>
  43. <meta name="if:Sparkle Hover" content=""/>
  44. <meta name="if:Rainbow Hover" content=""/>
  45.  
  46. <meta name="text:Link1" content="/" />
  47. <meta name="text:Link1 Title" content="link" />
  48. <meta name="text:Link2" content="/" />
  49. <meta name="text:Link2 Title" content="link" />
  50. <meta name="text:Link3" content="/" />
  51. <meta name="text:Link3 Title" content="link" />
  52. <meta name="text:Link4" content="/" />
  53. <meta name="text:Link4 Title" content="link" />
  54. <meta name="text:Link5" content="/" />
  55. <meta name="text:Link5 Title" content="link" />
  56. <meta name="text:Link6" content="/" />
  57. <meta name="text:Link6 Title" content="link" />
  58. <meta name="text:Link7" content="/" />
  59. <meta name="text:Link7 Title" content="link" />
  60. <meta name="text:Link8" content="/" />
  61. <meta name="text:Link8 Title" content="link" />
  62. <meta name="text:Link9" content="/" />
  63. <meta name="text:Link9 Title" content="link" />
  64.  
  65. {block:Description}
  66. <meta name="description" content="{MetaDescription}" />{/block:Description}
  67. <title>
  68. {block:PostSummary}
  69. {PostSummary} - {/block:PostSummary}{Title}</title>
  70.  
  71. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  72.  
  73. {block:indexpage}
  74. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  75.  
  76. <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
  77.  
  78. <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
  79.  
  80. <script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>
  81.  
  82. <script>
  83. jQuery(window).load(function(){
  84. var $wall = $('#content');
  85. $wall.imagesLoaded(function(){
  86. $wall.masonry({
  87. singleMode: true,
  88. columnWidth: 255,
  89. itemSelector: '#entry'
  90. });
  91. });
  92. $wall.infinitescroll({
  93. navSelector : '#page-nav',
  94. nextSelector : '#page-nav a',
  95. itemSelector : '#entry',
  96. },
  97.  
  98. function( newElements ){
  99. $(newElements).hide();
  100. setTimeout(function(){
  101. $wall.masonry({ appendedContent: $(newElements) });
  102. },2000);
  103. setTimeout(function(){
  104. $(newElements).fadeIn('slow');
  105. },2100);
  106. },1000);
  107. });
  108. </script>
  109.  
  110. <script>
  111. $.fn.imagesLoaded = function(callback){
  112. var elems = this.find('img'),
  113. len = elems.length,
  114. _this = this;
  115. if ( !elems.length ) {
  116. callback.call( this );}
  117. elems.bind('load',function(){
  118. if (--len <= 0){
  119. callback.call( _this );}
  120. }).each(function(){
  121. // cached images don't fire load sometimes, so we reset src.
  122. if (this.complete || this.complete === undefined){
  123. var src = this.src;
  124. // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
  125. // data uri bypasses webkit log warning (thx doug jones)
  126. this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
  127. this.src = src;}
  128. });
  129. return this;};
  130. </script>
  131.  
  132. {/block:Indexpage}
  133.  
  134. <style type="text/css">
  135.  
  136. {block:ifFadedImages}img{-webkit-transition: opacity 0.5s linear; opacity: 0.85;}img:hover{-webkit-transition: opacity 0.5s linear; opacity: 2;}
  137. {/block:ifFadedImages}
  138.  
  139. body {
  140. margin:0px;
  141. background-color: {color:Background};
  142. background-image:url({image:Background});
  143. background-attachment: fixed;
  144. background-repeat: repeat;
  145. {block:IfAllWhite}
  146. background: white;
  147. {/block:IfAllWhite}
  148. {block:IfAllBlack}
  149. background: black;
  150. {/block:IfAllBlack}
  151. }
  152. body, div, p, textarea, submit, input{
  153. font-family: {font:Text};
  154. font-size: {text:body font size}px;
  155. line-height: {text:body font size}px;
  156. letter-spacing:0px;
  157. color:{color:Text};
  158. }
  159.  
  160. p {
  161. margin:0px;
  162. margin-top:5px;
  163. }
  164.  
  165. a:link, a:active, a:visited{
  166. color: {color:Link};
  167. text-decoration: none;
  168. }
  169. a:hover {
  170. color:{color:Hover};
  171. {block:ifitalichover}font-style: italic;{/block:ifitalichover}
  172. {block:ifunderlinehover}text-decoration: underline;{/block:ifunderlinehover}
  173. {block:if1pxspacehover}letter-spacing: 1px;{/block:if1pxspacehover}
  174. {block:ifsparklehover}background: url(http://i1034.photobucket.com/albums/a424/Lauren_Barakat/423.gif){/block:ifsparklehover};
  175. }
  176.  
  177. #center {
  178. margin:auto;
  179. position:relative;
  180. width: 510px;
  181. {block:ifthreecolumns}width: 765px;{/block:ifthreecolumns}
  182. {block:iffourcolumns}width: 1020px;{/block:iffourcolumns}
  183. overflow:auto;
  184. overflow-y:hidden;
  185. }
  186.  
  187. #content {
  188. width: 510px;
  189. {block:ifthreecolumns}width: 765px;{/block:ifthreecolumns}
  190. {block:iffourcolumns}width: 1020px;{/block:iffourcolumns}
  191.  
  192. }
  193.  
  194. #entry {
  195. margin-top:5px;
  196. {block:indexpage}width: 250px;{/block:indexpage}
  197. {block:permalinkpage}width: 500px;{/block:permalinkpage}
  198. background: white;
  199. {block:ifallwhite}background: white;{/block:ifallwhite}
  200. {block:ifallblack}background: black;{/block:ifallblack}
  201. {block:iftransparentboxes}background: transparent;{/block:iftransparentboxes}
  202. }
  203.  
  204. #entry img{
  205. {block:indexpage}max-width: 250px;{/block:indexpage}
  206. }
  207.  
  208. {block:ifFadedImages}img{-webkit-transition: opacity 0.5s linear; opacity: 0.85;}img:hover{-webkit-transition: opacity 0.5s linear; opacity: 2;}
  209. {/block:ifFadedImages}
  210.  
  211. {block:ifInvertedFadedImages}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.2s linear; opacity: .60;}
  212. {/block:ifInvertedFadedImages}
  213.  
  214. #permalink{
  215. display: block;
  216. margin-top: 3px;
  217. text-align: right;
  218. }
  219.  
  220. #sidebar {
  221. position:fixed !important;
  222. width: 200px;
  223. margin-left: -250px;
  224. margin-top: {text:sidebar top margin}px;
  225. background: white;
  226. {block:ifallwhite}background: white;{/block:ifallwhite}
  227. {block:ifallblack}background: black;{/block:ifallblack}
  228. {block:iftransparentboxes}background: transparent;{/block:iftransparentboxes}
  229. }
  230.  
  231. #postnotes{
  232. text-align: left;
  233. }
  234.  
  235. #postnotes blockquote{
  236. border: 0px;
  237. }
  238.  
  239. .title{
  240. font-family: {font:title};
  241. font-size: {text:body title size}px;
  242. line-height: {text:body title size}px;
  243. color: {color:Title};
  244. font-weight: bold;
  245. }
  246.  
  247. .blogtitle a{
  248. font-family: {font: title};
  249. font-size: {text:blog title size}px;
  250. line-height: {text:blog title size}px;
  251. color: {color:Title};
  252. font-weight: bold;
  253. }
  254.  
  255. blockquote{
  256. padding:0px 0px 2px 5px;
  257. margin:2px 0px 2px 1px;
  258. border-left: 1px solid {color:Text};
  259. }
  260. blockquote p, ul{
  261. margin:0px;
  262. padding:0px;
  263. }
  264.  
  265. .chat .line{
  266. margin: 0 0 1px;
  267. padding: 5px;
  268. }
  269.  
  270.  
  271. .label {
  272. font-weight:bold;
  273. }
  274.  
  275. a img{
  276. border: 0px;
  277. }
  278.  
  279. .p {
  280. padding-top: 5px;
  281. }
  282. .ol, ul {
  283. margin-left: 10px;
  284. padding: 5px;
  285. }
  286. .ul {
  287. list-style-type: square;
  288. }
  289.  
  290. .notes img{
  291. width:10px;
  292. position:left;
  293. top:3px;
  294. }
  295.  
  296. .arrow_box {
  297. position: relative;
  298. {block:ifgreyaudioplayer}background: #e4e4e4;{/block:ifgreyaudioplayer}
  299. {block:ifwhiteaudioplayer}background: white;{/block:ifwhiteaudioplayer}
  300. {block:ifblackaudioplayer}background: black;{/block:ifblackaudioplayer}
  301. }
  302. .arrow_box:after {
  303. top: 100%;
  304. border: solid transparent;
  305. content: " ";
  306. height: 0;
  307. width: 0;
  308. position: absolute;
  309. pointer-events: none;
  310. }
  311.  
  312. .arrow_box:after {
  313. {block:ifgreyaudioplayer}border-top-color: #e4e4e4;{/block:ifgreyaudioplayer}
  314. {block:ifwhiteaudioplayer}border-top-color: white;{/block:ifwhiteaudioplayer}
  315. {block:ifblackaudioplayer}border-top-color: black;{/block:ifblackaudioplayer}border-width: 10px;
  316. left: 10%;
  317. margin-left: -10px;
  318. }
  319.  
  320. .audio {
  321. {block:indexpage}width: 250px;{/block:indexpage}
  322. {block:permalinkpage}width: 400px;{/block:permalinkpage}
  323. {block:ifgreyaudioplayer}background: #e4e4e4;{/block:ifgreyaudioplayer}
  324. {block:ifwhiteaudioplayer}background: white;{/block:ifwhiteaudioplayer}
  325. {block:ifblackaudioplayer}background: black;{/block:ifblackaudioplayer}
  326. height: 27px;
  327. }
  328.  
  329. ::-webkit-scrollbar{width:8px;height:8px;}
  330. ::-webkit-scrollbar-button:start:decrement
  331. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  332. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  333. ::-webkit-scrollbar-thumb:vertical{height:50px; scrollbar-face-color:#000; background-color: #000;-webkit-border-radius:px;}
  334. ::-webkit-scrollbar-thumb:horizontal{width:50px; scrollbar-face-color:#666666; background-color:#000;-webkit-border-radius:px;}
  335.  
  336.  
  337. {font-size: 100%;}
  338.  
  339. {CustomCSS}
  340. </style>
  341. <link rel="shortcut icon" href="{Favicon}">
  342. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  343. <meta name="viewport" content="width=820" />
  344. {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  345. "></script>{/block:ifrainbowlinks}
  346. </head>
  347. <body>
  348. <div id="cage">
  349. <div id="center">
  350. <div id="sidebar">
  351. {block:ifShowTitle}<center>
  352. <div class="blogtitle"><a href="/">{Title}</a></div></center><br>{/block:ifShowTitle}
  353. <center>
  354. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> +{/block:ifLink1}
  355. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> +{/block:ifLink2}
  356. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> +{/block:ifLink3}
  357. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> +{/block:ifLink4}
  358. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> +{/block:ifLink5}
  359. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> +{/block:ifLink6}
  360. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> +{/block:ifLink7}
  361. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
  362. </center>
  363.  
  364. {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=200px></a>{/block:ifshowsidebarimage}
  365. <div style="overflow: auto; auto; height: 120px; margin-top: 2px;">{Description}</div>
  366. </div>
  367.  
  368. <div id="content">
  369. {block:Posts}
  370. <div id="entry">
  371.  
  372. {block:Text}{block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}{Body}{block:indexpage}<div id="permalink"><a href="{permalink}">{text:permalink}</a></div>{/block:indexpage}{/block:text}
  373.  
  374. {block:Link}<a href="{URL}" class="title">{Name} »</a>{block:Description}{Description}{/block:Description}{block:indexpage}<div id="permalink"><a href="{permalink}">{text:permalink}</a></div>{/block:indexpage}{/block:link}
  375.  
  376. {block:Photo}{block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{/block:PermalinkPage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
  377.  
  378. {block:Photoset}{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{block:indexpage}<div id="permalink"><a href="{permalink}">{text:permalink}</a></div>{/block:indexpage}{/block:Photoset}
  379.  
  380. {block:Quote}<span class="title"><center>{Quote}</center></span>{block:Source}<br><div style="text-align: right;"><i> - {Source}</i></div>{/block:Source}{block:indexpage}<div id="permalink"><a href="{permalink}">{text:permalink}</a></div>{/block:indexpage}{/block:Quote}
  381.  
  382. {block:Chat}{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}">
  383. {block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{block:indexpage}<div id="permalink"><a href="{permalink}">{text:permalink}</a></div>{/block:indexpage}{/block:Chat}
  384.  
  385. {block:Audio}<div class="audio">{block:ifgreyaudioplayer}{AudioPlayerGrey}{/block:ifgreyaudioplayer}{block:ifblackaudioplayer}{AudioPlayerBlack}{/block:ifBlackaudioplayer}{block:ifwhiteaudioplayer}{AudioPlayerwhite}{/block:ifwhiteaudioplayer}</div><div class="arrow_box"></div><br>{block:TrackName}
  386. "{TrackName}"{/block:TrackName}
  387. {block:Artist}by
  388. {Artist}{/block:Artist}<br>{block:indexpage}<div id="permalink"><a href="{permalink}">{text:permalink}</a></div>{/block:indexpage}
  389. {/block:Audio}
  390.  
  391. {block:Video}{block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{block:indexpage}<div id="permalink"><a href="{permalink}">{text:permalink}</a></div>{/block:indexpage}{/block:Video}
  392.  
  393.  
  394. {block:PermalinkPage}
  395. <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>
  396. {/block:PermalinkPage}
  397.  
  398. {block:PostNotes}{PostNotes}
  399. {/block:PostNotes}</div>{/block:Posts}
  400. </div><div style="position: fixed; bottom: 5px; right: 5px;"><a href="http://w-hisperss.tumblr.com">theme</a></div></div>
  401. </div>
  402. </body>
  403. </html>
Add Comment
Please, Sign In to add comment