Advertisement
kawaiibuu

link page 001

Sep 1st, 2013
1,460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. <head>
  2. <!-- jubileethemes link page 001 -->
  3. <!--
  4.  
  5. ****************
  6. ****************
  7. to use/edit this theme copy this code, go to the tumblr html page, scroll to pages, add a page, using CUSTOM LAYOUT, paste this and edit ~!
  8. feel free to ask questions
  9. ****************
  10. ****************
  11.  
  12.  
  13. -->
  14. <title> <!--INSERT A TITLE HERE --> </title>
  15.  
  16. <link rel='shortcut icon' href='http://static.tumblr.com/mqkrxog/G6kmsfoz6/target.gif'>
  17.  
  18. <style type="text/css">
  19.  
  20. /**************** EDIT THE BACKGROUND IMAGE BELOW ************/
  21.  
  22. body {
  23. background: url('')top left fixed no-repeat;
  24. background-size: cover;
  25. }
  26.  
  27. a {
  28. text-decoration: none;
  29. font-family: consolas;
  30. color: #000;
  31. }
  32. a:hover {
  33. font-style:oblique;
  34. }
  35. #title {
  36. position:fixed;
  37. margin: auto;
  38. margin-top: -35px;
  39. font-size: 19px;
  40. }
  41.  
  42. #nav {
  43. position:fixed;
  44. margin-left: 100px;
  45. margin-top: -32px;
  46. font-size: 10px;
  47. }
  48. #box1{
  49. padding: 15;
  50. background: rgba(255, 255, 255, 0.5);
  51. margin: 200px auto;
  52. border: 1px solid #000;
  53. width: 300px;
  54. font-size: 10px;
  55. font-family: consolas;
  56. text-align: center;
  57. line-height: 13px;
  58. -webkit-box-shadow: 6px 5px 0px rgba(0, 0, 0, 0.25);
  59. -moz-box-shadow: 6px 5px 0px rgba(0, 0, 0, 0.25);
  60. box-shadow: 6px 5px 0px rgba(0, 0, 0, 0.25);
  61. }
  62. #box2{
  63. padding: 15;
  64. margin: auto;
  65. background: rgba(255, 255, 255, 0.5);
  66. margin-top: -140;
  67. border: 1px solid #000;
  68. width: 300px;
  69. font-size: 10px;
  70. font-family: consolas;
  71. text-align: center;
  72. -webkit-box-shadow: 6px 5px 0px rgba(0, 0, 0, 0.25);
  73. -moz-box-shadow: 6px 5px 0px rgba(0, 0, 0, 0.25);
  74. box-shadow: 6px 5px 0px rgba(0, 0, 0, 0.25);
  75. }
  76. </style>
  77. <body>
  78. <div id="box1">
  79. <div id="title"> links </div>
  80. <div id="nav">
  81.  
  82. <a href="/">home</a> <a href="/ask">ask</a> <a href="/submit">submit</a>
  83.  
  84.  
  85.  
  86.  
  87. </div>
  88. <a href="<!--link url-->"> <!-- link title --></a>
  89. <a href=""> </a>
  90. <a href=""> </a>
  91. <a href=""> </a>
  92. <a href=""> </a>
  93. <a href=""> </a>
  94. <a href=""> </a>
  95. <a href=""> </a>
  96. <a href=""> </a>
  97.  
  98. </div>
  99.  
  100. <div id="box2">
  101. <div id="title"> about </div>
  102.  
  103.  
  104. <!-- about you text whatever you want, if you want to make a line break use <br> -->
  105.  
  106. </div>
  107.  
  108.  
  109.  
  110. <!-- don't remove the credit or ill kick u -->
  111. <div style="position:fixed;bottom: 0px; opacity: 0.4;"><a href="http://jubileethemes.tumblr.com"><small>credit</small></a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement