prxphecygirl

lizze theme~

Feb 12th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.64 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:#160c0b;
  104. font-family:georgia;
  105. font-size:10px;
  106. line-height:100%;
  107. background-image:url('http://static.tumblr.com/umkoql3/oCinjoehh/1400_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:#543f39;
  122. }
  123.  
  124. i, em {
  125. text-transform:lowercase;
  126. font-size:17px;
  127. color:#635d5d;
  128. font-family: 'La Belle Aurore', cursive;
  129. }
  130.  
  131. pre {
  132. font-size:20px;
  133. text-align:center;
  134. font-family:georgia;
  135. text-transform:lowercase;
  136. }
  137.  
  138. ul{
  139. list-style: none;
  140. }
  141.  
  142. ul li:before{
  143. content:"❁ ";
  144. padding-right:5px;
  145. font-size:12pt;
  146. color:#6a5a56;
  147. text-shadow:1px 1px 1px #000;
  148. }
  149.  
  150.  
  151. a {
  152. text-decoration:none;
  153. outline:none;
  154. -moz-outline-style:none;
  155. color:#3a272a;
  156. text-shadow:1px 1px 1px #9b9a9b;
  157. }
  158.  
  159. img {
  160. opacity:.7;
  161. border:none;
  162. }
  163.  
  164. blockquote {
  165. padding-left:5px;
  166. border-left:1px solid #9b9a9b
  167. }
  168.  
  169. blockquote blockquote {
  170. padding-left:5px;
  171. border-left:1px solid #9b9a9b;
  172. }
  173.  
  174. h1 {
  175. font-size:35px;
  176. color:#635d5d;
  177. text-align:center;
  178. font-family: 'La Belle Aurore', cursive;
  179. }
  180.  
  181. #entries {
  182. position:absolute;
  183. width:430px;
  184. margin-left:485px;
  185. padding:10px;
  186. margin-top:270px;
  187. overflow:auto;
  188. height:350px;
  189. background-color:#b2b2b7;
  190. background-attachment:fixed;
  191. background-image:url('');}
  192.  
  193. #post {
  194. width:400px;
  195. margin-left:3px;
  196. padding:10px;
  197. margin-bottom:15px;
  198. }
  199.  
  200. #sidebar {
  201. width:250px;
  202. position:fixed;
  203. margin-left:200px;
  204. margin-top:100px;
  205. }
  206.  
  207. #title {
  208. font-size:35px;
  209. margin-top:250px;
  210. margin-left:247px;
  211. text-align:center;
  212. width:500px;
  213. text-shadow:1px 1px 1px #944c4c;
  214. font-family: 'La Belle Aurore', cursive;
  215. margin-bottom:5px;
  216. }
  217.  
  218. #sidebarimage {
  219. width 250px;
  220. }
  221.  
  222. #sidebarimage img {
  223. width:250px;
  224. }
  225.  
  226. #description {
  227. padding:5px;
  228. text-align:center;
  229. }
  230.  
  231. #pagination {
  232. font-size:20px;
  233. margin-left:370px;
  234. margin-top:180px;
  235. text-align:center;
  236. }
  237.  
  238. #info {
  239. border-top:1px solid #9b9a9b;
  240. text-align:left;
  241. padding:2px;
  242. margin-top:10px;
  243. }
  244.  
  245. #tags {
  246. text-transform:lowercase;
  247. text-align:right;
  248. letter-spacing:2px;
  249. font-size:9px;
  250. font-family:calibri;
  251. }
  252.  
  253. #asker {
  254. color:#3d3736;
  255. padding-top:14px;
  256. font-family:calibri;
  257. font-size:9px;
  258. letter-spacing:1px;
  259. text-align:left;
  260. margin-top:0px;
  261. text-transform:lowercase;
  262. line-height:100%;
  263. border-right:10px solid #2d2523;
  264. border-left:10px solid #2d2523;
  265. }
  266.  
  267. #sunnydale {
  268. font-size:25px;
  269. width:860px;
  270. letter-spacing:3px;
  271. padding:10px;
  272. margin-top:110px;
  273. margin-left:347px;
  274. position:absolute;
  275. z-index: 9999;
  276. }
  277.  
  278. .popup_block{
  279. display:none;
  280. background:#b5b3b7;
  281. padding:20px;
  282. border:1px solid #5a433e; /* if you want a solid white pop-up, delete this */
  283. float:left;
  284. position:fixed;
  285. top:50%;left:50%;
  286. z-index: 99999;
  287. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  288. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  289. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  290. }
  291.  
  292. *html #fade {position: absolute;}
  293. *html .popup_block {position: absolute;}
  294. #fade {
  295. display:none;
  296. position:fixed;
  297. left:0px;
  298. top:0px;
  299. width:100%;
  300. height:100%;
  301. z-index:9999;
  302. background:#b5b3b7; /* change to #fff for solid white */
  303. opacity:0.5; /* change to opacity:1; */
  304. }
  305.  
  306.  
  307.  
  308. {CustomCSS}</style></head><body>
  309.  
  310. <div id="sidebar">
  311.  
  312.  
  313.  
  314. <div id="sunnydale">
  315. <a href="/" title="home">❁ </a>&nbsp;
  316. <a href="#?w=300" rel="box1" class="poplight" title="information">❁ </a>&nbsp;
  317. <a href="#?w=500" rel="box2" class="poplight" title="guidelines">❁ </a>&nbsp;
  318. <a href="/textk" title="link">❁ </a>&nbsp;
  319. <a href="/verses" title="link">❁ </a>&nbsp;
  320. <a href="http://girlsafiighter.tumblr.com" title="credit">❁ </a>&nbsp;
  321. </div>
  322.  
  323.  
  324. <div id="pagination">
  325. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  326. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  327. </div>
  328.  
  329. </div>
  330.  
  331. <div id="entries">{block:Posts}<div id="post">
  332.  
  333. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  334.  
  335. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  336.  
  337. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  338.  
  339. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  340.  
  341. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  342.  
  343. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  344.  
  345. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  346.  
  347. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  348.  
  349.  
  350. {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}
  351.  
  352. <div id="info">
  353. {block:Date}<big>❁ </big> <b>posted:</b> {TimeAgo}{/block:Date} &nbsp; &nbsp; &nbsp;<big>❁ </big> <b>notes:</b> <a href="{Permalink}">
  354. {NoteCount} </a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  355. 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>
  356.  
  357. </div>
  358. {block:PostNotes}{PostNotes}{/block:PostNotes}
  359. {/block:Posts}</div>
  360.  
  361. </body></html>
  362. <div id="box1" class="popup_block">
  363. information here
  364. </div>
  365.  
  366. </div></div></div></div></div></div></div></div></div></div>
  367. <div id="box2" class="popup_block">
  368. information here
  369. </div>
  370.  
  371. </div></div></div></div></div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment