Advertisement
clamam

Blogroll #04

Sep 26th, 2016
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. Theme desenvolvido por Gabriele.
  6. Encontre mais aqui: http://clamam.tumblr.com/
  7. Preserve a ética da internet, não remova os créditos!
  8. -->
  9.  
  10. <title>{title} - Blogroll</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12.  
  13. <link href="https://fonts.googleapis.com/css?family=Baumans|Droid+Serif:400i|Lato|PT+Sans|Roboto" rel="stylesheet">
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  18. <script>
  19. (function($){
  20. $(document).ready(function(){
  21. $("[title]").style_my_tooltips({
  22. tip_follows_cursor:true,
  23. tip_delay_time:200,
  24. tip_fade_speed:300
  25. }
  26. );
  27. });
  28. })(jQuery);
  29. </script>
  30.  
  31. <style type="text/css">
  32.  
  33. /** CORPO **/
  34. body{
  35. font-family:'Lato', sans-serif; /** fonte do theme **/
  36. color:#000;}
  37.  
  38.  
  39. /** TOOLTIPS **/
  40. #s-m-t-tooltip{
  41. max-width:300px;
  42. margin:15px;
  43. padding:5px 5px;
  44. background:#fff; /** cor do fundo do tooltip **/
  45. color:#e89e8c; /** cor do tooltip **/
  46. z-index:999999;
  47. font-size:11px; /** tamanho da fonte do tooltip **/
  48. text-transform:uppercase;}
  49.  
  50.  
  51. /** LINKS **/
  52. a{
  53. color:#888888; /** cor dos links **/
  54. text-decoration:none;
  55. -webkit-transition-duration:.6s;
  56. -moz-transition-duration:.6s;
  57. -o-transition-duration:.6s;
  58. -ms-transition-duration:.6s;}
  59.  
  60. a:hover{
  61. -webkit-transition-duration:.6s;
  62. -moz-transition-duration:.6s;
  63. -o-transition-duration:.6s;
  64. -ms-transition-duration:.6s;}
  65.  
  66.  
  67. /** CONTAINER **/
  68. #content {
  69. padding-top:23px;
  70. border-top:1px solid #fafafa;
  71. margin:0 auto;
  72. width:860px;
  73. height:520px;
  74. overflow:scroll;}
  75.  
  76.  
  77. /** ICONS **/
  78. #content img{
  79. border:1px solid #fafafa;
  80. padding:5px;
  81. margin-top:-5px;
  82. width:60px;
  83. height:60px;}
  84.  
  85. #eles{
  86. background:#fcfcfc;
  87. padding:5px;
  88. width:100px;
  89. height:50px;
  90. float:left;
  91. margin:0 20px 30px 10px;
  92. box-shadow:0px 0px 0px 5px #fff,
  93. 0px 0px 0px 6px #fafafa;}
  94.  
  95. #follower a{
  96. color:#555; /*following font color*/
  97. text-decoration:none;
  98. letter-spacing:2px;
  99. text-align:left;
  100. display:block;
  101. height:auto;
  102. float:left;
  103. line-height:15px;
  104. text-transform:uppercase;
  105. font-family:lato;
  106. font-size:7px;
  107. font-weight:900;}
  108.  
  109. .title{
  110. text-transform:lowercase;
  111. font-style:italic;
  112. font-family:'Droid Serif', serif;
  113. margin-top:0px;
  114. line-height:9px;
  115. font-size:8px;
  116. font-weight:100;
  117. letter-spacing:1px;}
  118.  
  119. img{
  120. opacity:.8;
  121. transition-duration: 0.6s;
  122. -moz-transition-duration: 0.6s;
  123. -webkit-transition-duration: 0.6s;
  124. -o-transition-duration: 0.6s;}
  125. img:hover{
  126. opacity:1;
  127. transition-duration: 0.6s;
  128. -moz-transition-duration: 0.6s;
  129. -webkit-transition-duration: 0.6s;
  130. -o-transition-duration: 0.6s;}
  131.  
  132.  
  133. /** SIDEBAR **/
  134. #sidebar {
  135. margin:0 auto;
  136. margin-top:20px;
  137. width:860px;
  138. height:75px;
  139. margin-bottom:-3px;}
  140.  
  141. /** TITULO **/
  142. #title{
  143. font-family:'Segoe script';
  144. top:74px;
  145. width:auto;
  146. z-index:9999;
  147. position:absolute;
  148. font-size:14px;
  149. color:#666;
  150. text-transform:lowercase;
  151. text-align:left;}
  152.  
  153. #links{margin-top:53px; position:absolute; margin-left:95px;}
  154. #links a{color:#555; font-family:roboto; margin:5px; font-size:8.4px; letter-spacing:1.3px; text-transform:uppercase;}
  155.  
  156.  
  157. /** ADCIONAL **/
  158. #tumblr_controls,
  159. .tmblr-iframe--desktop-loggedin-controls {
  160. position:fixed!important;
  161. -webkit-filter:invert(100%);
  162. opacity:0.5;
  163. top:3px;
  164. text-transform:none;}
  165.  
  166. ::selection{
  167. background:#000; /** background da aréa selecionada **/
  168. color:#eee; /** cor de fonte da área selecionada **/}
  169. ::-moz-selection{
  170. background:#000;
  171. color:#eee;}
  172.  
  173. @-webkit-keyframes Fade {
  174. 0% {opacity:0;} 100% {opacity:1;}}
  175.  
  176.  
  177. /** SCROLLBAR **/
  178. ::-webkit-scrollbar {
  179. background-color:transparent;
  180. height:3px;
  181. width:3px}
  182.  
  183. ::-webkit-scrollbar-thumb:vertical{
  184. border-top:15px solid #fff;
  185. background-color:#f0bfb6;
  186. height:3px;}
  187.  
  188. </style>
  189. </head>
  190. <body>
  191.  
  192. <div id="sidebar">
  193. <div id="title">Following</div>
  194. <font style="margin-top:58px; margin-left:80px; position:absolute; font-size:12px; font-family:roboto; color:#f0bfb6; font-weight:bold;">//</font>
  195. <div id="links">
  196. <a href="/">home page</a>
  197. <a href="/ask">message me</a>
  198. <a href="/archive">archive</a>
  199. <a href="http://clamam.tumblr.com" title="theme by clamam">credits</a>
  200. </div>
  201. </div>
  202.  
  203. <div id="content" align="center" style="margin-top:15px;">
  204. {block:Following}
  205. {block:Followed}
  206. <div id="follower">
  207. <a href="{FollowedURL}">
  208. <img src="{FollowedPortraitURL-128}">
  209. <div id="eles">
  210. {FollowedName}<br>
  211. <div class="title">{FollowedTitle}</div></a>
  212. </div>
  213. {/block:Followed}
  214. {/block:Following}
  215. </div>
  216. </div>
  217. </body>
  218. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement