Advertisement
sofiiayala

Network #3 for Tumblr (Light)

Jul 26th, 2014
5,347
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: #fff;
  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:#222222;background:#fff;}
  35. ::-moz-selection {color:#222222;background:#fff;}
  36.  
  37. ::-webkit-scrollbar-thumb{
  38. background-color: #222222;
  39. height:auto;}
  40.  
  41. ::-webkit-scrollbar {
  42. height:auto;width:3px;
  43. background-color:#fff;}
  44.  
  45. a {
  46. text-decoration:none;
  47. color: #222222;
  48. }
  49.  
  50. #header {
  51. width:616px;
  52. margin: auto;
  53. margin-top: 30px;
  54. }
  55.  
  56. #title {
  57. border-bottom: 3px solid #222222;
  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: #222222;
  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: #222222;
  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 #222222 5px;
  91. padding: 10px;
  92. width: 150px;
  93. height: 220px;
  94. overflow: hidden;
  95. }
  96.  
  97. #pannel:hover .inside {
  98. margin-left: -170px;
  99. -moz-transition-duration:1s;
  100. -webkit-transition-duration:1s;
  101. -o-transition-duration:1s;
  102. }
  103.  
  104. .inside {
  105. width: 310px;
  106. height: 220px;
  107. margin-top: 0px;
  108. margin-left: 0px;
  109. display:inline-block;
  110. -moz-transition-duration:1s;
  111. -webkit-transition-duration:1s;
  112. -o-transition-duration:1s;
  113. }
  114.  
  115. .about1 {
  116. width: 150px;
  117. height: 220px;
  118. position: relative;
  119. top: 0px;
  120. color: #222222;
  121. font-family: 'Lato', sans-serif;
  122. }
  123.  
  124. .about2 {
  125. width: 150px;
  126. padding:10px;
  127. height: 220px;
  128. position: relative;
  129. margin-left: 160px;
  130. top: -230px;
  131. overflow-y: auto;
  132. overflow-x: hidden;
  133. }
  134.  
  135. .pic img {
  136. width: 110px;
  137. height: 110px;
  138. border: 3px solid #222222;
  139. padding: 6px;-
  140. webkit-border-radius: 110px;
  141. -moz-border-radius: 110px;
  142. border-radius: 110px;
  143. margin-top: 10px;
  144. margin-left: 11px;
  145. position: relative;
  146. }
  147.  
  148. .url {
  149. width:135px;
  150. margin-top: 18px;
  151. text-align: center;
  152. color: #222222;
  153. border: solid 3px #222222;
  154. font-family: consolas, sans-serif;
  155. font-size: 15px;
  156. letter-spacing: 1.5px;
  157. text-transform: uppercase;
  158. text-decoration: none;
  159. font-weight: bolder;
  160. padding: 5px;
  161. word-wrap:break-word;
  162. position: absolute;
  163. bottom: 0px;
  164. }
  165.  
  166. .gotoblog {
  167. text-align: center;
  168. color: #222222;
  169. border: solid 3px #222222;
  170. font-family: consolas, sans-serif;
  171. font-size: 13px;
  172. letter-spacing: 1px;
  173. text-transform: uppercase;
  174. text-decoration: none;
  175. font-weight: bolder;
  176. padding: 5px;
  177. -webkit-transition-duration: 0.5s;
  178. -moz-transition-duration: 0.5s;
  179. -ms-transition-duration: 0.5s;
  180. -o-transition-duration: 0.5s;
  181. transition-duration: 0.5s;
  182. }
  183.  
  184. .gotoblog a {
  185. color: #222222;
  186. -webkit-transition-duration: 0.5s;
  187. -moz-transition-duration: 0.5s;
  188. -ms-transition-duration: 0.5s;
  189. -o-transition-duration: 0.5s;
  190. transition-duration: 0.5s;
  191. }
  192.  
  193. .gotoblog:hover {
  194. background-color: #222222;
  195. color:#fff;
  196. -webkit-transition-duration: 0.5s;
  197. -moz-transition-duration: 0.5s;
  198. -ms-transition-duration: 0.5s;
  199. -o-transition-duration: 0.5s;
  200. transition-duration: 0.5s;
  201. }
  202.  
  203. .gotoblog a:hover{
  204. color:#fff;
  205. -webkit-transition-duration: 0.5s;
  206. -moz-transition-duration: 0.5s;
  207. -ms-transition-duration: 0.5s;
  208. -o-transition-duration: 0.5s;
  209. transition-duration: 0.5s;
  210. }
  211.  
  212. .name {
  213. padding-top: 13px;
  214. text-align: center;
  215. width: 150px;
  216. color: #222222;
  217. font-family: 'Lato', sans-serif;
  218. letter-spacing: 2px;
  219. }
  220.  
  221. #description {
  222. padding-top: 11px;
  223. text-align: center;
  224. width: 150px;
  225. color: #222222;
  226. font-family: 'Lato', sans-serif;
  227. letter-spacing: 1px;
  228. font-size: 10px;
  229. overflow: auto;
  230. line-height: 160%;
  231. overflow-y: auto;
  232. overflow-x: hidden;
  233. word-wrap:break-word;
  234. }
  235.  
  236. </style></head>
  237.  
  238. <body>
  239.  
  240. <div id="header">
  241.  
  242. <div id="title">Name of the network</div>
  243.  
  244. <div id="links">
  245. <a href="/">dash</a>
  246. <a href="/">chat</a>
  247. <a href="/">admin</a>
  248. <a href="/">#tag</a>
  249. </div>
  250.  
  251. </div>
  252.  
  253. <div id="con">
  254.  
  255. <div id="pannel">
  256. <div class="inside">
  257. <div class="about1">
  258. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  259. <div class="url">your url</div>
  260. </div>
  261. <div class="about2">
  262. <div class="gotoblog"><a href="/">go to my blog</a></div>
  263. <div class="name">Your name</div>
  264. <div id="description">
  265. 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.
  266. </div>
  267. </div>
  268. </div>
  269. </div>
  270.  
  271.  
  272.  
  273. <div id="pannel">
  274. <div class="inside">
  275. <div class="about1">
  276. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  277. <div class="url">your url</div>
  278. </div>
  279. <div class="about2">
  280. <div class="gotoblog"><a href="/">go to my blog</a></div>
  281. <div class="name">Your name</div>
  282. <div id="description">
  283. 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.
  284. </div>
  285. </div>
  286. </div>
  287. </div>
  288.  
  289.  
  290.  
  291. <div id="pannel">
  292. <div class="inside">
  293. <div class="about1">
  294. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  295. <div class="url">your url</div>
  296. </div>
  297. <div class="about2">
  298. <div class="gotoblog"><a href="/">go to my blog</a></div>
  299. <div class="name">Your name</div>
  300. <div id="description">
  301. 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.
  302. </div>
  303. </div>
  304. </div>
  305. </div>
  306.  
  307.  
  308.  
  309. <div id="pannel">
  310. <div class="inside">
  311. <div class="about1">
  312. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  313. <div class="url">your url</div>
  314. </div>
  315. <div class="about2">
  316. <div class="gotoblog"><a href="/">go to my blog</a></div>
  317. <div class="name">Your name</div>
  318. <div id="description">
  319. 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.
  320. </div>
  321. </div>
  322. </div>
  323. </div>
  324.  
  325.  
  326.  
  327. <div id="pannel">
  328. <div class="inside">
  329. <div class="about1">
  330. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  331. <div class="url">your url</div>
  332. </div>
  333. <div class="about2">
  334. <div class="gotoblog"><a href="/">go to my blog</a></div>
  335. <div class="name">Your name</div>
  336. <div id="description">
  337. 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.
  338. </div>
  339. </div>
  340. </div>
  341. </div>
  342.  
  343.  
  344.  
  345. <div id="pannel">
  346. <div class="inside">
  347. <div class="about1">
  348. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  349. <div class="url">your url</div>
  350. </div>
  351. <div class="about2">
  352. <div class="gotoblog"><a href="/">go to my blog</a></div>
  353. <div class="name">Your name</div>
  354. <div id="description">
  355. 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.
  356. </div>
  357. </div>
  358. </div>
  359. </div>
  360.  
  361.  
  362.  
  363. <div id="pannel">
  364. <div class="inside">
  365. <div class="about1">
  366. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  367. <div class="url">your url</div>
  368. </div>
  369. <div class="about2">
  370. <div class="gotoblog"><a href="/">go to my blog</a></div>
  371. <div class="name">Your name</div>
  372. <div id="description">
  373. 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.
  374. </div>
  375. </div>
  376. </div>
  377. </div>
  378.  
  379.  
  380.  
  381. <div id="pannel">
  382. <div class="inside">
  383. <div class="about1">
  384. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  385. <div class="url">your url</div>
  386. </div>
  387. <div class="about2">
  388. <div class="gotoblog"><a href="/">go to my blog</a></div>
  389. <div class="name">Your name</div>
  390. <div id="description">
  391. 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.
  392. </div>
  393. </div>
  394. </div>
  395. </div>
  396.  
  397.  
  398.  
  399. <div id="pannel">
  400. <div class="inside">
  401. <div class="about1">
  402. <div class="pic"><img src="http://static.tumblr.com/bfthosw/kXLn9c4gq/tumblr_mvinzgsdjm1qfaioqo1_500.jpg"></div>
  403. <div class="url">your url</div>
  404. </div>
  405. <div class="about2">
  406. <div class="gotoblog"><a href="/">go to my blog</a></div>
  407. <div class="name">Your name</div>
  408. <div id="description">
  409. 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.
  410. </div>
  411. </div>
  412. </div>
  413. </div>
  414.  
  415. </div>
  416.  
  417. <!-- YOU ERASE THIS AND YOUR PET WILL DIE -->
  418. <div style="position: fixed; bottom: 10px; right: 10px; font-size: 14px; color: #222222;"><a href="http://castiiel.tumblr.com">©</a></div>
  419.  
  420. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement