Advertisement
iamthemelocked

Iamthemelocked - Network Page 1 Black

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