Advertisement
ammetrine

Alexandrite Network/Faves Page by Ammetrine

Feb 10th, 2016
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.97 KB | None | 0 0
  1. <head>
  2.  
  3. <!-- start popup coding p1-->
  4. <script type="text/javascript"
  5. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  6. <script>
  7. $(document).ready(function() {
  8. //
  9. $('a.poplight[href^=#]').click(function() {
  10. var popID = $(this).attr('rel'); //Get Popup Name
  11. var popURL = $(this).attr('href'); //Get Popup href to define size
  12. var query= popURL.split('?');
  13. var dim= query[1].split('&');
  14. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  15. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  16. var popMargTop = ($('#' + popID).height() + 80) / 2;
  17. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  18. //Apply Margin to Popup
  19. $('#' + popID).css({
  20. 'margin-top' : -popMargTop,
  21. 'margin-left' : -popMargLeft
  22. });
  23. $('body').append('<div id="fade"></div>');
  24. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  25. return false;
  26. });
  27. $('a.close, #fade').live('click', function() {
  28. $('#fade , .popup_block').fadeOut(function() {
  29. $('#fade, a.close').remove(); //fade them both out
  30. });
  31. return false;
  32. });
  33. });
  34. </script>
  35. <!-- end popup coding p1-->
  36.  
  37. <style>
  38. a:hover {
  39. letter-spacing:2px;
  40. }
  41. </style>
  42.  
  43. <link rel="shortcut icon" href="{favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{rss}">
  45.  
  46. <style type="text/css">
  47. /* start popup coding p2*/
  48. #fade {
  49. display:none;
  50. background:#000;
  51. position:fixed;
  52. left:0; top:0;
  53. width:100%;
  54. height:100%;
  55. opacity:.80;
  56. z-index:9999; }
  57. .popup_block {
  58. display:none;
  59. background:#fff;
  60. padding:10px;
  61. border:10px solid #ede5f3;
  62. float:left;
  63. font-size:10;
  64. position:fixed;
  65. top:50%; left:50%;
  66. z-index:99999;
  67. }
  68. img.btn_close {
  69. float:right;
  70. margin:3px 3px 0px 0px; }
  71. *html #fade { position:absolute; }
  72. *html .popup_block { position:absolute; }
  73. /* end popup coding p2*/
  74.  
  75. body
  76. {
  77. font-family: courier;
  78. font-size: 13px;
  79. color: #aaa;
  80. background-color:#fff;
  81.  
  82. }
  83.  
  84. a:link, a:active, a:visited
  85. {
  86. color: #dccbe7;
  87. text-decoration: none;
  88. }
  89.  
  90.  
  91. #credit {
  92. position:fixed;
  93. right:10px;
  94. z-index:9999;
  95. bottom:5px;
  96. } /*do not remove this - you will be reported if caught doing so*/
  97.  
  98.  
  99. #all {
  100. margin:30;
  101. margin-left:330px;
  102. }
  103.  
  104.  
  105. #pannel {
  106. width:192px;
  107. height:220px;
  108. padding:3px;
  109. border:1px solid #aaa;
  110. background-color:#fff;
  111. }
  112.  
  113. #poster {
  114. width:180px;
  115. height:180px;
  116. margin-top:10px;
  117. position: relative;
  118. background-color:#fff;
  119. }
  120.  
  121. #poster img {
  122. width:180px;
  123. height:180px;
  124.  
  125. padding:6px;
  126. }
  127.  
  128.  
  129. #about {
  130. text-align:left;
  131. padding:10px;
  132. padding-top:3px;
  133. margin-bottom:20px;
  134. position:absolute;
  135. width:170px;
  136. height:10px;
  137. font-family: courier;
  138. opacity:0;
  139. font-size:9px;
  140. background:white;
  141. color:#888;
  142. }
  143.  
  144. #pannel:hover #about {
  145. opacity:1; /*decrease number to make faded -- eg. 0.6*/
  146. margin-top:0px;
  147. height:180px;
  148. -webkit-transition: all 0.2s ease-out;
  149. -moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; /*increase numbers to slow down the panel appearing - eg. 0.5s*/
  150. }
  151.  
  152. #description {
  153. font-family: courier;
  154. font-size:10px;
  155. text-align:center;
  156. text-transform:lowercase;
  157. }
  158.  
  159. #name {
  160. font-size:14px;
  161. color:{link colour};
  162. font-family: courier;
  163. letter-spacing: 1px;
  164. text-align:center;
  165. padding: 2 3 2 3;
  166. width: 180px;
  167. position: relative;
  168. margin-top: -5px;
  169. }
  170.  
  171.  
  172. #header {
  173. width:550px;
  174. height:auto;
  175. font-family: courier;
  176. font-size:11px;
  177. line-height:18px;
  178. padding:2px;
  179. margin-top: 50px;
  180. text-align:center;
  181. text-transform:lowercase;
  182. background-color:#fff;
  183. }
  184.  
  185.  
  186.  
  187. #title {
  188. height:20px;
  189. color:#888888;
  190. font-family:courier;
  191. font-size:18px;
  192. text-align:center;
  193. letter-spacing:1px;
  194. text-transform:lowercase;
  195. padding:5px 10px;
  196. }
  197.  
  198. </style>
  199.  
  200. <div id="credit"><a href="http://ammetrine.tumblr.com/" target="_blank" title="ammetrine's themes"><img src="http://38.media.tumblr.com/tumblr_lu2de5CqUh1qfoi4t.gif"></a></div> <!-- do not remove this - you will be reported if caught doing so -->
  201.  
  202. </div>
  203. <div id="header">
  204. <div id="title">{Title}</div>
  205.  
  206. <a href="url">admin</a> //
  207. <a href="#?w=400" rel="02" class="poplight">info</a> //
  208. <a href="http://ammetrine.tumblr.com">credit</a> <!--don't add any more links, it will throw off the positions of the title & links -->
  209. </div>
  210.  
  211. <table id="all" border="0" cellpadding="0" cellspacing="20">
  212.  
  213.  
  214. <!-- start table (aka member spots) -->
  215.  
  216. <td><div id="pannel">
  217. <div id="poster">
  218. <div id="name"><a href="url"> name </a></div>
  219. <div id="about">
  220. <div id="description"><p>
  221.  
  222. put your description here
  223. </div>
  224. </div>
  225. <img width="120px" src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the url of the image you want -->
  226. </div>
  227.  
  228. </div></td>
  229.  
  230.  
  231. <td><div id="pannel">
  232. <div id="poster">
  233. <div id="name"><a href="url"> name </a></div>
  234. <div id="about">
  235. <div id="description"><p>
  236. put your description here
  237. </div>
  238. </div>
  239. <img width="120px" src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the url of the image you want-->
  240. </div>
  241.  
  242. </div></td>
  243.  
  244.  
  245. <td><div id="pannel">
  246. <div id="poster">
  247. <div id="name"><a href="url"> name </a></div>
  248. <div id="about">
  249. <div id="description"><p>
  250. put your description here
  251. </div>
  252. </div>
  253. <img width="120px" src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the url of the image you want -->
  254. </div>
  255. </div></td>
  256.  
  257.  
  258. <tr> <!-- end row -->
  259.  
  260.  
  261. <td><div id="pannel">
  262. <div id="poster">
  263. <div id="name"><a href="url"> name </a></div>
  264. <div id="about">
  265. <div id="description"><p>
  266. put your description here
  267. </div>
  268. </div>
  269. <img width="120px" src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the url of the image you want -->
  270. </div>
  271. </div></td>
  272.  
  273.  
  274. <td><div id="pannel">
  275. <div id="poster">
  276. <div id="name"><a href="url"> name </a></div>
  277. <div id="about">
  278. <div id="description"><p>
  279. put your description here
  280. </div>
  281. </div>
  282. <img width="120px" src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the url of the image you want -->
  283. </div>
  284. </div></td>
  285.  
  286.  
  287. <td><div id="pannel">
  288. <div id="poster">
  289. <div id="name"><a href="url"> name </a></div>
  290. <div id="about">
  291. <div id="description"><p>
  292. put your description here
  293. </div>
  294. </div>
  295. <img width="120px" src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the url of the image you want -->
  296. </div>
  297. </div></td>
  298.  
  299.  
  300. <tr> <!-- end row -->
  301.  
  302.  
  303. <td><div id="pannel">
  304. <div id="poster">
  305. <div id="name"><a href="url"> name </a></div>
  306. <div id="about">
  307. <div id="description"><p>
  308. put your description here
  309. </div>
  310. </div>
  311. <img width="120px" src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the url of the image you want -->
  312. </div>
  313. </div></td>
  314.  
  315.  
  316. <td><div id="pannel">
  317. <div id="poster">
  318. <div id="name"><a href="url"> name </a></div>
  319. <div id="about">
  320. <div id="description"><p>
  321. put your description here
  322. </div>
  323. </div>
  324. <img width="120px" src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the url of the image you want -->
  325. </div>
  326. </div></td>
  327.  
  328.  
  329.  
  330. <td><div id="pannel">
  331. <div id="poster">
  332. <div id="name"><a href="url"> name </a></div>
  333. <div id="about">
  334. <div id="description"><p>
  335. put your description here
  336. </div>
  337. </div>
  338. <img width="120px" src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the url of the image you want -->
  339. </div>
  340. </div></td>
  341.  
  342.  
  343. <tr> <!-- end row -->
  344.  
  345.  
  346. <td><div id="pannel">
  347. <div id="poster">
  348. <div id="name"><a href="url"> name </a></div>
  349. <div id="about">
  350. <div id="description"><p>
  351. put your description here
  352. </div>
  353. </div>
  354. <img width="120px" src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the url of the image you want -->
  355. </div>
  356. </div></td>
  357.  
  358.  
  359. <td><div id="pannel">
  360. <div id="poster">
  361. <div id="name"><a href="url"> name </a></div>
  362. <div id="about">
  363. <div id="description"><p>
  364. put your description here
  365. </div>
  366. </div>
  367. <img width="120px" src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the url of the image you want -->
  368. </div>
  369. </div></td>
  370.  
  371.  
  372.  
  373. <td><div id="pannel">
  374. <div id="poster">
  375. <div id="name"><a href="url"> name </a></div>
  376. <div id="about">
  377. <div id="description"><p>
  378. put your description here
  379. </div>
  380. </div>
  381. <img width="120px" src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the url of the image you want -->
  382. </div>
  383. </div></td>
  384.  
  385. <tr> <!-- end row -->
  386.  
  387.  
  388. <td><div id="pannel">
  389. <div id="poster">
  390. <div id="name"><a href="url"> name </a></div>
  391. <div id="about">
  392. <div id="description"><p>
  393. put your description here
  394. </div>
  395. </div>
  396. <img width="120px" src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the url of the image you want -->
  397. </div>
  398. </div></td>
  399.  
  400.  
  401. <td><div id="pannel">
  402. <div id="poster">
  403. <div id="name"><a href="url"> name </a></div>
  404. <div id="about">
  405. <div id="description"><p>
  406. put your description here
  407. </div>
  408. </div>
  409. <img width="120px" src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the url of the image you want -->
  410. </div>
  411. </div></td>
  412.  
  413.  
  414.  
  415. <td><div id="pannel">
  416. <div id="poster">
  417. <div id="name"><a href="url"> name </a></div>
  418. <div id="about">
  419. <div id="description"><p>
  420. put your description here
  421. </div>
  422. </div>
  423. <img width="120px" src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the url of the image you want -->
  424. </div>
  425. </div></td>
  426. <!-- end table -->
  427.  
  428.  
  429. </table>
  430. </body>
  431.  
  432. <div id="02" class="popup_block">
  433. <!-- start popup coding p3 -->
  434. <center>
  435. INFO GOES HERE
  436. </center></div></div></div></div></div></div></div></div></div></div></div>
  437. <!-- end popup coding p3 -->
  438.  
  439. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement