Advertisement
iamthemelocked

Iamthemelocked - Network Page 1 White

Apr 26th, 2014
2,267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.14 KB | None | 0 0
  1. <head>
  2.  
  3. <!--- Page by iamthemelocked
  4. DO NOT REMOVE THE CREDIT
  5. DO NOT COPY
  6. DO NOT CLAIM AS YOUR OWN
  7. IF YOU DO THEN I´LL MAKE YOU INTO SHOES
  8. BIT NOT GOOD, ISN´T IT?--->
  9.  
  10. <link rel="shortcut icon" href="{Favicon}"/>
  11. <title>Network Page</title>
  12.  
  13. <style type="text/css">
  14.  
  15. /* --- SCROLLBAR ---*/
  16.  
  17. ::-webkit-scrollbar {background-color:{color:Scrollbar}; height:8px; width:8px; border:3px solid {color:background}}
  18. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; border:1px solid {color:background}; height:50px}
  19. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; border:1px solid {color:background}; height:8px!important}
  20.  
  21. /* --- BODY ---*/
  22.  
  23. a {
  24. text-decoration:none;
  25. outline:none;
  26. -moz-outline-style:none;
  27. color:{color:link};
  28. -webkit-transition: all 0.7s ease;
  29. -moz-transition: all 0.7s ease;
  30. -o-transition: all 0.7s ease
  31. }
  32.  
  33. #headlinks {
  34. width:485px;
  35. margin-left:430px;
  36. margin-right:auto;
  37. margin-top:30px;
  38. padding-bottom:5px;
  39. border-bottom:1px solid #000000;
  40. }
  41.  
  42. #headlinks a {
  43. display:inline-block;
  44. width:145px;
  45. padding:1px 0px 1px 0px;
  46. background-color:#ffffff;
  47. color:#000000;
  48. font-size:10px;
  49. font-family:calibri;
  50. text-align:center;
  51. letter-spacing:5px;
  52. margin-left:5px;
  53. margin-right:5px;
  54. text-transform:uppercase;
  55. text-decoration:none;
  56. transition: all 0.8s ease-out;
  57. -webkit-transition: all 0.8s ease-out;
  58. -moz-transition: all 0.8s ease-out;
  59. -o-transition: all 0.8s ease-out;
  60. }
  61.  
  62. #headlinks a:hover {
  63. background-color:#000000;
  64. color:#ffffff;
  65. transition: all 0.8s ease-out;
  66. -webkit-transition: all 0.8s ease-out;
  67. -moz-transition: all 0.8s ease-out;
  68. -o-transition: all 0.8s ease-out;
  69. }
  70.  
  71. .container {
  72. margin-top:10px;
  73. width:900px;
  74. margin-left:215px;
  75. margin-right:auto;
  76. margin-bottom:50px;
  77. position:absolute;
  78. }
  79.  
  80. /*BOXES*/
  81. #box {
  82. margin-top:20px;
  83. margin-bottom:50px;
  84. margin-left:30px;
  85. margin-right:25px;
  86. width:120px;
  87. height:120px;
  88. display:inline-block;
  89. }
  90.  
  91. #box img {
  92. width:120px;
  93. height:120px;
  94. border:1px solid #dddddd;
  95. padding:4px;
  96. }
  97.  
  98. #box:hover #description {
  99. opacity:0.8;
  100. transition: all 0.8s ease-out;
  101. -webkit-transition: all 0.8s ease-out;
  102. -moz-transition: all 0.8s ease-out;
  103. -o-transition: all 0.8s ease-out;
  104.  
  105. }
  106.  
  107. #description {
  108. text-align:center;
  109. margin-top:-126px;
  110. margin-left:5px;
  111. position:absolute;
  112. font-family:calibri;
  113. width:121px;
  114. height:121px;
  115. opacity:0;
  116. font-size:9px;
  117. background:#ffffff;
  118. color:#b6b6b6;
  119. transition: all 0.8s ease-out;
  120. -webkit-transition: all 0.8s ease-out;
  121. -moz-transition: all 0.8s ease-out;
  122. -o-transition: all 0.8s ease-out;
  123. }
  124.  
  125. #name {
  126. font-size:12px;
  127. margin:2px;
  128. width:115px;
  129. padding-bottom:2px;
  130. color:#000000;
  131. border-bottom: solid #b6b6b6 1px;
  132. text-align:center;
  133. font-family: calibri;
  134. }
  135.  
  136. #url {
  137. text-align:center;
  138. font-size:14px;
  139.  
  140. }
  141.  
  142. #url a {
  143. text-align:center;
  144. color:#610c17;
  145. font-size:10px;
  146. width:115px;
  147. letter-spacing:2px;
  148. }
  149.  
  150. #url a:hover {
  151. color:#dddddd;
  152. -webkit-transition: all 0.4s ease-out;
  153. -moz-transition: all 0.4s ease-out;
  154. transition: all 0.4s ease-out;
  155. letter-spacing:3px;
  156. }
  157.  
  158. .important, .important a {
  159. width:15px;
  160. height:15px;
  161. bottom:15px;
  162. right:15px;
  163. padding:4px;
  164. font-size:8px;
  165. letter-spacing:2px;
  166. color:#610c17;
  167. line-height:15px;
  168. position:fixed;
  169. text-align:center;
  170. font-family:"trajan pro";
  171. text-transform:uppercase;
  172. background-color:transparent;
  173. border:1px solid #000000;}
  174.  
  175. .important a:hover {
  176. color:#ffffff;
  177. background-color:#610c17;}
  178.  
  179. </style>
  180. </head>
  181.  
  182. <body>
  183.  
  184. <!------------------------------------
  185. HEADER
  186. ------------------------------------->
  187.  
  188. <div id="headlinks"><!--change the top links here-->
  189. <a href="/">HOME</a>
  190. <a href="/ask">ASK</a>
  191. <a href="/">LINK</a>
  192. </div>
  193.  
  194.  
  195. <div class="container">
  196. <!--ROW 1-->
  197. <div id="box">
  198. <img src="http://centralpennartguide.com/wp-content/uploads/2012/06/Laurie-McKelvie.-PEI-Farewe-110x110.jpg" />
  199. <div id="description">
  200. <div id="name"><b>NAME</b></div>
  201. <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
  202. <div id="url">
  203. <a href="URL HERE">PUT URL HERE</a>
  204. </div>
  205. </div>
  206. </div>
  207.  
  208. <div id="box">
  209. <img src="http://seggerstudio.com/wp-content/uploads/2013/08/IMG_10451-110x110.jpg" />
  210. <div id="description">
  211. <div id="name"><b>NAME</b></div>
  212. <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
  213. <div id="url">
  214. <a href="URL HERE">PUT URL HERE</a>
  215. </div>
  216. </div>
  217. </div>
  218.  
  219. <div id="box">
  220. <img src="http://paintingwithpaper.net/wp-content/uploads/2013/07/Painted-Desert18x24-110x110.jpg" />
  221. <div id="description">
  222. <div id="name"><b>NAME</b></div>
  223. <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
  224. <div id="url">
  225. <a href="URL HERE">PUT URL HERE</a>
  226. </div>
  227. </div>
  228. </div>
  229.  
  230. <div id="box">
  231. <img src="http://centralpennartguide.com/wp-content/uploads/2012/06/Laurie-McKelvie.-PEI-Farewe-110x110.jpg" />
  232. <div id="description">
  233. <div id="name"><b>NAME</b></div>
  234. <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
  235. <div id="url">
  236. <a href="URL HERE">PUT URL HERE</a>
  237. </div>
  238. </div>
  239. </div>
  240.  
  241. <div id="box">
  242. <img src="http://seggerstudio.com/wp-content/uploads/2013/08/IMG_10451-110x110.jpg" />
  243. <div id="description">
  244. <div id="name"><b>NAME</b></div>
  245. <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
  246. <div id="url">
  247. <a href="URL HERE">PUT URL HERE</a>
  248. </div>
  249. </div>
  250. </div>
  251.  
  252. <!--END OF ROW 1-->
  253. </br>
  254. <!--ROW 2-->
  255. <div id="box">
  256. <img src="http://centralpennartguide.com/wp-content/uploads/2012/06/Laurie-McKelvie.-PEI-Farewe-110x110.jpg" />
  257. <div id="description">
  258. <div id="name"><b>NAME</b></div>
  259. <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
  260. <div id="url">
  261. <a href="URL HERE">PUT URL HERE</a>
  262. </div>
  263. </div>
  264. </div>
  265.  
  266. <div id="box">
  267. <img src="http://seggerstudio.com/wp-content/uploads/2013/08/IMG_10451-110x110.jpg" />
  268. <div id="description">
  269. <div id="name"><b>NAME</b></div>
  270. <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
  271. <div id="url">
  272. <a href="URL HERE">PUT URL HERE</a>
  273. </div>
  274. </div>
  275. </div>
  276.  
  277. <div id="box">
  278. <img src="http://paintingwithpaper.net/wp-content/uploads/2013/07/Painted-Desert18x24-110x110.jpg" />
  279. <div id="description">
  280. <div id="name"><b>NAME</b></div>
  281. <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
  282. <div id="url">
  283. <a href="URL HERE">PUT URL HERE</a>
  284. </div>
  285. </div>
  286. </div>
  287.  
  288. <div id="box">
  289. <img src="http://centralpennartguide.com/wp-content/uploads/2012/06/Laurie-McKelvie.-PEI-Farewe-110x110.jpg" />
  290. <div id="description">
  291. <div id="name"><b>NAME</b></div>
  292. <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
  293. <div id="url">
  294. <a href="URL HERE">PUT URL HERE</a>
  295. </div>
  296. </div>
  297. </div>
  298.  
  299. <div id="box">
  300. <img src="http://seggerstudio.com/wp-content/uploads/2013/08/IMG_10451-110x110.jpg" />
  301. <div id="description">
  302. <div id="name"><b>NAME</b></div>
  303. <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
  304. <div id="url">
  305. <a href="URL HERE">PUT URL HERE</a>
  306. </div>
  307. </div>
  308. </div>
  309. <!--END OF ROW 2-->
  310. </br>
  311. <!--ROW 3-->
  312. <div id="box">
  313. <img src="http://centralpennartguide.com/wp-content/uploads/2012/06/Laurie-McKelvie.-PEI-Farewe-110x110.jpg" />
  314. <div id="description">
  315. <div id="name"><b>NAME</b></div>
  316. <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
  317. <div id="url">
  318. <a href="URL HERE">PUT URL HERE</a>
  319. </div>
  320. </div>
  321. </div>
  322.  
  323. <div id="box">
  324. <img src="http://seggerstudio.com/wp-content/uploads/2013/08/IMG_10451-110x110.jpg" />
  325. <div id="description">
  326. <div id="name"><b>NAME</b></div>
  327. <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
  328. <div id="url">
  329. <a href="URL HERE">PUT URL HERE</a>
  330. </div>
  331. </div>
  332. </div>
  333.  
  334. <div id="box">
  335. <img src="http://paintingwithpaper.net/wp-content/uploads/2013/07/Painted-Desert18x24-110x110.jpg" />
  336. <div id="description">
  337. <div id="name"><b>NAME</b></div>
  338. <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
  339. <div id="url">
  340. <a href="URL HERE">PUT URL HERE</a>
  341. </div>
  342. </div>
  343. </div>
  344.  
  345. <div id="box">
  346. <img src="http://centralpennartguide.com/wp-content/uploads/2012/06/Laurie-McKelvie.-PEI-Farewe-110x110.jpg" />
  347. <div id="description">
  348. <div id="name"><b>NAME</b></div>
  349. <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
  350. <div id="url">
  351. <a href="URL HERE">PUT URL HERE</a>
  352. </div>
  353. </div>
  354. </div>
  355.  
  356. <div id="box">
  357. <img src="http://seggerstudio.com/wp-content/uploads/2013/08/IMG_10451-110x110.jpg" />
  358. <div id="description">
  359. <div id="name"><b>NAME</b></div>
  360. <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
  361. <div id="url">
  362. <a href="URL HERE">PUT URL HERE</a>
  363. </div>
  364. </div>
  365. </div>
  366. <!--END OF ROW 3-->
  367.  
  368.  
  369.  
  370. <span class="important">
  371. <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="page by iamthemelocked">TL</a>
  372. </span>
  373. </body>
  374. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement