Advertisement
ohcrucio

blogroll 01

Apr 27th, 2014
1,124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!-- BLOGROLL 01 by Elin
  5. http://ohcrucio.tumblr.com/
  6.  
  7. -RULES-
  8. 1. DO NOT REMOVE THE CREDITS
  9. 2. DO NOT USE IT AS A BASE
  10. 3. DO NOT CLAIM AS YOUR OWN -->
  11.  
  12. <title>Blogroll</title>
  13. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  14. <style type="text/css">
  15.  
  16. body {
  17. font-family: cambria;
  18. font-size: 10px;
  19. color: #767676;
  20. }
  21.  
  22. a, a:visited, a:hover {
  23. color: #555555;
  24. text-decoration: none;
  25. }
  26.  
  27. h1 {
  28. color: #555555;
  29. text-align: center;
  30. font-size: 32px;
  31. font-family: 'Great Vibes', cursive;
  32. font-weight: normal;
  33. }
  34.  
  35. #container {
  36. width: 1116px;
  37. margin: 0 auto;
  38. }
  39.  
  40. #title {
  41. margin-bottom: -15px;
  42. }
  43.  
  44. #links {
  45. text-align: center;
  46. margin-bottom: 20px;
  47. }
  48.  
  49. #links a {
  50. text-transform: uppercase;
  51. font-weight: normal;
  52. font-family: trebuchet ms;
  53. background-color: #fafafa;
  54. color: #767676;
  55. font-size: 11px;
  56. padding: 2px 4px;
  57. margin: 5px;
  58. }
  59.  
  60. .blogroll {
  61. margin: 4px;
  62. width: 269px;
  63. height: 74px;
  64. background-color: #fafafa;
  65. float: left;
  66. border: 1px solid #f1f1f1;
  67.  
  68. }
  69.  
  70. .blog {
  71. width: 64px;
  72. height: 64px;
  73. float: left;
  74. padding: 5px;
  75. }
  76.  
  77. .blogdesc {
  78. width: 185px;
  79. height: 64px;
  80. float: right;
  81. padding: 5px;
  82. font-style: italic;
  83. }
  84.  
  85. .blogdesc a, .blogdesc a:hover, .blogdesc a:visited {
  86. color: #555555;
  87. text-decoration: none;
  88. font-size: 12px;
  89. font-weight: bold;
  90. font-style: normal;
  91. }
  92.  
  93. </style>
  94. </head>
  95.  
  96. <body>
  97. <div id="container">
  98. <div id="title"><h1>Blogroll</h1></div>
  99. <div id="links">
  100. <a href="/">Home</a>
  101. <a href="/ask">Message</a>
  102. <a href="/archive">Archive</a>
  103. <a href="http://tumblr.com/">Dashboard</a>
  104. <a href="http://ohcrucio.tumblr.com/">&copy;</a>
  105. </div>
  106. {block:Following}
  107. {block:Followed}
  108. <div class="blogroll">
  109. <div class="blog">
  110. <img src="{FollowedPortraitURL-64}" style="border-radius:2px"/>
  111. </div>
  112. <div class="blogdesc">
  113. <a href="{FollowedURL}">{FollowedName}</a> <br>{FollowedTitle}</div></div>
  114. {/block:Followed}
  115. {/block:Following}
  116. </div>
  117. </body>
  118. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement