prxphecygirl

bethaconda

Feb 1st, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.22 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. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  73.  
  74. <!---- theme by girlsafiighter for officerfriendlly only --->
  75.  
  76. <meta name="color:Background" content="#ffffff"/>
  77. <meta name="color:Text" content="#838282"/>
  78. <meta name="color:Link" content="#b8b8b8"/>
  79. <meta name="image:sidebar" content=""/>
  80. <meta name="image:background" content=""/>
  81.  
  82. <style type="text/css">
  83.  
  84. ::-webkit-scrollbar-thumb{
  85. background-color: #999999;
  86.  
  87. height:auto;
  88. }
  89.  
  90. ::-webkit-scrollbar {
  91.  
  92. height:auto;
  93. width:0px;
  94. background-color:#999999;
  95. }
  96.  
  97.  
  98. body {
  99. background:{color:background};
  100. margin:0px;
  101. color:#e4e4e4;
  102. font-family:georgia;
  103. font-size:10px;
  104. line-height:100%;
  105. background-image:url('http://static.tumblr.com/umkoql3/wcAnj4d18/officerfriendlly_copy.png');
  106. background-attachment:fixed;
  107. background-repeat:no-repeat;
  108. }
  109.  
  110. small, sub, sup {
  111. font-size:10px;
  112. }
  113.  
  114. b, strong {
  115. font-size:12px;
  116. color:#870000;
  117. text-transform:uppercase;
  118. letter-spacing:1px;
  119. text-shadow:1px 1px 1px #000;
  120. }
  121.  
  122. i, em {
  123. font-family:calibri;
  124. font-size:9px;
  125. letter-spacing:2px;
  126. color:#888787;
  127. }
  128.  
  129. ul{
  130. list-style: none;
  131. }
  132.  
  133. ul li:before{
  134. margin-right:5px;
  135. content:"✕";
  136. font-size:10pt;
  137. color:#870000;
  138. text-shadow: 1px 1px #000;
  139. }
  140.  
  141.  
  142. a {
  143. text-decoration:none;
  144. outline:none;
  145. -moz-outline-style:none;
  146. color:#fff;
  147. -o-transition:.5s;
  148. -ms-transition:.5s;
  149. -moz-transition:.5s;
  150. -webkit-transition:.5s;
  151. transition:.5s;
  152. }
  153.  
  154. a:hover {
  155. color:#870000;
  156. text-shadow:1px 1px 1px #fff;
  157. }
  158.  
  159. img {
  160. border:none;
  161. -webkit-filter:grayscale(100%);
  162. -webkit-transition: all 0.6s ease-in-out;
  163. }
  164.  
  165. blockquote {
  166. padding-left:5px;
  167. border-left:2px solid;
  168. }
  169.  
  170. blockquote blockquote {
  171. padding-left:5px;
  172. border-left:2px solid;
  173. }
  174.  
  175. h1 {
  176. font-size:15px;
  177. text-transform:uppercase;
  178. text-align:center;
  179. color:#838383;
  180. font-family: 'Permanent Marker', cursive;
  181. }
  182.  
  183. #entries {
  184. position:absolute;
  185. width:440px;
  186. margin-left:160px;
  187. padding:10px;
  188. margin-top:150px;
  189. overflow:auto;
  190. height:300px;
  191. background-color:;
  192. background-attachment:fixed;
  193. background-image:url('');}
  194.  
  195. #post {
  196. width:400px;
  197. padding:10px;
  198. margin-bottom:15px;
  199. }
  200.  
  201. #sidebar {
  202. width:250px;
  203. position:fixed;
  204. margin-left:200px;
  205. margin-top:100px;
  206. }
  207.  
  208. #title {
  209. font-size:15px;
  210. text-align:center;
  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. text-align:center;
  230. }
  231.  
  232. #info {
  233. text-align:left;
  234. margin-top:10px;
  235. color:#808080;
  236. padding:2px;
  237. border-top:1px solid #870000;
  238. }
  239.  
  240. .question {
  241. display:block;
  242. margin-top:0px;
  243. text-align:center;
  244. text-transform:none;
  245. font-size:10px;
  246. font-family:calibri;
  247. font-style:normal;
  248. min-height:50px;
  249. width:400px;
  250. color:#fff;
  251. background-color:#1d1d1d;
  252. line-height:25px;}
  253.  
  254. .question img {
  255. background-color:{color:PostBG};
  256. height:20px;
  257. margin-right:5px;
  258. margin-top:13px;
  259. color:{color:PostBG};}
  260.  
  261. .asker{
  262. color:#fff;
  263. font-family:calibri';
  264. font-size:10px;
  265. display:block;
  266. text-transform:uppercase;
  267. text-align:center;
  268. height:15px;
  269. border-bottom:1px solid #870000;
  270. padding-top:3px;
  271. margin-top:-3px;
  272. margin-bottom:-25px;
  273. background-image:url('https://31.media.tumblr.com/04c8746b0b682cbf46abbe4a193000ec/tumblr_inline_nj4cewZcru1shw7gi.png');
  274. background-color:#1d1d1d;
  275. padding-bottom:10px;
  276. letter-spacing:3px;
  277. z-index:99999;
  278. }
  279.  
  280. #sunnydale {
  281. font-size:20px;
  282. width:560px;
  283. margin-top:-15px;
  284. letter-spacing:3px;
  285. padding:10px;
  286. font-style:bold;
  287. margin-left:5px;
  288. position:absolute;
  289. z-index: 9999;
  290. }
  291.  
  292. .popup_block{
  293. display:none;
  294. background:#1d1d1d;
  295. padding:20px;
  296. border:1px solid #870000; /* if you want a solid white pop-up, delete this */
  297. float:left;
  298. position:fixed;
  299. top:50%;left:50%;
  300. z-index: 99999;
  301. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  302. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  303. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  304. }
  305.  
  306. *html #fade {position: absolute;}
  307. *html .popup_block {position: absolute;}
  308. #fade {
  309. display:none;
  310. position:fixed;
  311. left:0px;
  312. top:0px;
  313. width:100%;
  314. height:100%;
  315. z-index:9999;
  316. background:#000; /* change to #fff for solid white */
  317. opacity:0.5; /* change to opacity:1; */
  318. }
  319.  
  320. {CustomCSS}</style></head><body>
  321.  
  322. <div id="sidebar">
  323.  
  324. <div id="sunnydale">
  325. <a href="/" title="home">i.</a>&nbsp;&nbsp; &nbsp; &nbsp;
  326. <a href="#?w=300" rel="box1" class="poplight" title="">ii.</a>&nbsp;&nbsp; &nbsp; &nbsp;
  327. <a href="#?w=500" rel="box2" class="poplight" title="">iii.</a>&nbsp;&nbsp; &nbsp; &nbsp;
  328. <a href="/ask" title="message">iv.</a>&nbsp;&nbsp; &nbsp; &nbsp;
  329. <a href="http://girlsafiighter.tumblr.com" title="credit">v.</a>&nbsp;
  330. </div>
  331.  
  332. <div id="description">{Description}</div>
  333.  
  334. <div id="pagination">
  335. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  336. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  337. </div>
  338.  
  339. </div>
  340.  
  341. <div id="entries">{block:Posts}<div id="post">
  342.  
  343. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  344.  
  345. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  346.  
  347. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  348.  
  349. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  350.  
  351. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  352.  
  353. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  354.  
  355. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  356.  
  357. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  358.  
  359. {block:Answer}<div id="answer">
  360. <div class="question">
  361. <div class="asker">{Asker}</div><br/><div class="q">{Question}</div></div>
  362. {block:Answerer}<br/><br/><div class="question"><div class="asker">{Answerer}</div><br/><div class="q">{Answer}</div></div>{/block:Answerer}{Replies}</div>{/block:Answer}
  363.  
  364. <div id="info">
  365. {block:Date}<b>Bit:</b>&nbsp; {TimeAgo}{/block:Date}&nbsp;&nbsp;&nbsp; <b>✕</b> &nbsp; &nbsp;<a href="{Permalink}">
  366. {NoteCount}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  367. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} <b>✕</b> <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  368.  
  369. </div>
  370. {block:PostNotes}{PostNotes}{/block:PostNotes}
  371. {/block:Posts}</div>
  372.  
  373. </body></html>
  374. <div id="box1" class="popup_block">
  375. <center>put some information here</center>
  376. </div>
  377.  
  378. </div></div></div></div></div></div></div></div></div></div>
  379. <div id="box2" class="popup_block">
  380. <center>wee look more info!!!</center>
  381. </div>
  382.  
  383. </div></div></div></div></div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment