Advertisement
iamthemelocked

Iamthemelocked - Navigation Page 2 White

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