Advertisement
shotforthesky

Tumblr Blogroll Theme #03

May 26th, 2012
1,089
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 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=Tenor+Sans' rel='stylesheet' type='text/css'>
  10. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shorcut icon" href="{Favicon}" />
  14.  
  15. <style type="text/css">
  16.  
  17. body {
  18. background-color:#E0A070;
  19. background-attachment:fixed;
  20. font-family:Georgia;
  21. font-size:10px;
  22. }
  23.  
  24. a:link, a:active, a:visited {
  25. color:#E0C060;
  26. text-decoration:none;
  27. transition: all 0.4s ease-out;
  28. -o-transition-transition: all 0.4s ease-out;
  29. -webkit-transition: all 0.4s ease-out;
  30. -moz-transition: all 0.4s ease-out;
  31. }
  32. a:hover {
  33. color:#FFCC99;
  34. text-decoration:underline;
  35. transition: all 0.4s ease-out;
  36. -o-transition-transition: all 0.4s ease-out;
  37. -webkit-transition: all 0.4s ease-out;
  38. -moz-transition: all 0.4s ease-out;
  39. }
  40.  
  41. #entry {
  42. background-color:#E09040;
  43. width:500px;
  44. height:500px;
  45. margin-left:380px;
  46. margin-top:70px;
  47. margin-bottom:50px;
  48. text-align:center;
  49. -moz-border-radius: 600px;
  50. -khtml-border-radius: 600px;
  51. -webkit-border-radius: 600px;
  52. border-radius: 600px;
  53. }
  54.  
  55. #post {
  56. text-align:center;
  57. padding:70px 50px 30px 50px;
  58. }
  59.  
  60. #post img {
  61. opacity:.7;
  62. -webkit-transition-duration:.7s;
  63. align-text:center;
  64. -webkit-border-radius: 50px;
  65. -moz-border-radius:50px;
  66. border-radius: 50px;
  67. width:48px;
  68. height:48px;
  69. }
  70.  
  71. #post img:hover {
  72. opacity:1;
  73. }
  74.  
  75. #title {
  76. color: #E07070;
  77. text-align:center;
  78. letter-spacing:1px;
  79. font-family: "Tenor Sans", sans-serif;
  80. text-transform:uppercase;
  81. line-height:110%;
  82. margin-top:200px;
  83. }
  84.  
  85. #sidebar {
  86. width:300px;
  87. height:400px;
  88. background-color:none;
  89. margin-left:160px;
  90. margin-top:100px;
  91. padding:0px;
  92. text-align:center;
  93. position:fixed;
  94. }
  95.  
  96. #icon {
  97. border-color: #E0B040;
  98. border: 10px solid;
  99. height:200px;
  100. width:200px;
  101. margin-left:40px;
  102. margin-top:5px;
  103. color:#E0B040;
  104. -moz-border-radius: 200px;
  105. -khtml-border-radius: 200px;
  106. -webkit-border-radius: 200px;
  107. border-radius: 200px;
  108. }
  109.  
  110. #description {
  111. color:#993300;
  112. font-family:Georgia;
  113. font-size:10px;
  114. }
  115.  
  116. #credits {
  117. font-style:Bold;
  118. font-family:Georgia;
  119. font-size:10px;
  120. color:#990000;
  121. }
  122.  
  123. #corona {
  124. font-family:"Allura", cursive;
  125. font-size:14px;
  126. letter-spacing:1px;
  127. color:#993300;
  128. }
  129.  
  130. #scatola {
  131. margin-top:180px;
  132. margin-left:850px;
  133. position:fixed;
  134. -moz-border-radius: 200px;
  135. -khtml-border-radius: 200px;
  136. -webkit-border-radius: 200px;
  137. border-radius: 200px;
  138. }
  139.  
  140. .links_list {
  141. padding:0px;
  142. width:200px;
  143. -moz-border-radius: 200px;
  144. -khtml-border-radius: 200px;
  145. -webkit-border-radius: 200px;
  146. border-radius: 200px;
  147. }
  148.  
  149. .links_body a{
  150. height:10px;
  151. display:block;
  152. background:none;
  153. color:#E0C060;
  154. opacity:1;
  155. padding:5px;
  156. letter-spacing:0px;
  157. font-family: Arial;
  158. height:10px;
  159. font-size:10px;
  160. text-transform:uppercase;
  161. text-align:right;
  162. -webkit-transition: all 0.4s ease;
  163. -moz-transition: all 0.4s ease;
  164. transition: all 0.4s ease;
  165. -moz-border-radius: 200px;
  166. -khtml-border-radius: 200px;
  167. -webkit-border-radius: 200px;
  168. border-radius: 200px;
  169. }
  170.  
  171. .links_body a:hover {
  172. color:#FFCC99;
  173. background-color:#E09040;
  174. opacity:1;
  175. text-transform:uppercase;
  176. -webkit-transition: all 0.4s ease;
  177. -moz-transition: all 0.4s ease;
  178. transition: all 0.4s ease;
  179. -moz-border-radius: 200px;
  180. -khtml-border-radius: 200px;
  181. -webkit-border-radius: 200px;
  182. border-radius: 200px;
  183. }
  184.  
  185. b, strong {
  186. color:#E04040;
  187. }
  188. i, em {
  189. color:#000000;
  190. }
  191.  
  192. ::-webkit-scrollbar-thumb:vertical {background-color:#E06040; height:50px;-moz-border-radius: 600px;
  193. -khtml-border-radius: 600px;
  194. -webkit-border-radius: 600px;
  195. border-radius: 600px;}
  196. ::-webkit-scrollbar-thumb:horizontal {background-color:#E06040; height:10px!important;-moz-border-radius: 600px;
  197. -khtml-border-radius: 600px;
  198. -webkit-border-radius: 600px;
  199. border-radius: 600px;}
  200. ::-webkit-scrollbar {background-color:#E09040; height:10px; width:10px;-moz-border-radius: 600px;
  201. -khtml-border-radius: 600px;
  202. -webkit-border-radius: 600px;
  203. border-radius: 600px;}
  204. ::-moz-selection {background-color:transparent; color:#E02020;}
  205. ::selection {background-color:#000000; color:#ffffff;}
  206.  
  207. </style>
  208. <style type="text/css">{CustomCSS}</style>
  209.  
  210. </head>
  211.  
  212. <body>
  213.  
  214. <div id="scatola">
  215. <div class="links_list">
  216. <div class="links_body">
  217. <a href="/">Home</a>
  218. <a href="/ask">{AskLabel}</a>
  219. <a target="_blank" href="http://thearmyinside.tumblr.com">Theme (c)</a>
  220. </div></div></div>
  221.  
  222. <div id="sidebar">
  223. <div id="icon"><img src="http://dl.dropbox.com/u/38384326/WebPages/Rihanna%20Icon.png" width="200" height="200" style="-moz-border-radius: 200px; -khtml-border-radius: 200px; -webkit-border-radius: 200px; border-radius: 200px;"/></div><br>
  224. </div>
  225.  
  226. <div id="entry">
  227. <div id="post">
  228. <div id="corona">"...she belongs to fairy tales that I could never be..."</div><br>
  229. <div style="position:fixed;border:none;width:400px;height:300px;overflow:auto;background-color:none;">
  230. {block:Following}{block:Followed}
  231. <a target="_blank" href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}"/></a>
  232. {/block:Followed}{/block:Following}</div></div></div>
  233.  
  234. </body>
  235. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement