Advertisement
sofiiayala

Network #3 for Tumblr (Dark)

Jul 26th, 2014
4,723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.27 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.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!-- Network theme #3 by Sofi (castiiel.tumblr.com). DO NOT ERASE THE CREDIT, CLAIM THE CODE AS YOURS OR TAKE PARTS FROM IT -->
  9.  
  10. <script type="text/javascript">
  11. WebFontConfig = {
  12. google: { families: [ 'Lato:300,400:latin'] }
  13. };
  14. (function() {
  15. var wf = document.createElement('script');
  16. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  17. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  18. wf.type = 'text/javascript';
  19. wf.async = 'true';
  20. var s = document.getElementsByTagName('script')[0];
  21. s.parentNode.insertBefore(wf, s);
  22. })(); </script>
  23.  
  24. <style type="text/css">
  25.  
  26. body {
  27. background: #222222;
  28. overflow-y: scroll;
  29. -webkit-overflow-scrolling: touch;
  30. }
  31.  
  32. body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  33.  
  34. ::selection {color:#fff;background:#222222;}
  35. ::-moz-selection {color:#fff;background:#222222;}
  36.  
  37. ::-webkit-scrollbar-thumb{
  38. background-color: #fff;
  39. height:auto;}
  40.  
  41. ::-webkit-scrollbar {
  42. height:auto;width:3px;
  43. background-color:#222222;}
  44.  
  45. a {
  46. text-decoration:none;
  47. color: #fff;
  48. }
  49.  
  50. #header {
  51. width:616px;
  52. margin: auto;
  53. margin-top: 30px;
  54. }
  55.  
  56. #title {
  57. border-bottom: 3px solid #fff;
  58. font-family: consolas, sans-serif;
  59. font-size: 30px;
  60. letter-spacing: 5px;
  61. padding-bottom: 7px;
  62. text-transform: uppercase;
  63. text-align: center;
  64. color: #fff;
  65. }
  66.  
  67. #links {
  68. font-family: consolas, sans-serif;
  69. font-size: 15px;
  70. letter-spacing: 1px;
  71. text-transform: uppercase;
  72. text-align: center;
  73. margin-top: 7px;
  74. }
  75.  
  76. #links a {
  77. color: #fff;
  78. margin: 10px;
  79. }
  80.  
  81. #con {
  82. width: 656px;
  83. margin: auto;
  84. margin-top: 50px;
  85. }
  86.  
  87. #pannel {
  88. margin: 18px;
  89. display:inline-block;
  90. border: solid #fff 5px;
  91. background: rgba(255, 255, 255,.1);
  92. padding: 10px;
  93. width: 150px;
  94. height: 220px;
  95. overflow: hidden;
  96. }
  97.  
  98. #pannel:hover .inside {
  99. margin-left: -170px;
  100. -moz-transition-duration:1s;
  101. -webkit-transition-duration:1s;
  102. -o-transition-duration:1s;
  103. }
  104.  
  105. .inside {
  106. width: 310px;
  107. height: 220px;
  108. margin-top: 0px;
  109. margin-left: 0px;
  110. display:inline-block;
  111. -moz-transition-duration:1s;
  112. -webkit-transition-duration:1s;
  113. -o-transition-duration:1s;
  114. }
  115.  
  116. .about1 {
  117. width: 150px;
  118. height: 220px;
  119. position: relative;
  120. top: 0px;
  121. color: #fff;
  122. font-family: 'Lato', sans-serif;
  123. }
  124.  
  125. .about2 {
  126. width: 150px;
  127. padding:10px;
  128. height: 220px;
  129. position: relative;
  130. margin-left: 160px;
  131. top: -230px;
  132. overflow-y: auto;
  133. overflow-x: hidden;
  134. }
  135.  
  136. .pic img {
  137. width: 110px;
  138. height: 110px;
  139. border: 3px solid #fff;
  140. padding: 6px;-
  141. webkit-border-radius: 110px;
  142. -moz-border-radius: 110px;
  143. border-radius: 110px;
  144. margin-top: 10px;
  145. margin-left: 11px;
  146. position: relative;
  147. }
  148.  
  149. .url {
  150. width:135px;
  151. margin-top: 18px;
  152. text-align: center;
  153. color: #fff;
  154. border: solid 3px #fff;
  155. font-family: consolas, sans-serif;
  156. font-size: 15px;
  157. letter-spacing: 1.5px;
  158. text-transform: uppercase;
  159. text-decoration: none;
  160. font-weight: bolder;
  161. padding: 5px;
  162. word-wrap:break-word;
  163. position: absolute;
  164. bottom: 0px;
  165. }
  166.  
  167. .gotoblog {
  168. text-align: center;
  169. color: #fff;
  170. border: solid 3px #fff;
  171. font-family: consolas, sans-serif;
  172. font-size: 13px;
  173. letter-spacing: 1px;
  174. text-transform: uppercase;
  175. text-decoration: none;
  176. font-weight: bolder;
  177. padding: 5px;
  178. -webkit-transition-duration: 0.5s;
  179. -moz-transition-duration: 0.5s;
  180. -ms-transition-duration: 0.5s;
  181. -o-transition-duration: 0.5s;
  182. transition-duration: 0.5s;
  183. }
  184.  
  185. .gotoblog a {
  186. color: #fff;
  187. -webkit-transition-duration: 0.5s;
  188. -moz-transition-duration: 0.5s;
  189. -ms-transition-duration: 0.5s;
  190. -o-transition-duration: 0.5s;
  191. transition-duration: 0.5s;
  192. }
  193.  
  194. .gotoblog:hover {
  195. background-color: #fff;
  196. color:#222222;
  197. -webkit-transition-duration: 0.5s;
  198. -moz-transition-duration: 0.5s;
  199. -ms-transition-duration: 0.5s;
  200. -o-transition-duration: 0.5s;
  201. transition-duration: 0.5s;
  202. }
  203.  
  204. .gotoblog a:hover{
  205. color:#222222;
  206. -webkit-transition-duration: 0.5s;
  207. -moz-transition-duration: 0.5s;
  208. -ms-transition-duration: 0.5s;
  209. -o-transition-duration: 0.5s;
  210. transition-duration: 0.5s;
  211. }
  212.  
  213. .name {
  214. padding-top: 13px;
  215. text-align: center;
  216. width: 150px;
  217. color: #fff;
  218. font-family: 'Lato', sans-serif;
  219. letter-spacing: 2px;
  220. }
  221.  
  222. #description {
  223. padding-top: 11px;
  224. text-align: center;
  225. width: 150px;
  226. color: #fff;
  227. font-family: 'Lato', sans-serif;
  228. letter-spacing: 1px;
  229. font-size: 10px;
  230. overflow: auto;
  231. line-height: 160%;
  232. overflow-y: auto;
  233. overflow-x: hidden;
  234. word-wrap:break-word;
  235. }
  236.  
  237. </style></head>
  238.  
  239. <body>
  240.  
  241. <div id="header">
  242.  
  243. <div id="title">Name of the network</div>
  244.  
  245. <div id="links">
  246. <a href="/">dash</a>
  247. <a href="/">chat</a>
  248. <a href="/">admin</a>
  249. <a href="/">#tag</a>
  250. </div>
  251.  
  252. </div>
  253.  
  254. <div id="con">
  255.  
  256. <div id="pannel">
  257. <div class="inside">
  258. <div class="about1">
  259. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  260. <div class="url">your url</div>
  261. </div>
  262. <div class="about2">
  263. <div class="gotoblog"><a href="/">go to my blog</a></div>
  264. <div class="name">Your name</div>
  265. <div id="description">
  266. In the description you can write whatever you want, and use <b>bold</b>, <u>underline</u>, <i>italics</i> and <s>strike</s>.<br> You can also add links, pixels, icons and dividers, and make it as long as you want because it scrolls.
  267. </div>
  268. </div>
  269. </div>
  270. </div>
  271.  
  272.  
  273.  
  274. <div id="pannel">
  275. <div class="inside">
  276. <div class="about1">
  277. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  278. <div class="url">your url</div>
  279. </div>
  280. <div class="about2">
  281. <div class="gotoblog"><a href="/">go to my blog</a></div>
  282. <div class="name">Your name</div>
  283. <div id="description">
  284. In the description you can write whatever you want, and use <b>bold</b>, <u>underline</u>, <i>italics</i> and <s>strike</s>.<br> You can also add links, pixels, icons and dividers, and make it as long as you want because it scrolls.
  285. </div>
  286. </div>
  287. </div>
  288. </div>
  289.  
  290.  
  291.  
  292. <div id="pannel">
  293. <div class="inside">
  294. <div class="about1">
  295. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  296. <div class="url">your url</div>
  297. </div>
  298. <div class="about2">
  299. <div class="gotoblog"><a href="/">go to my blog</a></div>
  300. <div class="name">Your name</div>
  301. <div id="description">
  302. In the description you can write whatever you want, and use <b>bold</b>, <u>underline</u>, <i>italics</i> and <s>strike</s>.<br> You can also add links, pixels, icons and dividers, and make it as long as you want because it scrolls.
  303. </div>
  304. </div>
  305. </div>
  306. </div>
  307.  
  308.  
  309.  
  310. <div id="pannel">
  311. <div class="inside">
  312. <div class="about1">
  313. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  314. <div class="url">your url</div>
  315. </div>
  316. <div class="about2">
  317. <div class="gotoblog"><a href="/">go to my blog</a></div>
  318. <div class="name">Your name</div>
  319. <div id="description">
  320. In the description you can write whatever you want, and use <b>bold</b>, <u>underline</u>, <i>italics</i> and <s>strike</s>.<br> You can also add links, pixels, icons and dividers, and make it as long as you want because it scrolls.
  321. </div>
  322. </div>
  323. </div>
  324. </div>
  325.  
  326.  
  327.  
  328. <div id="pannel">
  329. <div class="inside">
  330. <div class="about1">
  331. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  332. <div class="url">your url</div>
  333. </div>
  334. <div class="about2">
  335. <div class="gotoblog"><a href="/">go to my blog</a></div>
  336. <div class="name">Your name</div>
  337. <div id="description">
  338. In the description you can write whatever you want, and use <b>bold</b>, <u>underline</u>, <i>italics</i> and <s>strike</s>.<br> You can also add links, pixels, icons and dividers, and make it as long as you want because it scrolls.
  339. </div>
  340. </div>
  341. </div>
  342. </div>
  343.  
  344.  
  345.  
  346. <div id="pannel">
  347. <div class="inside">
  348. <div class="about1">
  349. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  350. <div class="url">your url</div>
  351. </div>
  352. <div class="about2">
  353. <div class="gotoblog"><a href="/">go to my blog</a></div>
  354. <div class="name">Your name</div>
  355. <div id="description">
  356. In the description you can write whatever you want, and use <b>bold</b>, <u>underline</u>, <i>italics</i> and <s>strike</s>.<br> You can also add links, pixels, icons and dividers, and make it as long as you want because it scrolls.
  357. </div>
  358. </div>
  359. </div>
  360. </div>
  361.  
  362.  
  363.  
  364. <div id="pannel">
  365. <div class="inside">
  366. <div class="about1">
  367. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  368. <div class="url">your url</div>
  369. </div>
  370. <div class="about2">
  371. <div class="gotoblog"><a href="/">go to my blog</a></div>
  372. <div class="name">Your name</div>
  373. <div id="description">
  374. In the description you can write whatever you want, and use <b>bold</b>, <u>underline</u>, <i>italics</i> and <s>strike</s>.<br> You can also add links, pixels, icons and dividers, and make it as long as you want because it scrolls.
  375. </div>
  376. </div>
  377. </div>
  378. </div>
  379.  
  380.  
  381.  
  382. <div id="pannel">
  383. <div class="inside">
  384. <div class="about1">
  385. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  386. <div class="url">your url</div>
  387. </div>
  388. <div class="about2">
  389. <div class="gotoblog"><a href="/">go to my blog</a></div>
  390. <div class="name">Your name</div>
  391. <div id="description">
  392. In the description you can write whatever you want, and use <b>bold</b>, <u>underline</u>, <i>italics</i> and <s>strike</s>.<br> You can also add links, pixels, icons and dividers, and make it as long as you want because it scrolls.
  393. </div>
  394. </div>
  395. </div>
  396. </div>
  397.  
  398.  
  399.  
  400. <div id="pannel">
  401. <div class="inside">
  402. <div class="about1">
  403. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  404. <div class="url">your url</div>
  405. </div>
  406. <div class="about2">
  407. <div class="gotoblog"><a href="/">go to my blog</a></div>
  408. <div class="name">Your name</div>
  409. <div id="description">
  410. In the description you can write whatever you want, and use <b>bold</b>, <u>underline</u>, <i>italics</i> and <s>strike</s>.<br> You can also add links, pixels, icons and dividers, and make it as long as you want because it scrolls.
  411. </div>
  412. </div>
  413. </div>
  414. </div>
  415.  
  416. </div>
  417.  
  418. <!-- YOU ERASE THIS AND YOUR PET WILL DIE -->
  419. <div style="position: fixed; bottom: 10px; right: 10px; font-size: 14px; color: #fff;"><a href="http://castiiel.tumblr.com">©</a></div>
  420.  
  421. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement