ammetrine

Pink Spinel Network Theme by Ammetrine

Apr 2nd, 2016
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.77 KB | None | 0 0
  1. <head>
  2. <link href='https://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
  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. <link rel="shortcut icon" href="{favicon}">
  38. <link rel="alternate" type="application/rss+xml" href="{rss}">
  39.  
  40. <style type="text/css">
  41.  
  42. #infobox{
  43. padding:5px;
  44. width:250px;
  45. height:auto;
  46. left:120px;
  47. top:200px;
  48. color:#888;
  49. background-color:#ffffff;
  50. border:1px solid #888;
  51. position:fixed;
  52. z-index:9999999;
  53. }
  54. #infoboxT {
  55. margin-top:2px;
  56. text-align:center;
  57. padding-bottom:6px;
  58. border-bottom:solid 1px #D1B0BD;
  59. font-size:15px;
  60. }
  61. #infoboxST {
  62. margin-top:5px;
  63. text-align:left;
  64. font-size:13px;
  65. margin-left:20px;
  66. font-weight:bold;
  67. }
  68. #infoboxA {
  69. border-bottom:solid 1px #D1B0BD;
  70. font-size:11px;
  71. text-align:right;
  72. margin-right:20px;
  73. margin-left:20px;
  74. padding-bottom:5px;
  75. }
  76.  
  77.  
  78. #infobox2{
  79. padding:5px;
  80. width:250px;
  81. height:auto;
  82. left:120px;
  83. top:420px;
  84. color:#888;
  85. background-color:#ffffff;
  86. border:1px solid #888;
  87. position:fixed;
  88. z-index:9999999;
  89. }
  90. #infoboxT {
  91. margin-top:2px;
  92. text-align:center;
  93. padding-bottom:6px;
  94. border-bottom:solid 1px #D1B0BD;
  95. font-size:15px;
  96. }
  97. #infobox2ST {
  98. margin-top:5px;
  99. text-align:left;
  100. font-size:13px;
  101. margin-left:20px;
  102. }
  103. #infobox2A {
  104. border-bottom:solid 1px #D1B0BD;
  105. font-size:11px;
  106. text-align:right;
  107. margin-right:20px;
  108. margin-left:20px;
  109. padding-bottom:5px;
  110. }
  111.  
  112. #infobox2A2 {
  113. text-align:center;
  114. font-size:12px;
  115. margin-top:5px;
  116. margin-right:20px;
  117. margin-left:20px;
  118. padding-bottom:5px;
  119. }
  120.  
  121.  
  122. /* start popup coding p2*/
  123. #fade {
  124. display:none;
  125. background:#000;
  126. position:fixed;
  127. left:0; top:0;
  128. width:100%;
  129. height:100%;
  130. opacity:.80;
  131. z-index:9999; }
  132. .popup_block {
  133. display:none;
  134. background:#fff;
  135. padding:10px;
  136. border:10px solid #ede5f3;
  137. float:left;
  138. font-size:10;
  139. position:fixed;
  140. top:50%; left:50%;
  141. z-index:99999;
  142. }
  143. img.btn_close {
  144. float:right;
  145. margin:3px 3px 0px 0px; }
  146. *html #fade { position:absolute; }
  147. *html .popup_block { position:absolute; }
  148. /* end popup coding p2*/
  149.  
  150. body {
  151. font-family: 'Raleway', sans-serif;
  152. font-size: 13px;
  153. color:#888;
  154. background-color:#fff;
  155.  
  156. }
  157.  
  158. a:link, a:active, a:visited {
  159. color: #D1B0BD;
  160. text-decoration:none;
  161. }
  162.  
  163.  
  164. #credit {
  165. position:fixed;
  166. right:10px;
  167. bottom:5px;
  168. background:#D1B0BD;
  169. padding-top:5px;
  170. padding-right:5px;
  171. padding-left:5px;
  172. padding-bottom:2px;
  173. font-size:12px;
  174. font-family: 'Raleway', sans-serif;
  175. z-index:9999;
  176. } /*do not remove OR ALTER this - you will be reported if caught doing so*/
  177.  
  178. #credit a{
  179. color:#666;
  180. }
  181.  
  182. #header {
  183. position:fixed;
  184. border-bottom:solid 1px #D1B0BD;
  185. width:100%;
  186. height:auto;
  187. font-family: 'Raleway', sans-serif;
  188. font-size:13px;
  189. margin-top:-80px;
  190. padding-bottom:20px;
  191. text-align:center;
  192. background-color:#fff;
  193. z-index:999999;
  194. }
  195.  
  196.  
  197.  
  198. #title {
  199. height:20px;
  200. color:#888888;
  201. font-family: 'Raleway', sans-serif;
  202. font-size:23px;
  203. text-align:center;
  204. letter-spacing:1px;
  205. padding:5px 10px;
  206. }
  207.  
  208. #desc {
  209. margin-top:13px;
  210. font-size:12px;
  211. padding-bottom:5px;
  212. }
  213.  
  214.  
  215. #members {
  216. margin-top:105;
  217. margin-left:410px;
  218. }
  219.  
  220.  
  221. #memberspot {
  222. width:180px;
  223. height:180px;
  224. padding:3px;
  225. border:1px solid #888;
  226. background-color:#fff;
  227. }
  228.  
  229. #hoverpannel {
  230. padding-top:10px;
  231. margin-bottom:20px;
  232. position:absolute;
  233. width:180px;
  234. height:10px;
  235. font-family: 'Raleway', sans-serif;
  236. opacity:0;
  237. background:white;
  238. }
  239.  
  240. #memberspot:hover #hoverpannel {
  241. opacity:1;
  242. margin-top:0px;
  243. height:170px;
  244. -webkit-transition: all 0.35s ease-out;
  245. -moz-transition: all 0.35s ease-out;
  246. transition: all 0.35s ease-out;
  247. }
  248.  
  249. #member {
  250. font-size:15px;
  251. color:#D1B0BD;
  252. font-family: 'Raleway', sans-serif;
  253. letter-spacing:1px;
  254. text-align:center;
  255. margin-top:-40px;
  256. }
  257.  
  258. #memberinfo {
  259. font-family: 'Raleway', sans-serif;
  260. font-size:11px;
  261. color:#888;
  262. margin-top:55px;
  263. text-align:center;
  264. text-transform:lowercase;
  265. }
  266.  
  267. #imagespot {
  268. width:170px;
  269. height:170px;
  270. margin-top:-1px;
  271. margin-left:-1px;
  272. position: relative;
  273. background-color:#fff;
  274. }
  275.  
  276. #imagespot img {
  277. width:170px;
  278. height:170px;
  279. padding:6px;
  280. }
  281.  
  282. </style>
  283.  
  284. <div id="credit"><a href="http://ammetrine.tumblr.com/">AT</a></div> <!-- do not remove OR ALTER this - you will be reported if caught doing so -->
  285.  
  286. </div>
  287. <div id="header">
  288. <div id="title">Title</div>
  289. <div id="desc">Put a short Description here</div>
  290. </div>
  291.  
  292. <table id="members" border="0" cellpadding="0" cellspacing="20">
  293.  
  294.  
  295. <!-- start table (aka member spots) -->
  296.  
  297. <td>
  298. <div id="memberspot">
  299. <div id="imagespot">
  300. <div id="hoverpannel">
  301. <div id="memberinfo"><p>put your description here</div>
  302. <div id="member"><a href="url">link</a></div>
  303. </div>
  304. <img src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the IMAGE ADRESS of the image you want -->
  305. </div></div></td>
  306.  
  307. <td>
  308. <div id="memberspot">
  309. <div id="imagespot">
  310. <div id="hoverpannel">
  311. <div id="memberinfo"><p>put your description here</div>
  312. <div id="member"><a href="url">link</a></div>
  313. </div>
  314. <img src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the IMAGE ADRESS of the image you want -->
  315. </div></div></td>
  316.  
  317. <td>
  318. <div id="memberspot">
  319. <div id="imagespot">
  320. <div id="hoverpannel">
  321. <div id="memberinfo"><p>put your description here</div>
  322. <div id="member"><a href="url">link</a></div>
  323. </div>
  324. <img src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the IMAGE ADRESS of the image you want -->
  325. </div></div></td>
  326.  
  327. <td>
  328. <div id="memberspot">
  329. <div id="imagespot">
  330. <div id="hoverpannel">
  331. <div id="memberinfo"><p>put your description here</div>
  332. <div id="member"><a href="url">link</a></div>
  333. </div>
  334. <img src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the IMAGE ADRESS of the image you want -->
  335. </div></div></td>
  336.  
  337.  
  338. <tr> <!-- end row -->
  339.  
  340.  
  341. <td>
  342. <div id="memberspot">
  343. <div id="imagespot">
  344. <div id="hoverpannel">
  345. <div id="memberinfo"><p>put your description here</div>
  346. <div id="member"><a href="url">link</a></div>
  347. </div>
  348. <img src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the IMAGE ADRESS of the image you want -->
  349. </div></div></td>
  350.  
  351. <td>
  352. <div id="memberspot">
  353. <div id="imagespot">
  354. <div id="hoverpannel">
  355. <div id="memberinfo"><p>put your description here</div>
  356. <div id="member"><a href="url">link</a></div>
  357. </div>
  358. <img src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the IMAGE ADRESS of the image you want -->
  359. </div></div></td>
  360.  
  361. <td>
  362. <div id="memberspot">
  363. <div id="imagespot">
  364. <div id="hoverpannel">
  365. <div id="memberinfo"><p>put your description here</div>
  366. <div id="member"><a href="url">link</a></div>
  367. </div>
  368. <img src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the IMAGE ADRESS of the image you want -->
  369. </div></div></td>
  370.  
  371. <td>
  372. <div id="memberspot">
  373. <div id="imagespot">
  374. <div id="hoverpannel">
  375. <div id="memberinfo"><p>put your description here</div>
  376. <div id="member"><a href="url">link</a></div>
  377. </div>
  378. <img src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the IMAGE ADRESS of the image you want -->
  379. </div></div></td>
  380.  
  381.  
  382. <tr> <!-- end row --><td>
  383.  
  384.  
  385. <div id="memberspot">
  386. <div id="imagespot">
  387. <div id="hoverpannel">
  388. <div id="memberinfo"><p>put your description here</div>
  389. <div id="member"><a href="url">link</a></div>
  390. </div>
  391. <img src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the IMAGE ADRESS of the image you want -->
  392. </div></div></td>
  393.  
  394. <td>
  395. <div id="memberspot">
  396. <div id="imagespot">
  397. <div id="hoverpannel">
  398. <div id="memberinfo"><p>put your description here</div>
  399. <div id="member"><a href="url">link</a></div>
  400. </div>
  401. <img src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the IMAGE ADRESS of the image you want -->
  402. </div></div></td>
  403.  
  404. <td>
  405. <div id="memberspot">
  406. <div id="imagespot">
  407. <div id="hoverpannel">
  408. <div id="memberinfo"><p>put your description here</div>
  409. <div id="member"><a href="url">link</a></div>
  410. </div>
  411. <img src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the IMAGE ADRESS of the image you want -->
  412. </div></div></td>
  413.  
  414. <td>
  415. <div id="memberspot">
  416. <div id="imagespot">
  417. <div id="hoverpannel">
  418. <div id="memberinfo"><p>put your description here</div>
  419. <div id="member"><a href="url">link</a></div>
  420. </div>
  421. <img src="http://40.media.tumblr.com/2ebc0f87ed961008da800a0a0d358bf5/tumblr_nrzr9pysKS1s6beoyo1_500.jpg"/><!--delete this url and replace with the IMAGE ADRESS of the image you want -->
  422. </div></div></td>
  423.  
  424. <!-- end table -->
  425. </table>
  426.  
  427. <div id="infobox">
  428. <div id="infoboxT">Information</div>
  429. <div id="infoboxST">Subtitle:</div>
  430. <div id="infoboxA">Info</div>
  431.  
  432. <div id="infoboxST">Subtitle:</div>
  433. <div id="infoboxA">Info</div>
  434.  
  435. <div id="infoboxST">Subtitle:</div>
  436. <div id="infoboxA">Info</div>
  437.  
  438. <div id="infoboxST">Subtitle:</div>
  439. <div id="infoboxA">Info</div>
  440. </div>
  441.  
  442. <div id="infobox2">
  443. <div id="infoboxT">Apply</div>
  444. <div id="infoboxST">Applications:</div>
  445. <div id="infoboxA">Open/Closed</div>
  446. <div id="infobox2A2">Write some info about the network here</div>
  447.  
  448. </div>
  449.  
  450. </body>
  451.  
  452. <div id="02" class="popup_block">
  453. <!-- start popup coding p3 -->
  454. <center>
  455. INFO GOES HERE
  456. </center></div></div></div></div></div></div></div></div></div></div></div>
  457. <!-- end popup coding p3 -->
  458.  
  459. </html>
Add Comment
Please, Sign In to add comment