Advertisement
lttlebirdsthemes

Blogroll theme 01 by lttlebirds

Sep 2nd, 2013
1,013
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. <head>
  2. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  3.  
  4. <!-- THEME CREDIT TO LTTLEBIRDS
  5. *thank you for using my theme, but please do not use this as a base or remove the credit! that's just not nice. however, you can edit it so that it is to your liking of course! if you have any questions, you can message me at lttlebirdsthemes.tumblr.com!
  6. ♡ALLI♡-->
  7.  
  8. <title>TITLE</title>
  9.  
  10.  
  11. <style type="text/css">
  12.  
  13. #bite
  14. #bite a{
  15. display:block
  16. }
  17. #bite .death {
  18. margin-top:0px;filter: alpha(opacity = 100);
  19. opacity:100;-webkit-transition: all 0.5s ease-out;
  20. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  21. }
  22.  
  23. #bite:hover .death {
  24. margin-top:0px;
  25. -webkit-transition: all 0.8s ease-out;
  26. -moz-transition: all 0.8s ease-out;
  27. transition: all 0.8s ease-out;
  28. filter: alpha(opacity = 0);
  29. filter: alpha(opacity = 0);
  30. opacity:0;
  31. }
  32.  
  33. ::-webkit-scrollbar-thumb:vertical {background-color: #F08080;height:100px;}
  34. ::-webkit-scrollbar {height:10px;width:15px;background-color: #ffffff;}
  35.  
  36. div#qTip {
  37. padding: 3px;
  38. display: none;
  39. text-align: center;
  40. position: absolute;
  41. font-size:10px;
  42. line-height:11px;
  43. text-transform:lowercase;
  44. font-family: baskerville;
  45. z-index: 1000;
  46. background: #F08080;
  47. border:1px solid #F08080;
  48. color: #fff;
  49. font-style: none;
  50. letter-spacing: 1px;
  51. }
  52.  
  53. a:link{
  54. color: #d8e4f1;
  55. text-decoration:none;
  56. -webkit-transition-duration:0.6s;}
  57.  
  58. a:hover {
  59. color:#F08080;
  60. }
  61.  
  62. img:hover {
  63. -webkit-transform: scale(1.2); -webkit-transition-duration: 0.5s;
  64. }
  65.  
  66. #party {
  67. margin-left:200px;
  68. margin-top:0px;
  69. }
  70.  
  71. #description {
  72. margin-left: 250px;
  73. margin-top:100px;
  74. color: #F08080;
  75. width: 258px;
  76. height:auto;
  77. padding: 10px;
  78. font-size:11px;
  79. font-family: baskerville;
  80. text-align:center;
  81. border-bottom:1px solid#f08080;
  82. }
  83.  
  84. #description a{
  85. font-size:11px;
  86. color:#F08080;
  87. }
  88.  
  89. #links {
  90. margin-top:-120px;
  91. margin-left:324px;
  92. background-color:#F08080;
  93. text-align:center;
  94. width:100px;
  95. height:115px;
  96. padding-top:10px;
  97. }
  98.  
  99. #links a{
  100. padding:5px;
  101. font-size:20px;
  102. color: white;
  103. width:90px;
  104. font-family: baskerville;
  105. }
  106.  
  107. #links a:hover{
  108. color:#F08080;
  109. background-color:white;
  110. width:90px;
  111. }
  112.  
  113. #following {
  114. color: #ffffff;
  115. padding: 5px;
  116. position: center;
  117. width:465px;
  118. height:290px;
  119. overflow:scroll;
  120. padding:10px;
  121. margin-top:5px;
  122. margin-left:310px;
  123. }
  124.  
  125. #gif img{
  126. height:115px;
  127. margin-left:250px;
  128. margin-top:-100px;
  129. }
  130.  
  131. #gif img:hover{
  132. -webkit-transform: scale(1.0); -webkit-transition-duration: 0.5s;
  133. }
  134.  
  135.  
  136. </style>
  137. <div id="bite">
  138. <div id="party">
  139.  
  140. <div id="description">
  141. <big><big>NAME</big></big>'s blogroll
  142. <p>
  143. <I>these are the people that i love and the people that light up my dashboard every single day(:</I>
  144. </div>
  145.  
  146. <div class="death">
  147. <div id="gif">
  148. <img src="http://24.media.tumblr.com/ff0ae5576e6729fe3e65ea8aba345c4b/tumblr_mpyswzt4f41rvbuj7o1_500.gif">
  149. </div>
  150. </div></div>
  151. </div>
  152.  
  153. <div id="links">
  154. <a href="/">MAIN</a> <br><br>
  155. <a href="/ask">ASK</a> <br><br>
  156. <a href="http://lttlebirdsthemes.tumblr.com/">CREDIT</a>
  157. </div>
  158.  
  159. <div id="following">
  160. {block:Following}
  161. {block:Followed}
  162. <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}" style="padding:5px;"/></a>
  163. {/block:Followed}
  164. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement