Advertisement
basilone

Blogroll 1 - Dark

Oct 2nd, 2012
4,416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head>
  3.  
  4. <!----
  5. Blogroll Theme by Ray @ Mcpoyles.tumblr.com
  6. ----->
  7.  
  8. <title>Blogroll</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11.  
  12. <style type="text/css">
  13.  
  14. body {
  15. background-color:#151515;
  16. font-family:arial;
  17. font-size:11px;
  18. color:#b7b7b7; }
  19.  
  20. ::-webkit-scrollbar-thumb:vertical {
  21. background-color: #1D1D1D;
  22. height:100px; }
  23.  
  24. ::-webkit-scrollbar {
  25. height:10px;
  26. width:15px;
  27. background-color: #101010; }
  28.  
  29. #wrap {
  30. position:relative;
  31. top:100px;
  32. width:880px;
  33. margin:0 auto;
  34. padding:5px; }
  35.  
  36. #outer {
  37. overflow:auto;
  38. height:270px; }
  39.  
  40. #content {
  41. margin:2px;
  42. background-color:#1d1d1d;
  43. border-bottom:1px solid #0d0d0d;
  44. padding:5px;
  45. height:40px;
  46. width:200px;
  47. float:left; }
  48.  
  49. #content:hover {
  50. -moz-transition:0.3s ease-in;
  51. -webkit-transition: 0.3s ease-in;
  52. -o-transition:0.3s ease-in;
  53. transition:0.3s ease-in;
  54. background-color:#0b0b0b; }
  55.  
  56. span {
  57. color:#AAAAAA;
  58. font-size:10px;
  59. font-style:italic; }
  60.  
  61. .name a, .name {
  62. font-size:9px;
  63. font-family:arial;
  64. text-transform:normal;
  65. text-decoration:none;
  66. letter-spacing:0px;
  67. font-weight:bold;
  68. color:#99cad0; }
  69.  
  70. #info {
  71. margin-bottom:20px;
  72. padding:5px;
  73. text-align:center; }
  74.  
  75. a {
  76. text-decoration:none;
  77. font-family:serif;
  78. font-size:10px;
  79. color:#99cad0; }
  80.  
  81. .title a, .title{
  82. font-style:italic;
  83. font-family:serif;
  84. font-size:30px;
  85. color:#99cad0; }
  86. </style>
  87.  
  88. <div id="wrap">
  89. <div id="info">
  90. <a class="title" href="http://{name}.tumblr.com">Blogroll</a><BR>
  91. {Title}<BR>
  92. <a href="http://{name}.tumblr.com">Go back</a> &emsp;
  93. <a href="http://tumblr.com">Dashboard</a> &emsp;
  94. <a href="http://mcpoyles.tumblr.com">&copy;</a>
  95. </div>
  96.  
  97. <div id="outer">
  98. {block:Following}{block:Followed}
  99. <div id="content">
  100. <a href="{FollowedURL}"><img src="{FollowedPortraitURL-40}" align="left" style="padding-right:10px;">
  101. <text class="name">{FollowedName}</text><BR>
  102. <span>{FollowedTitle}</span></a><BR><BR><BR>
  103. </div>
  104. {/block:Followed} {/block:Following}
  105. </div>
  106. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement