Advertisement
hitopslou

blogroll 1

Mar 12th, 2014
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. HH HH II TTTTTT OO PPPP SSSS LL OO UU UU
  4. HH HH II TT OO OO PP PP SS LL OO OO UU UU
  5. HHHHHH II TT OO OO PP PP SS LL OO OO UU UU
  6. HH HH II TT OO OO PP SS LL OO OO UU UU
  7. HH HH II TT OO PP SSSS LLLLLL OO UU
  8.  
  9. 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. -->
  10.  
  11. <!-- You'll see notes from me within these brackets explaining anything you may need to change, depending on your preferences -->
  12. <html>
  13. <head>
  14. <title>{title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <style>
  17. /* Don't change the CSS code */
  18. body {
  19. background-color:#bbddbb;
  20. }
  21. a {
  22. color:#553333;
  23. text-decoration:none;
  24. }
  25. a:hover {
  26. color:#998866;
  27. font-weight:bold;
  28. }
  29. #sidebar {
  30. margin-top:50px;
  31. margin-left:200px;
  32. font-family:Calibri,sans-serif;
  33. font-size:10px;
  34. }
  35. #sbimg {
  36. display:block;
  37. padding:10px;
  38. border:2px solid #553333;
  39. margin-bottom:10px;
  40. }
  41. .sblink {
  42. display:inline-block;
  43. margin-right:31px;
  44. text-align:center;
  45. }
  46. #fol {
  47. border:5px ridge #77aa88;
  48. width:800px;
  49. margin-left:400px;
  50. margin-top:-41px;
  51. }
  52. #title {
  53. font-family:Calibri,sans-serif;
  54. font-size:48px;
  55. color:#443344;
  56. text-transform:uppercase;
  57. margin-left:400px;
  58. margin-top:-100px;
  59. width:800px;
  60. text-align:center;
  61. letter-spacing:5px;
  62. }
  63. </style>
  64. </head>
  65. <body>
  66. <div id="sidebar">
  67. <!------------------------------------------------------
  68.  
  69. Change the link between src=" " to change the sidebar image. It will automatically be resized. Don't use anything smaller than 100x100 px or it'll look stretched out! (Gifs that aren't square will be distorted as well)
  70.  
  71. -------------------------------------------------------->
  72. <img id="sbimg" src="https://24.media.tumblr.com/2de5a88c5bc42a966ec46218e28e8c7d/tumblr_n1qsxqK4kK1rcv1nbo2_250.gif" height="100px" width="100px"/>
  73. <!------------------------------------------------------
  74.  
  75. You can change the sidebar links here!
  76.  
  77. ------------------------------------------------------>
  78. <div class="sblink">
  79. <a href="/">I</a>
  80. </div>
  81. <div class="sblink">
  82. <a href="/ask">II</a>
  83. </div>
  84. <div class="sblink">
  85. <a href="">III</a>
  86. </div>
  87. <!-- DO NOT REMOVE CREDIT -->
  88. <div class="sblink">
  89. <a href="http://hitopslouthemes.tumblr.com">©</a>
  90. </div>
  91. <!-- END OF CREDIT -->
  92. </div>
  93. <!---------------------------------------------------------
  94.  
  95. Change the title here!!
  96.  
  97. --------------------------------------------------------->
  98. <h1 id="title">blogroll</h1>
  99.  
  100. <!-- Don't change this -->
  101. <div id="fol"><center>
  102. {block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-64}" margin-top:"5px" /></a> {/block:Followed}{/block:Following}
  103. </center></div>
  104. </body>
  105. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement