Advertisement
iamthemelocked

Iamthemelocked - Navigation Page 1 White

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