Advertisement
foundcas

Page 01 (Network): Per Volar Sunata

Mar 15th, 2015
602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. NETWORK PAGE THEME BY FOUNDCAS/CAPECODING
  7. - If you have any questions send a message to capecoding.tumblr.com/ask
  8. - Do not remove the credit
  9. - Do not use this as a base code
  10.  
  11. -->
  12.  
  13. <title>page title</title>
  14.  
  15. <link rel="shortcut icon" href="http://media.tumblr.com/2b148019c54956fd0d919edc585ced6c/tumblr_inline_njt9fvTvu31solj92.png"> <!--you can replace the url here with an icon image that you want-->
  16.  
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19.  
  20. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  21. <script type="text/javascript">
  22. $(document).ready(function(){
  23. $('.title').click(function(){
  24. $('.panel').slideToggle();
  25. });
  26. });
  27. </script>
  28.  
  29.  
  30. <style type="text/css">
  31. ::-webkit-scrollbar{
  32. width:4px;
  33. height:auto;
  34. }
  35.  
  36. ::-webkit-scrollbar-thumb{
  37. width:4px;
  38. height:auto;
  39. background:#475d62; /*scrollbar color*/
  40. }
  41.  
  42. ::selection{
  43. background:#b3eaf7; /*selection background*/
  44. color:#475d62; /*selection color*/
  45. }
  46.  
  47. a{
  48. text-decoration:none;
  49. color:#333; /*color of links*/
  50. cursor:help;
  51. }
  52.  
  53. body{
  54. color:#333; /*color of text*/
  55. cursor:crosshair;
  56. background:#f2f2f2; /*background color*/
  57. line-height:100%;
  58. word-wrap:break-word;
  59. }
  60.  
  61. .con{
  62. position:fixed;
  63. top:-75px;
  64. width:500px;
  65. left: 50%;
  66. margin-left:-490px;
  67. }
  68.  
  69. .mem{
  70. position:fixed;
  71. padding:0px 6px;
  72. width:100px;
  73. background:rgba(244,143,118,.4); /*background color of pictures*/
  74. }
  75.  
  76. .name{
  77. font-style:italic;
  78. font-size:13px;
  79. padding:4px;
  80. text-align:center;
  81. }
  82.  
  83. .name a{
  84. color:#ee8888; /*color of member name*/
  85. }
  86.  
  87. .desc{
  88. color:#ff6655; /*color of member description*/
  89. font-size:11px;
  90. text-align:center;
  91. margin-top:-30px;
  92. opacity:0;
  93. -moz-transition:.7s ease;
  94. -webkit-transition:.7s ease;
  95. -o-transition:.7s ease;
  96. -ms-transition:.7s ease;
  97. transition:.7s ease;
  98. }
  99.  
  100. .mem:hover .desc{
  101. margin-top:0px;
  102. opacity:1;
  103. -moz-transition:.7s ease;
  104. -webkit-transition:.7s ease;
  105. -o-transition:.7s ease;
  106. -ms-transition:.7s ease;
  107. transition:.7s ease;
  108. }
  109.  
  110. .ph img{
  111. width:100px;
  112. height:100px;
  113. }
  114.  
  115. .panel{
  116. position:fixed;
  117. top:5%;
  118. left:-5px;
  119. background:rgba(244,143,118,.3); /*background of link menu*/
  120. width:200px;
  121. height:auto;
  122. padding:30px;
  123. }
  124.  
  125. .title{
  126. position:fixed;
  127. cursor:help;
  128. top:0%;
  129. left:0%;
  130. font-size:20px;
  131. font-style:italic;
  132. line-height:25px;
  133. width:255px;
  134. height:5%;
  135. text-align:center;
  136. text-decoration:underline;
  137. background:rgba(244,143,118,.5); /*background of title*/
  138. z-index:9;
  139. }
  140.  
  141. .mdesc{
  142. text-align:center;
  143. max-height:90px;
  144. padding:5px;
  145. overflow-y:auto;
  146. }
  147.  
  148. li{
  149. list-style-type:none;
  150. text-align:center;
  151. padding:20px;
  152. }
  153.  
  154. li a{
  155. padding:15px 25px;
  156. font-size:15px;
  157. -moz-transition:.7s ease;
  158. -webkit-transition:.7s ease;
  159. -o-transition:.7s ease;
  160. -ms-transition:.7s ease;
  161. transition:.7s ease;
  162. }
  163.  
  164. li a:hover{
  165. color:rgba(244,143,118,.7); /*color of menu link on hover*/
  166. background:#fff; /*background of menu link on hover*/
  167. -moz-transition:.7s ease;
  168. -webkit-transition:.7s ease;
  169. -o-transition:.7s ease;
  170. -ms-transition:.7s ease;
  171. transition:.7s ease;
  172. }
  173.  
  174. </style>
  175. </head>
  176. <body>
  177.  
  178.  
  179.  
  180. <div class="title">
  181. per volar sunata <!--This is your title-->
  182. </div>
  183.  
  184. <div class="panel" style="display:none">
  185.  
  186.  
  187. <div class="mdesc">
  188. parvis imbutus tentabis grandia tutus
  189. </div>
  190. <nav>
  191. <li><a href="/">back</a></li> <!--Back to Blog Link -->
  192. <li><a href="http://tumblr.com/dashboard">dash</a></li> <!--Dashboard Link-->
  193. <!--if you want more links just copy + paste these-->
  194. <li><a href="http://">link</a></li> <!--Link, just add url after http://-->
  195. <li><a href="http://">link</a></li> <!--Link, just add url after http://-->
  196.  
  197.  
  198. <li><a href="http://capecoding.tumblr.com">credit</a></li> <!--Credit, do not remove-->
  199. </nav>
  200. </div>
  201.  
  202.  
  203.  
  204.  
  205. <table class="con" border="0" cellpadding="15" cellspacing="150">
  206.  
  207. <!--BEGIN ROW ONE, copy and paste this if you'd like more rows-->
  208. <tr>
  209.  
  210.  
  211. <!--for more pictures on each row copy and paste this section from here-->
  212. <td>
  213. <div class="mem">
  214. <div class="name">
  215. <a href="http://bloglink.tumblr.com">socrates</a> <!--name of person + blog link here-->
  216. </div>
  217. <img class="ph" src="http://media.tumblr.com/be7045abe93edbf01d47a46d64420891/tumblr_inline_njtaaoO1tH1solj92.png"> <!--image url here-->
  218. <div class="desc">
  219. credo quia absurdum est <!--description here, this should be kept short-->
  220. </div>
  221. </div>
  222. </td>
  223. <!--to here-->
  224.  
  225.  
  226.  
  227. <td>
  228. <div class="mem">
  229. <div class="name">
  230. <a href="http://bloglink.tumblr.com">plato</a>
  231. </div>
  232. <img class="ph" src="http://media.tumblr.com/2b148019c54956fd0d919edc585ced6c/tumblr_inline_njt9fvTvu31solj92.png">
  233. <div class="desc">
  234. credo quia absurdum est
  235. </div>
  236. </div>
  237. </td>
  238.  
  239.  
  240. <td>
  241. <div class="mem">
  242. <div class="name">
  243. <a href="http://bloglink.tumblr.com">aristotle</a>
  244. </div>
  245. <img class="ph" src="http://media.tumblr.com/e6d059d008f382be3b65b586f1668936/tumblr_inline_njt9w94Fe21solj92.png">
  246. <div class="desc">
  247. credo quia absurdum est
  248. </div>
  249. </div>
  250. </td>
  251.  
  252. <td>
  253. <div class="mem">
  254. <div class="name">
  255. <a href="http://bloglink.tumblr.com">lamprocles</a>
  256. </div>
  257. <img class="ph" src="http://media.tumblr.com/69ef2e301a4203a8778346507360cd55/tumblr_inline_njt9c4KecM1solj92.png">
  258. <div class="desc">
  259. credo quia absurdum est
  260. </div>
  261. </div>
  262. </td>
  263.  
  264. </tr>
  265. <!--END ROW ONE-->
  266.  
  267.  
  268.  
  269. <!--BEGIN ROW TWO-->
  270.  
  271. <tr>
  272.  
  273. <td>
  274. <div class="mem">
  275. <div class="name">
  276. <a href="http://bloglink.tumblr.com">dante</a>
  277. </div>
  278. <img class="ph" src="http://media.tumblr.com/be7045abe93edbf01d47a46d64420891/tumblr_inline_njtaaoO1tH1solj92.png">
  279. <div class="desc">
  280. credo quia absurdum est
  281. </div>
  282. </div>
  283. </td>
  284.  
  285.  
  286.  
  287. <td>
  288. <div class="mem">
  289. <div class="name">
  290. <a href="http://bloglink.tumblr.com">eurhipides</a>
  291. </div>
  292. <img class="ph" src="http://media.tumblr.com/2b148019c54956fd0d919edc585ced6c/tumblr_inline_njt9fvTvu31solj92.png">
  293. <div class="desc">
  294. credo quia absurdum est
  295. </div>
  296. </div>
  297. </td>
  298.  
  299.  
  300. <td>
  301. <div class="mem">
  302. <div class="name">
  303. <a href="http://bloglink.tumblr.com">sophocles</a>
  304. </div>
  305. <img class="ph" src="http://media.tumblr.com/e6d059d008f382be3b65b586f1668936/tumblr_inline_njt9w94Fe21solj92.png">
  306. <div class="desc">
  307. credo quia absurdum est
  308. </div>
  309. </div>
  310. </td>
  311.  
  312.  
  313. <td>
  314. <div class="mem">
  315. <div class="name">
  316. <a href="http://bloglink.tumblr.com">archimedes</a>
  317. </div>
  318. <img class="ph" src="http://media.tumblr.com/69ef2e301a4203a8778346507360cd55/tumblr_inline_njt9c4KecM1solj92.png">
  319. <div class="desc">
  320. credo quia absurdum est
  321. </div>
  322. </div>
  323. </td>
  324.  
  325. </tr>
  326. <!--END ROW TWO-->
  327.  
  328.  
  329. <!--BEGIN ROW THREE-->
  330.  
  331. <tr>
  332.  
  333. <td>
  334. <div class="mem">
  335. <div class="name">
  336. <a href="http://bloglink.tumblr.com">achilles</a>
  337. </div>
  338. <img class="ph" src="http://media.tumblr.com/be7045abe93edbf01d47a46d64420891/tumblr_inline_njtaaoO1tH1solj92.png">
  339. <div class="desc">
  340. credo quia absurdum est
  341. </div>
  342. </div>
  343. </td>
  344.  
  345.  
  346. <td>
  347. <div class="mem">
  348. <div class="name">
  349. <a href="http://bloglink.tumblr.com">hippocrates</a>
  350. </div>
  351. <img class="ph" src="http://media.tumblr.com/2b148019c54956fd0d919edc585ced6c/tumblr_inline_njt9fvTvu31solj92.png">
  352. <div class="desc">
  353. credo quia absurdum est
  354. </div>
  355. </div>
  356. </td>
  357.  
  358.  
  359.  
  360. <td>
  361. <div class="mem">
  362. <div class="name">
  363. <a href="http://bloglink.tumblr.com">aristophanes</a>
  364. </div>
  365. <img class="ph" src="http://media.tumblr.com/e6d059d008f382be3b65b586f1668936/tumblr_inline_njt9w94Fe21solj92.png">
  366. <div class="desc">
  367. credo quia absurdum est
  368. </div>
  369. </div>
  370. </td>
  371.  
  372. <td>
  373. <div class="mem">
  374. <div class="name">
  375. <a href="http://bloglink.tumblr.com">erasmus</a>
  376. </div>
  377. <img class="ph" src="http://media.tumblr.com/69ef2e301a4203a8778346507360cd55/tumblr_inline_njt9c4KecM1solj92.png">
  378. <div class="desc">
  379. credo quia absurdum est
  380. </div>
  381. </div>
  382. </td>
  383.  
  384. </tr>
  385. <!--END ROW THREE-->
  386.  
  387.  
  388. </table>
  389.  
  390.  
  391.  
  392. </body>
  393. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement