Advertisement
shadowtests

Untitled

Sep 22nd, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.36 KB | None | 0 0
  1. <!--network theme base code by mady, or inspiredbylou-->
  2.  
  3.  
  4. <!--
  5. network theme by cuddleinq!! Done with a base code by inspiredbylou
  6.  
  7. enjoy xx
  8. -->
  9.  
  10. <head>
  11.  
  12. <link rel="stylesheet" href="http://static.tumblr.com/i5s2zks/6kOohwlux/pe-icon-7-stroke.css">
  13. <link rel="shortcut icon" href="{favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{rss}">
  15. <link href="https://fonts.googleapis.com/css?family=Nixie+One|Open+Sans" rel="stylesheet">
  16. <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
  17. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  19. <script>
  20. (function($){
  21. $(document).ready(function(){
  22. $("[title],a[title],img[title]").style_my_tooltips({
  23. tip_follows_cursor:true,
  24. tip_delay_time:90,
  25. tip_fade_speed:600,
  26. attribute:"title"
  27. });
  28. });
  29. })(jQuery);
  30.  
  31.  
  32. </script>
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar {width: 2px; height: 2px; background: white;}
  38. ::-webkit-scrollbar-thumb {background-color:#E8E8E8; height:2px;}
  39.  
  40. body
  41. {font-family: 'Open Sans', sans-serif;
  42. font-size: 11px;
  43. color: #777777; /*change font colour*/
  44. background-position: fixed;
  45. background-attachment:fixed;
  46. background-repeat:repeat;
  47. background-color:#fff;} /*change background colour*/
  48.  
  49. a:link, a:active, a:visited{
  50. color: #777777; /*change link colour*/
  51. text-decoration: none;
  52.  
  53. }
  54.  
  55. .box {
  56. border:1px solid #c2d1d0; /*change border colour of box around pic*/
  57. width:134px;
  58. height:170px;
  59. letter-spacing:1px;
  60. overflow:hidden;
  61. background-color:white;
  62. padding:10px;
  63. display:inline-block;
  64. }
  65.  
  66.  
  67.  
  68. #all {
  69. margin:30;
  70. margin-left:20%;
  71. margin-top:-10px;
  72. }
  73.  
  74. #pannel {
  75. width:180px;
  76. margin-left:-20px;
  77. height:170px;
  78. padding-right:20px;
  79. padding-bottom:40px;
  80. background-color:#fff;
  81. }
  82.  
  83. #poster {
  84. width:130px;
  85. height:120px;
  86. margin-top:10px;
  87. position: absolute;
  88. background-color:#fff;
  89. }
  90.  
  91. #poster img {
  92. width:120px;
  93. margin-top:-15px;
  94. height:120px;
  95. padding:6px;
  96. }
  97.  
  98.  
  99. #about {
  100. text-align:center;
  101. padding:10px;
  102. padding-top:10px;
  103. margin-top:-27px;
  104. margin-bottom:20px;
  105. margin-left:-11px;
  106. position:absolute;
  107. width:134px;
  108. height:170px;
  109. border:1px solid #c2d1d0; /*change colour of box when hovered on*/
  110. font-family: 'Open Sans', sans-serif;
  111. opacity:0;
  112. font-size:9px;
  113. background:white;
  114. color:#000;
  115. -webkit-transition: all .8s ease;
  116. -moz-transition: all .8s ease;
  117. -o-transition: all .8s ease;
  118. transition: all .8s ease;
  119.  
  120. }
  121.  
  122. #pannel:hover #about {
  123. margin-top:-27px;
  124. margin-bottom:20px;
  125. margin-left:-11px;
  126. width:134px;
  127. height:170px;
  128. opacity:0.98;
  129. -webkit-transition: all .8s ease;
  130. -moz-transition: all .8s ease;
  131. -o-transition: all .8s ease;
  132. transition: all .8s ease;
  133. }
  134.  
  135. #desc {
  136. font-family: 'Open Sans', sans-serif;
  137. margin-top:17px;
  138. font-size:10px;
  139. overflow:scroll; /*do not delete otherwise it won't scroll!*/
  140. height:140px;
  141. letter-spacing:0px;
  142. text-align:center;
  143. line-height:15px;
  144. }
  145.  
  146. #names {
  147. font-family: 'Open Sans', sans-serif;
  148. font-size:10px;
  149. height:auto;
  150. padding:3px;
  151. margin-left:4px;
  152. margin-bottom:-1px;
  153. width:120px;
  154. border-top:1px solid #d3d3d3;
  155. border-bottom:1px solid #d3d3d3;
  156. letter-spacing:0px;
  157. text-align:center;
  158. line-height:15px;
  159. }
  160.  
  161. #top {
  162. width:765px;
  163. height:auto;
  164. font-family: 'Open Sans', sans-serif;
  165. font-size:11px;
  166. margin-left: 20%;
  167. line-height:18px;
  168. padding:2px;
  169. margin-top: 20px;
  170. text-align:center;
  171. text-transform:lowercase;
  172. background-color:#fff;
  173. }
  174.  
  175. #admin {
  176. font-size:10px;
  177. font-family: 'Open Sans', sans-serif;
  178. text-transform:uppercase;
  179. z-index:999999999999999999999;
  180. background-color:#c2d1d0; /*change background of name before hover colour*/
  181. letter-spacing: 1px;
  182. text-align: center;
  183. padding: 2 3 2 3;
  184. width: 120px;
  185. position: absolute;
  186. margin-top: 145px;
  187. margin-left:4px;
  188. -webkit-transition: all .8s ease;
  189. -moz-transition: all .8s ease;
  190. -o-transition: all .8s ease;
  191. transition: all .8s ease;
  192. }
  193.  
  194. #pannel:hover #admin {
  195. margin-top:8px;
  196. -webkit-transition: all .8s ease;
  197. -moz-transition: all .8s ease;
  198. -o-transition: all .8s ease;
  199. transition: all .8s ease;
  200. }
  201.  
  202. .header {
  203. height:auto;
  204. line-height:35px;
  205. background:#c2d1d0;
  206. color:#fff; /*change title colour*/
  207. font-family: 'Nixie One', cursive;
  208. font-size:38px; /*change title font size*/
  209. text-align:center;
  210. letter-spacing:2px;
  211. text-transform:lowercase;
  212. padding:15px;
  213. margin-top:40px;
  214. margin-left:-14px;
  215. margin-bottom:10px;
  216. }
  217.  
  218. .header a {
  219. color:#eeeeee;
  220. text-decoration:none;
  221. }
  222.  
  223. .tooltip{
  224. display:inline;
  225. position:relative;
  226. }
  227. #s-m-t-tooltip{
  228. max-width:300px;
  229. padding:4px 5px 6px 4px;
  230. margin:9px 5px -2px 20px;
  231. background:white;
  232. border:1px solid #c2d1d0; /*change tooltip border colour*/
  233. font-family: 'Open Sans', sans-serif;
  234. font-size:10px;
  235. letter-spacing:1px;
  236. text-transform:lowercase;
  237. color:#777777;
  238. z-index:9999999999999999999999;
  239. }
  240.  
  241. #sidez{
  242. height:100%;
  243. width:30px;
  244. left:0px;
  245. top:0px;
  246. background:#c2d1d0; /*change blog border colour*/
  247. position:fixed;
  248.  
  249. }
  250.  
  251. #sidea{
  252. height:100%;
  253. width:24px;
  254. right:0px;
  255. top:0px;
  256. background:#c2d1d0; /*change blog border colour*/
  257. position:fixed;
  258. }
  259.  
  260. #credit a{position:fixed; border:1px solid #f2f2f2;right:28px;bottom:10px;padding:3px;line-height:10px;font-size:11px;color:{color:text};background:white;-moz-transition-duration:1s;-webkit-transition-duration:1s;-o-transition-duration:1s;}
  261.  
  262. </style>
  263. <div id="sidez"></div><div id="sidea"></div>
  264.  
  265. <div id="border-top"></div>
  266.  
  267.  
  268.  
  269. </div>
  270. <div id="top">
  271. <div class="header">canon character directory</div>
  272. <a href="/">index</a> &middot
  273. <a href="/rules">rules</a> &middot
  274. <a href="/tagged/{ open starter }">starters</a> &middot
  275. <a href="http://cuddleinq.tumblr.com">credit</a>
  276.  
  277. </div>
  278.  
  279. <table id="all" border="0" cellpadding="0" cellspacing="20">
  280.  
  281.  
  282. <!-- start of 1st column-->
  283. <!--start 1st pannel-->
  284. <td><div id="pannel">
  285. <div id="poster">
  286. <div class="box"><div id="admin">adam warlock</div><!--name of the member-->
  287. <p>
  288. <div id="about"><br>
  289. <div id="desc"><p><!--- description goes here-->
  290.  
  291. <div id="names"><a href="/tagged/{ aesthetics; adam warlock }">aesthetics</a> </div>
  292. <div id="names"><a href="https://marvel.fandom.com/wiki/Adam_Warlock_(Earth-616)">biography</a> </div>
  293. <div id="names"><a href="/tagged/{ crushes; adam warlock }">crushes</a> </div>
  294. <div id="names"><a href="/tagged/{ desires; adam warlock }">desires</a> </div>
  295. <div id="names"><a href="/tagged/{ headcanons; adam warlock }">headcanons</a> </div>
  296. <div id="names"><a href="/tagged/{ answers; adam warlock }">inbox replies</a> </div>
  297. <div id="names"><a href="/tagged/{ enjoyments; adam warlock }">interests</a> </div>
  298. <div id="names"><a href="/tagged/{ playlist; adam warlock }">ipod</a> </div>
  299. <div id="names"><a href="/tagged/{ musings; adam warlock }">musings</a> </div>
  300. <div id="names"><a href="/tagged/{ adam warlock }">photo album</a> </div>
  301. <div id="names"><a href="/tagged/{ resources; adam warlock }">resources</a> </div>
  302. <div id="names"><a href="/tagged/{ starters; adam warlock }">starters</a> </div>
  303. <div id="names"><a href="/tagged/{ closet; adam warlock }">wardrobe</a> </div>
  304.  
  305.  
  306. </div>
  307. </div>
  308. <img width="120px" src="https://66.media.tumblr.com/5e432048c9fdff863c59f23eb6913104/b9c53d38e286daa1-ab/s540x810/f3b368d3b2a387e12122d7cd216aa5b094fef5e6.jpg"/><!--replace this url with the image url you want to use-->
  309. </div>
  310.  
  311. </div></td>
  312. <!--end 1st pannel-->
  313.  
  314.  
  315.  
  316. <!--start 2nd pannel-->
  317. <td><div id="pannel">
  318. <div id="poster">
  319. <div class="box"><div id="admin">bruce wayne</div><!--name of the member-->
  320. <p>
  321. <div id="about"><br>
  322. <div id="desc"><p><!--- description goes here-->
  323.  
  324. <div id="names"><a href="/tagged/{ aesthetics; bruce wayne }">aesthetics</a> </div>
  325. <div id="names"><a href="https://dc.fandom.com/wiki/Batman_(Bruce_Wayne)">biography</a> </div>
  326. <div id="names"><a href="/tagged/{ crushes; bruce wayne }">crushes</a> </div>
  327. <div id="names"><a href="/tagged/{ desires; bruce wayne }">desires</a> </div>
  328. <div id="names"><a href="/tagged/{ headcanons; bruce wayne }">headcanons</a> </div>
  329. <div id="names"><a href="/tagged/{ answers; bruce wayne }">inbox replies</a> </div>
  330. <div id="names"><a href="/tagged/{ enjoyments; bruce wayne }">interests</a> </div>
  331. <div id="names"><a href="/tagged/{ playlist; bruce wayne }">ipod</a> </div>
  332. <div id="names"><a href="/tagged/{ musings; bruce wayne }">musings</a> </div>
  333. <div id="names"><a href="/tagged/{ bruce wayne }">photo album</a> </div>
  334. <div id="names"><a href="/tagged/{ resources; bruce wayne }">resources</a> </div>
  335. <div id="names"><a href="/tagged/{ starters; bruce wayne }">starters</a> </div>
  336. <div id="names"><a href="/tagged/{ closet; bruce wayne }">wardrobe</a> </div>
  337.  
  338.  
  339. </div>
  340. </div>
  341. <img width="120px" src="https://66.media.tumblr.com/20841cdfdd62fdbc15041750af6511aa/b9c53d38e286daa1-ad/s540x810/9f1eeabc8369fadd926b4ec0c7fae9f4cb04b773.jpg"/><!--replace this url with the image url you want to use-->
  342. </div>
  343.  
  344. </div></td>
  345. <!--end 2nd pannel-->
  346.  
  347.  
  348. <!--start 3rd pannel-->
  349. <td><div id="pannel">
  350. <div id="poster">
  351. <div class="box"><div id="admin">jacob frye</div><!--name of the member-->
  352. <p>
  353. <div id="about"><br>
  354. <div id="desc"><p><!--- description goes here-->
  355.  
  356. <div id="names"><a href="/tagged/{ aesthetics; jacob frye }">aesthetics</a> </div>
  357. <div id="names"><a href="https://assassinscreed.fandom.com/wiki/Jacob_Frye">biography</a> </div>
  358. <div id="names"><a href="/tagged/{ crushes; jacob frye }">crushes</a> </div>
  359. <div id="names"><a href="/tagged/{ desires; jacob frye }">desires</a> </div>
  360. <div id="names"><a href="/tagged/{ headcanons; jacob frye }">headcanons</a> </div>
  361. <div id="names"><a href="/tagged/{ answers; jacob frye }">inbox replies</a> </div>
  362. <div id="names"><a href="/tagged/{ enjoyments; jacob frye }">interests</a> </div>
  363. <div id="names"><a href="/tagged/{ playlist; jacob frye }">ipod</a> </div>
  364. <div id="names"><a href="/tagged/{ musings; jacob frye }">musings</a> </div>
  365. <div id="names"><a href="/tagged/{ jacob frye }">photo album</a> </div>
  366. <div id="names"><a href="/tagged/{ resources; jacob frye }">resources</a> </div>
  367. <div id="names"><a href="/tagged/{ starters; jacob frye }">starters</a> </div>
  368. <div id="names"><a href="/tagged/{ closet; jacob frye }">wardrobe</a> </div>
  369.  
  370.  
  371. </div>
  372. </div>
  373. <img width="120px" src="https://66.media.tumblr.com/9c58d95a64349bfdf4de90e1795eb4e2/b9c53d38e286daa1-4e/s540x810/47364289d8be0a5c2bedc1b31b916d4d1c5033cb.png"/><!--replace this url with the image url you want to use-->
  374. </div>
  375.  
  376. </div></td>
  377. <!--end 3rd pannel-->
  378.  
  379. <!--start 4th pannel-->
  380. <td><div id="pannel">
  381. <div id="poster">
  382. <div class="box"><div id="admin">peter parker</div><!--name of the member-->
  383. <p>
  384. <div id="about"><br>
  385. <div id="desc"><p><!--- description goes here-->
  386.  
  387. <div id="names"><a href="/tagged/{ aesthetics; peter parker }">aesthetics</a> </div>
  388. <div id="names"><a href="https://amazingspiderman.fandom.com/wiki/Spider-Man">biography</a> </div>
  389. <div id="names"><a href="/tagged/{ crushes; peter parker }">crushes</a> </div>
  390. <div id="names"><a href="/tagged/{ desires; peter parker }">desires</a> </div>
  391. <div id="names"><a href="/tagged/{ headcanons; peter parker }">headcanons</a> </div>
  392. <div id="names"><a href="/tagged/{ answers; peter parker }">inbox replies</a> </div>
  393. <div id="names"><a href="/tagged/{ enjoyments; peter parker }">interests</a> </div>
  394. <div id="names"><a href="/tagged/{ playlist; peter parker }">ipod</a> </div>
  395. <div id="names"><a href="/tagged/{ musings; peter parker }">musings</a> </div>
  396. <div id="names"><a href="/tagged/{ peter parker }">photo album</a> </div>
  397. <div id="names"><a href="/tagged/{ resources; peter parker }">resources</a> </div>
  398. <div id="names"><a href="/tagged/{ starters; peter parker }">starters</a> </div>
  399. <div id="names"><a href="/tagged/{ closet; peter parker }">wardrobe</a> </div>
  400.  
  401.  
  402. </div>
  403. </div>
  404. <img width="120px" src="https://66.media.tumblr.com/c8c61b002159b418d1d0551ac94c042a/b9c53d38e286daa1-37/s540x810/b2f96820bb353036e929a02d17e761fa96f1542e.png"/><!--replace this url with the image url you want to use-->
  405. </div>
  406.  
  407. </div></td>
  408. <!--end 4th pannel-->
  409. <!-- end of 1st column-->
  410. <tr>
  411.  
  412.  
  413. <!-- start of 2nd column-->
  414.  
  415. <!--start 1st pannel-->
  416. <td><div id="pannel">
  417. <div id="poster">
  418. <div class="box"><div id="admin">scott lang</div><!--name of the member-->
  419. <p>
  420. <div id="about"><br>
  421. <div id="desc"><p><!--- description goes here-->
  422.  
  423. <div id="names"><a href="/tagged/{ aesthetics; scott lang }">aesthetics</a> </div>
  424. <div id="names"><a href="https://marvelcinematicuniverse.fandom.com/wiki/Ant-Man">biography</a> </div>
  425. <div id="names"><a href="/tagged/{ crushes; scott lang }">crushes</a> </div>
  426. <div id="names"><a href="/tagged/{ desires; scott lang }">desires</a> </div>
  427. <div id="names"><a href="/tagged/{ headcanons; scott lang }">headcanons</a> </div>
  428. <div id="names"><a href="/tagged/{ answers; scott lang }">inbox replies</a> </div>
  429. <div id="names"><a href="/tagged/{ enjoyments; scott lang }">interests</a> </div>
  430. <div id="names"><a href="/tagged/{ playlist; scott lang }">ipod</a> </div>
  431. <div id="names"><a href="/tagged/{ musings; scott lang }">musings</a> </div>
  432. <div id="names"><a href="/tagged/{ scott lang }">photo album</a> </div>
  433. <div id="names"><a href="/tagged/{ resources; scott lang }">resources</a> </div>
  434. <div id="names"><a href="/tagged/{ starters; scott lang }">starters</a> </div>
  435. <div id="names"><a href="/tagged/{ closet; scott lang }">wardrobe</a> </div>
  436.  
  437.  
  438. </div>
  439. </div>
  440. <img width="120px" src="https://66.media.tumblr.com/b924c9cc12261e6c1ea98b3f51d26259/b9c53d38e286daa1-26/s540x810/49fa71a0411d6ad9b34d6cb7a48554c6145411c5.jpg"/><!--replace this url with the image url you want to use-->
  441. </div>
  442.  
  443. <!--start 2nd pannel-->
  444. <td><div id="pannel">
  445. <div id="poster">
  446. <div class="box"><div id="admin">tenth doctor</div><!--name of the member-->
  447. <p>
  448. <div id="about"><br>
  449. <div id="desc"><p><!--- description goes here-->
  450.  
  451. <div id="names"><a href="/tagged/{ aesthetics; tenth doctor }">aesthetics</a> </div>
  452. <div id="names"><a href="https://tardis.fandom.com/wiki/Tenth_Doctor">biography</a> </div>
  453. <div id="names"><a href="/tagged/{ crushes; tenth doctor }">crushes</a> </div>
  454. <div id="names"><a href="/tagged/{ desires; tenth doctor }">desires</a> </div>
  455. <div id="names"><a href="/tagged/{ headcanons; tenth doctor }">headcanons</a> </div>
  456. <div id="names"><a href="/tagged/{ answers; tenth doctor }">inbox replies</a> </div>
  457. <div id="names"><a href="/tagged/{ enjoyments; tenth doctor }">interests</a> </div>
  458. <div id="names"><a href="/tagged/{ playlist; tenth doctor }">ipod</a> </div>
  459. <div id="names"><a href="/tagged/{ musings; tenth doctor }">musings</a> </div>
  460. <div id="names"><a href="/tagged/{ tenth doctor }">photo album</a> </div>
  461. <div id="names"><a href="/tagged/{ resources; tenth doctor }">resources</a> </div>
  462. <div id="names"><a href="/tagged/{ starters; tenth doctor }">starters</a> </div>
  463. <div id="names"><a href="/tagged/{ closet; tenth doctor }">wardrobe</a> </div>
  464.  
  465.  
  466. </div>
  467. </div>
  468. <img width="120px" src="https://66.media.tumblr.com/38b61e93bcd57ec9e7c82907f463a1b8/b9c53d38e286daa1-f5/s540x810/c8fc18d37fa9de686bacd21bd6db73354f67d0af.jpg"/><!--replace this url with the image url you want to use-->
  469. </div>
  470.  
  471. <!--start 3rd pannel-->
  472. <td><div id="pannel">
  473. <div id="poster">
  474. <div class="box"><div id="admin">twelfth doctor</div><!--name of the member-->
  475. <p>
  476. <div id="about"><br>
  477. <div id="desc"><p><!--- description goes here-->
  478.  
  479. <div id="names"><a href="/tagged/{ aesthetics; twelfth doctor }">aesthetics</a> </div>
  480. <div id="names"><a href="https://tardis.fandom.com/wiki/Twelfth_Doctor">biography</a> </div>
  481. <div id="names"><a href="/tagged/{ crushes; twelfth doctor }">crushes</a> </div>
  482. <div id="names"><a href="/tagged/{ desires; twelfth doctor }">desires</a> </div>
  483. <div id="names"><a href="/tagged/{ headcanons; twelfth doctor }">headcanons</a> </div>
  484. <div id="names"><a href="/tagged/{ answers; twelfth doctor }">inbox replies</a> </div>
  485. <div id="names"><a href="/tagged/{ enjoyments; twelfth doctor }">interests</a> </div>
  486. <div id="names"><a href="/tagged/{ playlist; twelfth doctor }">ipod</a> </div>
  487. <div id="names"><a href="/tagged/{ musings; twelfth doctor }">musings</a> </div>
  488. <div id="names"><a href="/tagged/{ twelfth doctor }">photo album</a> </div>
  489. <div id="names"><a href="/tagged/{ resources; twelfth doctor }">resources</a> </div>
  490. <div id="names"><a href="/tagged/{ starters; twelfth doctor }">starters</a> </div>
  491. <div id="names"><a href="/tagged/{ closet; twelfth doctor }">wardrobe</a> </div>
  492.  
  493.  
  494. </div>
  495. </div>
  496. <img width="120px" src="https://66.media.tumblr.com/3c02de047346840551c39c55f35e1d21/b9c53d38e286daa1-48/s540x810/a953057b76675c1462fd4948e91eeff68925917d.jpg"/><!--replace this url with the image url you want to use-->
  497. </div>
  498.  
  499. </div></td>
  500. <!--end 3rd pannel-->
  501.  
  502. </div></td>
  503. <!--end 2nd pannel-->
  504.  
  505. </div></td>
  506. <!--end 1st pannel-->
  507. <!-- end of 3rd column-->
  508.  
  509.  
  510. <!-- to add more columns, copy everything from <tr> of the first pannel to </td> of the third pannel!
  511. if you need help adding more columns or with anything in this code please ask-->
  512.  
  513. </table>
  514.  
  515. <!-- you can remove the credit if you'd like :)-->
  516.  
  517. <div id="credit"><a href="http://cuddleinq.tumblr.com" title="credit"><big><i class="pe-7s-ribbon"></i></big></a></div>
  518.  
  519.  
  520. <div style="font-size: 8px; font-family: 'Open Sans', sans-serif;letter-spacing: 1px; float: left; position: fixed; padding: 2 4 2 4; bottom: 8px; left: 8px; background: transparent; border-top:1px solid #DADADA; border-right:1px solid #DADADA; border-left:1px solid #DADADA; border-bottom:1px solid #DADADA;text-transform:lowercase;"><a href="http://inspiredbylou.tumblr.com/" title="base code credit">c</a></div>
  521.  
  522.  
  523. </body>
  524. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement