Advertisement
harreyeh

hardziam page base code

Feb 28th, 2014
1,760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. <head>
  2. <title>{title}</title>
  3. <!--- change the title of the page here --->
  4.  
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <!---
  7.  
  8. ᴘᴀɢᴇ ᴛʜᴇᴍᴇ ʙʏ ʜᴀʀᴅᴢɪᴀᴍ
  9. please don't take off the credit it's really small!!!!
  10.  
  11.  
  12. ╭━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮ ╭━━┳╮╱╱╭╮
  13. ┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃ ┃╭╮┃╰╮╭╯┃
  14. ╰╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮ ┃╰╯╰╮╰╯╭╯
  15. ╱╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃ ┃╭━╮┣╮╭╯
  16. ╱╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃ ┃╰━╯┃┃┃
  17. ╱╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯ ╰━━━╯╰╯
  18. ╭╮╱╭┳━━━┳━━━┳━━━┳━━━━┳━━┳━━━┳━╮╭━╮
  19. ┃┃╱┃┃╭━╮┃╭━╮┣╮╭╮┣━━╮━┣┫┣┫╭━╮┃┃╰╯┃┃
  20. ┃╰━╯┃┃╱┃┃╰━╯┃┃┃┃┃╱╭╯╭╯┃┃┃┃╱┃┃╭╮╭╮┃
  21. ┃╭━╮┃╰━╯┃╭╮╭╯┃┃┃┃╭╯╭╯╱┃┃┃╰━╯┃┃┃┃┃┃
  22. ┃┃╱┃┃╭━╮┃┃┃╰┳╯╰╯┣╯━╰━┳┫┣┫╭━╮┃┃┃┃┃┃
  23. ╰╯╱╰┻╯╱╰┻╯╰━┻━━━┻━━━━┻━━┻╯╱╰┻╯╰╯╰╯
  24.  
  25.  
  26. hardziam.tumblr.com // themesbyzsu.tumblr.com
  27.  
  28.  
  29.  
  30.  
  31.  
  32. --->
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar {background-color:black; border:2px solid #fff;height:5px; width:5px;}
  38. ::-webkit-scrollbar-thumb:vertical {background-color:black; border:1px solid #fff; height:40px;}
  39. ::-webkit-scrollbar-thumb:horizontal {background-color:black;border:1px solid #fff; height:8px!important}
  40.  
  41.  
  42.  
  43. body {
  44. background: #fff; /*here you can put in a background */
  45. margin:0;width:100%;height:100%;
  46. font:11px Corbel;
  47. padding: 0;
  48. position:absolute;
  49. }
  50.  
  51. a {
  52. text-decoration:none;
  53. outline:none;
  54. color:gray; /*change link colors here */
  55. -webkit-transition: all 0.5s ease-in-out;
  56. -moz-transition: all 0.5s ease-in-out;
  57. -o-transition: all 0.5s ease-in-out;
  58. }
  59.  
  60. a:hover {
  61. color:#eee; /*change link hover color */
  62. -webkit-transition: all 0.5s ease-in-out;
  63. -moz-transition: all 0.5s ease-in-out;
  64. -o-transition: all 0.5s ease-in-out;
  65. }
  66.  
  67.  
  68. #credit {
  69. position:fixed;
  70. right:0px;
  71. bottom:0px;
  72. padding:4px;
  73. width:15px;
  74. text-transform:none;
  75. font-family: helvetica;
  76. font-weight:none;
  77. letter-spacing:1px;
  78. margin-bottom:3px;
  79. font-size:9px;
  80. margin-right:3px;
  81. border:1px solid;
  82. opacity:0.7;
  83. border-color:#bbb;
  84. background: #fff;
  85. -moz-transition-duration:1s;
  86. -webkit-transition-duration:1s;
  87. -o-transition-duration:1s;
  88. }
  89.  
  90. #credit:hover {
  91. opacity:1;
  92. width:15px;
  93. background:black;
  94. -moz-transition-duration:0.5s;
  95. -webkit-transition-duration:0.5s;
  96. -o-transition-duration:0.5s;
  97. }
  98.  
  99.  
  100. </style>
  101.  
  102.  
  103. </head>
  104.  
  105. <body>
  106.  
  107.  
  108. <div id="credit"><a href="http://hardziam.tumblr.com">HZ</a></div>
  109.  
  110.  
  111. </body>
  112.  
  113.  
  114. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement