Advertisement
iamthemelocked

Iamthemelocked - Navigation Page 2 Black

Apr 26th, 2014
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.02 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.  
  67. #boxcontent {
  68. width:500px;
  69. height:130px;
  70. margin-top:15px;
  71. margin-bottom:15px;
  72. margin-left:420px;
  73. margin-right:auto;
  74. }
  75.  
  76.  
  77.  
  78. #images {
  79. margin-top:0px;
  80. transition: all 0.8s ease-out;
  81. -webkit-transition: all 0.8s ease-out;
  82. -moz-transition: all 0.8s ease-out;
  83. -o-transition: all 0.8s ease-out;
  84. opacity:1;
  85. }
  86.  
  87.  
  88. #images img {
  89. width:110px;
  90. height:110px;
  91. border:1px solid #dddddd;
  92. padding:4px;
  93. margin-left:190px;
  94. margin-top:20px;
  95. transition: all 0.8s ease-out;
  96. -webkit-transition: all 0.8s ease-out;
  97. -moz-transition: all 0.8s ease-out;
  98. -o-transition: all 0.8s ease-out;
  99. opacity:1;
  100. }
  101.  
  102. #boxcontent:hover #images img{
  103. margin-left:-130px;
  104. opacity:1;
  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. #title {
  112. margin-left:-10px;
  113. margin-top:-10px;
  114. width:500px;
  115. height:10px;
  116. border-bottom:1px solid #dddddd;
  117. text-align:center;
  118. font-family:calibri;
  119. text-transform:uppercase;
  120. letter-spacing:5px;
  121. line-height:11px;
  122. font-size:11px;
  123. color:gray;
  124. padding:5px 0px 5px 0px;
  125. transition: all 0.8s ease-out;
  126. -webkit-transition: all 0.8s ease-out;
  127. -moz-transition: all 0.8s ease-out;
  128. -o-transition: all 0.8s ease-out;
  129. }
  130.  
  131. #tagbox {
  132. margin-left:5px;
  133. width:485px;
  134. margin-top:-115px;
  135. height:94px;
  136. opacity:0;
  137. background-color:#000000;
  138. position:fixed;
  139. padding:8px;
  140. transition: all 0.8s ease-out;
  141. -webkit-transition: all 0.8s ease-out;
  142. -moz-transition: all 0.8s ease-out;
  143. -o-transition: all 0.8s ease-out;
  144. }
  145.  
  146. #boxcontent:hover #tagbox{
  147. transition: all 0.8s ease-out;
  148. -webkit-transition: all 0.8s ease-out;
  149. -moz-transition: all 0.8s ease-out;
  150. -o-transition: all 0.8s ease-out;
  151. opacity:1;
  152. }
  153.  
  154. #navlinks {
  155. -moz-column-count:3;
  156. -webkit-column-count:3;
  157. column-count:3;
  158. margin-top:10px;
  159. margin-bottom:20px;
  160. text-align:center;
  161. }
  162.  
  163. #navlinks a {
  164. display:block;
  165. width:150px;
  166. font-family:calibri;
  167. text-transform:uppercase;
  168. font-size:10px;
  169. padding:3px;
  170. text-decoration:none;
  171. text-align:center;
  172. color:#b6b6b6;
  173. letter-spacing:2px;
  174. transition: all 0.5s ease-out;
  175. -webkit-transition: all 0.5s ease-out;
  176. -moz-transition: all 0.5s ease-out;
  177. -o-transition: all 0.5s ease-out;
  178. }
  179.  
  180. #navlinks a:hover {
  181. letter-spacing:5px;
  182. color:#ffffff;
  183. background-color:#000000;
  184. transition: all 0.5s ease-out;
  185. -webkit-transition: all 0.5s ease-out;
  186. -moz-transition: all 0.5s ease-out;
  187. -o-transition: all 0.5s ease-out;
  188. }
  189.  
  190. .important, .important a {
  191. width:15px;
  192. height:15px;
  193. bottom:15px;
  194. right:15px;
  195. padding:4px;
  196. font-size:8px;
  197. letter-spacing:2px;
  198. color:#610c17;
  199. line-height:15px;
  200. position:fixed;
  201. text-align:center;
  202. font-family:"trajan pro";
  203. text-transform:uppercase;
  204. background-color:transparent;
  205. border:1px solid #ffffff;}
  206.  
  207. .important a:hover {
  208. color:#000000;
  209. background-color:#ffffff;}
  210.  
  211.  
  212. ::selection {
  213. background-color:#ffffff;
  214. color:#000000;
  215. }
  216.  
  217. ::-moz-selection {
  218. background-color:#ffffff;
  219. color:#000000;
  220. }
  221.  
  222. </style>
  223.  
  224. <body>
  225.  
  226. <!------------------------------------
  227. HEADER
  228. ------------------------------------->
  229.  
  230. <div id="headlinks"><!--change the top links here-->
  231. <a href="/">HOME</a>
  232. <a href="/ask">ASK</a>
  233. <a href="/">LINK</a>
  234. </div>
  235.  
  236. <!------------------------------------
  237. TAG BOXES
  238. ------------------------------------->
  239.  
  240. <!------------ BOX 1 ------------>
  241.  
  242. <div id="boxcontent">
  243. <div id="images"><img width="120px" src="http://centralpennartguide.com/wp-content/uploads/2012/06/Laurie-McKelvie.-PEI-Farewe-110x110.jpg"/><!--change the image url here (small image)--> </div>
  244. <div id="tagbox">
  245. <div id="title">ANY TITLE YOU WANT</div><!--change the title here-->
  246. <div id="navlinks"><!--change the names and links here-->
  247. <a href="/">NAVI LINK</a>
  248. <a href="/">NAVI LINK</a>
  249. <a href="/">NAVI LINK</a>
  250. <a href="/">NAVI LINK</a>
  251. <a href="/">NAVI LINK</a>
  252. <a href="/">NAVI LINK</a>
  253. <a href="/">NAVI LINK</a>
  254. <a href="/">NAVI LINK</a>
  255. <a href="/">NAVI LINK</a>
  256. <a href="/">NAVI LINK</a>
  257. <a href="/">NAVI LINK</a>
  258. <a href="/">NAVI LINK</a>
  259. </div>
  260. </div>
  261. </div>
  262.  
  263. <!------------ BOX 2 ------------>
  264.  
  265. <div id="boxcontent">
  266. <div id="images"><img width="120px" src="http://seggerstudio.com/wp-content/uploads/2013/08/IMG_10451-110x110.jpg"/><!--change the image url here (small image)--> </div>
  267. <div id="tagbox">
  268. <div id="title">ANY TITLE YOU WANT</div><!--change the title here-->
  269. <div id="navlinks"><!--change the names and links here-->
  270. <a href="/">NAVI LINK</a>
  271. <a href="/">NAVI LINK</a>
  272. <a href="/">NAVI LINK</a>
  273. <a href="/">NAVI LINK</a>
  274. <a href="/">NAVI LINK</a>
  275. <a href="/">NAVI LINK</a>
  276. <a href="/">NAVI LINK</a>
  277. <a href="/">NAVI LINK</a>
  278. <a href="/">NAVI LINK</a>
  279. <a href="/">NAVI LINK</a>
  280. <a href="/">NAVI LINK</a>
  281. <a href="/">NAVI LINK</a>
  282. </div>
  283. </div>
  284. </div>
  285.  
  286. <!------------ BOX 3 ------------>
  287.  
  288. <div id="boxcontent">
  289. <div id="images"><img width="120px" src="http://paintingwithpaper.net/wp-content/uploads/2013/07/Painted-Desert18x24-110x110.jpg"/><!--change the image url here (small image)--> </div>
  290. <div id="tagbox">
  291. <div id="title">ANY TITLE YOU WANT</div><!--change the title here-->
  292. <div id="navlinks"><!--change the names and links here-->
  293. <a href="/">NAVI LINK</a>
  294. <a href="/">NAVI LINK</a>
  295. <a href="/">NAVI LINK</a>
  296. <a href="/">NAVI LINK</a>
  297. <a href="/">NAVI LINK</a>
  298. <a href="/">NAVI LINK</a>
  299. <a href="/">NAVI LINK</a>
  300. <a href="/">NAVI LINK</a>
  301. <a href="/">NAVI LINK</a>
  302. <a href="/">NAVI LINK</a>
  303. <a href="/">NAVI LINK</a>
  304. <a href="/">NAVI LINK</a>
  305. </div>
  306. </div>
  307. </div>
  308.  
  309. <span class="important">
  310. <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="page by iamthemelocked">TL</a>
  311. </span>
  312. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement