onediewreckshun

17 - navigation 1 - http://kimsjongin.tumblr.com

May 7th, 2013
1,348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.36 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}"><script type="text/javascript" src="http://static.tumblr.com/gyoju49/uF2mjkhe3/layoutcomponent.txt"></script>
  5.  
  6. <!--
  7.       
  8. ┊   ┊ ┊
  9. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  10. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  11. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  12.  
  13. ᴛʜᴇᴍᴇ 17 | ᴘᴀɢᴇ ᴛʜᴇᴍᴇ: ɴᴀᴠɪ ɪ | ʙʏ ᴍᴇᴇᴍ (ᴋɪᴍsᴊᴏɴɢɪɴ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ)
  14. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏʀ sᴛᴇᴀʟ! ^_^
  15.  
  16. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  17. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  18. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  19. ┊ ┊ ┊
  20.  
  21. -->
  22.  
  23. <style type="text/css">
  24.  
  25. body {
  26. color:#EB9696;/*text color*/
  27. margin:0px;
  28. font-size:10px;
  29. font-family:baskerville;
  30. line-height:100%;
  31. }
  32.  
  33. a {
  34. color:#EB9696;/*links color*/
  35. text-decoration:none;
  36. -webkit-transition: all 0.7s ease;
  37. -moz-transition: all 0.7s ease;
  38. -o-transition: all 0.7s ease;
  39. }
  40.  
  41. a:hover {
  42. opacity:10;
  43. color:#fcfcfc;/*link hover color*/
  44. -webkit-transition: all 0.7s ease;
  45. -moz-transition: all 0.7s ease;
  46. -o-transition: all 0.7s ease;
  47. }
  48.  
  49. .container {
  50. margin-top:150px;
  51. position:absolute;
  52. width:800px;
  53. margin-right:auto;
  54. margin-left:22%;
  55. }
  56.  
  57. #box {/*links box*/
  58. z-index:10;
  59. width:170px;
  60. display:inline-block;
  61. margin-right:10px;
  62. margin-bottom:35px;
  63. }
  64.  
  65.  
  66. #boxtitle {
  67. background:#EB9696;/*box title background*/
  68. color:#fff;/*box title color*/
  69. width:164px;
  70. text-align:center;
  71. margin-top:-25px;
  72. font-family:baskerville;
  73. font-weight:thin;
  74. letter-spacing:1px;
  75. text-transform:capitalize;
  76. font-variant:small-caps;
  77. font-style:normal;
  78. font-size:15px;
  79. font-weight:100;
  80. padding:9px 5px 10px 5px;
  81. -moz-transition-duration:0.5s;
  82. -webkit-transition-duration:0.5s;
  83. -o-transition-duration:0.5s;
  84. }
  85.  
  86. #links {
  87. margin-top:-5px;
  88. border:2px solid #EB9696; /*links box border*/
  89. width:170px;
  90. height:120%;
  91. font-family:baskerville;
  92. font-size:12px;
  93. letter-spacing:1px;
  94. display:block;
  95. text-align:center;
  96. font-weight:200;
  97. -moz-transition-duration:0.5s;
  98. -webkit-transition-duration:0.5s;
  99. -o-transition-duration:0.5s;
  100. }
  101.  
  102. #links a{
  103. background-color:#fff;/*box links background*/
  104. padding:7px 5px 7px 5px;
  105. margin-bottom:0px;
  106. display:block;
  107. -moz-transition-duration:0.5s;
  108. -webkit-transition-duration:0.5s;
  109. -o-transition-duration:0.5s;
  110. }
  111.  
  112. #links a:hover{
  113. background-color:#EDC7C7;/*box links background after hover*/
  114. color:#fff;/*box links color after hover*/
  115. font-size:15px;
  116. padding:7px 5px 7px 5px;
  117. display:block;
  118. -moz-transition-duration:0.5s;
  119. -webkit-transition-duration:0.5s;
  120. -o-transition-duration:0.5s;
  121. }
  122.  
  123. titlee {/*page title*/
  124. z-index:0;
  125. line-height:0px;
  126. position:absolute;
  127. font-size:25px;
  128. margin: 10px 0px 0px -100px;
  129. padding:18px 40px 15px 41px;
  130. font-family:georgia;
  131. font-style:italic;
  132. }
  133.  
  134. #top {/*header*/
  135. border-bottom:1px solid #fff; /*bottom border of header*/
  136. color:#fff;/*header text color*/
  137. background:#EB9696;/*header background*/
  138. z-index:999999999999999999;
  139. position:fixed;
  140. background-size:100%;
  141. font-weight:normal;
  142. -webkit-transition:all 0.8s ease-out;
  143. -moz-transition:all 0.8s ease-out;
  144. -o-transition:all 0.8s ease-out;
  145. width:100%;
  146. height:70px;
  147. text-align:center;
  148. }
  149.  
  150. #top a {
  151. color:#fff;/*top links color*/
  152. z-index:9999999999999;
  153. margin-right:5px;
  154. font-style:normal;
  155. -webkit-transition:all 0.8s ease-out;
  156. -moz-transition:all 0.8s ease-out;
  157. -o-transition:all 0.8s ease-out;
  158. display:inline-block;
  159. font-family:baskerville;
  160. font-size:10px;
  161. text-align:center;
  162. letter-spacing:1px;
  163. text-transform:lowercase;
  164. text-align:center;
  165. text-decoration:none;
  166. -webkit-transition:all 0.6s ease-out;
  167. -moz-transition:all 0.6s ease-out;
  168. -o-transition:all 0.6s ease-out;
  169. }
  170.  
  171. #top a:hover {
  172. color:#ddd;/*top links hover*/
  173. -webkit-transition:all 0.6s ease-out;
  174. -moz-transition:all 0.6s ease-out;
  175. -o-transition:all 0.6s ease-out;
  176. }
  177.  
  178.  
  179. #kanye {
  180. position:fixed;
  181. font-size:10px;
  182. width:70px;
  183. height:20px;
  184. font-family:calibri;
  185. padding-bottom:4px;
  186. padding-right:4px;
  187. bottom:0;
  188. right:0;
  189. z-index:12;
  190. }
  191.  
  192. #kanye .ville a{ color:#9a9a9a;}
  193.  
  194. #kanye .basker{
  195. color:#9a9a9a;
  196. opacity:1.0;
  197. padding:1px 4px 2px 3px;
  198. margin-top:00px;
  199. margin-left:29px;
  200. text-align:center;
  201. overflow:hidden;
  202. position: absolute;
  203. background:#fff;
  204. font-size:10px;
  205. text-transform:uppercase;
  206. z-index:100;
  207. -webkit-transition: opacity 0.5s linear;
  208. -webkit-transition: all 0.5s linear;
  209. -moz-transition: all 0.5s linear;
  210. transition: all 0.5s linear;
  211. border:1px solid #ece4e4;
  212. }
  213.  
  214. #kanye:hover .basker{
  215. opacity:0;
  216. transition: all 0.5s linear;
  217. -webkit-transition: opacity 0.5s linear;
  218. -webkit-transition: all 0.5s linear;
  219. -moz-transition: all 0.5s linear;
  220. }
  221.  
  222. #kanye .ville{
  223. color:#9a9a9a;
  224. background:#fff;
  225. margin-top:100px;
  226. margin-top:0px;
  227. padding:1px 5px 2px 5px;
  228. margin-left:29px;
  229. font-size:10px;
  230. text-align:left;
  231. text-transform:uppercase;
  232. opacity:0;
  233. overflow:hidden;
  234. position: absolute;
  235. -webkit-transition: opacity 0.5s linear;
  236. -webkit-transition: all 0.5s linear;
  237. -moz-transition: all 0.5s linear;
  238. transition: all 0.5s linear;
  239. z-index:1200;
  240. border:1px solid #ece4e4;
  241. }
  242.  
  243. #kanye:hover .ville{
  244. opacity:1;
  245. margin-bottom:14px;
  246. transition: all 0.5s linear;
  247. -webkit-transition: opacity 0.5s linear;
  248. -webkit-transition: all 0.5s linear;
  249. -moz-transition: all 0.5s linear;
  250. }
  251.  
  252. {CustomCSS}</style></head><body>
  253.  
  254. <div id="top">
  255. <titlee>navigation</titlee><br><br><br><br>
  256. <a href="http://{name}.tumblr.com">back</a><a href="http://{name}.tumblr.com/ask">ask</a><a href="http://tumblr.com">dash</a>
  257. </div>
  258.  
  259. <div class="container">
  260.  
  261. <!---copy from "start box" to "end box" if you want to add another links box :) delete from "start box" to "end box" if you want to remove one!--->
  262.  
  263. <!---start box--->
  264. <div id="box">
  265. <div id="boxtitle">title</div>
  266. <div id="links">
  267. <a href="/tagged/">link</a>
  268. <a href="/tagged/">link</a>
  269. <a href="/tagged/">link</a>
  270. <a href="/tagged/">link</a>
  271. <a href="/tagged/">link</a>
  272. </div></div>
  273. <!---end box--->
  274.  
  275. <!---start box--->
  276. <div id="box">
  277. <div id="boxtitle">title</div>
  278. <div id="links">
  279. <a href="/tagged/">link</a>
  280. <a href="/tagged/">link</a>
  281. <a href="/tagged/">link</a>
  282. <a href="/tagged/">link</a>
  283. <a href="/tagged/">link</a>
  284. </div></div>
  285. <!---end box--->
  286.  
  287. <!---start box--->
  288. <div id="box">
  289. <div id="boxtitle">title</div>
  290. <div id="links">
  291. <a href="/tagged/">link</a>
  292. <a href="/tagged/">link</a>
  293. <a href="/tagged/">link</a>
  294. <a href="/tagged/">link</a>
  295. <a href="/tagged/">link</a>
  296. </div></div>
  297. <!---end box--->
  298.  
  299. <!---start box--->
  300. <div id="box">
  301. <div id="boxtitle">title</div>
  302. <div id="links">
  303. <a href="/tagged/">link</a>
  304. <a href="/tagged/">link</a>
  305. <a href="/tagged/">link</a>
  306. <a href="/tagged/">link</a>
  307. <a href="/tagged/">link</a>
  308. </div></div>
  309. <!---end box--->
  310.  
  311. <!---start box--->
  312. <div id="box">
  313. <div id="boxtitle">title</div>
  314. <div id="links">
  315. <a href="/tagged/">link</a>
  316. <a href="/tagged/">link</a>
  317. <a href="/tagged/">link</a>
  318. <a href="/tagged/">link</a>
  319. <a href="/tagged/">link</a>
  320. </div></div>
  321. <!---end box--->
  322.  
  323. <!---start box--->
  324. <div id="box">
  325. <div id="boxtitle">title</div>
  326. <div id="links">
  327. <a href="/tagged/">link</a>
  328. <a href="/tagged/">link</a>
  329. <a href="/tagged/">link</a>
  330. <a href="/tagged/">link</a>
  331. <a href="/tagged/">link</a>
  332. </div></div>
  333. <!---end box--->
  334.  
  335. </div>
  336.  
  337. <div id="kanye">
  338.  
  339. <div class="basker">
  340. ᴛ&nbsp;ʜ&nbsp;ᴇ&nbsp;ᴍ&nbsp;ᴇ
  341. </div>
  342. </div>
  343.  
  344. <div id="kanye">
  345. <div class="ville">
  346. <a href="http://kimsjongin.tumblr.com/">ᴍ&nbsp;ᴇ&nbsp;ᴇ&nbsp;ᴍ</a>
  347. </div>
  348. </div>
  349.  
  350. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment