Advertisement
itsniall

Blogroll Theme 001

Apr 22nd, 2012
4,211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.50 KB | None | 0 0
  1. <html>
  2. <!--
  3. Blogroll theme 001 by Camille
  4. (itsniall.tumblr.com / gabato.tumblr.com)
  5. Please don't steal
  6. -->
  7.  
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12. <link rel="shortcut icon" href="{Favicon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14. <style type="text/css">
  15.  
  16. @fontface {font-family:"IndieStar BB";
  17. src=url('http://static.tumblr.com/v8dmb1r/Ej0m1ulyv/indiestarbb_reg.otf');}
  18.  
  19. ::-webkit-scrollbar-thumb:vertical {background-color:#ccc6ba; height:auto;}
  20.  
  21. ::-webkit-scrollbar-thumb:horizontal {background-color:#ccc6ba; height:10px !important;}
  22.  
  23. ::-webkit-scrollbar {height:7px; width:7px; background-color:#706058;}
  24.  
  25. ::-moz-selection {background-color:transparent; color:#e9d4c7;}
  26.  
  27. ::selection {background-color:transparent; color:#e9d4c7;}
  28.  
  29. body {color:#000000;
  30. background-color:#706058;
  31. font-size:10px;
  32. font-family:calibri;
  33. line-height:110%;
  34. text-align:center;}
  35.  
  36. a:link, a:active, a:visited {color:#ffffff;
  37. text-decoration:none;
  38. -webkit-transition:all 0.5s ease-out;
  39. -moz-transition:all 0.5s ease-out;
  40. transition:all 0.5s ease-out;}
  41.  
  42. a:hover {color:#ffffff;
  43. font-style:italic;
  44. -webkit-transition-duration:0.5s;
  45. -moz-transition-duration:0.5s;}
  46.  
  47. #hapinstaas {margin-top:-10px;
  48. width:110%;
  49. height:auto;
  50. position:fixed;
  51. overflow:hidden;
  52. background-color:#706058;}
  53.  
  54. #taas {margin-top:15px;
  55. margin-left:395px;
  56. width:450px;
  57. height:auto;
  58. padding:5px;
  59. font-family:"IndieStar BB";
  60. font-size:20px;
  61. letter-spacing:10px;
  62. background-color:#706058;
  63. color:#ffffff;
  64. border-bottom:1px dotted;
  65. border-color:#ffffff;}
  66.  
  67. #kilid {margin-top:160px;
  68. margin-left:175px;
  69. width:64px;
  70. height:auto;
  71. padding:10px;
  72. position:fixed;
  73. overflow:hidden;
  74. background-color:#816e65;
  75. color:#ffffff;}
  76.  
  77. #kilidlinks {margin-top:0px;
  78. margin-bottom;
  79. padding-top:5px;}
  80. #kilidlinks a {margin-bottom:2px;
  81. width:61px;
  82. padding:3px;
  83. height:auto;
  84. display:block;
  85. text-transform:lowercase;
  86. text-align:center;
  87. background-color:#dbd4d1;
  88. color:#706058;
  89. -webkit-transition:all 0.5s ease-out;
  90. -moz-transition:all 0.5s ease-out;
  91. transition:all 0.5s ease-out;}
  92. #kilidlinks a:hover {opacity:0.5;
  93. font-style:normal;
  94. text-transform:uppercase;}
  95.  
  96. #danawng {margin-top:15px;
  97. margin-left:270px;
  98. width:700px;
  99. padding:5px;}
  100.  
  101. #danawng img {width:64px;
  102. height:64px;
  103. border:3px solid;
  104. border-color:transparent;
  105. opacity:1;
  106. -webkit-transition-duration:0.5s;
  107. -moz-transition-duration:0.5s;}
  108.  
  109. #danawng img:hover {border:3px solid;
  110. border-color:#dbd4d1;}
  111.  
  112. #akonani a {bottom:10px;
  113. right:10px;
  114. position:fixed;
  115. overflow:hidden;
  116. font-size:10px;
  117. color:#f5efe4;}
  118. #akonani a:hover {opacity:0.5;
  119. font-style:normal;}
  120.  
  121. </style>
  122. </head>
  123.  
  124. <body>
  125.  
  126. <div id="hapinstaas">
  127. <div id="taas">blogroll</div></div><br>
  128.  
  129. <div id="kilid"><center><img src="{PortraitURL-64}" class="imdava"></img></center>
  130. <div id="kilidlinks">
  131. <a href="/">home</a>
  132. <a href="/ask">ask</a>
  133. <a href="http://tumblr.com">dashboard</a></div>
  134. </div>
  135.  
  136. <div id="akonani"><a href="http://itsniall.tumblr.com">theme by itsniall</a></div>
  137.  
  138. <div id="danawng">
  139. {block:Following}{block:Followed}
  140.  
  141. <a target="_blank" href="{FollowedURL}"><img border: "3" src="{FollowedPortraitURL-64}" title="{FollowedURL}"/>
  142.  
  143. {/block:Followed}{/block:Following}</a></div>
  144.  
  145.  
  146. </body>
  147. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement