Advertisement
fantasy1x1

Navigation Theme 01

Dec 6th, 2013
2,711
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.85 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 numero one by fantasieswriter (aka kyla/kc)-->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.  
  12. <link rel="shortcut icon" href="{Favicon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14.  
  15.     <style type="text/css">
  16.    
  17. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  18. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  19. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  20. ::-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;
  21. }
  22.    
  23.     body {
  24.     font-style:none;
  25.     background-color:{color:bg};
  26.     font-family:calibri;
  27.     color:{color:text};
  28.     font-size:9px;
  29.     }
  30.    
  31.    
  32.     a {
  33.     color:{color:link};
  34.     text-decoration:none;
  35.     -webkit-transition: all 0.5s ease-out;
  36.     -moz-transition: all 0.5s ease-out;
  37.     transition: all 0.5s ease-out;
  38.     }
  39.    
  40.     a:hover {
  41.     color:{color:hover};
  42.     text-decoration:none;
  43.     -webkit-transition: all 0.8s ease-out;
  44.     -moz-transition: all 0.8s ease-out;
  45.     transition: all 0.8s ease-out;
  46.     }
  47.    
  48.     img {
  49.     border:none;
  50.     }
  51.    
  52.     blockquote {
  53.     padding-left:5px;
  54.     border-left:2px solid {color:border};
  55.     }
  56.    
  57.     h1 {
  58.     font-size:10px;
  59.     }
  60.    
  61.    
  62.    *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  63.    
  64.     #everything {
  65.     margin-left:250px;
  66.     margin-top:100px;
  67.     }
  68.    
  69.     #sideimage img {
  70.     position:fixed;
  71.     width:425px;
  72.     height:105%;
  73.     margin-left:-270px;
  74.     margin-top:-105px;
  75.     }
  76.    
  77.    
  78.     #title {
  79.     font-family:'georgia';
  80.     position:fixed;
  81.     font-size:20px;
  82.     margin-top:-67px;
  83.     margin-left:-244px;
  84.     color:#bbbaba;
  85.     text-align:center;
  86.     width:400px;
  87.     text-shadow:2px 2px #e7e7e7;
  88.     }
  89.    
  90.     #description {
  91.     position:fixed;
  92.     background-color:white;
  93.     width:200px;
  94.     padding:10px;
  95.     font-size:10px;
  96.     margin-left:-153px;
  97.     margin-top:10px;
  98.     }
  99.    
  100.     #links {
  101.     position:fixed;
  102.     width:350px;
  103.     font-family:'cambria';
  104.     text-transform:uppercase;
  105.     text-align:center;
  106.     margin-top:-20px;
  107.     margin-left:-220px;
  108.     }
  109.    
  110.     #links a {
  111.     display:inline-block;
  112.     padding:3px;
  113.     width:50px;
  114.     font-size:9px;
  115.     color:#bbb8b8;
  116.     -webkit-transition: all 0.4s ease-in-out;
  117.     -moz-transition: all 0.4s ease-in-out;
  118.     -o-transition: all 0.4s ease-in-out;
  119.     -ms-transition: all 0.4s ease-in-out;
  120.     transition: all 0.4s ease-in-out;
  121.     }
  122.    
  123.     #links a:hover {
  124.     color:#fff;
  125.     background-color:#bbb8b8;
  126.     }
  127.  
  128.     #extralinks {
  129.     position:fixed;
  130.     margin-top:100px;
  131.     width:231px;
  132.     margin-left:60px;
  133.     }
  134.    
  135.     #extralinks a {
  136.     display:inline-block;
  137.     }
  138.    
  139.     #grouptitle {
  140.     padding:5px;
  141.     text-align:center;
  142.     font-style:italic;
  143.     font-family:'georgia';
  144.     color:#bbbaba;
  145.     font-size:15px;
  146.     width:200px;
  147.     margin-left:235px;
  148.     margin-top:0px;
  149.     border-bottom:3px solid #eaeaea;
  150.     background-color:#f8f8f8;
  151.     border-top-right-radius:8px;
  152.     border-top-left-radius:8px;
  153.    }
  154.    
  155.    
  156.     #grouplinks {
  157.     width:190px;
  158.     margin-top:3px;
  159.     margin-bottom:40px;
  160.     padding:6px;
  161.     margin-left:239px;
  162.     background-color:#f8f8f8;
  163.     border-bottom-left-radius:8px;
  164.     border-bottom-right-radius:8px;
  165.      }
  166.  
  167.  
  168.     #grouplinks a {
  169.     font-family:'cambria';
  170.     display:block;
  171.     color:#bbb8b8;
  172.     font-size:11px;
  173.     padding:6px;
  174.     text-align:center;
  175.     letter-spacing:1px;
  176.     text-transform:uppercase;
  177.     margin-bottom:5px;
  178.     -webkit-transition: all 0.4s ease-in-out;
  179.     -moz-transition: all 0.4s ease-in-out;
  180.     -o-transition: all 0.4s ease-in-out;
  181.     -ms-transition: all 0.4s ease-in-out;
  182.     transition: all 0.4s ease-in-out;
  183.     text-shadow:2px 2px #e7e7e7;
  184.     }
  185.  
  186.     #grouplinks a:hover {
  187.     background:#bbb8b8;
  188.     color:#fff;
  189.     border-left:10px solid #e7e7e7;
  190.     border-right:10px solid #e7e7e7;
  191.     opacity:1;
  192.     -moz-transition:0.3s ease;
  193.     -o-transition:0.3s ease;
  194.     -webkit-transition:0.3s ease;
  195.     transition:1s ease;
  196.     border-radius:8px;
  197.     text-shadow:-1px -1px #e7e7e7;
  198.     }
  199.        
  200.  
  201.    
  202.     {CustomCSS}
  203.        
  204.     </style></head>
  205.    
  206.    
  207. <body>
  208.  
  209. <div id="everything">
  210.  
  211. <div id="sideimage"><img src="http://media.tumblr.com/a122662d864b730cffff703dcf2072fd/tumblr_inline_mvxky9Bbzy1s8uon6.jpg"></div>
  212.  
  213. <div id="title">FANTASY NAVIGATION</div>
  214.  
  215. <div id="description">and this is where you're going to put a description about the navigation or about your roleplay or anything. it doesn't matter about the length for this one. it looks good short or long honestly.</div>
  216.  
  217. <div id="links">
  218. <a href="/">HOME</a>
  219. <a href="/ask">ASK</a>
  220. <a href="/">LINK 1</a>
  221. <a href="/">LINK 2</a>
  222. <a href="http://fantasieswriter.tumblr.com/">CREDIT</a>
  223.  
  224. <div id="extralinks">
  225. <a href="/">EXTRA 1</a>
  226. <a href="/">EXTRA 2</a>
  227. <a href="/">EXTRA 3</a>
  228. <a href="/">EXTRA 4</a>
  229. <a href="/">EXTRA 5</a>
  230. <a href="/">EXTRA 6</a>
  231. <a href="/">EXTRA 7</a>
  232. <a href="/">EXTRA 8</a>
  233. <a href="/">EXTRA 9</a>
  234. <a href="/">EXTRA 10</a>
  235. <a href="/">EXTRA 11</a>
  236. <a href="/">EXTRA 12</a>
  237. </div>
  238. </div>
  239.  
  240. <table id="all" border="0" cellpadding="0" cellspacing="0">
  241.  
  242.  
  243. <td><div id="grouptitle"><big>Group One</div>
  244. <div id="grouplinks">
  245. <a href="/tagged/">link 1</a>
  246.  
  247. <a href="/tagged/">link 2</a>
  248.  
  249. <a href="/tagged/">link 3</a>
  250.  
  251. <a href="/tagged/">link 4</a>
  252.  
  253. <a href="/tagged/">link 5</a>
  254.  
  255. <a href="/tagged/">link 6</a>
  256.  
  257. </div></td>
  258.  
  259.  
  260. <td><div id="grouptitle"><big>Group Two</div>
  261. <div id="grouplinks">
  262. <a href="/tagged/">link 1</a>
  263.  
  264. <a href="/tagged/">link 2</a>
  265.  
  266. <a href="/tagged/">link 3</a>
  267.  
  268. <a href="/tagged/">link 4</a>
  269.  
  270. <a href="/tagged/">link 5</a>
  271.  
  272. <a href="/tagged/">link 6</a>
  273.  
  274. </div></td>
  275.  
  276. <tr>
  277.  
  278. <td><div id="grouptitle"><big>Group Three</div>
  279. <div id="grouplinks">
  280. <a href="/tagged/">link 1</a>
  281.  
  282. <a href="/tagged/">link 2</a>
  283.  
  284. <a href="/tagged/">link 3</a>
  285.  
  286. <a href="/tagged/">link 4</a>
  287.  
  288. <a href="/tagged/">link 5</a>
  289.  
  290. <a href="/tagged/">link 6</a>
  291.  
  292. </div></td>
  293.  
  294. <td><div id="grouptitle"><big>Group Four</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.  
  311. </table>
  312.  
  313. </div>
  314. </body>
  315. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement