Advertisement
mayourbodiesremain

orbs are not ghosts (UPDATED OCT 17 14)

Oct 5th, 2012
3,735
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.54 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. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10. <!--
  11.  
  12. DO NOT REMOVE THE CREDIT ICON
  13. theme by PHANTOMS-INDISCREET.tumblr.com
  14.  
  15.  
  16. -->
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. <meta name="color:background" content="#FEF4F4"/>
  25. <meta name="color:02" content="#fff"/>
  26. <meta name="color:photo background" content="#FEEFEF"/>
  27. <meta name="color:portrait border" content="#eee"/>
  28.  
  29. <meta name="color:link 1" content="#ea9999"/>
  30. <meta name="color:link 2" content="#f4cccc"/>
  31. <meta name="color:quote 1" content="#EBCECE"/>
  32. <meta name="color:quote 2" content="#EBDBCE"/>
  33. <meta name="color:bold background" content="#fff2cc"/>
  34. <meta name="color:underline" content="#ABC6C7"/>
  35. <meta name="color:text" content="#333"/>
  36.  
  37.  
  38. <meta name="font:text" content="serif"/>
  39. <meta name="text:text size" content="10"/>
  40. <meta name="text:permalink" content="&#10013;"/>
  41. <meta name="text:underline" content=""/>
  42. <meta name="text:bullet" content=""/>
  43.  
  44.  
  45. <meta name="text:photo opacity" content="70"/>
  46.  
  47. <meta name="image:Background" content=""/>
  48. <meta name="image:portrait" content=""/>
  49.  
  50. <meta name="if:repeat background" content="0"/>
  51. <meta name="if:show description" content="0"/>
  52.  
  53.  
  54.  
  55. <style type='text/css'>
  56. @import url(http://fonts.googleapis.com/css?family=Mr+De+Haviland|Dawning+of+a+New+Day);
  57.  
  58. body {
  59. background: {color:background} url('{image:Background}');
  60. background-attachment:fixed;
  61. {block:ifnotrepeatbackground}
  62. background-size:100% 100%;
  63. {/block:ifnotrepeatbackground}
  64. color:{color:text};
  65. font-family:{font:text};
  66. font-size:{text:text size}px;
  67. }
  68.  
  69. * {
  70. -webkit-transition: all 0.6s linear;
  71. -moz-transition: all 0.6s linear;
  72. transition: all 0.6s linear;
  73. }
  74.  
  75. a:link, a:active, a:visited {text-decoration:none; color:{color:link 1}; }
  76. a:hover {color:{color:link hover};}
  77.  
  78. iframe {max-width:100%!important;}
  79. img {max-width:100%; border:none;}
  80.  
  81. {block:IndexPage}
  82. .posts img, .photoset {max-width:100%; border:none; filter: alpha(opacity={text:photo opacity}); opacity: 0.{text:photo opacity};}
  83. .posts img:hover, .photoset:hover {filter: alpha(opacity=100); opacity: 1; background:{color:background}; }
  84. {/block:IndexPage}
  85.  
  86. #main {width:500px; margin:auto; background:{color:02}; padding:10px; margin-top:20px;}
  87. .posts {background:{color:02}; float:left;}
  88. .texto {display:block!important;clear:both!important; margin:55px 0px 55px 0px; width:500px;}
  89. .photo {max-width:200px; margin:25px; background:{color:photo background}; }
  90. h2 {font-weight:normal; font-size:20px; letter-spacing:-1px;}
  91. .audio_player embed, .audio_player iframe{max-width:200px!important; height:200px!important; z-index:1!important; position:absolute; filter: alpha(opacity=50);
  92. opacity: 0.5;}
  93.  
  94.  
  95. .even {
  96. border-right: 1px solid #E2E4E7;
  97. border-bottom: 1px solid #E2E4E7;
  98. border-left: 1px solid #E2E4E7;
  99. padding:5px;
  100. }
  101.  
  102. .odd {
  103. border-right: 1px solid #E2E4E7;
  104. border-bottom: 1px solid #E2E4E7;
  105. border-left: 1px solid #E2E4E7;
  106. padding:5px;
  107. }
  108.  
  109. .odd:first-child {
  110. border-top: 1px solid #E2E4E7;
  111. }
  112.  
  113. .id {max-width:100px; float:left;
  114. position:absolute;
  115. {block:iffixedsidebar}
  116. position:fixed;
  117. {/block:iffixedsidebar}
  118. left:521px;}
  119. .btn-slide img { border:3px solid {color:portrait border}; max-width:100px;}
  120.  
  121. #panelclick {{block:ifnotshowdescription}display:none;{/block:ifnotshowdescription} width:100px; padding:3px;}
  122. .permalink{float:right; font-size:150%; margin-top:-40px;
  123. filter: alpha(opacity=0); opacity: 0; position:relative; z-index:123; }
  124. .posts:hover .permalink {filter: alpha(opacity=100); opacity: 1; position:relative; z-index:123;}
  125.  
  126. hr {border-top:1px dotted;}
  127.  
  128.  
  129. table {width:100%;}
  130. .title {float:right; font-family: 'Dawning of a New Day', cursive;
  131. font-size:20px;}
  132.  
  133. img, .photo {vertical-align: top; }
  134.  
  135.  
  136. .posts a {
  137. background: -webkit-gradient(linear, left top, right bottom, from({color:link 1}), to({color:link 2}));
  138. -webkit-background-clip: text;
  139. -webkit-text-fill-color: transparent;
  140. }
  141.  
  142. blockquote {border-left:5px solid {color:quote 1}; padding-left:5px;
  143.  
  144. background-repeat: repeat-y;
  145. background: -webkit-gradient(linear, left top, right top, from({color:quote 1}), to({color:quote 2}));
  146. background: -webkit-linear-gradient(left, {color:quote 1}, {color:quote 2} );
  147. background: -moz-linear-gradient(left, {color:quote 1}, {color:quote 2});
  148. background: -ms-linear-gradient(left, {color:quote 1}, {color:quote 2});
  149. background: -o-linear-gradient(left, {color:quote 1}, {color:quote 2});
  150. }
  151.  
  152.  
  153. b, bold, strong {
  154. background:{color:bold background};
  155. font-weight:normal;
  156. }
  157.  
  158. h1, h2, h3, i, italic {
  159. font-family:times, serif;
  160. font-style:italic;
  161. }
  162.  
  163. u, underline, ins {
  164. text-decoration:none;
  165. border-bottom:1px solid {color:underline};
  166. }
  167.  
  168. u:before, ins:before, u:after, ins:after {
  169. content:' {text:underline} ';
  170. }
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179. {CustomCSS}
  180. </style>
  181.  
  182.  
  183.  
  184.  
  185. </head>
  186. <body>
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193. <div id="main"> <!--main-->
  194.  
  195. <div class="id">
  196. <a class="btn-slide" style="cursor:help;" title="{title}">{block:ifnotportraitimage}<img src="{PortraitURL-96}">{/block:ifnotportraitimage}{block:ifportraitimage}<img src="{image:portrait}">{/block:ifportraitimage}</a>
  197. <div id="panelclick">
  198. {description}
  199. <hr>
  200. <a href="/">{text:bullet} {lang:Home}</a>
  201. {block:AskEnabled}<br><a href="/ask">{text:bullet} {AskLabel}</a>{/block:AskEnabled}
  202. {block:HasPages}{block:Pages}<br><a href="{URL}">{text:bullet} {Label}</a>{/block:Pages}{/block:HasPages}
  203. {block:SubmissionsEnabled}<br><a href="/submit">{text:bullet} {SubmitLabel}</a>{/block:SubmissionsEnabled}
  204. </div>
  205. </div>
  206.  
  207.  
  208. {block:Posts}
  209. <div class="posts"> <!--posts-->
  210.  
  211.  
  212. {block:Photo}
  213. <div class="photo">
  214. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  215. {block:IndexPage}<center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></center>{/block:IndexPage}
  216. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  217. </div>
  218. {block:PermalinkPage}<center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></center>{/block:PermalinkPage}
  219. {/block:Photo}
  220.  
  221.  
  222. {block:Photoset}
  223. <div class="texto">
  224. <center>{Photoset-400}</center>
  225. </div>
  226. {/block:Photoset}
  227.  
  228.  
  229.  
  230. {block:Video}
  231. <div class="texto">
  232. <center>{Video-400}</center>
  233. </div>
  234. {/block:Video}
  235.  
  236. {block:Audio}
  237. <div class="photo">
  238. {block:AudioEmbed}
  239. {AudioEmbed-250}
  240. {/block:AudioEmbed}
  241. {block:AudioPlayer}
  242. {AudioPlayerWhite}
  243. <img src={block:AlbumArt}"{AlbumArtURL}"{/block:AlbumArt} width="200" height="200"/>
  244. {block:ifNotAlbumArt}<img src="http://static.tumblr.com/tcozonu/AKzn17z3c/music-set-music-icon.png" width="200" height="200">{/block:ifNotAlbumArt}
  245. {/block:AudioPlayer}
  246. </div>
  247. {/block:Audio}
  248.  
  249.  
  250. {block:Text}
  251. <div class="texto">
  252. {block:Title}<h2>{Title}</h2>{/block:Title}
  253. {Body}
  254. </div>
  255. {/block:Text}
  256.  
  257. {block:Quote}
  258. <div class="texto">
  259. <h1>"{Quote}"</h1>
  260. {block:Source}<br>&#8212;{Source}{/block:Source}
  261. </div>
  262. {/block:Quote}
  263.  
  264. {block:Link}
  265. <div class="texto">
  266. <h2><a href="{URL}">{Name}</a></h2>
  267. {block:Description}{Description}{/block:Description}
  268. </div>
  269. {/block:Link}
  270.  
  271. {block:Chat}
  272. <div class="texto">
  273. {block:Title}
  274. <h3>{Title}</h3>
  275. {/block:Title}
  276. {block:Lines}
  277. <div class="{Alt} user_{UserNumber}">
  278. {block:Label}{Label}{/block:Label}{Line}
  279. </div>
  280. {/block:Lines}
  281. </div>
  282. {/block:Chat}
  283.  
  284.  
  285. {block:Answer}
  286. <div class="texto">
  287. {Asker}: <i>{Question}</i><br>
  288. {Answer}
  289. </div>
  290. {/block:Answer}
  291.  
  292.  
  293.  
  294. {block:PermalinkPage}
  295. {block:Caption}{Caption}{/block:Caption}<br><br>
  296. {block:HasTags}<span style="text-transform:uppercase; font-size:80%; letter-spacing:1px;">{lang:Tags}</span>: {block:Tags}<span class="tag"><a href="{TagURL}">#{Tag} </a></span>{/block:Tags}{/block:HasTags}<br>
  297. {block:Date}{lang:Posted on DayOfWeek the DayOfMonthWithSuffix of Month Year at FormattedTime}{block:Date}<br>
  298. {block:RebloggedFrom}
  299. {lang:Originally from ReblogRootName 2}<br>
  300. {lang:Reblogged from ReblogParentName 2}<br>
  301. {/block:RebloggedFrom}
  302. {block:NoteCount} <span style="text-transform:uppercase; font-size:80%;letter-spacing:1px;">{lang:Notes}</span>: {NoteCount}{/block:NoteCount}<br>
  303.  
  304. {/block:PermalinkPage}
  305.  
  306. {block:PostNotes}
  307. {PostNotes}
  308. {/block:PostNotes}
  309.  
  310. {block:indexpage}
  311. {block:ContentSource}
  312. <div style="display:none;">
  313. <a href="{SourceURL}">{SourceTitle}</a>
  314. </div>
  315. {/block:ContentSource}
  316. <div class="permalink"><a href="{permalink}">{text:permalink}</a></div>
  317. {/block:indexpage}
  318.  
  319.  
  320. </div> <!--posts-->
  321. {/block:Posts}
  322.  
  323. </div> <!--main-->
  324.  
  325.  
  326.  
  327.  
  328. <div id="main" style="margin-top:40px; margin-bottom:40px;">
  329. <table>
  330. <td><h3>
  331. {block:Pagination}
  332. {block:PreviousPage}
  333. <a href="{PreviousPage}">{lang:Previous} &#9642;</a>
  334. {/block:PreviousPage}
  335.  
  336. {block:NextPage}
  337. <a href="{NextPage}">{lang:Next}</a>
  338. {/block:NextPage}
  339. {/block:Pagination}
  340. </h3></td>
  341.  
  342. <td>
  343. <div class="title">{title}</div>
  344. </td>
  345. </table>
  346. </div>
  347.  
  348.  
  349. <script type="text/javascript" src="https://dl.dropboxusercontent.com/s/oxgph4zq1k3ldtq/orbsnotghost.js"></script>
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357. </body>
  358.  
  359.  
  360. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement