Advertisement
AlanePagliari

Blogroll Theme 04

Apr 17th, 2013
7,301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <HTML>
  3.  
  4. <!--
  5. blogroll theme 04 by britishurs.tumblr.com
  6. ask box is always opened for help!
  7. !-->
  8.  
  9. <title>Blogroll</title>
  10. <link rel="shortcut icon" href="{Favicon}" />
  11. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  12. <style>
  13. div#qTip {
  14. padding: 2px;
  15. display: none;
  16. font-size: 9px;
  17. font-family:cambria;
  18. text-align: center;
  19. position: absolute;
  20. padding: 4px;
  21. line-height:10px;
  22. z-index: 1000;
  23. background: white;
  24. color: #b0b0b0;
  25. text-transform:lowercase;
  26. letter-spacing: 0px;
  27. }
  28. </style>
  29.  
  30.  
  31. <style type="text/css">
  32.  
  33. body{
  34. background-color: #fff;
  35. font-family:cambria;
  36. font-size:8px;
  37. line-height: 120%;
  38. text-align:justify; }
  39.  
  40. a:link, a:active, a:visited{
  41. color: #3e3e3e;
  42. padding: 0 2px;
  43. text-decoration: none; }
  44.  
  45. a:hover{
  46. background: transparent;
  47. color: #3e3e3e; }
  48.  
  49. #content {
  50. margin-left:200px;
  51. width:600px;
  52. margin-top:100px;
  53. background: transparent; }
  54.  
  55. #entries {
  56. width:600px;
  57. margin: 20px auto 20px;
  58. padding:10px;
  59. margin-bottom:50px;
  60. margin-top:10px; }
  61.  
  62. #entries img {
  63. border: 3px double #e8e8e8;
  64. background-color: #fff;
  65. padding: 4px;
  66. width:64px;
  67. height:64px; }
  68.  
  69. #sidebar {
  70. width:600px;
  71. float:left;
  72. background-color: #fff;
  73. margin-left:200px;
  74. top:40px;
  75. padding:5px;
  76. text-align:center;
  77. position:fixed; }
  78.  
  79. .nav {
  80. text-align:center;
  81. font-family:Cambria;
  82. letter-spacing:0px;
  83. text-transform:uppercase;
  84. font-size:9px;
  85. padding:5px; }
  86.  
  87. .title {
  88. text-align:center;
  89. font-family:Cambria;
  90. font-size:50px;
  91. padding-top: 10px;
  92. font-style: italic;
  93. letter-spacing:1px;
  94. text-transform:lowercase;
  95. color: #b0b0b0; }
  96.  
  97.  
  98. </style>
  99. </div>
  100.  
  101.  
  102.  
  103. <div id="sidebar">
  104.  
  105. <div class="title"> <center><a href="/blogroll" >{Title}</a></center></div>
  106.  
  107.  
  108. <div class="nav">
  109.  
  110. <a href="/">main page</a>
  111. <a href="/askbox">ask box</a>
  112. <a href="http://www.tumblr.com/dashboard">dashboard</a>
  113. <a href="http://britishursthemes.tumblr.com" title="theme by britishurs"> © </a>
  114. </div>
  115. </div>
  116.  
  117. <div id="content">
  118. <div id="entries" >
  119.  
  120. <center>
  121.  
  122. {block:Following}{block:Followed}<a target="_blank" href="{FollowedURL}" title="{FollowedTitle}"><img src="{FollowedPortraitURL-64}" />{/block:Followed}{/block:Following}
  123.  
  124.  
  125.  
  126. </center> </div></div>
  127.  
  128. </body>
  129. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement