Advertisement
noctarnalthemes

Basic hiatus theme

Dec 2nd, 2014
2,525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2.  
  3. <!--
  4. Hiatus theme by poeticmomento
  5. If you have any coding questions feel free to ask me.
  6. I worked hard on this theme so please don't disrespect me by copying/stealing/redistributing this theme or it's code.
  7.  
  8. I will be releasing this as a public theme when I'm finished with it so that you can use it :)
  9. -->
  10.  
  11. <title>{title}</title>
  12. <link rel="shortcut icon" href="{favicon}" />
  13.  
  14.  
  15. <head>
  16.  
  17. <script type="text/javascript"
  18. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  19.  
  20. <meta<html lang="en">
  21. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  22. <html xmlns="http://www.w3.org/1999/xhtml">
  23. <head>
  24.  
  25.  
  26. <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  29.  
  30.  
  31. <style>
  32.  
  33.  
  34. </style>
  35.  
  36. <style type="text/css">
  37. p {margin:0px;margin-top:0px;}
  38.  
  39. #content {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur);padding-top:7px;width:500px;margin-left:auto;margin-right:auto;}
  40.  
  41. ::-webkit-scrollbar-thumb {background-color: #000; height: auto; border: 4px solid #fff; }
  42. ::-webkit-scrollbar {background-color: #000; height:10px; width:13px; border: 6px solid #fff;}
  43.  
  44. body {margin:0px;padding:0px;font-family:montserrat;letter-spacing:1px;font-size:10px;color:#000;line height:110%;font-weight:lighter;background:#fff;background:#fff url('') repeat top left fixed;}
  45.  
  46. li{list-style:square;}
  47.  
  48.  
  49. a:link, a:active, a:visited{
  50. color:#000;text-transform:uppercase; letter-spacing:1px; word-spacing:1px;
  51. text-decoration: none;}
  52. a:hover {
  53. color:#aaa;
  54. cursor: url(https://31.media.tumblr.com/a4ef52bd5c446be57b611f9eff3b0b6f/tumblr_inline_n28a2gXuob1rugs40.png), auto;
  55. }
  56.  
  57. #copyright {position:fixed;width:100%;background:#000;top:-10px;margin-left:-10px;z-index:999999999;text-align:center;padding:20px;padding-top:130px;color:#fff;text-transform:uppercase;letter-spacing:5px;font-size:50px;}
  58.  
  59. #imagebar {position:fixed;width:440px;background:#fff;margin-top:200px;margin-left:20px;z-index:999999999;text-align:left;padding-left:10px;padding-right:10px;padding-top:8px;padding-bottom:8px;}
  60.  
  61. #imagebar a{color:#000;font-family:montserrat;letter-spacing:1px;font-size:10px;}
  62.  
  63. #imagebar a:hover{color:#000;background:#fff;}
  64.  
  65. h3{color:#000;font-family:montserrat;font-size:24px;text-align:left;text-transform:uppercase;margin-bottom:2px;letter-spacing:-1px;font-weight:lighter;line-height:17px;}
  66.  
  67.  
  68. </style>
  69.  
  70.  
  71. </head>
  72.  
  73. <body>
  74.  
  75. <div id="copyright"><center>hiatus</center></div>
  76.  
  77. <div id="content">
  78.  
  79. <div id="imagebar">
  80.  
  81. <h3>Why?</h3>
  82.  
  83. <!----Leave the div style alone or it will fuck up the theme
  84. If you want more columns, just copy and paste the code underneath this---->
  85. <div style="margin-top:4px;border-left:2px solid #000;margin-left:5px;padding-left:5px;">
  86. Put your reasons why here! You can make it as long or as short as you want.</div>
  87.  
  88. <!----If you want more columns, just copy and past the code above this---->
  89.  
  90. <h3>LINKS</h3>
  91. <div style="margin-top:4px;border-left:2px solid #000;margin-left:5px;padding-left:5px;">
  92. <a href="/">Link 01</a> - <a href="/">Link 02</a> - <a href="/">Link 03</a> - <a href="/">Link 04</a>
  93. </div>
  94.  
  95. </div>
  96.  
  97. </div>
  98.  
  99. <div style="bottom:10px;right:10px;position:fixed;"><a href="http://poeticmomento.tumblr.com">Theme by poeticmomento</a></div>
  100.  
  101. </body>
  102.  
  103.  
  104.  
  105. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement