Advertisement
parispier

Page05: Network 2

Jul 28th, 2013
1,094
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.14 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:100px;
  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:150px;
  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. }
  66.  
  67. #names {
  68. position:absolute;
  69. margin-left:0px;
  70. margin-top:166px;
  71. width:129px;
  72. text-transform:uppercase;
  73. text-align:center;
  74. font-size:10px;
  75. letter-spacing:1px;
  76. color:#fff;
  77. background-color:#000;
  78. padding:3px 3px 4px 3px;
  79. opacity:1;
  80. -webkit-transition: all 0.6s ease-in-out;
  81. -moz-transition: all 0.6s ease-in-out;
  82. -o-transition: all 0.6s ease-in-out;
  83. }
  84.  
  85. #name2 {
  86. position:absolute;
  87. margin-left:0px;
  88. margin-top:166px;
  89. width:129px;
  90. text-transform:uppercase;
  91. text-align:center;
  92. font-size:10px;
  93. letter-spacing:1px;
  94. color:#fff;
  95. background-color:#000;
  96. padding:3px 3px 4px 3px;
  97. opacity:1;
  98. -webkit-transition: all 0.6s ease-in-out;
  99. -moz-transition: all 0.6s ease-in-out;
  100. -o-transition: all 0.6s ease-in-out;
  101. }
  102.  
  103. #people:hover #names {
  104. margin-top:50px;
  105. -webkit-transition: all 0.4s ease-out;
  106. -moz-transition: all 0.4s ease-out;
  107. -o-transition: all 0.4s ease-out;
  108. }
  109.  
  110. #desc {
  111. z-index:9;
  112. position:absolute;
  113. margin-top:130px;
  114. margin-left:5px;
  115. background-color:#000;
  116. font-size:10px;
  117. color:#e2e3e4;
  118. text-align:center;
  119. height:1px;
  120. width:123px;
  121. padding:1px;
  122. opacity:0;
  123. border-top:3px double #e2e3e4;
  124. -webkit-transition: all 0.6s ease-in-out;
  125. -moz-transition: all 0.6s ease-in-out;
  126. -o-transition: all 0.6s ease-in-out;
  127. }
  128.  
  129. #people:hover #desc {
  130. opacity:1;
  131. margin-top:68px;
  132. height:110px;
  133. -webkit-transition: all 0.4s ease-out;
  134. -moz-transition: all 0.4s ease-out;
  135. -o-transition: all 0.4s ease-out;
  136. }
  137.  
  138. /*--sidebar--*/
  139. #sbar {
  140. position:fixed;
  141. width:80px;
  142. height:100%;
  143. margin-left:230px;
  144. letter-spacing:2px;
  145. margin-top:-8px;
  146. background-color:#000;
  147. }
  148.  
  149. #sbar2 {
  150. z-index:9999999999999;
  151. position:fixed;
  152. height:80px;
  153. width:103%;
  154. margin-left:-240px;
  155. letter-spacing:2px;
  156. margin-top:-50px;
  157. background-color:#000;
  158. }
  159.  
  160. #title {
  161. font-size:28px;
  162. position:fixed;
  163. letter-spacing:-1px;
  164. text-transform:uppercase;
  165. margin-top:10px;
  166. margin-left:325px;
  167. font-weight:100;
  168. color:#e2e3e4;
  169. }
  170.  
  171. #slinks {
  172. position:fixed;
  173. font-size:15px;
  174. letter-spacing:-1px;
  175. text-transform:uppercase;
  176. margin-top:45px;
  177. margin-left:340px;
  178. color:#e2e3e4;
  179. display:inline-block;
  180. }
  181.  
  182. #slinks a {
  183. display:inline-block;
  184. margin-right:5px;
  185. }
  186.  
  187. #sbarbg {
  188. position:fixed;
  189. z-index:99999999;
  190. background-color:#fff;
  191. width:100%;
  192. height:140px;
  193. margin-left:82px;
  194. margin-top:-110px;
  195. }
  196.  
  197. </style></head><body>
  198.  
  199.  
  200. <div id="sbar"></div>
  201.  
  202. <div id="iconcontainer">
  203.  
  204. <div id="sbarbg"></div>
  205.  
  206. <div id="sbar2">
  207. <div id="title">{title}</div>
  208. <div id="slinks">
  209. <a href="http://tumblr.com">link</a>
  210. <a href="http://tumblr.com">link</a>
  211. <a href="http://nialljhoren.tumblr.com">credit</a><!---DO NOT REMOVE-->
  212. </div>
  213. </div>
  214.  
  215. <!--person-->
  216. <div id="people">
  217. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  218. <div id="names"><a href="http://.tumblr.com">name</a></div>
  219. <div id="desc">
  220. description wey hey up the lads had some great craic last night hey
  221. </div></div>
  222.  
  223. <!--person-->
  224. <div id="people">
  225. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  226. <div id="names"><a href="http://.tumblr.com">name</a></div>
  227. <div id="desc">
  228. description
  229. </div></div>
  230.  
  231. <!--person-->
  232. <div id="people">
  233. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  234. <div id="names"><a href="http://.tumblr.com">name</a></div>
  235. <div id="desc">
  236. description
  237. </div></div>
  238.  
  239. <!--person-->
  240. <div id="people">
  241. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  242. <div id="names"><a href="http://.tumblr.com">name</a></div>
  243. <div id="desc">
  244. description
  245. </div></div>
  246.  
  247. <!--person-->
  248. <div id="people">
  249. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  250. <div id="names"><a href="http://.tumblr.com">name</a></div>
  251. <div id="desc">
  252. description
  253. </div></div>
  254.  
  255. <!--person-->
  256. <div id="people">
  257. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  258. <div id="names"><a href="http://.tumblr.com">name</a></div>
  259. <div id="desc">
  260. description
  261. </div></div>
  262.  
  263. <!--person-->
  264. <div id="people">
  265. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  266. <div id="names"><a href="http://.tumblr.com">name</a></div>
  267. <div id="desc">
  268. description
  269. </div></div>
  270.  
  271. <!--person-->
  272. <div id="people">
  273. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  274. <div id="names"><a href="http://.tumblr.com">name</a></div>
  275. <div id="desc">
  276. description
  277. </div></div>
  278.  
  279. <!--person-->
  280. <div id="people">
  281. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  282. <div id="names"><a href="http://.tumblr.com">name</a></div>
  283. <div id="desc">
  284. description
  285. </div></div>
  286.  
  287. <!--person-->
  288. <div id="people">
  289. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  290. <div id="names"><a href="http://.tumblr.com">name</a></div>
  291. <div id="desc">
  292. description
  293. </div></div>
  294.  
  295. <!--person-->
  296. <div id="people">
  297. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  298. <div id="names"><a href="http://.tumblr.com">name</a></div>
  299. <div id="desc">
  300. description
  301. </div></div>
  302.  
  303. <!--person-->
  304. <div id="people">
  305. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  306. <div id="names"><a href="http://.tumblr.com">name</a></div>
  307. <div id="desc">
  308. description
  309. </div></div>
  310.  
  311. <!--person-->
  312. <div id="people">
  313. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  314. <div id="names"><a href="http://.tumblr.com">name</a></div>
  315. <div id="desc">
  316. description
  317. </div></div>
  318.  
  319. <!--person-->
  320. <div id="people">
  321. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  322. <div id="names"><a href="http://.tumblr.com">name</a></div>
  323. <div id="desc">
  324. description
  325. </div></div>
  326.  
  327. <!--person-->
  328. <div id="people">
  329. <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif"></div>
  330. <div id="names"><a href="http://.tumblr.com">name</a></div>
  331. <div id="desc">
  332. description
  333. </div></div>
  334.  
  335. <!---copy and paste each "box code" to add more--->
  336.  
  337. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement