Advertisement
iamthemelocked

Iamthemelocked - Navigation Page 1 Black

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