Advertisement
Guest User

Untitled

a guest
Jan 29th, 2012
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.95 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/html4/loose.dtd">
  4.  
  5. <!-- Please keep my credit on this theme. Or at least link
  6.  
  7. me as the creator on your blog somewhere. Thanks! =)
  8.  
  9. Conquer Theme by: reganlynn.tumblr.com | reganlynnthemes.tumblr.com
  10.  
  11. Conquer Theme by: reganlynn.tumblr.com | reganlynnthemes.tumblr.com
  12.  
  13. Conquer Theme by: reganlynn.tumblr.com | reganlynnthemes.tumblr.com
  14.  
  15. Conquer Theme by: reganlynn.tumblr.com | reganlynnthemes.tumblr.com
  16.  
  17. Conquer Theme by: reganlynn.tumblr.com | reganlynnthemes.tumblr.com
  18.  
  19. Conquer Theme by: reganlynn.tumblr.com | reganlynnthemes.tumblr..com
  20.  
  21. -->
  22.  
  23. <html>
  24.  
  25. <head>
  26.  
  27. <!-- DEFAULT COLORS -->
  28.  
  29. <meta name="color:Background" content="#201e20"/>
  30.  
  31. <meta name="color:post" content="#090808"/>
  32.  
  33. <meta name="color:sidebar" content="#ffffff"/>
  34.  
  35. <meta name="color:Text" content="#464646"/>
  36.  
  37. <meta name="color:text headers" content="#9e9e9e"/>
  38.  
  39. <meta name="color:bold text" content="#9e9e9e"/>
  40.  
  41. <meta name="color:label background" content="#0c0c0c"/>
  42.  
  43. <meta name="color:link" content="#969696"/>
  44.  
  45. <meta name="color:link hover" content="#ffffff"/>
  46.  
  47. <meta name="color:nav link" content="#424242"/>
  48.  
  49. <meta name="color:nav link hover" content="#201e20"/>
  50.  
  51. <meta name="image:Logo" content=""/>
  52.  
  53. <meta name="image:Portrait" content=""/>
  54.  
  55. <meta name="image:Background" content=""/>
  56.  
  57. <meta name="if:Show Infinite Scroll" content="1" />
  58.  
  59. <meta name="if:Show Photo Caption" content="1" />
  60.  
  61. <meta name="if:Show notes" content="1"/>
  62.  
  63. <meta name="text:Font Size" content="9px"/>
  64.  
  65. <meta name="font:Body" content="'Arial', Trebuchet MS, Helvetica, Tahoma, sans-serif" />
  66.  
  67. <title>{Title}</title>
  68.  
  69. <link rel="stylesheet" href="http://static.tumblr.com/usaykzx/o8Bku9w35/reset.css" type="text/css" />
  70.  
  71. <link rel="shortcut icon" href="{Favicon}">
  72.  
  73. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  74.  
  75. {block:Description}
  76.  
  77. <meta name="description" content="{MetaDescription}" />
  78.  
  79. {/block:Description}
  80.  
  81. <script> $("#entry").css({ opacity: 0.5 }); </script>
  82.  
  83. {block:IfShowInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfShowInfiniteScroll}
  84.  
  85. <style type="text/css">
  86.  
  87. body{
  88.  
  89. height:100%;
  90.  
  91. margin-top:0px;
  92.  
  93. text-align:justify;
  94.  
  95. color: {color:Text};
  96.  
  97. font-family: {font:Body};
  98.  
  99. font-size: {text:Font Size};
  100.  
  101. line-height: 12px;
  102.  
  103. background-color: {color:Background};
  104.  
  105. background-image:url({image:Background});
  106.  
  107. background-attachment: fixed;
  108.  
  109. background-position:bottom center;
  110.  
  111. background-repeat: repeat;}
  112.  
  113. a, a:link, a:visited, a:active{color: {color:link}; text-decoration:none;
  114.  
  115. font-family: {font:Body};
  116.  
  117. font-size: {text:Font Size}; line-height:12px; }
  118.  
  119. a:hover{color: {color:link hover};}
  120.  
  121. #tumblr_controls{
  122.  
  123. position:fixed!important;}
  124.  
  125. b, strong{color: {color:bold text};
  126.  
  127. font-family: {font:Body};
  128.  
  129. font-size: {text:Font Size}; line-height:12px;}
  130.  
  131. #wtf {
  132.  
  133. background-image:url();
  134.  
  135. width:408px;
  136.  
  137. max-height:100%;
  138.  
  139. overflow: visible;
  140.  
  141. margin-left: -394px;
  142.  
  143. left:50%;
  144.  
  145. top:10px;
  146.  
  147. position: relative;
  148.  
  149. padding:4px;
  150.  
  151. color: {color:Text};
  152.  
  153. font-family: {font:Body};
  154.  
  155. font-size: {text:Font Size};
  156.  
  157. line-height: 12px;}
  158.  
  159. #entry {
  160.  
  161. background-color: {color:post};
  162.  
  163. border: 0px solid {color:post};
  164.  
  165. z-index:6;
  166.  
  167. overflow:visible;
  168.  
  169. width:400px;
  170.  
  171. height: auto;
  172.  
  173. padding:4px;
  174.  
  175. margin:0px 0px 10px 0px;}
  176.  
  177. #sidebarholder {
  178.  
  179. top: 4px;
  180.  
  181. margin-left: 26px;
  182.  
  183. width: 366px;
  184.  
  185. height: auto;
  186.  
  187. position:fixed;
  188.  
  189. left: 50%;
  190.  
  191. padding-right:2px;}
  192.  
  193. #sidebar {
  194.  
  195. background-color: {color:post};
  196.  
  197. width: 360px;
  198.  
  199. height: auto;
  200.  
  201. padding-top: 4px;
  202.  
  203. padding-bottom:4px;
  204.  
  205. padding-left:4px;
  206.  
  207. padding-right:4px;}
  208.  
  209. #info {
  210.  
  211. background-color: {color:post};
  212.  
  213. border: 0px solid {color:post};
  214.  
  215. z-index:6;
  216.  
  217. overflow:visible;
  218.  
  219. width:400px;
  220.  
  221. height: auto;
  222.  
  223. padding:4px;
  224.  
  225. margin:0px 0px 10px 0px;}
  226.  
  227. #notes {
  228.  
  229. background-color: {color:post};
  230.  
  231. border: 0px solid {color:post};
  232.  
  233. z-index:6;
  234.  
  235. overflow:visible;
  236.  
  237. width:400px;
  238.  
  239. height: auto;
  240.  
  241. padding:4px;
  242.  
  243. margin:0px 0px 10px 0px;}
  244.  
  245. p{
  246.  
  247. margin-top:0px;
  248.  
  249. margin-bottom:0px;}
  250.  
  251. #question{
  252.  
  253. overflow:SHOW;
  254.  
  255. padding-bottom:3px;
  256.  
  257. margin-bottom:3px;}
  258.  
  259. #askr{
  260.  
  261. display:block;
  262.  
  263. float:left;
  264.  
  265. width:33px;
  266.  
  267. overflow:hidden;
  268.  
  269. margin-right:3px;}
  270.  
  271. ul {
  272.  
  273. list-style: disc;
  274.  
  275. padding: 4px 0px 6px 20px;}
  276.  
  277. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:label background};}
  278.  
  279. blockquote img{display:block; width:100%;}
  280.  
  281. blockquote p{padding:0px; margin:0px;}
  282.  
  283. blockquote blockquote{position:relative; left:6px; margin-top:0px; margin-right:0px; padding-right:0px;}
  284.  
  285. #bottominfo{
  286.  
  287. padding:2px 0px 0px 0px;
  288.  
  289. display:block;}
  290.  
  291. .answer p{margin:0px;}
  292.  
  293. .notes img{
  294.  
  295. width:10px;
  296.  
  297. position:relative;
  298.  
  299. top:1px;}
  300.  
  301. ol.notes, .notes li{
  302.  
  303. list-style:none;
  304.  
  305. margin:0px;
  306.  
  307. padding:0px;}
  308.  
  309. small {font-size:8px; line-height:8px; letter-spacing:0px;}
  310.  
  311. big {font-family:arial black; color:{color:text}; font-size:14px;}
  312.  
  313. .audio {width:100%; background:black; border:0px dotted #D6D6D6;}
  314.  
  315. a img{border:none;}
  316.  
  317. .label {
  318.  
  319. color: {color:bold text};font-weight: bold; line-height:12px;}
  320.  
  321. .odd {
  322.  
  323. background-color:{color:label background};}
  324.  
  325. h1 {
  326.  
  327. font-size: 24px;
  328.  
  329. line-height: 24px;
  330.  
  331. font-family: impact;
  332.  
  333. font-weight:normal;
  334.  
  335. text-transform: uppercase;
  336.  
  337. letter-spacing: -1px;
  338.  
  339. color:{color:text headers};
  340.  
  341. text-align:center;
  342.  
  343. margin:0px;
  344.  
  345. padding-bottom:4px;}
  346.  
  347. h2 {
  348.  
  349. font-size: 16px;
  350.  
  351. line-height: 16px;
  352.  
  353. font-family: impact;
  354.  
  355. font-weight:normal;
  356.  
  357. text-transform: uppercase;
  358.  
  359. letter-spacing: -1px;
  360.  
  361. color:{color:text headers};
  362.  
  363. text-align:left;}
  364.  
  365. a.links1 {
  366.  
  367. text-align:center;
  368.  
  369. width:83px;
  370.  
  371. color: {color:bold text};
  372.  
  373. display: inline-block;
  374.  
  375. text-transform: uppercase;
  376.  
  377. font-family:arial;
  378.  
  379. font-weight:bold;
  380.  
  381. font-size:7px;
  382.  
  383. padding: 2px;
  384.  
  385. -webkit-transition-property:color, text;
  386.  
  387. -webkit-transition-duration: .2s;
  388.  
  389. -moz-transition-duration: .2s;
  390.  
  391. -webkit-transition-timing-function: linear, ease-in;
  392.  
  393. margin-bottom:2px;
  394.  
  395. background-color: {color:nav link};}
  396.  
  397. a.links1:hover {
  398.  
  399. text-align:center;
  400.  
  401. color: {color:bold text};
  402.  
  403. -webkit-transition-duration: .2s;
  404.  
  405. -moz-transition-duration: .2s;
  406.  
  407. background-color: {color:nav link hover};}
  408.  
  409. #ask {
  410.  
  411. font-size:10px;
  412.  
  413. line-height:12px;
  414.  
  415. background-color: {color:label background};
  416.  
  417. padding:4px;
  418.  
  419. margin-bottom:4px;}
  420.  
  421. .postpic img {width:400px;}
  422.  
  423. img.middle {
  424.  
  425. vertical-align:middle;
  426.  
  427. margin-bottom:3px;}
  428.  
  429. #credit {
  430.  
  431. opacity:0.8;
  432.  
  433. filter: alpha(opacity=80);
  434.  
  435. -moz-opacity:0.8;
  436.  
  437. background-color:#000000;
  438.  
  439. color:{color:tags};
  440.  
  441. -webkit-transition-property:color, text;
  442.  
  443. -webkit-transition-duration: .2s;
  444.  
  445. -moz-transition-duration: .2s;
  446.  
  447. -webkit-transition-timing-function: linear, ease-in;
  448.  
  449. opacity:0.4;
  450.  
  451. -moz-opacity:0.4;
  452.  
  453. filter:alpha(opacity=40);
  454.  
  455. width:100%;
  456.  
  457. bottom:0px;
  458.  
  459. position:absolute;
  460.  
  461. z-index:1000;}
  462.  
  463. #credit:hover {
  464.  
  465. -webkit-transition-property:color, text;
  466.  
  467. -webkit-transition-duration: .2s;
  468.  
  469. -moz-transition-duration: .2s;
  470.  
  471. -webkit-transition-timing-function: linear, ease-in;
  472.  
  473. opacity:1;
  474.  
  475. -moz-opacity:1;
  476.  
  477. filter:alpha(opacity=100);}
  478.  
  479.  
  480.  
  481. #credit b {
  482.  
  483. text-shadow: 1px 1px 6px #000;
  484.  
  485. color:{color:tags};
  486.  
  487. font-size: 7px;
  488.  
  489. line-height: 8px;
  490.  
  491. font-family: verdana;
  492.  
  493. font-weight: bold;
  494.  
  495. text-transform: uppercase;
  496.  
  497. letter-spacing: 2px;}
  498.  
  499.  
  500.  
  501. #credit a {
  502.  
  503. text-shadow: 1px 1px 6px #000;
  504.  
  505. color:{color:tags};
  506.  
  507. font-size: 7px;
  508.  
  509. line-height: 8px;
  510.  
  511. font-family: verdana;
  512.  
  513. font-weight:normal;
  514.  
  515. text-transform: uppercase;
  516.  
  517. letter-spacing: 2px;}
  518.  
  519. #credit a:hover {
  520.  
  521. text-shadow: 1px 1px 6px #000;
  522.  
  523. color:{color:tags};
  524.  
  525. font-size: 7px;
  526.  
  527. line-height: 8px;
  528.  
  529. font-family: verdana;
  530.  
  531. font-weight:normal;
  532.  
  533. text-transform: uppercase;
  534.  
  535. letter-spacing: 2px;}
  536.  
  537. p {paddin:4px;}
  538.  
  539. {CustomCSS}
  540.  
  541. </style>
  542.  
  543. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  544.  
  545. <script type="text/javascript" src="http://static.tumblr.com/j4dtzbm/TKllubdk7/scrolltopcontrol.js"></script>
  546.  
  547. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  548.  
  549. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/2eWl5b9xv/nav.js"></script>
  550.  
  551. </head>
  552.  
  553. <body>
  554.  
  555. <div id="wtf">
  556.  
  557. <div id="sidebarholder">
  558.  
  559. {block:IfLogoImage}
  560.  
  561. <div style="margin-bottom:-60px; z-index:10; position:relative;">
  562.  
  563. <center>
  564.  
  565. <a href="http://{name}.tumblr.com"><img src="{image:Logo}" width="360" style="padding-bottom:4px;"></a>
  566.  
  567. </center></div>{/block:IfLogoImage}
  568.  
  569. <div id="sidebar">
  570.  
  571. <div style="padding-bottom:4px; margin-top:0px; z-index:-1;">
  572.  
  573. {block:IfPortraitImage}
  574.  
  575. <a href="http://{name}.tumblr.com"><img src="{image:Portrait}" width="360" style="padding-bottom:0px;"></a>
  576.  
  577. {/block:IfPortraitImage}</div>
  578.  
  579. {block:Description}{Description}{/block:Description}<br><br>
  580.  
  581. <center>
  582.  
  583. <a href="/" class="links1">Home</a>
  584.  
  585. {block:AskEnabled}<a href="/ask" class="links1">Ask</a>{/block:AskEnabled}
  586.  
  587. {block:SubmissionsEnabled}<a href="/submit" class="links1">Submit</a>{/block:SubmissionsEnabled}
  588.  
  589. <a href="/archive" class="links1">Archive</a>
  590.  
  591. {block:HasPages}
  592.  
  593. {block:Pages}
  594.  
  595. <a href="{URL}" class="links1">{Label}</a>
  596.  
  597. {/block:Pages}
  598.  
  599. {/block:HasPages}
  600.  
  601. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links1">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  602.  
  603. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links1">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  604.  
  605. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links1">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  606.  
  607. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links1">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  608.  
  609. </center><br>
  610.  
  611. {block:Pagination}
  612.  
  613. <center><table width="360" border="0" cellspacing="0" cellpadding="0">
  614.  
  615. <tr>
  616.  
  617. <td width="180">
  618.  
  619. {block:PreviousPage}<div align="left"><a href="{PreviousPage}">◄ Previous</a></div>{/block:PreviousPage}
  620.  
  621. </td>
  622.  
  623. <td width="180">{block:NextPage}<div align="right"><a href="{NextPage}">Next ►</a></div>{/block:NextPage}
  624.  
  625. </td>
  626.  
  627. </tr>
  628.  
  629. </table></center>
  630.  
  631. {/block:Pagination}
  632.  
  633. </div><br>
  634.  
  635. <div id="credit">
  636.  
  637. <center><b>Theme By:</b> <a href="http://reganlynn.tumblr.com">reganlynn</a> / <a href="http://reganlynnthemes.tumblr.com">reganlynnthemes</a></center></div>
  638.  
  639. </div>
  640.  
  641. <div class="autopagerize_page_element">
  642.  
  643. {block:Posts}
  644.  
  645. <div id="entry">
  646.  
  647. {block:Text}<h2>{Title}</h2>
  648.  
  649. <div class="postpic">
  650.  
  651. <p>{Body}</p>
  652.  
  653. </div>
  654.  
  655. {/block:Text}
  656.  
  657. {block:Photo}
  658.  
  659. {block:IndexPage}
  660.  
  661. <center><a href="{permalink}"><img src="{PhotoURL-500}" width="400" border="0"></a></center>
  662.  
  663. {block:IfShowPhotoCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowPhotoCaption}
  664.  
  665. {/block:IndexPage}
  666.  
  667. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  668.  
  669. {block:Photoset}<center>{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}
  670.  
  671. {block:Caption}{Caption}{/block:Caption}
  672.  
  673. {/block:PermalinkPage}</center>
  674.  
  675. {/block:Photoset}
  676.  
  677. {block:Quote}<h2>"{Quote}"</h2>{block:Source}{Source}{/block:Source}{/block:Quote}
  678.  
  679. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}{/block:Link}
  680.  
  681. {block:Chat}
  682.  
  683. {block:Title}{Title}{/block:Title}
  684.  
  685. {block:Lines}
  686.  
  687. {block:Label}
  688.  
  689. <div class="{Alt}"><span class="label"><strong>{Label}</strong></span>
  690.  
  691. <span class="line">{Line}</span></div>
  692.  
  693. {/block:Label}
  694.  
  695. {/block:Lines}
  696.  
  697. {/block:Chat}
  698.  
  699. {block:Video}<center>{block:IndexPage}<div id="video">{Video-400}</div>{block:IfNotHidePhotoCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHidePhotoCaption}{/block:IndexPage}
  700.  
  701. {block:PermalinkPage}<div id="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</center>
  702.  
  703. {/block:Video}
  704.  
  705. {block:Audio}
  706.  
  707. <center><div class="audio">{AudioPlayerBlack}</div></center>
  708.  
  709. {block:Caption}{Caption}{/block:Caption}
  710.  
  711. {/block:Audio}
  712.  
  713. {block:Answer}
  714.  
  715. <div id="ask"><img src="{AskerPortraitURL-24}" style="width:24px; height:24px; vertical-align:middle; padding-right:4px;">{Asker} Asked: {Question}</div>
  716.  
  717. <div class="postpic"><p>{Answer}</p></div>
  718.  
  719. {/block:Answer}
  720.  
  721. {block:IndexPage}
  722.  
  723. <div style="margin-top:10px;"><div align="right"><font color="#cb1e3a">&hearts;</font> <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{Permalink}">{TimeAgo}</a>
  724.  
  725. <a href="{ReblogURL}"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4" width="48" border="0" class="middle"></a></div></div>
  726.  
  727. {/block:IndexPage}
  728.  
  729. </div>
  730.  
  731. {block:PermalinkPage}
  732.  
  733. {block:Date}
  734.  
  735. <div id="info"><div id="bottominfo">
  736.  
  737. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">{ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a> at {12Hour}:{Minutes}{AmPm}{block:RebloggedFrom}<br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
  738.  
  739. {block:Photo}{block:HighRes}<br>HighRes: <a href="{PhotoURL-HighRes}">view</a>{/block:HighRes}{/block:Photo}
  740.  
  741. {block:Answer}<BR>Ask: <a href="/ask">{AskLabel}</a>{/block:Answer}
  742.  
  743. {block:Audio}<BR>Plays: {FormattedPlayCount}{block:ExternalAudio}<BR>Download: <a href="{ExternalAudioURL}">here</a>.{/block:ExternalAudio}{/block:Audio}
  744.  
  745. {block:HasTags}<BR>Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  746.  
  747. </div></div>
  748.  
  749. {/block:Date}
  750.  
  751. {/block:PermalinkPage}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement