Advertisement
Themes_Mandrakescry

Blogroll 5

Nov 10th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.88 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-------------------------------------------
  5. Theme by Clara
  6. http://mandrakescry.tumblr.com/
  7. DON'T REMOVE THE CREDITS
  8. -------------------------------------------->
  9.  
  10.  
  11. <head>
  12.  
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19.  
  20. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("[title]").style_my_tooltips();
  25. });
  26. })(jQuery);
  27. </script>
  28.  
  29.  
  30. <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
  31.  
  32. <style type="text/css">
  33.  
  34.  
  35.  
  36. #s-m-t-tooltip
  37. {
  38. max-width:250px;
  39. z-index:100000;
  40. margin-top:-25px;
  41. padding:2px 10px 2px 10px;
  42. text-transform:uppercase;
  43. font-family:trebuchet ms;
  44. font-size:10px;
  45. box-shadow:2px 2px 5px rgba(0,0,0,.1);
  46. border:1px solid #000;
  47. background:#520800;
  48. color:#edbc7b;
  49. }
  50.  
  51. body
  52. {
  53. background-color:#000;
  54. font-family:calibri;
  55. font-weight:normal;
  56. background-image:url('http://static.tumblr.com/c5gdi2k/TlFnejgze/mk9.png');
  57. background-size:100% 100%;
  58. background-attachment:fixed;
  59. background-repeat:no-repeat;
  60. }
  61.  
  62.  
  63. #theme
  64. {
  65. width:300px;
  66. margin:0 auto;
  67. }
  68.  
  69. #everything
  70. {
  71. float:left;
  72. position:fixed;
  73. width:330px;
  74. height:600px;
  75. margin-top:5%;
  76. }
  77.  
  78. #box
  79. {
  80. float:left;
  81. position:fixed;
  82. width:320px;
  83. height:500px;
  84. background:#000;
  85. }
  86.  
  87. .box_topo
  88. {
  89. position:absolute;
  90. top:-20;
  91. width:325px;
  92. margin-left:-5px;
  93. z-index:999;
  94. }
  95.  
  96. .box_topo img
  97. {
  98. width:100%
  99. }
  100.  
  101.  
  102. .box_bottom
  103. {
  104. position:absolute;
  105. bottom:0;
  106. width:325px;
  107. margin-left:-5px;
  108. }
  109.  
  110. .box_bottom img
  111. {
  112. width:100%
  113. }
  114.  
  115. #followers
  116. {
  117. float:left;
  118. position:fixed;
  119. width:320px;
  120. height:360px;
  121. margin-top:80px;
  122. background:#000;
  123. overflow:auto;
  124. }
  125.  
  126.  
  127. #parceiros
  128. {
  129. width:323px;
  130. overflow:auto;
  131. margin-top:15px;
  132. background:#000;
  133. margin-bottom:15px;
  134. margin-left:-5px;
  135. }
  136.  
  137. #parceiros a
  138. {
  139. opacity:1;
  140. -webkit-transition:all 1s ease;
  141. -moz-transition:all 1s ease;
  142. -o-transition:all 1s ease;
  143. }
  144.  
  145. #parceiros a:hover
  146. {
  147. opacity: .7;
  148. }
  149.  
  150.  
  151. ::-webkit-scrollbar {
  152. height:11px;
  153. width:7px;
  154. background-color:#000;
  155. }
  156. ::-webkit-scrollbar-track-piece {
  157. padding-top:30px;
  158. background-color:#000;
  159. }
  160. ::-webkit-scrollbar-thumb {
  161. width:7px;
  162. height:11px;
  163. border:3px solid #000;
  164. background-color:#edbc7b;
  165. padding-top:30px;
  166. }
  167.  
  168. ::-webkit-scrollbar-thumb:horizontal {
  169. background-color: #000;
  170. height:10px!important;}
  171.  
  172. #menu
  173. {
  174. position:fixed;
  175. margin-top:40px;
  176. width:10;
  177. height:19px;
  178. z-index:999;
  179. }
  180.  
  181.  
  182. #link_1
  183. {
  184. float:left;
  185. margin-top:410px;
  186. -moz-transition-duration:0.5s;
  187. -webkit-transition-duration:0.5s;
  188. -o-transition-duration:0.5s;
  189. }
  190.  
  191.  
  192. #link_1:hover
  193. {
  194. opacity:0.6;
  195. -moz-transition-duration:0.5s;
  196. -webkit-transition-duration:0.5s;
  197. -o-transition-duration:0.5s;
  198. }
  199.  
  200.  
  201. #link_2
  202. {
  203. float:left;
  204. margin-top:460px;
  205. margin-left:50px;
  206. -moz-transition-duration:0.5s;
  207. -webkit-transition-duration:0.5s;
  208. -o-transition-duration:0.5s;
  209. }
  210.  
  211.  
  212. #link_2:hover
  213. {
  214. opacity:0.6;
  215. -moz-transition-duration:0.5s;
  216. -webkit-transition-duration:0.5s;
  217. -o-transition-duration:0.5s;
  218. }
  219.  
  220.  
  221. #link_3
  222. {
  223. float:left;
  224. margin-top:460px;
  225. margin-left:70px;
  226. -moz-transition-duration:0.5s;
  227. -webkit-transition-duration:0.5s;
  228. -o-transition-duration:0.5s;
  229. }
  230.  
  231. #link_3:hover
  232. {
  233. opacity:0.6;
  234. -moz-transition-duration:0.5s;
  235. -webkit-transition-duration:0.5s;
  236. -o-transition-duration:0.5s;
  237. }
  238.  
  239.  
  240.  
  241. #link_4
  242. {
  243. float:left;
  244. margin-top:410px;
  245. margin-left:50px;
  246. -moz-transition-duration:0.5s;
  247. -webkit-transition-duration:0.5s;
  248. -o-transition-duration:0.5s;
  249. }
  250.  
  251. #link_4:hover
  252. {
  253. opacity:0.6;
  254. -moz-transition-duration:0.5s;
  255. -webkit-transition-duration:0.5s;
  256. -o-transition-duration:0.5s;
  257. }
  258.  
  259.  
  260.  
  261.  
  262.  
  263. {CustomCSS}
  264.  
  265. </style></head>
  266.  
  267. <body>
  268.  
  269. <div id="theme">
  270.  
  271. <div id="everything">
  272. <div id="box">
  273. <div class="box_topo">
  274. <img src="http://static.tumblr.com/c5gdi2k/yN8nep0t3/brtopo.png">
  275. </div>
  276.  
  277. <div id="followers">
  278. <div id="parceiros">
  279. <center>
  280. {block:Following}{block:Followed} <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-64}" style="border:3px solid #540707; width:50px;"/></a> {/block:Followed}{/block:Following}
  281. </center>
  282. </div>
  283. </div>
  284.  
  285. <div class="box_bottom">
  286. <img src="http://static.tumblr.com/c5gdi2k/nbgnep0td/brbottom.png">
  287. </div>
  288.  
  289.  
  290. </div>
  291. <div id="menu">
  292. <a href="/" title="home" id="link_1"><img src="http://static.tumblr.com/c5gdi2k/3qfnep46l/quadrado.png"></a>
  293. <a href="/ask" title="ask box" id="link_2"><img src="http://static.tumblr.com/c5gdi2k/0C8nep44l/triangulo.png"></a>
  294. <a href="https://www.tumblr.com/" title="dash" id="link_3"><img src="http://static.tumblr.com/c5gdi2k/flpnep43r/c.png"></a>
  295. <a href="http://mandrakescry.tumblr.com/" title="credit" id="link_4"><img src="http://static.tumblr.com/c5gdi2k/s9Cnep48o/x.png"></a>
  296. </div>
  297. </div>
  298. </div>
  299.  
  300.  
  301.  
  302. </body>
  303.  
  304. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement