Advertisement
Themes_Mandrakescry

Blogroll 03

Jan 8th, 2014
1,278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.62 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. <head>
  11.  
  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 type="text/javascript"
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Crete+Round' rel='stylesheet' type='text/css'>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Coustard' rel='stylesheet' type='text/css'>
  24.  
  25.  
  26. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  27. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  28. <script>
  29. (function($){
  30. $(document).ready(function(){
  31. $("a[title]").style_my_tooltips({
  32. tip_follows_cursor:true,
  33. tip_delay_time:90,
  34. tip_fade_speed:600,
  35. attribute:"title"
  36. });
  37. });
  38. })(jQuery);
  39. </script>
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. #s-m-t-tooltip{
  45. max-width:250px;
  46. z-index:999999;
  47. margin-top:-20px;
  48. margin-left:-5px;
  49. padding:2px 2px;
  50. border-radius:3px;
  51. letter-spacing:2px;
  52. text-transform:uppercase;
  53. border:1px solid #fff;
  54. background:#313231;
  55. color:#fff;
  56. font-family:trebuchet ms;
  57. font-size:8px;
  58. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  59.  
  60.  
  61. a {
  62. color:#000000;
  63. text-decoration:none;
  64. -moz-transition-duration:0.5s;
  65. -webkit-transition-duration:0.5s;
  66. -o-transition-duration:0.5s;
  67. }
  68.  
  69. a:hover {
  70. color:#313231;
  71. text-decoration:none;
  72. -moz-transition-duration:0.5s;
  73. -webkit-transition-duration:0.5s;
  74. -o-transition-duration:0.5s;
  75. }
  76.  
  77.  
  78. ::-webkit-scrollbar {
  79. height:8px;
  80. width:5px}
  81.  
  82. ::-webkit-scrollbar-thumb:vertical {
  83. background-color:#313231;
  84. height:50px;
  85. }
  86.  
  87. ::-webkit-scrollbar-thumb:horizontal {
  88. background-color:#313231;
  89. height:8px!important;
  90. }
  91.  
  92.  
  93. body {
  94. background-image: url('http://static.tumblr.com/j0zksi4/LBGmyrhue/dark_geometric.png');
  95. background-color:#313231;
  96. background-attachment:fixed;
  97. background-repeat:repeat;
  98. background-position:right;
  99. font-family:cambria;
  100. font-weight:normal;
  101. }
  102.  
  103.  
  104.  
  105.  
  106. h1 {
  107. font-weight:normal;
  108. font-size:10px;
  109. text-align:center;
  110. font-style:normal;
  111. line-height:80%;
  112. letter-spacing:1px;
  113. text-transform:uppercase;
  114. color:#a8a6a6;
  115. }
  116.  
  117. h2 {
  118. font-size:18px;
  119. text-align:left;
  120. line-height:100%;
  121. letter-spacing:-0.5px;
  122. font-family: vernada;
  123. color:#3c657c;
  124. font-weight:normal;
  125. padding:5px;
  126. padding-bottom:2px;
  127. }
  128.  
  129.  
  130. blockquote {
  131. border-left:2px solid #000;
  132. padding-left:5px;
  133. margin:5px;
  134. }
  135.  
  136.  
  137.  
  138. #content {
  139. position:fixed;
  140. left:35%;
  141. top:30%;
  142. background-image: url('http://static.tumblr.com/c95706edcd409f8184e1bbaa6a8c53cd/9gqe4bq/UGSmu3tio/tumblr_static_tumblr_mizm45muwe1raxlx4o3_250.jpg');
  143. width:460px;
  144. height:300px;
  145. padding:30px;
  146. border-radius:3px;
  147. }
  148.  
  149.  
  150.  
  151. #menu{
  152. speak:normal;
  153. width:130px;
  154. }
  155.  
  156.  
  157. .stitle {
  158. background-color: transparent;
  159. display: inline-block;
  160. padding: 3px;
  161. text-align: center;
  162. background: #313231;
  163. color: #fff;
  164. margin:1px;
  165. width:140px;
  166. font-family: 'Crete Round', serif;
  167. letter-spacing:5px;
  168. font-size:15px;
  169. margin-left:2px;
  170. margin-bottom: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. .sb img {
  181. background: #ededed;
  182. width:100px;
  183. height:100px;
  184. margin-left:2px;
  185. border: 8px solid #313231;
  186. padding:15px;
  187. margin-bottom:5px;
  188. }
  189.  
  190.  
  191. #follow{
  192. padding: 2px;
  193. margin-top: -185px;
  194. margin-left: 170px;
  195. }
  196.  
  197. #who{
  198. padding: 5px;
  199. background: #f9f9f9;
  200. }
  201.  
  202. .bb{
  203. width:260px;
  204. padding: 5px;
  205. background: #aaccbb;
  206. }
  207.  
  208. .back{
  209. width:300px;
  210. height:20px;
  211. background:#559966;
  212. color:#fff;
  213. font: 12px 'consolas';
  214. padding:5px;
  215. text-align:center;
  216. padding-top:6px;
  217. }
  218.  
  219. .back a{
  220. background:#559966;
  221. color:#fff;
  222. padding:5px;
  223. font: 14px 'futura';
  224. text-align:center;
  225. padding-top:3px;
  226. -webkit-transition: all 0.5s ease-out;
  227. -moz-transition: all 0.5s ease-out;
  228. -o-transition: all 0.5s ease-out;
  229. }
  230.  
  231. .back a:hover{
  232. color:#333;
  233. text-decoration:underline;
  234. -webkit-transition: all 0.5s ease-out;
  235. -moz-transition: all 0.5s ease-out;
  236. -o-transition: all 0.5s ease-out;
  237. }
  238.  
  239. #ido{
  240. width:250px;
  241. height:270px;
  242. border: 10px solid #313231;
  243. padding:5px;
  244. background:#fff;
  245. }
  246.  
  247. #parceiros {
  248. opacity: .99;
  249. -webkit-transition:all 1s ease;
  250. -moz-transition:all 1s ease;
  251. -o-transition:all 1s ease;
  252. }
  253.  
  254. #parceiros a {
  255. opacity: .80;
  256. -webkit-transition:all 1s ease;
  257. -moz-transition:all 1s ease;
  258. -o-transition:all 1s ease;
  259. -webkit-transition: all 0.3s linear;
  260. -moz-transition: all 0.3s linear;
  261. -o-transition: all 0.3s linear;
  262. -ms-transition: all 0.3s linear;
  263. -webkit-filter: grayscale(100%);
  264. -moz-filter: grayscale(100%);
  265. -ms-filter: grayscale(100%);
  266. -o-filter: grayscale(100%);
  267. }
  268.  
  269. #parceiros a:hover {
  270. opacity: .99;
  271. -webkit-filter: grayscale(0%);
  272. -moz-filter: grayscale(0%);
  273. -ms-filter: grayscale(0%);
  274. -o-filter: grayscale(0%);
  275. }
  276.  
  277.  
  278.  
  279. h2 {
  280. color:#90b2bb;
  281. margin:0px 0px 5px 0px;
  282. font-weight:500;
  283. border-bottom:1px solid #d4d4d4;
  284. padding-bottom:5px;
  285. font-size:18px;
  286. }
  287. h2 span {
  288. color:#313231;
  289. font-family:georgia;
  290. font-size:22px;
  291. font-weight:500;
  292. text-transform:uppercase;
  293. }
  294.  
  295. #links {
  296. float:left;
  297. margin-top:10px;
  298. margin-left:30px;
  299. display: inline-block;
  300. text-align: center;
  301. background: #313231;
  302. width: 10px;
  303. height: 10px;
  304. border-radius: 10px;
  305. -webkit-transition-duration: 1s;
  306. -moz-transition-duration: 1s;
  307. transition-duration: 1s;
  308. z-index:10000000000;
  309. }
  310.  
  311.  
  312.  
  313. {CustomCSS}
  314. </style>
  315.  
  316. </head>
  317.  
  318. <body>
  319.  
  320. <div id="content">
  321.  
  322. <div id="menu">
  323. <div class="sb"><img src="http://static.tumblr.com/j0zksi4/uQnmys1zo/untitled-1.jpg"/>
  324. <div class="stitle">blogroll</div><br></div>
  325. <a href="/" title="home" id="links"></a>
  326. <a href="/ask" title="askbox" id="links"></a>
  327. <a href="http://mandrakescry.tumblr.com/" title="credit" id="links"></a>
  328.  
  329.  
  330. <div id="follow">
  331. <div id="ido"style="overflow:auto; line-height:100%">
  332. <div id="parceiros">
  333. <center>
  334. {block:Following}{block:Followed} <a href="{FollowedURL}"><img src="{FollowedPortraitURL-64}" border="3" width="50px"/></a> {/block:Followed}{/block:Following}
  335. </center>
  336. </div>
  337. </div></div></div>
  338.  
  339.  
  340.  
  341.  
  342.  
  343. </body>
  344.  
  345.  
  346. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement