Advertisement
shotforthesky

Tumblr Blogroll Theme 001

Dec 14th, 2011
15,640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. <!--
  2. theme by Mimì @ thearmyinside.tumblr.com
  3. -->
  4.  
  5. <html>
  6. <head>
  7.  
  8. <title>{title}</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:#FCF2DD;
  16. background-attachment:fixed;
  17. font-family:Georgia;
  18. font-size:10px;
  19. }
  20.  
  21. a:link, a:active, a:visited {
  22. color:{color:link};
  23. text-decoration:none;
  24. }
  25. a:hover {
  26. color:{color:hover};
  27. -webkit-transition.duration: 0.5s;
  28. -moz-transition-duration:0,5s;
  29. }
  30.  
  31. #entry {
  32. width:1000px;
  33. height:auto;
  34. margin-left:200px;
  35. margin-top:50px;
  36. }
  37.  
  38. #title {
  39. text-align:center;
  40. letter-spacing:1px;
  41. font-family: Georgia;
  42. text-transform:lowercase;
  43. font-style: Georgia;
  44. line-height:110%;
  45. margin-top:200px;
  46. }
  47.  
  48. #sidebar {
  49. width:150px;
  50. height:1000px;
  51. background-color:#ECDDB8;
  52. float:left;
  53. margin-left:-10px;
  54. margin-top:-10px;
  55. padding:4px;
  56. text-align:center;
  57. position:fixed;
  58. }
  59.  
  60. #icon {
  61. border-color: #FCF2DD;
  62. border: 10px solid;
  63. height:48px;
  64. width:48px;
  65. margin-left:40px;
  66. margin-top:5px;
  67. position:fixed;
  68. color:#FCF2DD;
  69. -moz-border-radius: 100px;
  70. -khtml-border-radius: 100px;
  71. -webkit-border-radius: 100px;
  72. border-radius: 100px;
  73. }
  74.  
  75. .links_list {
  76. margin: 0px;
  77. padding: 0px;
  78. width: 110px;
  79. margin-left: 20px;
  80. margin-top: 80px;
  81. }
  82.  
  83. .links_body a{
  84. display:block;
  85. background: #FCF2DD;
  86. color: #525252;
  87. padding: 0px; margin: 1px;
  88. letter-spacing: 2px;
  89. display: block;
  90. font-family:'Yanone Kaffeesatz', sans-serif;
  91. text-align: center;
  92. height:10px;
  93. font-size:7px;
  94. -moz-border-radius: 15px;
  95. -khtml-border-radius: 15px;
  96. -webkit-border-radius: 15px;
  97. border-radius: 15px;
  98. text-transform:uppercase;
  99. -webkit-transition: all 0.3s ease;
  100. -moz-transition: all 0.3s ease;
  101. transition: all 0.3s ease;
  102. }
  103.  
  104. .links_body a:hover{
  105. color:#000000;
  106. padding-right:20px;
  107. background-color: #ECDDB8;
  108. background-image:none;
  109. -webkit-transition: all 0.3s ease;
  110. -moz-transition: all 0.3s ease;
  111. transition: all 0.3s ease;
  112. }
  113.  
  114. #entry img {
  115. opacity:.7;
  116. -webkit-transition-duration:.7s;
  117. align-text:center;
  118. -webkit-border-radius: 16px;
  119. -moz-border-radius:16px;
  120. border-radius: 16px;
  121. width:48px;
  122. height:48px;
  123. }
  124.  
  125. #entry img:hover {
  126. opacity:1;
  127. }
  128.  
  129. </style>
  130. <style type="text/css">{CustomCSS}</style>
  131.  
  132. </head>
  133.  
  134. <body>
  135.  
  136. <div class="body">
  137. <div id="sidebar">
  138. <div id="title">
  139. <a href="/"><font size="2"; color="#C4A668">{Title}</font></a></div><br>
  140. <div id="icon"><img src="{PortraitURL-48}" style="-moz-border-radius: 100px; -khtml-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px;" class="imdava"></div>
  141. <div class="links_list">
  142. <div class="links_body">
  143. <a href="/">Home</a>
  144. <a href="/archive">Archive</a>
  145. <a href="/ask">Ask me</a>
  146. <a target="_blank" href="http://thearmyinside.tumblr.com">Theme (c)</a></div></div>
  147. </div>
  148. <br>
  149.  
  150. <div id="entry">
  151. {block:Following}{block:Followed}
  152. <a target="_blank" href="{FollowedURL}"><img src="{FollowedPortraitURL-48}"/></a>
  153. {/block:Followed}{/block:Following}
  154. </div></div>
  155. </body>
  156. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement