q_shiner

Geronimo Navigation Page

Nov 6th, 2016
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.13 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.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}" />
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13.  
  14. <style type="text/css">
  15.  
  16.  
  17. /*--scrollbar--*/
  18.  
  19. ::-webkit-scrollbar-thumb:vertical {border:2px solid #fff;height:12px; background-color:#000};}
  20. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  21. ::-webkit-scrollbar {background-color:{color:scrollbar};height:1px;width:5px;border:2px solid #fff;}
  22. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  23. }
  24. /*--body--*/
  25.  
  26.  
  27. body {
  28. font-style:none;
  29. background-color:{color:bg};
  30. font-family:arial;
  31. color:{color:text};
  32. font-size:9px;
  33. }
  34.  
  35.  
  36. a {
  37. color:{color:link};
  38. text-decoration:none;
  39. -webkit-transition: all 0.5s ease-out;
  40. -moz-transition: all 0.5s ease-out;
  41. transition: all 0.5s ease-out;
  42. }
  43.  
  44. a:hover {
  45. color:{color:hover};
  46. text-decoration:none;
  47. -webkit-transition: all 0.8s ease-out;
  48. -moz-transition: all 0.8s ease-out;
  49. transition: all 0.8s ease-out;
  50. }
  51.  
  52. img {
  53. border:none;
  54. }
  55.  
  56. blockquote {
  57. padding-left:5px;
  58. border-left:2px solid {color:border};
  59. }
  60.  
  61. h1 {
  62. font-size:10px;
  63. }
  64.  
  65. /*--Cursor code--*/
  66.  
  67.  
  68. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  69.  
  70. /*everything*/
  71.  
  72. #everything {
  73. margin-left:250px;
  74. margin-top:100px;
  75. }
  76.  
  77. /*--header i.e. container for the links and title--*/
  78. #header {
  79. top:40px;
  80. position:fixed;
  81. display:inline;
  82. width:100%;
  83.  
  84. }
  85.  
  86. /*--title--*/
  87.  
  88. #title {
  89. font-family:'arial';
  90. font-size:18px;
  91. text-align:center;
  92. color:#000; /*title color*/
  93. }
  94.  
  95. /*--links--*/
  96.  
  97. #links {
  98. font-family:'arial';
  99. text-transform:uppercase;
  100. text-align:center;
  101. display:inline;
  102. float:center;
  103. position:fixed;
  104. left:39%;
  105. top:6%;
  106. }
  107.  
  108. #links a {
  109. padding:3px;
  110. font-size:8px;
  111. color:#bbb8b8; /*nav color*/
  112. -webkit-transition: all 0.4s ease-in-out;
  113. -moz-transition: all 0.4s ease-in-out;
  114. -o-transition: all 0.4s ease-in-out;
  115. -ms-transition: all 0.4s ease-in-out;
  116. transition: all 0.4s ease-in-out;
  117. display:inline;
  118.  
  119. }
  120.  
  121. #links a:hover {
  122. color:#fff; /*nav color on hover*/
  123. background-color:#bbb8b8; /*nav background color on hover*/
  124. }
  125.  
  126. #links2 {
  127. font-family:'arial';
  128. text-transform:uppercase;
  129. text-align:center;
  130. display:inline;
  131. float:center;
  132. position:fixed;
  133. left:56%;
  134. top:6%;
  135. }
  136.  
  137. #links2 a {
  138. padding:3px;
  139. font-size:8px;
  140. color:#bbb8b8; /*nav color*/
  141. -webkit-transition: all 0.4s ease-in-out;
  142. -moz-transition: all 0.4s ease-in-out;
  143. -o-transition: all 0.4s ease-in-out;
  144. -ms-transition: all 0.4s ease-in-out;
  145. transition: all 0.4s ease-in-out;
  146. display:inline;
  147.  
  148. }
  149.  
  150. #links2 a:hover {
  151. color:#fff; /*nav color on hover*/
  152. background-color:#bbb8b8; /*nav background color on hover*/
  153. }
  154.  
  155. /*--boxes--*/
  156.  
  157. /*--box title--*/
  158. #grouptitle {
  159. padding:5px;
  160. text-align:right;
  161. font-family:'arial';
  162. color:#000; /*box title color*/
  163. font-size:11px;
  164. width:118px;
  165. margin-left:85px;
  166. margin-top:80px;
  167. border-left:1px solid #eaeaea;
  168. border-right:1px solid #eaeaea;
  169. border-top:1px solid #eaeaea;
  170. }
  171.  
  172. /*--box icon--*/
  173. #icon {
  174. width:25px;
  175. height:25px;
  176. position:fixed;
  177. padding:0px;
  178. margin-left:-5px;
  179. margin-top:-5px;
  180.  
  181. }
  182.  
  183. #icon img {
  184. width:25px;
  185. height:25px;
  186. }
  187.  
  188. /*--box links--*/
  189. #grouplinks {
  190. width:128px;
  191. margin-top:0px;
  192. margin-left:85px;
  193. border:1px solid #eaeaea;
  194. height:140px;
  195. overflow:scroll;
  196. border-bottom:5px solid #eaeaea;
  197. padding-top:5px;
  198.  
  199. }
  200.  
  201.  
  202. #grouplinks a {
  203. font-family:'arial';
  204. display:block;
  205. color:#bbb8b8; /*tag color*/
  206. font-size:9px; /*tag font size*/
  207. padding:4px;
  208. text-align:left;
  209. letter-spacing:1px;
  210. text-transform:lowercase;
  211. margin-bottom:5px;
  212. -webkit-transition: all 0.4s ease-in-out;
  213. -moz-transition: all 0.4s ease-in-out;
  214. -o-transition: all 0.4s ease-in-out;
  215. -ms-transition: all 0.4s ease-in-out;
  216. transition: all 0.4s ease-in-out;
  217. vertical-align:center;
  218. }
  219.  
  220. #grouplinks a:hover {
  221. background:#bbb8b8; /*tag background color on hover*/
  222. color:#fff; /*tag color on hover*/
  223. }
  224.  
  225.  
  226. {CustomCSS}
  227.  
  228. </style></head>
  229.  
  230.  
  231. <body>
  232.  
  233.  
  234. <div id="header"><div id="links">
  235. <a href="/">HOME</a>
  236. <a href="/ask">ASK</a>
  237. <a href="http://shxnr.tumblr.com/">CREDIT</a></div>
  238. <div id="title">NAVIGATION</div>
  239.  
  240. <div id="links2">
  241. <a href="/">link 1</a>
  242. <a href="/">link 2</a>
  243. <a href="/">link 3</a></div>
  244. </div>
  245.  
  246. <div id="everything">
  247.  
  248. <table id="all" border="0" cellpadding="0" cellspacing="0">
  249.  
  250. <td><div id="grouptitle"><div id="icon"><img src="http://67.media.tumblr.com/ae0fbd9ad9b71c7f31e58834b2315591/tumblr_inline_ogc29wqJT91rwrsi4_100.png"><!--icon url here!-->
  251.  
  252. </div><big>Books</div>
  253.  
  254. <div id="grouplinks">
  255. <a href="/tagged/">link 1</a>
  256.  
  257. <a href="/tagged/">link 2</a>
  258.  
  259. <a href="/tagged/">link 3</a>
  260.  
  261. <a href="/tagged/">link 4</a>
  262.  
  263. <a href="/tagged/">link 5</a>
  264.  
  265. <a href="/tagged/">link 6</a>
  266.  
  267. <a href="/tagged/">link 7</a>
  268.  
  269. <a href="/tagged/">link 8</a>
  270.  
  271. </div></td>
  272.  
  273.  
  274. <td><div id="grouptitle"><div id="icon"><img src="http://67.media.tumblr.com/ef304c816d49ce8e4d0a29bf1dc238cc/tumblr_inline_ogc29yEKYf1rwrsi4_100.png"><!--icon url here!-->
  275.  
  276. </div><big> Marvel </div>
  277. <div id="grouplinks">
  278. <a href="/tagged/">link 1</a>
  279.  
  280. <a href="/tagged/">link 2</a>
  281.  
  282. <a href="/tagged/">link 3</a>
  283.  
  284. <a href="/tagged/">link 4</a>
  285.  
  286. <a href="/tagged/">link 5</a>
  287.  
  288. <a href="/tagged/">link 6</a>
  289.  
  290. </div></td>
  291.  
  292. <td><div id="grouptitle"><div id="icon"><img src="http://67.media.tumblr.com/16bad36df7be295e8206cda624bb03c4/tumblr_inline_ogc2a2lonx1rwrsi4_100.png"><!--icon url here!-->
  293.  
  294. </div><big>Movies</div>
  295. <div id="grouplinks">
  296. <a href="/tagged/">link 1</a>
  297.  
  298. <a href="/tagged/">link 2</a>
  299.  
  300. <a href="/tagged/">link 3</a>
  301.  
  302. <a href="/tagged/">link 4</a>
  303.  
  304. <a href="/tagged/">link 5</a>
  305.  
  306. <a href="/tagged/">link 6</a>
  307.  
  308. </div></td>
  309.  
  310. <td><div id="grouptitle"><div id="icon"><img src="http://67.media.tumblr.com/585a48bed5261e1b0edd693337a0bedf/tumblr_inline_ogc2a1gZse1rwrsi4_100.png"><!--icon url here!-->
  311.  
  312. </div><big>Shows</div>
  313. <div id="grouplinks">
  314. <a href="/tagged/">link 1</a>
  315.  
  316. <a href="/tagged/">link 2</a>
  317.  
  318. <a href="/tagged/">link 3</a>
  319.  
  320. <a href="/tagged/">link 4</a>
  321.  
  322. <a href="/tagged/">link 5</a>
  323.  
  324. <a href="/tagged/">link 6</a>
  325.  
  326. </div></td>
  327.  
  328. <!-- to add another row copy from here... !-->
  329. <tr>
  330.  
  331. <td><div id="grouptitle"><div id="icon"><img src="http://66.media.tumblr.com/97dc77ffca3784a3dc32ef3305a61421/tumblr_inline_ogc29y6hXP1rwrsi4_100.png"><!--icon url here!-->
  332.  
  333. </div><big>Group One</div>
  334. <div id="grouplinks">
  335. <a href="/tagged/">link 1</a>
  336.  
  337. <a href="/tagged/">link 2</a>
  338.  
  339. <a href="/tagged/">link 3</a>
  340.  
  341. <a href="/tagged/">link 4</a>
  342.  
  343. <a href="/tagged/">link 5</a>
  344.  
  345. <a href="/tagged/">link 6</a>
  346.  
  347. </div></td>
  348.  
  349. <td><div id="grouptitle"><div id="icon"><img src="http://67.media.tumblr.com/4d5960e6ccc36f4deb6b21166f91ffa8/tumblr_inline_ogc2a11WYF1rwrsi4_100.png"><!--icon url here!-->
  350.  
  351. </div><big>Group One</div>
  352. <div id="grouplinks">
  353. <a href="/tagged/">link 1</a>
  354.  
  355. <a href="/tagged/">link 2</a>
  356.  
  357. <a href="/tagged/">link 3</a>
  358.  
  359. <a href="/tagged/">link 4</a>
  360.  
  361. <a href="/tagged/">link 5</a>
  362.  
  363. <a href="/tagged/">link 6</a>
  364.  
  365. </div></td>
  366.  
  367. <td><div id="grouptitle"><div id="icon"><img src="http://65.media.tumblr.com/4d7fca641eb14f911c5523234c81e6c2/tumblr_inline_ogc2a4i6Ha1rwrsi4_100.png"><!--icon url here!-->
  368.  
  369. </div><big>Group One</div>
  370. <div id="grouplinks">
  371. <a href="/tagged/">link 1</a>
  372.  
  373. <a href="/tagged/">link 2</a>
  374.  
  375. <a href="/tagged/">link 3</a>
  376.  
  377. <a href="/tagged/">link 4</a>
  378.  
  379. <a href="/tagged/">link 5</a>
  380.  
  381. <a href="/tagged/">link 6</a>
  382.  
  383. </div></td>
  384.  
  385. <td><div id="grouptitle"><div id="icon"><img src="http://67.media.tumblr.com/fa042e09be8e75ece1063fccf5088841/tumblr_inline_ogc2a3zofr1rwrsi4_100.png"><!--icon url here!-->
  386.  
  387. </div><big>Group One</div>
  388. <div id="grouplinks">
  389. <a href="/tagged/">link 1</a>
  390.  
  391. <a href="/tagged/">link 2</a>
  392.  
  393. <a href="/tagged/">link 3</a>
  394.  
  395. <a href="/tagged/">link 4</a>
  396.  
  397. <a href="/tagged/">link 5</a>
  398.  
  399. <a href="/tagged/">link 6</a>
  400.  
  401. </div></td>
  402.  
  403. <!-- TO HERE !-->
  404.  
  405. </table>
  406.  
  407. </div>
  408. </body>
  409. </html>
Advertisement
Add Comment
Please, Sign In to add comment