Advertisement
TVD-PS

NAVIGATION/TAGLIST 03

Apr 25th, 2020
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.65 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. ------------------------------
  10. @BARBIE THEMES | TUMBLR
  11. ------------------------------
  12.  
  13. TAG LIST/NAVIGATION 03
  14. CODES 2020: @BARBIE-THEMES TUMBLR
  15. +Do not steal the code or take parts of the codes and put them in your own theme.
  16. +do not remove the credit please
  17. creating themes since 2014
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. -->
  26.  
  27.  
  28. <!DOCTYPE html PUBLIC
  29.  
  30. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  31.  
  32.  
  33. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  34.  
  35. <title>BARBIE THEMES</title>
  36.  
  37. <style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}</style>
  38. <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>
  39.  
  40. <style type="text/css">
  41.  
  42. <meta name="description" content=""/>
  43.  
  44. <link rel="shortcut icon" href="http://66.media.tumblr.com/avatar_481b28079f1c_128.png" />
  45. <link rel="alternate" type="application/rss+xml" href="http://kumjongin.tumblr.com/rss" />
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50. /*--scrollbar--*/
  51.  
  52. ::-webkit-scrollbar-thumb:vertical {
  53. border:3px solid #000;height:12px;
  54. background-color:;
  55.  
  56. }
  57. ::-webkit-scrollbar-thumb:horizontal {background-color:#000;}
  58. ::-webkit-scrollbar {background-color:;height:7px;width:12px;border:5px solid #ccc;}
  59. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:;display:block;height:8px;border-right:2px solid #ccc;border-left:2px solid #ccc;
  60. }
  61.  
  62.  
  63. /*--body--*/
  64. body {
  65. font-style:none;
  66. background-color:#f6f6f6; /* change: background color */
  67. font-family:'Roboto';
  68. color:;
  69. font-size:9px;
  70.  
  71. }
  72.  
  73.  
  74. a {
  75. color:;
  76. text-decoration:none;
  77. -webkit-transition: all 0.5s ease-out;
  78. -moz-transition: all 0.5s ease-out;
  79. transition: all 0.5s ease-out;
  80.  
  81. }
  82.  
  83. a:hover {
  84. color:;
  85. text-decoration:none;
  86. -webkit-transition: all 0.8s ease-out;
  87. -moz-transition: all 0.8s ease-out;
  88. transition: all 0.8s ease-out;
  89.  
  90. }
  91.  
  92. img {
  93. border:none;
  94. margin-left:125px;
  95. padding:0px;
  96. width:530px;
  97. height:200px;
  98. border-radius:10px;
  99. border:4px solid #fff;
  100.  
  101. }
  102.  
  103. blockquote {
  104. padding-left:5px;
  105. border-left:2px solid ;
  106.  
  107. }
  108.  
  109. h1 {
  110. font-size:10px;
  111.  
  112. }
  113.  
  114. /*--Cursor code--*/
  115.  
  116.  
  117. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  118.  
  119.  
  120. #everything {
  121. margin-left:250px;
  122. margin-top:100px;
  123.  
  124. }
  125.  
  126. /*--title--*/
  127.  
  128. #title {
  129. font-family:'roboto';
  130. font-size:25px;
  131. text-align: center;
  132. margin-right:300px;
  133. color:#992727; /* change: title color (navigation) NOTE: WHEN you are installing the code the title can be moved from its place but when saving changes it appears in its original place*/
  134. font-style: italic;
  135. margin-top:-50px;
  136. font-weight: bold;
  137.  
  138. }
  139.  
  140. /*--links--*/
  141.  
  142. #links {
  143. width:350px;
  144. font-family:'Roboto';
  145. text-transform:uppercase;
  146. text-align:center;
  147. margin-top:10px;
  148. margin-left:204px;
  149. background-color:#fff; /* change: links bg color */
  150. padding:8px;
  151. border-radius:9px;
  152.  
  153. }
  154.  
  155. #links a {
  156. padding:8px;
  157. font-size:12px;
  158. color:#000000; /* change: links color */
  159. -webkit-transition: all 0.4s ease-in-out;
  160. -moz-transition: all 0.4s ease-in-out;
  161. -o-transition: all 0.4s ease-in-out;
  162. -ms-transition: all 0.4s ease-in-out;
  163. transition: all 0.4s ease-in-out;
  164.  
  165. }
  166.  
  167. #links a:hover {
  168. color:#848383;
  169. background-color:#992727;
  170.  
  171. }
  172.  
  173.  
  174.  
  175. #grouptitle {
  176. padding:5px;
  177. text-align:center;
  178. font-family:'Roboto';
  179. color:#000000; /* change: Tags title color */
  180. background-color:#992727;
  181. font-size:10px;
  182. width:118px;
  183. margin-left:105px;
  184. margin-top:30px;
  185. border-left:1px solid #eee; /* change: borders color */
  186. border-right:1px solid #eee;
  187. border-top:1px solid #eee;
  188. text-transform:uppercase;
  189. font-weight: bold;
  190. border-radius:5px;
  191.  
  192. }
  193.  
  194.  
  195. #grouplinks {
  196. width:120px;
  197. margin-top:0px;
  198. padding:4px;
  199. margin-left:105px;
  200. border:1px solid #eee; /* change: borders color */
  201. text-transform:lowercase;
  202. background-color:#fff; /* change: background tags color */
  203.  
  204. }
  205.  
  206.  
  207. #grouplinks a {
  208. font-family:'Roboto';
  209. display:block;
  210. color:#bbb8b8;
  211. font-size:10px;
  212. padding:6px;
  213. text-align:center;
  214. letter-spacing:1px;
  215. text-transform:lowercase;
  216. margin-bottom:1px;
  217. border-bottom:1px solid #eee;
  218. -webkit-transition: all 0.4s ease-in-out;
  219. -moz-transition: all 0.4s ease-in-out;
  220. -o-transition: all 0.4s ease-in-out;
  221. -ms-transition: all 0.4s ease-in-out;
  222. transition: all 0.4s ease-in-out;
  223.  
  224. }
  225.  
  226. #grouplinks a:hover {
  227. background:#000;
  228. color:#992727;
  229.  
  230. }
  231.  
  232.  
  233.  
  234.  
  235. </style><script src="http://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=cf140c0f1704d59bad98d3be7adddfde"></script>
  236.  
  237. <link rel="stylesheet" type="text/css" href="http://assets.tumblr.com/fonts/lorimerno2/stylesheet.css?v=3">
  238.  
  239. <!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --><!-- Read more: http://ogp.me/ --><meta property="fb:app_id" content="48119224995" /><meta property="og:site_name" content="" /><meta property="og:title" content="" /><meta property="og:url" content="http://kumjongin.tumblr.com/theme" /><meta property="og:determiner" content="a" /><meta property="og:description" content="" /><meta property="og:type" content="tumblr-feed:entry" /><meta property="og:image" content="http://67.media.tumblr.com/avatar_481b28079f1c_512.png" /><meta property="al:ios:url" content="tumblr://x-callback-url/blog?blogName=kumjongin&amp;postID=" /><meta property="al:ios:app_name" content="Tumblr" /><meta property="al:ios:app_store_id" content="305343404" /><meta property="al:android:url" content="tumblr://x-callback-url/blog?blogName=kumjongin&amp;postID=" /><meta property="al:android:app_name" content="Tumblr" /><meta property="al:android:package" content="com.tumblr" /><!-- END TUMBLR FACEBOOK OPENGRAPH TAGS -->
  240.  
  241.  
  242. <!-- TWITTER TAGS --><meta charset="utf-8"><meta name="twitter:site" content="tumblr" /><meta name="twitter:card" content="app" /><meta name="twitter:description" content="kumjongin" /><meta name="twitter:title" content="kumjongin" /><meta name="twitter:app:name:iphone" content="Tumblr" /><meta name="twitter:app:name:ipad" content="Tumblr" /><meta name="twitter:app:name:googleplay" content="Tumblr" /><meta name="twitter:app:id:iphone" content="305343404" /><meta name="twitter:app:id:ipad" content="305343404" /><meta name="twitter:app:id:googleplay" content="com.tumblr" /><meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=kumjongin&amp;referrer=twitter-cards" /><meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=kumjongin&amp;referrer=twitter-cards" /><meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=kumjongin&amp;referrer=twitter-cards" />
  243.  
  244. <link rel="canonical" href="http://kumjongin.tumblr.com/theme" />
  245.  
  246. </head>
  247.  
  248.  
  249. <body>
  250.  
  251. <div id="everything">
  252.  
  253. <div id="title">NAVIGATION</div>
  254.  
  255. <!---photo Header--->
  256. <div class="img">
  257. <img src="https://imagizer.imageshack.com/img924/7218/M7h2yO.jpg">
  258. </div> <!-- READ: HEADER IMAGE, YOUR URL HERE 530x200 px; -->
  259.  
  260. <div id="links">
  261. <a href="/">• RETURN</a>
  262. <a href="/ask">• Message</a>
  263. <a href="/">• NAV1</a>
  264. <a href="https://barbie-themes.tumblr.com/">• CREDIT</a>
  265. </div>
  266.  
  267. <table id="all" border="0" cellpadding="0" cellspacing="0">
  268.  
  269.  
  270. <!---Add as many tags per column as you'd like.--->
  271.  
  272. <td><div id="grouptitle"><big>Tags Titles</div>
  273. <div id="grouplinks">
  274. <a href="/tagged/">Link</a>
  275. <a href="/tagged/">link</a>
  276. <a href="/tagged/">link</a>
  277. <a href="/tagged">link</a>
  278. <a href="/tagged">link</a>
  279. <a href="/tagged/">link</a>
  280. <a href="/tagged/">link</a>
  281.  
  282. </div></td>
  283.  
  284.  
  285. <td><div id="grouptitle"><big>Title</div>
  286. <div id="grouplinks">
  287. <div class="link">
  288. <a href="/tagged/kms">link</a>
  289. <a href="/tagged/lh">link</a>
  290. <a href="/tagged/wyf">link</a>
  291. <a href="/tagged/kjm">link</a>
  292. <a href="/tagged/zyx">link</a>
  293. <a href="/tagged/bbh">link</a>
  294. <a href="/tagged/kjd">link</a>
  295.  
  296. </div></td>
  297.  
  298. <td><div id="grouptitle"><big>Title</div>
  299. <div id="grouplinks">
  300. <a href="/tagged/">link</a>
  301. <a href="/tagged/">link</a>
  302. <a href="/tagged/">link</a>
  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.  
  308. </div></td>
  309.  
  310. <tr> <!---Add this along with the following in order to create another row of columns!--->
  311.  
  312.  
  313. <td><div id="grouptitle"><big>Title</div>
  314. <div id="grouplinks">
  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. <a href="/tagged/">link</a>
  321. <a href="/tagged/">link</a>
  322.  
  323. </div></td>
  324.  
  325. <td><div id="grouptitle"><big>title</div>
  326. <div id="grouplinks">
  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. <a href="/tagged/">link</a>
  333. <a href="/tagged/">link</a>
  334.  
  335. </div></td>
  336.  
  337. <td><div id="grouptitle"><big>title</div>
  338. <div id="grouplinks">
  339. <a href="/tagged/">link</a>
  340. <a href="/tagged/">link</a>
  341. <a href="/tagged/">link</a>
  342. <a href="/tagged/">link</a>
  343. <a href="/tagged/">link</a>
  344. <a href="/tagged/">link</a>
  345. <a href="/tagged/">link</a>
  346.  
  347. </div></td>
  348.  
  349.  
  350. </body>
  351. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement