Advertisement
iamthemelocked

Iamthemelocked Navi Page #7

Jul 11th, 2015
1,669
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.82 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--- Theme 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  11.  
  12. <title>Navi /// {Title}</title>
  13.  
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:600,attribute:"title"});});})(jQuery);</script>
  15.  
  16. <meta charset="utf-8">
  17. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  18.  
  19. <link rel="shortcut icon" href="{favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23.  
  24. <!--- SPECIAL FONTS --->
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  27.  
  28. <link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic,700italic|Inconsolata:400,700' rel='stylesheet' type='text/css'>
  29.  
  30. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  31.  
  32. <!--- SPECIAL FONTS --->
  33.  
  34. <style type="text/css">
  35.  
  36. /* basic styles */
  37.  
  38. /* --- SCROLLBAR ---*/
  39.  
  40. ::-webkit-scrollbar {background-color:white; height:5px; width:4px}::-webkit-scrollbar-thumb:vertical {background-color:#e5de71; height:40px;}::-webkit-scrollbar-thumb:horizontal {background-color:#f6f6f6; height:5px!important}
  41.  
  42. iframe#tumblr_controls {top:auto;bottom:0;z-index:98;opacity:.4!important;position:fixed!important;-webkit-transition:opacity .4s linear;transition:opacity .4s linear;}
  43.  
  44. iframe#tumblr_controls:hover {opacity:.67!important;}
  45.  
  46. /* --- SCROLLBAR ---*/
  47.  
  48. /* --- BODY ---*/
  49.  
  50. #s-m-t-tooltip{
  51. position:absolute;
  52. margin-top: 15px;
  53. margin-left:15px;
  54. z-index:9999999999999;
  55. background:#222222;
  56. color:#fff;
  57. text-transform:uppercase;
  58. letter-spacing:0.5px;
  59. font-family:calibri;
  60. line-height:13px;
  61. max-width:300px;
  62. font-size:8px;
  63. padding:2px 6px;
  64. -webkit-transition:all 0.4s;
  65. -moz-transition:all 0.4s;
  66. -ms-transition:all 0.4s;
  67. -o-transition:all 0.4s;
  68. transition:all 0.4s;
  69. }
  70.  
  71. body {
  72. color: #222222;
  73. background:#fafafa;
  74. font: 9px 'Trebuchet MS', sans-serif;
  75. overflow:hidden;
  76. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  77. }
  78.  
  79. *, body, a, a:hover {cursor: url(http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;}
  80.  
  81. b, strong {color: color:#222;word-wrap:normal;}
  82. i, em {color: color:#222};word-wrap:normal;}
  83. p {margin-top:5px;margin-bottom:5px}
  84. ol {list-style:normal;}
  85. ul {list-style:square;}
  86. small {font-size:8px;}
  87. big {font-size:10px;}
  88.  
  89. blockquote {
  90. padding-left:10px;
  91. margin-left:10px;
  92. margin-top:5px;
  93. border-left:1px solid;
  94. }
  95.  
  96. a {
  97. font-weight:normal;
  98. word-wrap:initial;
  99. text-decoration:none;
  100. word-wrap: break-word;
  101. -moz-outline-style:none;
  102. -webkit-transition:all 0.5s;
  103. -moz-transition:all 0.5s;
  104. -ms-transition:all 0.5s;
  105. -o-transition:all 0.5s;
  106. transition:all 0.5s;
  107. }
  108.  
  109. a:hover {
  110. -moz-outline-style:none;
  111. -webkit-transition:all 0.5s;
  112. -moz-transition:all 0.5s;
  113. -ms-transition:all 0.5s;
  114. -o-transition:all 0.5s;
  115. transition:all 0.5s;
  116. }
  117.  
  118. /* --- BODY ---*/
  119.  
  120. /* --- BOXES ---*/
  121.  
  122. #navi{
  123. margin-top:150px;
  124. left:0;right:0;margin-left:auto;margin-right:auto;
  125. height:351px;
  126. width:658px;
  127. text-align:left;
  128. z-index:999999;
  129. background:white;
  130. opacity:1;
  131. display:inline-block;
  132. position:fixed;
  133. border-bottom:5px solid black;
  134. overflow:hidden;
  135. -webkit-transition:all 0.5s;
  136. -moz-transition:all 0.5s;
  137. -ms-transition:all 0.5s;
  138. -o-transition:all 0.5s;
  139. transition:all 0.5s;
  140. }
  141.  
  142. .box {
  143. float:right;
  144. width:460px;
  145. margin-top: -111px;
  146. margin-left:126px;
  147. height:316px;
  148. overflow:auto;
  149. background:white;
  150. display:block;
  151. text-align:left;
  152. position: absolute;
  153. top:141px;
  154. left:-65px;
  155. }
  156.  
  157. .box a {
  158. font-family:calibri;
  159. font-size:8px;
  160. display:inline-block;
  161. width:125px;
  162. height:10px;
  163. border-left:3px solid black;
  164. overflow:hidden;
  165. letter-spacing:1px;
  166. padding:4px 4px 4px 8px;
  167. background:#f8f8f8;
  168. color:#b6b6b6;
  169. margin:1px 4px;
  170. text-decoration: none!important;
  171. outline:none;
  172. text-transform:uppercase;
  173. }
  174.  
  175. .box a:hover{color:#ffffff;}
  176.  
  177. .box a:hover:nth-child(5n+1){box-shadow:inset 150px 0 0 0 #df6c7a;}
  178. .box a:hover:nth-child(5n+2){box-shadow:inset 150px 0 0 0 #df9a6c;}
  179. .box a:hover:nth-child(5n+3){box-shadow:inset 150px 0 0 0 #e5de71;}
  180. .box a:hover:nth-child(5n+4){box-shadow:inset 150px 0 0 0 #8bea71;}
  181. .box a:hover:nth-child(5n+5){box-shadow:inset 150px 0 0 0 #97c5e0;}
  182.  
  183. #boximage img{
  184. width:113px;
  185. height:300px;
  186. position:absolute;
  187. margin-top:28px;
  188. padding:2px;
  189. -webkit-filter: grayscale(100%);
  190. -moz-filter: grayscale(100%);
  191. filter: grayscale(100%);
  192. border:1px solid #f8f8f8;
  193. margin-left:525px;
  194. }
  195.  
  196. [type=radio]:checked ~ label {text-align:right;color:#fff;background-color:#df6c7a;text-decoration:none!important;font-weight:bold;}
  197. [type=radio]:checked ~ label {background:#f8f8f8;color:#000;}
  198.  
  199. [type=radio]:checked ~ label ~ .box {z-index: 1;}
  200.  
  201. .click label{color:white;width:12px;padding:5px;margin:85px 0px -83px 0px;text-transform: uppercase;height:12px;text-align:center;display:block;font-family:calibri;font-size:10px;line-height:12px;background:black;}
  202. .click label:hover {color:white;background-color:#e5de71;}
  203. .click [type=radio] {display: none;}
  204.  
  205. /* --- BOXES ---*/
  206.  
  207. /* --- TITLES ---*/
  208.  
  209. #title {
  210. text-transform:uppercase;
  211. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  212. color:#fff;
  213. position:relative;
  214. margin-top:-16px;
  215. width:340px;
  216. overflow:hidden;
  217. display:block;
  218. text-align:left;
  219. margin-left:5px;
  220. letter-spacing:1px;
  221. font-size:13px;
  222. }
  223.  
  224. .sub {
  225. font-weight:bold;
  226. font-family: 'Montserrat', sans-serif;
  227. font-size:12px;
  228. background:#f8f8f8;
  229. color:#000;
  230. text-align:right;
  231. width:425px;
  232. margin-left:4px;
  233. line-height:13px;
  234. margin-bottom:5px;
  235. text-transform:uppercase;
  236. padding:3px 8px 2px 8px;
  237. }
  238.  
  239. /* --- TITLES ---*/
  240.  
  241. /* --- LINKS ---*/
  242.  
  243. #links {
  244. margin-top:120px;
  245. left:0;right:0;margin-left:auto;margin-right:auto;
  246. width:650px;
  247. height:12px;
  248. text-align:right;
  249. padding:8px 4px;
  250. opacity:1;
  251. background-color:#000;
  252. z-index:9999999999999999;
  253. position:absolute;
  254. }
  255.  
  256. #links a{
  257. text-transform:uppercase;
  258. font-size:8px;
  259. width:auto;
  260. padding:0px;
  261. font-family:calibri;
  262. color:#fff;
  263. margin:0px 8px 0px 8px;
  264. position:relative;
  265. letter-spacing:0.5px;
  266. display:inline-block;
  267. }
  268.  
  269. #links a:before{
  270. content:'';
  271. top:95%;
  272. width:0%;
  273. height:1px;
  274. right:50%;
  275. background:transparent;
  276. position:absolute;
  277. transition:all .2s linear;
  278. -webkit-transition:all .2s linear;
  279. -moz-transition:all .2s linear;
  280. -o-transition:all .2s linear;
  281. }
  282.  
  283. #links a:hover::before{
  284. width:100%;
  285. right:0%;
  286. background:#e5de71;
  287. }
  288.  
  289. /* --- LINKS ---*/
  290.  
  291. /* --- SELECTION ---*/
  292.  
  293. ::selection {
  294. background-color:#fff;
  295. color:#222;
  296. border-radius:2px;
  297. }
  298.  
  299. ::-moz-selection {
  300. background-color:#fff;
  301. color:#222;
  302. border-radius:2px;
  303. }
  304.  
  305. /* --- SELECTION ---*/
  306.  
  307. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  308.  
  309. .credit, .credit a {
  310. width:12px;
  311. height:12px;
  312. bottom:5px;
  313. right:6px;
  314. padding:2px;
  315. font-size:8px;
  316. letter-spacing:1px;
  317. color:white;
  318. line-height:17px;
  319. line-height:170%;
  320. position:fixed;
  321. text-align:center;
  322. font-family:calibri;
  323. text-transform:uppercase;
  324. background-color:#e5de71;
  325. border:1px solid #cccccc;
  326. z-index:9999999999999999999999;
  327. -webkit-transition: all 0.5s ease-in-out;
  328. -moz-transition: all 0.5s ease-in-out;
  329. -o-transition: all 0.5s ease-in-out;
  330. transition: all 0.5s ease-in-out;
  331. }
  332.  
  333. .credit a:hover {
  334. -webkit-transition: all 0.5s ease-in-out;
  335. -moz-transition: all 0.5s ease-in-out;
  336. -o-transition: all 0.5s ease-in-out;
  337. transition: all 0.5s ease-in-out;
  338. background-color:black;
  339. color:white;
  340. transform:rotate(360deg);
  341. -ms-transform:rotate(360deg);
  342. -webkit-transform:rotate(360deg);}
  343.  
  344. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  345.  
  346. {CustomCSS}
  347.  
  348. </style>
  349.  
  350. <div id="navi">
  351.  
  352. <div id="boximage"><img src="http://static.tumblr.com/9c6e0afe0ec7c59ef55a76d2323371a6/xasysa0/7M9nr9xdt/tumblr_static_9om94yw8g4kko80g0go4cck8s.jpg"></div>
  353.  
  354. <div class="click">
  355. <input type="radio" id="tab-1" name="tab-group-1" checked>
  356. <label for="tab-1"><a title="Nonfandom">#1</a></label>
  357.  
  358. <div class="box">
  359.  
  360. <a href="/tagged/">your tag #1</a>
  361. <a href="/tagged/">your tag #2</a>
  362. <a href="/tagged/">your tag #3</a>
  363. <a href="/tagged/">your tag #4</a>
  364. <a href="/tagged/">your tag #5</a>
  365. <a href="/tagged/">your tag #6</a>
  366. <a href="/tagged/">your tag #7</a>
  367. <a href="/tagged/">your tag #8</a>
  368. <a href="/tagged/">your tag #9</a>
  369. <a href="/tagged/">your tag #10</a>
  370. <a href="/tagged/">your tag #11</a>
  371. <a href="/tagged/">your tag #12</a>
  372. <a href="/tagged/">your tag #13</a>
  373. <a href="/tagged/">your tag #14</a>
  374. <a href="/tagged/">your tag #15</a>
  375.  
  376. </br></br></br>
  377.  
  378. <div class="sub">Tags Section Title ··· </div>
  379.  
  380. <a href="/tagged/">your tag #1</a>
  381. <a href="/tagged/">your tag #2</a>
  382. <a href="/tagged/">your tag #3</a>
  383. <a href="/tagged/">your tag #4</a>
  384. <a href="/tagged/">your tag #5</a>
  385. <a href="/tagged/">your tag #6</a>
  386. <a href="/tagged/">your tag #7</a>
  387. <a href="/tagged/">your tag #8</a>
  388. <a href="/tagged/">your tag #9</a>
  389. <a href="/tagged/">your tag #10</a>
  390. <a href="/tagged/">your tag #11</a>
  391. <a href="/tagged/">your tag #12</a></br></br>
  392. <a href="/tagged/">your tag #13</a>
  393. <a href="/tagged/">your tag #14</a>
  394. <a href="/tagged/">your tag #15</a>
  395.  
  396. </div></div>
  397.  
  398. <div class="click">
  399. <input type="radio" id="tab-2" name="tab-group-1"><label for="tab-2">
  400. <a title="Mine">#2</a></label>
  401.  
  402. <div class="box">
  403.  
  404. <div class="sub">Tags Section Title ··· </div>
  405.  
  406. <a href="/tagged/">Lorem ipsum</a>
  407. <a href="/tagged/">dolor sit</a>
  408. <a href="/tagged/">amet consectetur</a>
  409. <a href="/tagged/">adipiscing</a>
  410. <a href="/tagged/">elit sed do eiusmod</a>
  411. <a href="/tagged/">et dolore magna</a>
  412. <a href="/tagged/">aliqua</a>
  413. <a href="/tagged/">Ut enim ad minim</a>
  414. <a href="/tagged/">veniam</a>
  415. <a href="/tagged/">quis nostrud exercitation</a>
  416. <a href="/tagged/">ullamco laboris</a>
  417. <a href="/tagged/">nisi ut aliquip ex ea</a>
  418. <a href="/tagged/">commodo consequat</a>
  419. <a href="/tagged/">Lorem ipsum</a>
  420. <a href="/tagged/">dolor sit</a>
  421. <a href="/tagged/">amet consectetur</a>
  422. <a href="/tagged/">adipiscing</a>
  423.  
  424. <div class="sub">Tags Section Title ··· </div>
  425. <a href="/tagged/">your tag #1</a>
  426. <a href="/tagged/">your tag #2</a>
  427. <a href="/tagged/">your tag #3</a>
  428. <a href="/tagged/">your tag #4</a>
  429. <a href="/tagged/">your tag #1</a>
  430. <a href="/tagged/">your tag #2</a>
  431. <a href="/tagged/">your tag #3</a>
  432. <a href="/tagged/">your tag #4</a>
  433. <a href="/tagged/">your tag #1</a>
  434. <a href="/tagged/">your tag #2</a>
  435. <a href="/tagged/">your tag #3</a>
  436. <a href="/tagged/">your tag #4</a>
  437. </div></div>
  438.  
  439.  
  440. <div class="click">
  441. <input type="radio" id="tab-3" name="tab-group-1">
  442. <label for="tab-3"><a title="Game Of Thrones">#3</a></label>
  443.  
  444. <div class="box">
  445. <a href="/tagged/">your tag #1</a>
  446. <a href="/tagged/">your tag #2</a>
  447. <a href="/tagged/">your tag #3</a>
  448. <a href="/tagged/">your tag #4</a>
  449. <a href="/tagged/">your tag #5</a>
  450. <a href="/tagged/">your tag #6</a>
  451. <a href="/tagged/">your tag #7</a>
  452. <a href="/tagged/">your tag #8</a>
  453.  
  454. </br></br>
  455.  
  456. <a href="/tagged/">your tag #1</a>
  457. <a href="/tagged/">your tag #2</a>
  458. <a href="/tagged/">your tag #3</a>
  459. <a href="/tagged/">your tag #4</a>
  460. <a href="/tagged/">your tag #5</a>
  461. <a href="/tagged/">your tag #6</a>
  462. <a href="/tagged/">your tag #7</a>
  463. <a href="/tagged/">your tag #8</a>
  464. <a href="/tagged/">your tag #9</a>
  465. <a href="/tagged/">your tag #10</a>
  466. <a href="/tagged/">your tag #11</a>
  467. <a href="/tagged/">your tag #12</a>
  468.  
  469. </br>
  470.  
  471. <div class="sub">Tags Section Title ··· </div>
  472. <a href="/tagged/">your tag #1</a>
  473. <a href="/tagged/">your tag #2</a>
  474. <a href="/tagged/">your tag #3</a>
  475. <a href="/tagged/">your tag #4</a>
  476.  
  477. </div></div>
  478.  
  479. <div class="click">
  480. <input type="radio" id="tab-4" name="tab-group-1">
  481. <label for="tab-4"><a title="Breaking Bad">#4</a></label>
  482.  
  483. <div class="box">
  484. <a href="/tagged/">Lorem ipsum</a>
  485. <a href="/tagged/">dolor sit</a>
  486. <a href="/tagged/">amet consectetur</a>
  487. <a href="/tagged/">adipiscing</a>
  488. <a href="/tagged/">elit sed do eiusmod</a>
  489. <a href="/tagged/">et dolore magna</a>
  490. <a href="/tagged/">aliqua</a>
  491. <a href="/tagged/">Ut enim ad minim</a>
  492. <a href="/tagged/">veniam</a>
  493. <a href="/tagged/">quis nostrud exercitation</a>
  494. <a href="/tagged/">ullamco laboris</a>
  495. <a href="/tagged/">nisi ut aliquip ex ea</a>
  496. <a href="/tagged/">commodo consequat</a>
  497. <a href="/tagged/">Lorem ipsum</a>
  498. <a href="/tagged/">dolor sit</a>
  499. <a href="/tagged/">amet consectetur</a>
  500. <a href="/tagged/">adipiscing</a>
  501. <a href="/tagged/">elit sed do eiusmod</a>
  502. <a href="/tagged/">et dolore magna</a>
  503. <a href="/tagged/">aliqua</a>
  504. <a href="/tagged/">Ut enim ad minim</a>
  505. <a href="/tagged/">veniam</a>
  506. <a href="/tagged/">quis nostrud exercitation</a>
  507. <a href="/tagged/">ullamco laboris</a>
  508. <a href="/tagged/">nisi ut aliquip ex ea</a>
  509. <a href="/tagged/">commodo consequat</a>
  510.  
  511. </br></br>
  512.  
  513. <a href="/tagged/">Lorem ipsum</a>
  514. <a href="/tagged/">dolor sit</a>
  515. <a href="/tagged/">amet consectetur</a>
  516. <a href="/tagged/">adipiscing</a>
  517. <a href="/tagged/">elit sed do eiusmod</a>
  518. <a href="/tagged/">et dolore magna</a>
  519. </div></div>
  520.  
  521. <div class="click">
  522. <input type="radio" id="tab-5" name="tab-group-1">
  523. <label for="tab-5"><a title="BBC Sherlock">#5</a></label>
  524.  
  525. <div class="box">
  526. <a href="/tagged/">your tag #1</a>
  527. <a href="/tagged/">your tag #2</a>
  528.  
  529. </br></br>
  530.  
  531. <a href="/tagged/">your tag #3</a>
  532. <a href="/tagged/">your tag #4</a>
  533. <a href="/tagged/">your tag #5</a>
  534. <a href="/tagged/">your tag #6</a>
  535. <a href="/tagged/">your tag #7</a>
  536. <a href="/tagged/">your tag #8</a>
  537. <a href="/tagged/">your tag #9</a>
  538. <a href="/tagged/">your tag #10</a>
  539. <a href="/tagged/">your tag #11</a>
  540. <a href="/tagged/">your tag #12</a>
  541. <a href="/tagged/">your tag #13</a>
  542.  
  543. </br></br>
  544. <div class="sub">Tags Section Title ··· </div>
  545. <a href="/tagged/">your tag #1</a>
  546. <a href="/tagged/">your tag #2</a>
  547. <a href="/tagged/">your tag #3</a>
  548. <a href="/tagged/">your tag #4</a>
  549. <a href="/tagged/">your tag #5</a>
  550. <a href="/tagged/">your tag #6</a>
  551. <a href="/tagged/">your tag #7</a>
  552. <a href="/tagged/">your tag #8</a>
  553. <a href="/tagged/">your tag #9</a>
  554.  
  555. </div></div>
  556.  
  557. <div class="click">
  558. <input type="radio" id="tab-6" name="tab-group-1">
  559. <label for="tab-6"><a title="Doctor Who">#6</a></label>
  560.  
  561. <div class="box">
  562. <a href="/tagged/">Lorem ipsum</a>
  563. <a href="/tagged/">dolor sit</a>
  564. <a href="/tagged/">amet consectetur</a>
  565. <a href="/tagged/">adipiscing</a>
  566.  
  567. </br></br>
  568.  
  569. <a href="/tagged/">elit sed do eiusmod</a>
  570. <a href="/tagged/">et dolore magna</a>
  571. <a href="/tagged/">aliqua</a>
  572. <a href="/tagged/">Ut enim ad minim</a>
  573. <a href="/tagged/">veniam</a>
  574. <a href="/tagged/">quis nostrud exercitation</a>
  575. <a href="/tagged/">ullamco laboris</a>
  576. <a href="/tagged/">nisi ut aliquip ex ea</a>
  577. <a href="/tagged/">commodo consequat</a>
  578.  
  579. </br></br>
  580.  
  581. <a href="/tagged/">elit sed do eiusmod</a>
  582. <a href="/tagged/">et dolore magna</a>
  583. <a href="/tagged/">aliqua</a>
  584. <a href="/tagged/">Ut enim ad minim</a>
  585. <a href="/tagged/">veniam</a>
  586. <a href="/tagged/">quis nostrud exercitation</a>
  587. <a href="/tagged/">ullamco laboris</a>
  588. <a href="/tagged/">nisi ut aliquip ex ea</a>
  589. <a href="/tagged/">commodo consequat</a>
  590.  
  591. </br></br>
  592.  
  593. <a href="/tagged/">Lorem ipsum</a>
  594. <a href="/tagged/">dolor sit</a>
  595. <a href="/tagged/">amet consectetur</a>
  596.  
  597. </div></div>
  598.  
  599. <div class="click">
  600. <input type="radio" id="tab-7" name="tab-group-1">
  601. <label for="tab-7"><a title="Hannibal">#7</a></label>
  602.  
  603. <div class="box">
  604. <a href="/tagged/">your tag #1</a>
  605. <a href="/tagged/">your tag #2</a>
  606. <a href="/tagged/">your tag #3</a>
  607. <a href="/tagged/">your tag #4</a>
  608. <a href="/tagged/">your tag #5</a>
  609. <a href="/tagged/">your tag #6</a>
  610. <a href="/tagged/">your tag #7</a>
  611. <a href="/tagged/">your tag #8</a>
  612. <a href="/tagged/">your tag #9</a>
  613. <a href="/tagged/">your tag #10</a>
  614. <a href="/tagged/">your tag #11</a>
  615. <a href="/tagged/">your tag #12</a>
  616. <a href="/tagged/">your tag #13</a>
  617. <a href="/tagged/">your tag #14</a>
  618. <a href="/tagged/">your tag #15</a>
  619. <a href="/tagged/">your tag #1</a>
  620. <a href="/tagged/">your tag #2</a>
  621. <a href="/tagged/">your tag #3</a>
  622. <a href="/tagged/">your tag #4</a>
  623. <a href="/tagged/">your tag #5</a>
  624. <a href="/tagged/">your tag #6</a>
  625. <a href="/tagged/">your tag #7</a>
  626. <a href="/tagged/">your tag #8</a>
  627. <a href="/tagged/">your tag #9</a>
  628. <a href="/tagged/">your tag #10</a>
  629. <a href="/tagged/">your tag #11</a>
  630. <a href="/tagged/">your tag #12</a>
  631. <a href="/tagged/">your tag #13</a>
  632. <a href="/tagged/">your tag #14</a>
  633. <a href="/tagged/">your tag #15</a>
  634. <a href="/tagged/">your tag #1</a>
  635. <a href="/tagged/">your tag #2</a>
  636. <a href="/tagged/">your tag #3</a>
  637. <a href="/tagged/">your tag #4</a>
  638. <a href="/tagged/">your tag #5</a>
  639. <a href="/tagged/">your tag #6</a>
  640. <a href="/tagged/">your tag #7</a>
  641. <a href="/tagged/">your tag #8</a>
  642. <a href="/tagged/">your tag #9</a>
  643. </div></div>
  644.  
  645. <div class="click">
  646. <input type="radio" id="tab-8" name="tab-group-1">
  647. <label for="tab-8"><a title="House MD">#8</a></label>
  648.  
  649. <div class="box">
  650. <a href="/tagged/">Lorem ipsum</a>
  651. <a href="/tagged/">dolor sit</a>
  652. <a href="/tagged/">amet consectetur</a>
  653. <a href="/tagged/">adipiscing</a>
  654. <a href="/tagged/">elit sed do eiusmod</a>
  655. <a href="/tagged/">et dolore magna</a>
  656. <a href="/tagged/">aliqua</a>
  657. <a href="/tagged/">Ut enim ad minim</a>
  658. <a href="/tagged/">veniam</a>
  659. <a href="/tagged/">quis nostrud exercitation</a>
  660. <a href="/tagged/">ullamco laboris</a>
  661. <a href="/tagged/">nisi ut aliquip ex ea</a>
  662.  
  663. </br></br>
  664. <div class="sub">Tags Section Title ··· </div>
  665. <a href="/tagged/">Lorem ipsum</a>
  666. <a href="/tagged/">dolor sit</a>
  667. <a href="/tagged/">amet consectetur</a>
  668. <a href="/tagged/">adipiscing</a>
  669. <a href="/tagged/">elit sed do eiusmod</a>
  670. <a href="/tagged/">et dolore magna</a>
  671. <a href="/tagged/">aliqua</a>
  672. <a href="/tagged/">Ut enim ad minim</a>
  673. <a href="/tagged/">veniam</a>
  674. <a href="/tagged/">quis nostrud exercitation</a>
  675. <a href="/tagged/">ullamco laboris</a>
  676. <a href="/tagged/">nisi ut aliquip ex ea</a>
  677. <a href="/tagged/">commodo consequat</a>
  678.  
  679. </div></div>
  680.  
  681. </div>
  682.  
  683. <div id="links">
  684. <a href="/">Index</a>
  685. <a href="/ask">Message</a>
  686. <a href="/">Link 1</a>
  687. <a href="/">Link 2</a>
  688. <a href="http://iamthemelocked.tumblr.com/">Creator</a>
  689. <div id="title">Meteors; destined to burn</div>
  690. </div>
  691.  
  692. <span class="credit">
  693. <a href="http://iamthemelocked.tumblr.com/" title="theme by iamthemelocked">TL</a></span>
  694.  
  695. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement