Advertisement
Themes_Mandrakescry

Blogroll 04

May 9th, 2014
1,351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 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. <!-------------------------------------------
  6. Theme by Clara
  7. http://mandrakescry.tumblr.com/
  8. DON'T REMOVE THE CREDITS
  9. -------------------------------------------->
  10.  
  11.  
  12.  
  13. <head>
  14. <title>{title}</title>
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. </head>
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("a[title]").style_my_tooltips({
  24. tip_follows_cursor:true,
  25. tip_delay_time:90,
  26. tip_fade_speed:600,
  27. attribute:"title"
  28. });
  29. });
  30. })(jQuery);
  31. </script>
  32.  
  33.  
  34.  
  35.  
  36. <style>
  37. #s-m-t-tooltip{
  38. max-width:250px;
  39. z-index:999999;
  40. margin-top:-20px;
  41. padding-left:2px;
  42. padding-right:2px;
  43. padding-bottom:2px;
  44. text-transform:uppercase;
  45. font-family: PF Arma Five;
  46. font-size:8px;
  47. box-shadow:2px 2px 5px rgba(0,0,0,.1);
  48. border:1px solid #363642;
  49. background:#1e1e1e;
  50. color:#fff;
  51. }
  52.  
  53. body {
  54. background: #fff;
  55. font: 11px Verdana;
  56. color: #000;
  57. }
  58.  
  59.  
  60.  
  61. ::-webkit-scrollbar-thumb:vertical {
  62. height:12px;
  63. border:2px solid #fff;
  64. background-color:#000;
  65. }
  66. ::-webkit-scrollbar-thumb:horizontal {
  67. background-color:#fff;
  68. }
  69. ::-webkit-scrollbar {
  70. width:11px;
  71. height:7px;
  72. border:5px solid #fff;
  73. background-color:#000;
  74. }
  75.  
  76.  
  77.  
  78. @font-face {src: url('http://static.tumblr.com/08l8cbl/UsQmgu9kz/pf_arma_five.ttf'); font-family: PF Arma Five;}
  79.  
  80. .border {
  81. width: 230px;
  82. height: 150%;
  83. background-color: #000;
  84. margin-left: -10px;
  85. margin-top:-100px;
  86. position: fixed;
  87. z-index:-10;
  88. }
  89.  
  90.  
  91.  
  92. .caixa {
  93. background: #fff;
  94. color: #ccc;
  95. text-align: left;
  96. overflow: hidden;
  97. width:720px;
  98. }
  99.  
  100. #box-following {
  101. float: left;
  102. overflow: hidden;
  103. background: #fff;
  104. }
  105.  
  106. .following {
  107. overflow: hidden;
  108. float: left;
  109. display: inline-block;
  110. border: 1px solid #eee;
  111. width: 184px;
  112. height: 45px;
  113. font: 10px PF Arma Five;
  114. color: #595786;
  115. overflow: auto;
  116. padding-left:5px;
  117. padding-right:5px;
  118. padding-top:5px;
  119. }
  120.  
  121.  
  122. .following img {
  123. margin-right: 3px;
  124. -webkit-transition-duration: .80s;
  125. -moz-transition-duration: .80s;
  126. -o-transition-duration: .80s;
  127. -ms-transition-duration: .80s;
  128. transition-duration: .80s; opacity: 100;
  129. -moz-opacity: 100;
  130. }
  131.  
  132. .following:hover img {
  133. -webkit-filter: grayscale(100%);
  134. -moz-filter: grayscale(100%);
  135. -ms-filter: grayscale(100%);
  136. -o-filter: grayscale(100%);
  137.  
  138. }
  139.  
  140. /* Links */
  141. a:active, a:link, a:visited {
  142. text-decoration: none;
  143. color: #fff;
  144. }
  145.  
  146. #menu{
  147. margin-left:55px;
  148. margin-top:110px;
  149. speak:normal;
  150. width:65px;
  151. height:80px;
  152. padding:15px;
  153. position:fixed;
  154. }
  155.  
  156.  
  157. .stitle {
  158. background-color: transparent;
  159. display: inline-block;
  160. padding: 3px;
  161. text-align: center;
  162. background: #000;
  163. color: #fff;
  164. margin:1px;
  165. width:60px;
  166. font-family: 'Crete Round', serif;
  167. letter-spacing:2px;
  168. font-size:8px;
  169. margin-left:0px;
  170. margin-top:8px;
  171. cursor: pointer;
  172. text-transform:uppercase;
  173. border-radius: 3px;
  174. -webkit-transition: all 0.5s linear;
  175. -moz-transition: all 0.5s linear;
  176. transition: all 0.5s linear;
  177. }
  178.  
  179.  
  180. #links {
  181. float:left;
  182. margin-top:8px;
  183. margin-left:70px;
  184. display: inline-block;
  185. text-align: center;
  186. background: #fff;
  187. width: 8px;
  188. height: 8px;
  189. border-radius: 10px;
  190. z-index:10000000000;
  191. border:1px solid #fff;
  192. }
  193.  
  194. #links:hover {
  195. background:#000;
  196. -webkit-transition-duration: 0.5s;
  197. -moz-transition-duration: 0.5s;
  198. transition-duration: 0.5s;
  199. }
  200.  
  201.  
  202. #credit{
  203. width:20px;
  204. position:fixed;
  205. bottom:10px;
  206. right:10px;
  207. opacity:1;
  208. z-index:1;
  209. }
  210.  
  211. #credit:hover{
  212. opacity:0.3;
  213. }
  214.  
  215. </style>
  216. <body>
  217.  
  218. <div class="border"></div>
  219.  
  220. <div style="position: absolute; margin-left: 300px; margin-top:20px; margin-bottom:30px; width: 680px; top: 10px;">
  221.  
  222.  
  223. <div id="box-following">
  224. <div class="caixa">
  225.  
  226. {block:Following}
  227. {block:Followed}
  228. <div class="following">
  229. <a href="{FollowedURL}">
  230. <img src="{FollowedPortraitURL-40}" width="40px" align="left">
  231. <div style="background:#000">{FollowedName}</div></a>
  232. {FollowedTitle}
  233. </div>
  234.  
  235. {/block:Followed}
  236. {/block:Following}
  237. </div>
  238.  
  239. </div>
  240.  
  241. </div>
  242.  
  243. <div id="menu">
  244. <div class="sb"><img src="{PortraitURL-64}" width="64px"/>
  245. <div class="stitle">blogroll</div>
  246. </div>
  247. <div style="margin-top:-86px">
  248. <a href="/" title="home" id="links"></a><br>
  249. <a href="/ask" title="askbox" id="links"></a><br>
  250. <a href="/archive" title="past" id="links"></a><br></div>
  251.  
  252.  
  253.  
  254. <a href="http://mandrakescry.tumblr.com/" title="theme by mandrakescry"><img src="http://static.tumblr.com/xkrznpq/PMOmud849/m.png" id="credit"></a>
  255.  
  256.  
  257. </body>
  258. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement