Advertisement
benedictcumbvrbatch

navigation page

Aug 15th, 2014
2,123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.10 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. <!-- navigation page by rachael (tietjens.co.vu)
  4. do not steal, remove credit or use as base
  5. thank you-->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13.  
  14. <meta name="description" content="{MetaDescription}"/>
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  17.  
  18. <style type="text/css">
  19.  
  20.  
  21. /*--scrollbar--*/
  22.  
  23. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:#cfcfcf;}
  24. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  25. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #ffffff;}
  26. ::-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;
  27. }
  28. /*--body--*/
  29.  
  30.  
  31. body {
  32. font-style:none;
  33. background-image:url(http://31.media.tumblr.com/7b2dc422d25a261e83a0a9a87d6c57e2/tumblr_mzj98iVyvs1rmrgluo1_1280.jpg);
  34. font-family:calibri;
  35. color:{color:text};
  36. font-size:9px;
  37. background-attachment: fixed;
  38. background-position:center;
  39. background-repeat: no-repeat;
  40. background-size:cover;
  41. }
  42.  
  43.  
  44. a {
  45. color:{color:link};
  46. text-decoration:none;
  47. -webkit-transition: all 0.5s ease-out;
  48. -moz-transition: all 0.5s ease-out;
  49. transition: all 0.5s ease-out;
  50. }
  51.  
  52. a:hover {
  53. color:{color:hover};
  54. text-decoration:none;
  55. -webkit-transition: all 0.8s ease-out;
  56. -moz-transition: all 0.8s ease-out;
  57. transition: all 0.8s ease-out;
  58. }
  59.  
  60. img {
  61. border:none;
  62. }
  63.  
  64. blockquote {
  65. padding-left:5px;
  66. border-left:2px solid {color:border};
  67. }
  68.  
  69. h1 {
  70. font-size:10px;
  71. }
  72.  
  73. /*--Cursor code--*/
  74.  
  75.  
  76. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  77.  
  78. /*everything*/
  79.  
  80. #everything {
  81. margin-left:300px;
  82. margin-top:100px;
  83. }
  84.  
  85. /*--title--*/
  86.  
  87. #title {
  88. font-family:'Petit Formal Script', cursive;
  89. font-size:50px;
  90. margin-left:400px;
  91. margin-top:-67px;
  92.  
  93. color:black;
  94. }
  95.  
  96. /*--links--*/
  97.  
  98. #links {
  99. width:150px;
  100. font-family:'cambria';
  101. text-transform:uppercase;
  102. text-align:center;
  103. margin-top:20px;
  104. margin-left:383px;
  105. }
  106.  
  107. #links a {
  108. padding:3px;
  109. font-size:8px;
  110. color:black;
  111. -webkit-transition: all 0.4s ease-in-out;
  112. -moz-transition: all 0.4s ease-in-out;
  113. -o-transition: all 0.4s ease-in-out;
  114. -ms-transition: all 0.4s ease-in-out;
  115. transition: all 0.4s ease-in-out;
  116. }
  117.  
  118. #links a:hover {
  119. color:#fff;
  120. background-color:#cfcfcf;
  121. }
  122.  
  123.  
  124.  
  125. #grouptitle {
  126. padding:5px;
  127. text-align:center;
  128. font-style:italic;
  129. font-family:'Petit Formal Script', cursive;
  130. color:#bbbaba;
  131. font-size:15px;
  132. background-color:#ffffff;
  133. opacity:0.9;
  134. width:150px;
  135. margin-left:105px;
  136. margin-top:80px;
  137. border-left:1px solid #000000;
  138. border-right:1px solid #000000;
  139. border-top:1px solid #000000;
  140. }
  141.  
  142.  
  143. #grouplinks {
  144. width:152px;
  145. height:150px;
  146. margin-top:0px;
  147. padding:4px;
  148. background-color:#ffffff;
  149. opacity:0.9;
  150. margin-left:105px;
  151. border:1px solid #000000;
  152. overflow:scroll;
  153. }
  154.  
  155.  
  156. #grouplinks a {
  157. font-family:'times new roman';
  158. display:block;
  159. color:#bbb8b8;
  160. font-size:10px;
  161. padding:6px;
  162. text-align:center;
  163. letter-spacing:1px;
  164. text-transform:uppercase;
  165. margin-bottom:5px;
  166. -webkit-transition: all 0.4s ease-in-out;
  167. -moz-transition: all 0.4s ease-in-out;
  168. -o-transition: all 0.4s ease-in-out;
  169. -ms-transition: all 0.4s ease-in-out;
  170. transition: all 0.4s ease-in-out;
  171. }
  172.  
  173. #grouplinks a:hover {
  174. background:#bbb8b8;
  175. color:#fff;
  176. }
  177.  
  178.  
  179.  
  180. {CustomCSS}
  181.  
  182. </style></head>
  183.  
  184. <script type="text/javascript">
  185. WebFontConfig = {
  186. google: { families: [ 'Petit+Formal+Script::latin' ] }
  187. };
  188. (function() {
  189. var wf = document.createElement('script');
  190. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  191. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  192. wf.type = 'text/javascript';
  193. wf.async = 'true';
  194. var s = document.getElementsByTagName('script')[0];
  195. s.parentNode.insertBefore(wf, s);
  196. })(); </script>
  197. <body>
  198.  
  199. <div id="everything">
  200.  
  201. <div id="title">Title</div>
  202.  
  203. <div id="links">
  204. <a href="/">HOME</a>
  205. <a href="/ask">ASK</a>
  206. <a href="http://tietjens.co.vu/">CREDIT</a>
  207. </div>
  208.  
  209. <table id="all" border="0" cellpadding="0" cellspacing="0">
  210.  
  211.  
  212. <td><div id="grouptitle"><big>Group One</div>
  213. <div id="grouplinks">
  214. <a href="/tagged/">link 1</a>
  215.  
  216. <a href="/tagged/">link 2</a>
  217.  
  218. <a href="/tagged/">link 3</a>
  219.  
  220. <a href="/tagged/">link 4</a>
  221.  
  222. <a href="/tagged/">link 5</a>
  223.  
  224. <a href="/tagged/">link 6</a>
  225.  
  226. <a href="/tagged/">link 7</a>
  227.  
  228. </div></td>
  229.  
  230.  
  231. <td><div id="grouptitle"><big>Group Two</div>
  232. <div id="grouplinks">
  233. <a href="/tagged/">link 1</a>
  234.  
  235. <a href="/tagged/">link 2</a>
  236.  
  237. <a href="/tagged/">link 3</a>
  238.  
  239. <a href="/tagged/">link 4</a>
  240.  
  241. <a href="/tagged/">link 5</a>
  242.  
  243. <a href="/tagged/">link 6</a>
  244.  
  245. <a href="/tagged/">link 7</a>
  246.  
  247. </div></td>
  248.  
  249. <td><div id="grouptitle"><big>Group Three</div>
  250. <div id="grouplinks">
  251. <a href="/tagged/">link 1</a>
  252.  
  253. <a href="/tagged/">link 2</a>
  254.  
  255. <a href="/tagged/">link 3</a>
  256.  
  257. <a href="/tagged/">link 4</a>
  258.  
  259. <a href="/tagged/">link 5</a>
  260.  
  261. <a href="/tagged/">link 6</a>
  262.  
  263. <a href="/tagged/">link 7</a>
  264.  
  265. </div></td>
  266.  
  267. <tr>
  268.  
  269. <td><div id="grouptitle"><big>Group Four</div>
  270. <div id="grouplinks">
  271. <a href="/tagged/">link 1</a>
  272.  
  273. <a href="/tagged/">link 2</a>
  274.  
  275. <a href="/tagged/">link 3</a>
  276.  
  277. <a href="/tagged/">link 4</a>
  278.  
  279. <a href="/tagged/">link 5</a>
  280.  
  281. <a href="/tagged/">link 6</a>
  282.  
  283. <a href="/tagged/">link 7</a>
  284.  
  285. </div></td>
  286.  
  287. <td><div id="grouptitle"><big>Group Five</div>
  288. <div id="grouplinks">
  289. <a href="/tagged/">link 1</a>
  290.  
  291. <a href="/tagged/">link 2</a>
  292.  
  293. <a href="/tagged/">link 3</a>
  294.  
  295. <a href="/tagged/">link 4</a>
  296.  
  297. <a href="/tagged/">link 5</a>
  298.  
  299. <a href="/tagged/">link 6</a>
  300.  
  301. <a href="/tagged/">link 7</a>
  302.  
  303. </div></td>
  304.  
  305. <td><div id="grouptitle"><big>Group Six</div>
  306. <div id="grouplinks">
  307. <a href="/tagged/">link 1</a>
  308.  
  309. <a href="/tagged/">link 2</a>
  310.  
  311. <a href="/tagged/">link 3</a>
  312.  
  313. <a href="/tagged/">link 4</a>
  314.  
  315. <a href="/tagged/">link 5</a>
  316.  
  317. <a href="/tagged/">link 6</a>
  318.  
  319. <a href="/tagged/">link 7</a>
  320.  
  321. </div></td>
  322.  
  323.  
  324. </table>
  325.  
  326. </div>
  327. </body>
  328.  
  329. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid;padding:4px;"><a href="http://tietjens.co.vu/">BCV THEMES</a></center></div>
  330. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement