Advertisement
b0rn-to-be-wild

- Spiderman network page vol.2 -

May 30th, 2014
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.54 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.onrg/1999/xhtml">
  3.  
  4. <!----
  5.  
  6. © borntobewildthemes.tumblr.com | "Spiderman network page"
  7.  
  8. + Please do not redistribute this page or remove credits.
  9. + You are allowed to make changes as long as you keep our credits.
  10. + If you have any questions or concerns, just contact us.
  11. + Thanks for using our page! We hope that you enjoy it!
  12.  
  13. ---->
  14.  
  15.  
  16. <html>
  17.  
  18. <head>
  19.  
  20. <!--Google fonts-->
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css'>
  23.  
  24. <link href='https://fonts.googleapis.com/css?family=Marvel' rel='stylesheet' type='text/css'>
  25.  
  26. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  27.  
  28. <style type="text/css">
  29.  
  30. /* ---------------------------- GENERAL ----------------------------- */
  31.  
  32. /* -------- BASICS ------- */
  33.  
  34. body {
  35. margin:0;
  36. padding:0;
  37. width:100%;
  38. height:100%;
  39. background-color: #f1f1f1;
  40. background-attachment: fixed;
  41. background-repeat: repeat;
  42. }
  43.  
  44. /* Paragraph */
  45.  
  46. p {margin-top:5px; margin-bottom:5px;}
  47.  
  48. <--ses-->
  49. small{font-size: 90%;}
  50.  
  51. big{font-size: 110%;}
  52.  
  53. /* Links */
  54.  
  55. a:link, a:active, a:visited{
  56. -webkit-transition: all .7s ease;
  57. -moz-transition: all .7s ease;
  58. -o-transition: all .7s ease;
  59. transition: all .7s ease;
  60. color:#000000;
  61. text-decoration:none;
  62. }
  63.  
  64. a:hover{
  65. color:#2082bc;
  66. -webkit-transition: all 0.8s ease-in-out;
  67. -moz-transition: all 0.8s ease-in-out;
  68. -o-transition: all 0.8s ease-in-out;
  69. -ms-transition: all 0.8s ease-in-out;
  70. transition: all 0.8s ease-in-out;
  71. }
  72.  
  73. a img {border: 0px;}
  74.  
  75. /* Bold and italic */
  76.  
  77. b, strong {color:#55575a;}
  78.  
  79. i, em {color:#555;}
  80.  
  81. /* Text selection */
  82.  
  83. ::-moz-selection {
  84. background: #f1f1f1;
  85. color: #333;
  86. }
  87.  
  88. ::selection {
  89. background: #f1f1f1;
  90. color: #333;
  91. }
  92.  
  93. /* Webkit scrollbar */
  94.  
  95. ::-webkit-scrollbar {
  96. width: 7px;
  97. height: 0px;
  98. }
  99.  
  100. ::-webkit-scrollbar-thumb:vertical {
  101. height: 0px;
  102. background: #0C5C8C;
  103. border:3px solid #fff;
  104. }
  105.  
  106. ::-webkit-scrollbar-button:start:decrement,
  107. ::-webkit-scrollbar-button:end:increment {
  108. height: 0px;
  109. display: block;
  110. background-color: #fff;
  111. }
  112.  
  113. ::-webkit-scrollbar-track-piece {
  114. background-color: #fff;
  115. }
  116.  
  117. /* Tumblr controls */
  118.  
  119. .iframe-controls--desktop {
  120. top:10px!important;
  121. right:10px!important;
  122. opacity:.9!important;
  123. position:fixed!important;
  124. white-space:nowrap!important;
  125. filter: invert(1);
  126. -webkit-filter: invert(1);
  127. -moz-filter: invert(1);
  128. -o-filter: invert(1);
  129. -ms-filter: invert(1);
  130. z-index:1000000 !important;
  131. }
  132.  
  133. /* Tooltips */
  134.  
  135. #s-m-t-tooltip {
  136. max-width:300px;
  137. z-index:10000000;
  138. margin:24px 14px 7px 12px;
  139. padding:8px;
  140. color:#555;
  141. background:#f1f1f1;
  142. border:1px solid #fff;
  143. font-size:12px;
  144. line-height:16px;
  145. }
  146.  
  147. /* ----------------------- MAIN CONTAINER ----------------------------- */
  148.  
  149. #container{
  150. position:fixed;
  151. top:50%;
  152. left:50%;
  153. border-bottom-left-radius: 5px;
  154. border-bottom-right-radius: 5px;
  155. text-align:center;
  156. height:540px;
  157. width:670px;
  158. overflow:hidden;
  159. -webkit-transform: translateX(-50%) translateY(-50%);
  160. -moz-transform: translateX(-50%) translateY(-50%);
  161. -ms-transform: translateX(-50%) translateY(-50%);
  162. transform: translateX(-50%) translateY(-50%);
  163. }
  164.  
  165. /* Spiderman */
  166.  
  167. #spidey{
  168. position:absolute;
  169. margin-top:0px;
  170. margin-left:10px;
  171. }
  172.  
  173. /* --- HEADER --- */
  174.  
  175. #header {
  176. margin-top:10px;
  177. margin-left:0px;
  178. height:76px;
  179. width:660px;
  180. padding-top:10px;
  181. text-align:center;
  182. background:#fff;
  183. border:5px ridge #0C5C8C;
  184. color:#0C5C8C;
  185. border-top-right-radius:20px;
  186. border-top-left-radius:130px;
  187. }
  188.  
  189. /* Blog title */
  190.  
  191. #blogtitle {
  192. font-size:25px;
  193. margin-top:6px;
  194. letter-spacing:2px;
  195. font-style:italic;
  196. font-family:Marvel;
  197. }
  198.  
  199. /* Description */
  200.  
  201. #desc {
  202. margin-top:10px;
  203. letter-spacing:1px;
  204. }
  205.  
  206. /* Network container */
  207.  
  208. section {
  209. margin-top:20px;
  210. margin-left:60px;
  211. border:5px ridge #0C5C8C;
  212. width:590px;
  213. height:380px;
  214. padding-left:10px;
  215. padding-top:10px;
  216. overflow-y:auto;
  217. overflow-x:hidden;
  218. padding-bottom:13px;
  219. background:#fff;
  220. }
  221.  
  222. /* Member */
  223.  
  224. .member {
  225. margin:20px;
  226. width:150px;
  227. height:150px;
  228. border:1px solid #0C5C8C;
  229. -webkit-transition: all 1.3s ease;
  230. -moz-transition: all 1.3s ease;
  231. -o-transition: all 1.3s ease;
  232. }
  233.  
  234. .member img {
  235. width:130px;
  236. height:130px;
  237. margin:10px;
  238. z-index:1;
  239. -webkit-transition: all 1.3s ease;
  240. -moz-transition: all 1.3s ease;
  241. -o-transition: all 1.3s ease;
  242. }
  243.  
  244. .membername {
  245. position:absolute;
  246. margin-top:-140px;
  247. margin-left:10px;
  248. width:120px;
  249. min-height:120px;
  250. height:120px;
  251. font-family:Marvel;
  252. text-align:center;
  253. font-style:italic;
  254. letter-spacing:2px;
  255. line-height:15px;
  256. background:#0C5C8C;
  257. color:#fff;
  258. padding:5px;
  259. z-index:1000;
  260. opacity:0;
  261. -webkit-transition: all 1.3s ease;
  262. -moz-transition: all 1.3s ease;
  263. -o -transition: all 1.3s ease;
  264. }
  265.  
  266. .member:hover .membername {
  267. opacity:1;
  268. -webkit-transition: all 1.3s ease;
  269. -moz-transition: all 1.3s ease;
  270. -o-transition: all 1.3s ease;
  271. }
  272.  
  273. .member a {
  274. font-size:12px;
  275. font-family:Exo;
  276. }
  277.  
  278. /* Member info */
  279.  
  280. .memberinfo {
  281. margin-top:10px;
  282. font-size:12px;
  283. padding:5px;
  284. border-top:3px double #fff;
  285. }
  286.  
  287. .memberinfo a {
  288. font-size:12px;
  289. color:#fff;
  290. text-decoration:none;
  291. -webkit-transition: all 0.6s ease;
  292. -moz-transition: all 0.6s ease;
  293. -o-transition: all 0.6s ease;}
  294.  
  295. .memberinfo a:hover {
  296. color:#0C5C8C;
  297. }
  298.  
  299. /* Links */
  300.  
  301. #links {
  302. position:absolute;
  303. margin-top:127px;
  304. background:#fff;
  305. height:402px;
  306. width:30px;
  307. border:5px ridge #0C5C8C;
  308. margin-left:0px;
  309. }
  310.  
  311. #links i{
  312. margin-top:13px;
  313. margin-bottom:12px;
  314. font-size:15px;
  315. width:20px;
  316. height:20px;
  317. padding:5px;
  318. display:block;
  319. color:#BF333E;
  320. -webkit-transition: all 0.6s ease;
  321. -moz-transition: all 0.6s ease;
  322. -o-transition: all 0.6s ease;
  323. }
  324.  
  325. #links a:hover {
  326. color:#0C5C8C;
  327. background:#fff;
  328. -webkit-transition: all 0.6s ease;
  329. -moz-transition: all 0.6s ease;
  330. -o-transition: all 0.6s ease;
  331. }
  332.  
  333. /* Credits */
  334.  
  335. #credits {
  336. position:fixed;
  337. right:10px;
  338. top:40px;
  339. z-index:100000;
  340. }
  341.  
  342. #credits img{
  343. border:1px solid #0C5C8C;
  344. }
  345.  
  346. {CustomCSS}
  347.  
  348. </style>
  349.  
  350. <script type="text/javascript"
  351. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  352.  
  353. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  354.  
  355. <script src="jquery.style-my-tooltips.js"></script>
  356.  
  357. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  358. <script>
  359. (function($){
  360. $(document).ready(function(){
  361. $("[title]").style_my_tooltips({
  362. tip_follows_cursor:true,
  363. tip_delay_time:200,
  364. tip_fade_speed:300
  365. }
  366. );
  367. });
  368. })(jQuery);
  369. </script>
  370.  
  371. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  372. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  373. <script type="text/javascript">
  374. $(window).load(function () {
  375. $('section').masonry({
  376. itemSelector : ".member",
  377. },
  378. function() { $('section').masonry({ appendedContent: $(this) }); }
  379. );
  380. });
  381. </script>
  382.  
  383. <body>
  384.  
  385. <div id="container">
  386.  
  387. <div id="links">
  388. <a href="/" title="Index"><i class="fa fa-home"></i></a>
  389. <a href="/ask" title="Ask"><i class="fa fa-envelope"></i></a>
  390. <a href="/submit" title="Submit"><i class="fa fa-pencil"></i></a>
  391. <a href="/archive" title="Archive"><i class="fa fa-clock-o"></i></a>
  392. <a href="urlhere" title="titlehere"><i class="fa fa-user"></i></a>
  393. <a href="urlhere" title="titlehere"><i class="fa fa-cloud"></i></a>
  394. <a href="urlhere" title="titlehere"><i class="fa fa-comment"></i></a>
  395. <a href="urlhere" title="titlehere"><i class="fa fa-tag"></i></a>
  396. <a href="urlhere" title="titlehere"><i class="fa fa-heart"></i></a>
  397. </div>
  398. <!--End links-->
  399.  
  400. <div id="spidey"><img src="http://i66.tinypic.com/ohofhs.png"></div>
  401.  
  402. <div id="header">
  403.  
  404. <div id="blogtitle">welcome</div>
  405.  
  406. <div id="desc"> here you can put description</div>
  407.  
  408. </div>
  409. <!--End header-->
  410.  
  411. <section>
  412.  
  413. <!--Member 1-->
  414. <div class="member">
  415.  
  416. <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
  417.  
  418. <div class="membername">
  419.  
  420. name <br>
  421.  
  422. <a href="">url</a>
  423.  
  424. <div class="memberinfo">add info here</div>
  425.  
  426. </div>
  427. <!--End membername-->
  428.  
  429. </div>
  430. <!--End member-->
  431.  
  432.  
  433. <!--Member 2-->
  434. <div class="member">
  435.  
  436. <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
  437.  
  438. <div class="membername">
  439.  
  440. name <br>
  441.  
  442. <a href="">url</a>
  443.  
  444. <div class="memberinfo">add info here</div>
  445.  
  446. </div>
  447. <!--End membername-->
  448.  
  449. </div>
  450. <!--End member-->
  451.  
  452.  
  453. <!--Member 3-->
  454. <div class="member">
  455.  
  456. <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
  457.  
  458. <div class="membername">
  459.  
  460. name <br>
  461.  
  462. <a href="">url</a>
  463.  
  464. <div class="memberinfo">add info here</div>
  465.  
  466. </div>
  467. <!--End membername-->
  468.  
  469. </div>
  470. <!--End member-->
  471.  
  472.  
  473. <!--Member 4-->
  474. <div class="member">
  475.  
  476. <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
  477.  
  478. <div class="membername">
  479.  
  480. name <br>
  481.  
  482. <a href="">url</a>
  483.  
  484. <div class="memberinfo">add info here</div>
  485.  
  486. </div>
  487. <!--End membername-->
  488.  
  489. </div>
  490. <!--End member-->
  491.  
  492.  
  493. <!--Member 5-->
  494. <div class="member">
  495.  
  496. <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
  497.  
  498. <div class="membername">
  499.  
  500. name <br>
  501.  
  502. <a href="">url</a>
  503.  
  504. <div class="memberinfo">add info here</div>
  505.  
  506. </div>
  507. <!--End membername-->
  508.  
  509. </div>
  510. <!--End member-->
  511.  
  512.  
  513. <!--Member 6-->
  514. <div class="member">
  515.  
  516. <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
  517.  
  518. <div class="membername">
  519.  
  520. name <br>
  521.  
  522. <a href="">url</a>
  523.  
  524. <div class="memberinfo">add info here</div>
  525.  
  526. </div>
  527. <!--End membername-->
  528.  
  529. </div>
  530. <!--End member-->
  531.  
  532.  
  533. <!--Member 7-->
  534. <div class="member">
  535.  
  536. <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
  537.  
  538. <div class="membername">
  539.  
  540. name <br>
  541.  
  542. <a href="">url</a>
  543.  
  544. <div class="memberinfo">add info here</div>
  545.  
  546. </div>
  547. <!--End membername-->
  548.  
  549. </div>
  550. <!--End member-->
  551.  
  552.  
  553. <!--Member 8-->
  554. <div class="member">
  555.  
  556. <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
  557.  
  558. <div class="membername">
  559.  
  560. name <br>
  561.  
  562. <a href="">url</a>
  563.  
  564. <div class="memberinfo">add info here</div>
  565.  
  566. </div>
  567. <!--End membername-->
  568.  
  569. </div>
  570. <!--End member-->
  571.  
  572.  
  573. <!--Member 9-->
  574. <div class="member">
  575.  
  576. <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
  577.  
  578. <div class="membername">
  579.  
  580. name <br>
  581.  
  582. <a href="">url</a>
  583.  
  584. <div class="memberinfo">add info here</div>
  585.  
  586. </div>
  587. <!--End membername-->
  588.  
  589. </div>
  590. <!--End member-->
  591.  
  592.  
  593.  
  594. <!-- TO ADD MORE MEMBERS COPY/PASTE
  595.  
  596. <div class="member">
  597.  
  598. <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
  599.  
  600. <div class="membername">
  601.  
  602. name <br>
  603.  
  604. <a href="">url</a>
  605.  
  606. <div class="memberinfo">add info here</div>
  607.  
  608. </div>
  609.  
  610. </div>
  611.  
  612. BELOW THIS COMMENT -->
  613.  
  614. </section>
  615. <!--End section-->
  616.  
  617. </div>
  618. <!--End container-->
  619.  
  620.  
  621. <!--Credit (do not remove-->
  622.  
  623. <a href="http://borntobewildthemes.tumblr.com" title="Credit"><div id="credits">
  624. <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
  625.  
  626.  
  627. </body>
  628.  
  629. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement