Advertisement
parispier

Page05: Network 2 V2

Jul 29th, 2013
612
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.45 KB | None | 0 0
  1. <!---- theme made by nialljhoren ---->
  2. <!---- do not use as base code, remove credit, or claim as your own --->
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <style type="text/css">
  11.  
  12. ::-webkit-scrollbar {width:7px; height:6px;}
  13.  
  14. ::-webkit-scrollbar-track {border-right:3px solid #fff; border-left:3px solid #fff; background-color:#000;}
  15.  
  16. ::-webkit-scrollbar-thumb {border:1px solid #fff; background-color:#000;}
  17.  
  18. body {
  19. background-color:#ffffff;
  20. font-size:12px;
  21. font-family:cambria;
  22. }
  23.  
  24. a {
  25. text-decoration:none;
  26. outline:none;
  27. -moz-outline-style:none;
  28. color:#fff;
  29. -webkit-transition: all 0.5s ease;
  30. -moz-transition: all 0.5s ease;
  31. -o-transition: all 0.5s ease;
  32. }
  33.  
  34. a:hover {
  35. color:#696969; /*--link hover color--*/
  36. -webkit-transition: all 0.5s ease;
  37. -moz-transition: all 0.5s ease;
  38. -o-transition: all 0.5s ease;
  39. }
  40.  
  41. /*--position of the boxes--*/
  42. #iconcontainer {
  43. z-index:1;
  44. width:800px;
  45. position:absolute;
  46. margin-top:95px;
  47. margin-left:230px;
  48. text-align:left;
  49. }
  50.  
  51. /*--whole box--*/
  52. #people {
  53. margin-left:100px;
  54. margin-right:50px;
  55. margin-bottom:164px;
  56. display:inline-block;
  57. }
  58.  
  59. #icons img{
  60. position:absolute;
  61. margin-top:50px;
  62. border:5px solid #000;
  63. height:125px;
  64. width:125px;
  65. -webkit-transition: all 0.6s ease-in-out;
  66. -moz-transition: all 0.6s ease-in-out;
  67. -o-transition: all 0.6s ease-in-out;
  68. }
  69.  
  70. #names {
  71. position:absolute;
  72. margin-left:0px;
  73. margin-top:180px;
  74. width:129px;
  75. text-transform:uppercase;
  76. text-align:center;
  77. font-size:10px;
  78. letter-spacing:1px;
  79. color:#fff;
  80. background-color:#000;
  81. padding:3px 3px 4px 3px;
  82. opacity:1;
  83. -webkit-transition: all 0.6s ease-in-out;
  84. -moz-transition: all 0.6s ease-in-out;
  85. -o-transition: all 0.6s ease-in-out;
  86. }
  87.  
  88. #name2 {
  89. position:absolute;
  90. margin-left:0px;
  91. margin-top:166px;
  92. width:129px;
  93. text-transform:uppercase;
  94. text-align:center;
  95. font-size:10px;
  96. letter-spacing:1px;
  97. color:#fff;
  98. background-color:#000;
  99. padding:3px 3px 4px 3px;
  100. opacity:1;
  101. -webkit-transition: all 0.6s ease-in-out;
  102. -moz-transition: all 0.6s ease-in-out;
  103. -o-transition: all 0.6s ease-in-out;
  104. }
  105.  
  106. #people:hover #names {
  107. margin-top:50px;
  108. -webkit-transition: all 0.4s ease-out;
  109. -moz-transition: all 0.4s ease-out;
  110. -o-transition: all 0.4s ease-out;
  111. }
  112.  
  113. #desc {
  114. z-index:9;
  115. position:absolute;
  116. margin-top:130px;
  117. margin-left:5px;
  118. background-color:#000;
  119. font-size:10px;
  120. color:#e2e3e4;
  121. text-align:center;
  122. height:1px;
  123. width:123px;
  124. padding:1px;
  125. opacity:0;
  126. border-top:3px double #e2e3e4;
  127. -webkit-transition: all 0.4s ease-in-out;
  128. -moz-transition: all 0.4s ease-in-out;
  129. -o-transition: all 0.4s ease-in-out;
  130. }
  131.  
  132. #people:hover #desc {
  133. opacity:1;
  134. margin-top:68px;
  135. height:124px;
  136. -webkit-transition: all 0.4s ease-out;
  137. -moz-transition: all 0.4s ease-out;
  138. -o-transition: all 0.4s ease-out;
  139. }
  140.  
  141. #people:hover #icons img {
  142. height:139px;
  143. -webkit-transition: all 0.4s ease-in-out;
  144. -moz-transition: all 0.4s ease-in-out;
  145. -o-transition: all 0.4s ease-in-out;
  146. }
  147.  
  148. /*--sidebar--*/
  149. #sbar {
  150. position:fixed;
  151. width:80px;
  152. height:100%;
  153. margin-left:230px;
  154. letter-spacing:2px;
  155. margin-top:-8px;
  156. background-color:#000;
  157. }
  158.  
  159. #sbar2 {
  160. z-index:9999999999999;
  161. position:fixed;
  162. height:80px;
  163. width:103%;
  164. margin-left:-240px;
  165. letter-spacing:2px;
  166. margin-top:-51px;
  167. background-color:#000;
  168. }
  169.  
  170. #title {
  171. font-size:28px;
  172. position:fixed;
  173. letter-spacing:-1px;
  174. text-transform:uppercase;
  175. margin-top:10px;
  176. margin-left:325px;
  177. font-weight:100;
  178. color:#e2e3e4;
  179. }
  180.  
  181. #slinks {
  182. position:fixed;
  183. font-size:15px;
  184. letter-spacing:-1px;
  185. text-transform:uppercase;
  186. margin-top:45px;
  187. margin-left:340px;
  188. color:#e2e3e4;
  189. display:inline-block;
  190. }
  191.  
  192. #slinks a {
  193. display:inline-block;
  194. margin-right:5px;
  195. }
  196.  
  197. #sbarbg {
  198. position:fixed;
  199. z-index:99999999;
  200. background-color:#fff;
  201. width:100%;
  202. height:140px;
  203. margin-left:82px;
  204. margin-top:-110px;
  205. }
  206.  
  207. </style></head><body>
  208.  
  209.  
  210. <div id="sbar"></div>
  211.  
  212. <div id="iconcontainer">
  213.  
  214. <div id="sbarbg"></div>
  215.  
  216. <div id="sbar2">
  217. <div id="title">{title}</div>
  218. <div id="slinks">
  219. <a href="http://tumblr.com">link</a>
  220. <a href="http://tumblr.com">link</a>
  221. <a href="http://nialljhoren.tumblr.com">credit</a><!---DO NOT REMOVE-->
  222. </div>
  223. </div>
  224.  
  225. <!--person-->
  226. <div id="people">
  227. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  228. <div id="names"><a href="http://.tumblr.com">name</a></div>
  229. <div id="desc">
  230. description wey hey up the lads had some great craic last night hey
  231. </div></div>
  232.  
  233. <!--person-->
  234. <div id="people">
  235. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  236. <div id="names"><a href="http://.tumblr.com">name</a></div>
  237. <div id="desc">
  238. description
  239. </div></div>
  240.  
  241. <!--person-->
  242. <div id="people">
  243. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  244. <div id="names"><a href="http://.tumblr.com">name</a></div>
  245. <div id="desc">
  246. description
  247. </div></div>
  248.  
  249. <!--person-->
  250. <div id="people">
  251. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  252. <div id="names"><a href="http://.tumblr.com">name</a></div>
  253. <div id="desc">
  254. description
  255. </div></div>
  256.  
  257. <!--person-->
  258. <div id="people">
  259. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  260. <div id="names"><a href="http://.tumblr.com">name</a></div>
  261. <div id="desc">
  262. description
  263. </div></div>
  264.  
  265. <!--person-->
  266. <div id="people">
  267. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  268. <div id="names"><a href="http://.tumblr.com">name</a></div>
  269. <div id="desc">
  270. description
  271. </div></div>
  272.  
  273. <!--person-->
  274. <div id="people">
  275. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  276. <div id="names"><a href="http://.tumblr.com">name</a></div>
  277. <div id="desc">
  278. description
  279. </div></div>
  280.  
  281. <!--person-->
  282. <div id="people">
  283. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  284. <div id="names"><a href="http://.tumblr.com">name</a></div>
  285. <div id="desc">
  286. description
  287. </div></div>
  288.  
  289. <!--person-->
  290. <div id="people">
  291. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  292. <div id="names"><a href="http://.tumblr.com">name</a></div>
  293. <div id="desc">
  294. description
  295. </div></div>
  296.  
  297. <!--person-->
  298. <div id="people">
  299. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  300. <div id="names"><a href="http://.tumblr.com">name</a></div>
  301. <div id="desc">
  302. description
  303. </div></div>
  304.  
  305. <!--person-->
  306. <div id="people">
  307. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  308. <div id="names"><a href="http://.tumblr.com">name</a></div>
  309. <div id="desc">
  310. description
  311. </div></div>
  312.  
  313. <!--person-->
  314. <div id="people">
  315. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  316. <div id="names"><a href="http://.tumblr.com">name</a></div>
  317. <div id="desc">
  318. description
  319. </div></div>
  320.  
  321. <!--person-->
  322. <div id="people">
  323. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  324. <div id="names"><a href="http://.tumblr.com">name</a></div>
  325. <div id="desc">
  326. description
  327. </div></div>
  328.  
  329. <!--person-->
  330. <div id="people">
  331. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  332. <div id="names"><a href="http://.tumblr.com">name</a></div>
  333. <div id="desc">
  334. description
  335. </div></div>
  336.  
  337. <!--person-->
  338. <div id="people">
  339. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  340. <div id="names"><a href="http://.tumblr.com">name</a></div>
  341. <div id="desc">
  342. description
  343. </div></div>
  344.  
  345. <!---copy and paste each "box code" to add more--->
  346.  
  347. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement