prxphecygirl

jess.

Feb 2nd, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.60 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" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10. <script>
  11. $(document).ready(function() {
  12. //
  13. $('a.poplight[href^=#]').click(function() {
  14. var popID = $(this).attr('rel'); //Get Popup Name
  15. var popURL = $(this).attr('href'); //Get Popup href to define size
  16. var query= popURL.split('?');
  17. var dim= query[1].split('&');
  18. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  19. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  20. var popMargTop = ($('#' + popID).height() + 80) / 2;
  21. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  22. //Apply Margin to Popup
  23. $('#' + popID).css({
  24. 'margin-top' : -popMargTop,
  25. 'margin-left' : -popMargLeft
  26. });
  27. $('body').append('<div id="fade"></div>');
  28. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  29. return false;
  30. });
  31. $('a.close, #fade').live('click', function() {
  32. $('#fade , .popup_block').fadeOut(function() {
  33. $('#fade, a.close').remove(); //fade them both out
  34. });
  35. return false;
  36. });
  37. });
  38. </script>
  39.  
  40. <script type="text/javascript"
  41. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  42. <script>
  43. $(document).ready(function() {
  44. //
  45. $('a.poplight[href^=#]').click(function() {
  46. var popID = $(this).attr('rel'); //Get Popup Name
  47. var popURL = $(this).attr('href'); //Get Popup href to define size
  48. var query= popURL.split('?');
  49. var dim= query[1].split('&');
  50. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  51. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  52. var popMargTop = ($('#' + popID).height() + 80) / 2;
  53. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  54. //Apply Margin to Popup
  55. $('#' + popID).css({
  56. 'margin-top' : -popMargTop,
  57. 'margin-left' : -popMargLeft
  58. });
  59. $('body').append('<div id="fade"></div>');
  60. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  61. return false;
  62. });
  63. $('a.close, #fade').live('click', function() {
  64. $('#fade , .popup_block').fadeOut(function() {
  65. $('#fade, a.close').remove(); //fade them both out
  66. });
  67. return false;
  68. });
  69. });
  70. </script>
  71.  
  72.  
  73. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore' rel='stylesheet' type='text/css'>
  74.  
  75. <!---- theme by girlsafiighter --->
  76.  
  77. <meta name="color:Background" content="#ffffff"/>
  78. <meta name="color:Text" content="#838282"/>
  79. <meta name="color:Link" content="#b8b8b8"/>
  80. <meta name="image:sidebar" content=""/>
  81. <meta name="image:background" content=""/>
  82.  
  83. <style type="text/css">
  84.  
  85.  
  86. ::-webkit-scrollbar-thumb{
  87. background-color: #999999;
  88.  
  89. height:auto;
  90. }
  91.  
  92. ::-webkit-scrollbar {
  93.  
  94. height:auto;
  95. width:0px;
  96. background-color:#999999;
  97. }
  98.  
  99.  
  100. body {
  101. background:{color:background};
  102. margin:0px;
  103. color:#939393;
  104. font-family:georgia;
  105. font-size:10px;
  106. line-height:100%;
  107. background-image:url('http://static.tumblr.com/umkoql3/eUznj692x/untitled-1_copy.png');
  108. background-attachment:fixed;
  109. background-repeat:no-repeat;
  110. }
  111.  
  112. small {
  113. font-size:10px;
  114. }
  115.  
  116. b, strong {
  117. font-family:calibri;
  118. text-transform:uppercase;
  119. font-size:13px;
  120. letter-spacing:3px;
  121. color:#fff;
  122. }
  123.  
  124. i, em {
  125. text-transform:lowercase;
  126. font-size:17px;
  127. font-family: 'La Belle Aurore', cursive;
  128. }
  129.  
  130. pre {
  131. font-size:20px;
  132. text-align:center;
  133. font-family:georgia;
  134. text-transform:lowercase;
  135. }
  136.  
  137. ul{
  138. list-style: none;
  139. }
  140.  
  141. ul li:before{
  142. content:"♕";
  143. padding-right:5px;
  144. font-size:12pt;
  145. color:#870000;
  146. text-shadow:1px 1px 1px #000;
  147. }
  148.  
  149.  
  150. a {
  151. text-decoration:none;
  152. outline:none;
  153. -moz-outline-style:none;
  154. color:#870000;
  155. text-shadow:1px 1px 1px #1f1f1f;
  156. }
  157.  
  158. img {
  159. border:none;
  160. }
  161.  
  162. blockquote {
  163. padding-left:5px;
  164. border-left:1px dotted;
  165. }
  166.  
  167. blockquote blockquote {
  168. padding-left:5px;
  169. border-left:1px dotted;
  170. }
  171.  
  172. h1 {
  173. font-size:35px;
  174. text-align:center;
  175. font-family: 'La Belle Aurore', cursive;
  176. }
  177.  
  178. #entries {
  179. position:absolute;
  180. width:530px;
  181. margin-left:435px;
  182. padding:10px;
  183. margin-top:370px;
  184. overflow:auto;
  185. height:250px;
  186. background-color:;
  187. background-attachment:fixed;
  188. background-image:url('');}
  189.  
  190. #post {
  191. width:500px;
  192. padding:10px;
  193. margin-bottom:15px;
  194. }
  195.  
  196. #sidebar {
  197. width:250px;
  198. position:fixed;
  199. margin-left:200px;
  200. margin-top:100px;
  201. }
  202.  
  203. #title {
  204. font-size:35px;
  205. margin-top:250px;
  206. margin-left:247px;
  207. text-align:center;
  208. width:500px;
  209. text-shadow:1px 1px 1px #944c4c;
  210. font-family: 'La Belle Aurore', cursive;
  211. margin-bottom:5px;
  212. }
  213.  
  214. #sidebarimage {
  215. width 250px;
  216. }
  217.  
  218. #sidebarimage img {
  219. width:250px;
  220. }
  221.  
  222. #description {
  223. padding:5px;
  224. text-align:center;
  225. }
  226.  
  227. #pagination {
  228. font-size:20px;
  229. margin-left:370px;
  230. margin-top:180px;
  231. text-align:center;
  232. }
  233.  
  234. #info {
  235. border-top:1px solid #870000;
  236. text-align:left;
  237. padding:2px;
  238. margin-top:10px;
  239. }
  240.  
  241. #tags {
  242. text-transform:lowercase;
  243. text-align:right;
  244. letter-spacing:2px;
  245. font-size:9px;
  246. font-family:calibri;
  247. }
  248.  
  249. #asker {
  250. color:#870000;
  251. padding-top:14px;
  252. font-family:calibri;
  253. font-size:9px;
  254. letter-spacing:1px;
  255. text-align:left;
  256. margin-top:0px;
  257. text-transform:lowercase;
  258. line-height:100%;
  259. border-right:10px solid #870000;
  260. border-left:10px solid #870000;
  261. }
  262.  
  263. #sunnydale {
  264. font-size:35px;
  265. width:860px;
  266. letter-spacing:3px;
  267. padding:10px;
  268. margin-top:210px;
  269. margin-left:200px;
  270. position:absolute;
  271. z-index: 9999;
  272. }
  273.  
  274. .popup_block{
  275. display:none;
  276. background:#000;
  277. padding:20px;
  278. border:1px dotted #870000; /* if you want a solid white pop-up, delete this */
  279. float:left;
  280. position:fixed;
  281. top:50%;left:50%;
  282. z-index: 99999;
  283. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  284. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  285. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  286. }
  287.  
  288. *html #fade {position: absolute;}
  289. *html .popup_block {position: absolute;}
  290. #fade {
  291. display:none;
  292. position:fixed;
  293. left:0px;
  294. top:0px;
  295. width:100%;
  296. height:100%;
  297. z-index:9999;
  298. background:#000; /* change to #fff for solid white */
  299. opacity:0.5; /* change to opacity:1; */
  300. }
  301.  
  302.  
  303.  
  304. {CustomCSS}</style></head><body>
  305.  
  306. <div id="sidebar">
  307.  
  308.  
  309.  
  310. <div id="sunnydale">
  311. <a href="/" title="home">♕ </a>&nbsp;
  312. <a href="#?w=300" rel="box1" class="poplight" title="information">♕ </a>&nbsp;
  313. <a href="#?w=500" rel="box2" class="poplight" title="guidelines">♕ </a>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  314. <a href="/textk" title="link">♕ </a>&nbsp;
  315. <a href="/verses" title="link">♕ </a>&nbsp;
  316. <a href="http://girlsafiighter.tumblr.com" title="credit">♕ </a>&nbsp;
  317. </div>
  318.  
  319.  
  320. <div id="pagination">
  321. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  322. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  323. </div>
  324.  
  325. </div>
  326.  
  327. <div id="entries">{block:Posts}<div id="post">
  328.  
  329. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  330.  
  331. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  332.  
  333. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  334.  
  335. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  336.  
  337. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  338.  
  339. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  340.  
  341. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  342.  
  343. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  344.  
  345.  
  346. {block:Answer}<div id="asker"><center>{Question} <p><span style="text-align:lowercase; font-style:italic;"><b><i> {Asker}</center></i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:10px;">{Answer}</font></div>{/block:Answer}
  347.  
  348. <div id="info">
  349. {block:Date}<big>♕</big> <b>posted:</b> {TimeAgo}{/block:Date} &nbsp; &nbsp; &nbsp;<big>♕ </big> <b>notes:</b> <a href="{Permalink}">
  350. {NoteCount} </a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  351. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> <div id="tags">{block:HasTags}{block:Tags} <big>♕</big> <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  352.  
  353. </div>
  354. {block:PostNotes}{PostNotes}{/block:PostNotes}
  355. {/block:Posts}</div>
  356.  
  357. </body></html>
  358. <div id="box1" class="popup_block">
  359. information here
  360. </div>
  361.  
  362. </div></div></div></div></div></div></div></div></div></div>
  363. <div id="box2" class="popup_block">
  364. information here
  365. </div>
  366.  
  367. </div></div></div></div></div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment