Advertisement
shotforthesky

Tumblr Blogroll Theme #02

Apr 28th, 2012
6,532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4. theme by Mimì @ thearmyinside.tumblr.com
  5. -->
  6.  
  7. <head>
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14.  
  15. <style type="text/css">
  16.  
  17. body {
  18. background-color:#ffffff;
  19. background-attachment:fixed;
  20. color:#948e6d;
  21. font-family:Tahoma;
  22. font-size:10px;
  23. margin:0px;
  24. }
  25.  
  26. a:link, a:active, a:visited {
  27. color:#000000;
  28. text-decoration:none;
  29. transition: all 0.4s ease-out;
  30. -o-transition-transition: all 0.4s ease-out;
  31. -webkit-transition: all 0.4s ease-out;
  32. -moz-transition: all 0.4s ease-out;
  33. }
  34. a:hover {
  35. color:#c9c9c9;
  36. transition: all 0.4s ease-out;
  37. -o-transition-transition: all 0.4s ease-out;
  38. -webkit-transition: all 0.4s ease-out;
  39. -moz-transition: all 0.4s ease-out;
  40. }
  41.  
  42. #title {
  43. margin-top:65px;
  44. font-size:40px;
  45. text-align:right;
  46. letter-spacing:1px;
  47. color: #948e6d;
  48. font-family: "Allura", cursive;
  49. text-transform:none;
  50. line-height:110%
  51. }
  52.  
  53. #sidebar {
  54. width:900px;
  55. height:100px;
  56. margin-top:-30px;
  57. background-color:none;
  58. margin-left:160px;
  59. text-align:right;
  60. position:fixed;
  61. border-bottom: 1px dashed #948e6d;
  62. }
  63.  
  64. .description {
  65. margin-left:250px;
  66. margin-top:65px;
  67. position:absolute;
  68. }
  69.  
  70. #entry {
  71. }
  72.  
  73. #entry img {
  74. opacity:.7;
  75. -webkit-transition-duration:.7s;
  76. align-text:center;
  77. -webkit-border-radius: 16px;
  78. -moz-border-radius:16px;
  79. border-radius: 16px;
  80. width:48px;
  81. height:48px;
  82. }
  83.  
  84. #entry img:hover {
  85. opacity:1;
  86. }
  87.  
  88. ::-webkit-scrollbar-thumb:vertical {background-color:#9c8f8f; height:50px;}
  89. ::-webkit-scrollbar-thumb:horizontal {background-color:#9c8f8f; height:10px!important;}
  90. ::-webkit-scrollbar {background-color:#ffffff; height:10px; width:10px;}
  91. ::-moz-selection {background-color:transparent; color:#555050;}
  92. ::selection {background-color:transparent; color:#555050;}
  93.  
  94. </style>
  95. <style type="text/css">{CustomCSS}</style>
  96.  
  97. </head>
  98. <body>
  99.  
  100. <center>
  101. <div id="sidebar"><div id="title">{Title}</div></div></center>
  102. <div class="description"><p align="center">
  103. <a href="/">Home</a> / <a href="/ask">{AskLabel}</a> / <a target="_blank" href="http://thearmyinside.tumblr.com">(C)</a></p></div>
  104.  
  105. <div style="margin-top:135px;margin-left:250px;position:fixed;border:none;width:775px;height:400px;overflow:auto;background-color:white">
  106.  
  107. <div id="entry">
  108. {block:Following}{block:Followed}
  109. <a target="_blank" href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}"/></a>
  110. {/block:Followed}{/block:Following}</div>
  111.  
  112. </div>
  113.  
  114. </body>
  115. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement