Advertisement
hitopslou

sideblogs1

Jun 20th, 2014
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. HH HH II TTTTTT OO PPPP SSSS LL OO UU UU
  5. HH HH II TT OO OO PP PP SS LL OO OO UU UU
  6. HHHHHH II TT OO OO PP PP SS LL OO OO UU UU
  7. HH HH II TT OO OO PP SS LL OO OO UU UU
  8. HH HH II TT OO PP SSSS LLLLLL OO UU
  9.  
  10. This theme is the property of tumblr user hitopslou, owner of hitopslouthemes. DO NOT REMOVE THEME MAKER CREDIT! Please DO NOT use this as a base theme to create your own theme. Minor changes may be made, but do not drastically alter the theme. I'm always available to answer questions regarding any of my themes or themes in general. All images used were giffed and/or edited by me, so don't claim them as your own. -->
  11.  
  12. <head>
  13. <link rel="shortcut icon" href="{Favicon}" />
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15. <title>{Title}</title>
  16. <link href='https://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  17. <link href='https://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
  18. <style>
  19. body {
  20. /* Change background color */
  21. background-color:#ccccdd;
  22. /* Or use a url
  23. Remove comment code from below and add photo url */
  24. /* background:url('URL'); */
  25. }
  26. #title {
  27. font-family: 'Permanent Marker', cursive;
  28. font-size:50px;
  29. margin:10px auto;
  30. width:500px;
  31. display:block;
  32.  
  33. }
  34. #title img {
  35. position:absolute;
  36. margin:0 auto;
  37. width:500px;
  38. z-index:-1;
  39. border-radius:50px;
  40. opacity:0.8;
  41. }
  42. #title img:hover {
  43. opacity:1;
  44. }
  45. #title p {
  46. position:relative;
  47. margin:auto;
  48. text-align:center;
  49. /* Change title color here */
  50. color:#ccbbdd;
  51. /* IMPORTANT!!
  52. HEIGHT OF GIF MINUS 80px = PADDING #
  53.  
  54. for example: 280px gif (height) - 80px = 200px (see below) */
  55. padding-top:200px;
  56. letter-spacing:3px;
  57. }
  58. #all {
  59. width:500px;
  60. margin:25px auto;
  61. z-index:1;
  62. display:block;
  63. position:relative;
  64. height:250px;
  65. overflow:scroll;
  66. }
  67. #all::-webkit-scrollbar {
  68. width:14px;
  69. background-color:#ccbbdd;
  70. }
  71. #all::-webkit-scrollbar:horizontal {
  72. display:none;
  73. }
  74. #all::-webkit-scrollbar-thumb {
  75. background-color:#554444;
  76. border-radius:15px;
  77. }
  78. .blog {
  79. width:450px;
  80. display:block;
  81. clear:both;
  82. margin:0 auto 20px;
  83. background-color:#eeddee;
  84. border-radius:10px;
  85. }
  86. .title {
  87. font-family: 'Special Elite', cursive;
  88. font-size:34px;
  89. text-align:left;
  90. padding:15px 0 15px 15px;
  91. }
  92. .title a {
  93. text-decoration:none;
  94. color:#554444;
  95. font-style:normal;
  96. transition:font-style,letter-spacing 0.3s;
  97. -webkit-transition:font-style,letter-spacing 0.3s;
  98. -moz-transition:font-style,letter-spacing 0.3s;
  99. }
  100. .title a:hover {
  101. font-style:italic;
  102. letter-spacing:1px;
  103. }
  104. .desc {
  105. text-align:right;
  106. font-family:helvetica;
  107. font-size:15px;
  108. padding:0 15px 15px 0;
  109. color:#663333;
  110. }
  111. .desc a {
  112. text-decoration:none;
  113. color:#bb5544;
  114. }
  115. /* DO NOT EDIT OR REMOVE CREDIT */
  116. #credit {
  117. position:fixed;
  118. bottom:10px;
  119. left:10px;
  120. text-transform:uppercase;
  121. font-size:9px;
  122. font-family:Georgia,serif;
  123. letter-spacing:1px;
  124. padding:15px 5px 15px 5px;
  125. border:2px groove #663333;
  126. color:#663333;
  127. z-index:9999999999;
  128. }
  129. #credit a {
  130. color:#663333;
  131. text-decoration:none;
  132. }
  133. #credit a:hover {
  134. color:#554444;
  135. }
  136. </style>
  137. </head>
  138. <body>
  139. <!-------------------------------------------------------------------------
  140.  
  141. If your image it TOO LARGE to upload by normal means, use Tumblr's static uploader (http://www.tumblr.com/themes/upload_static_file). Photo/gif will AUTOMATICALLY resize to 500px wide. Demo gif is 500x280.
  142.  
  143. -------------------------------------------------------------------------->
  144.  
  145. <div id="title">
  146. <img src="http://static.tumblr.com/bc7yxm0/fl9n7g9g7/niall.gif" />
  147. <!-- Change the image HERE -->
  148. <p>sideblogs</p>
  149. <!-- Change the title HERE -->
  150. </div>
  151.  
  152. <div id="all">
  153. <!--------------------------------------------------------------------------
  154. BLOG TEMPLATE
  155.  
  156. <div class="blog">
  157. <div class="title"><a href="http://URL.tumblr.com">TITLE</a></div>
  158.  
  159. <div class="desc">blog description</div>
  160. </div>
  161.  
  162. --------------------------------------------------------------------------->
  163.  
  164. <div class="blog">
  165. <div class="title"><a href="http://URL.tumblr.com">TITLE</a></div>
  166.  
  167. <div class="desc">blog description</div>
  168. </div>
  169.  
  170. <div class="blog">
  171. <div class="title"><a href="http://URL.tumblr.com">TITLE</a></div>
  172.  
  173. <div class="desc">blog description</div>
  174. </div>
  175.  
  176. <div class="blog">
  177. <div class="title"><a href="http://URL.tumblr.com">TITLE</a></div>
  178.  
  179. <div class="desc">blog description</div>
  180. </div>
  181.  
  182. </div>
  183.  
  184. <!-- DO NOT EDIT OR REMOVE CREDIT -->
  185. <div id="credit">
  186. <a href="http://hitopslouthemes.tumblr.com/">HTLT</a>
  187. </div>
  188.  
  189. </body>
  190. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement