mhango

Mandarin Blogroll Theme

Oct 29th, 2016
2,332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head>
  4.  
  5. <!--
  6.  
  7. Mandarin Theme by Mhango
  8. A Blogroll Layout
  9. Version 1 (29th October 2016)
  10.  
  11. Credits to
  12. @azurethemes for the base code
  13. fontawesome.com for the icons
  14. fonts.google.com for the fonts
  15.  
  16. Rules: - don't reupload or claim as your own
  17. - don't edit or remove the credits!!!
  18. - don't use as a base code
  19. - thievery will be reported immediately
  20.  
  21. -->
  22.  
  23.  
  24. <title>{Title}</title>
  25. <meta charset="utf-8">
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. <link href='https://fonts.googleapis.com/css?family=Muli:400,300,300italic,400italic' rel='stylesheet' type='text/css'>
  29. <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
  30.  
  31.  
  32. <!-- font awesome code -->
  33.  
  34. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  35.  
  36. <!-- end of font awesome code -->
  37.  
  38. <!-- TOOLTIP SCRIPT -->
  39.  
  40. <script type="text/javascript"
  41. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  42. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  43. <script>
  44. (function($){
  45. $(document).ready(function(){
  46. $("[title]").style_my_tooltips({
  47. tip_follows_cursor:true,
  48. tip_delay_time:200,
  49. tip_fade_speed:300
  50. }
  51. );
  52. });
  53. })(jQuery);
  54. </script>
  55.  
  56.  
  57. <style type="text/css">
  58.  
  59. ::-webkit-scrollbar-thumb{
  60. background-color: #FFDFC0;
  61. border: 3px solid #fff;
  62. height:auto;
  63. -moz-border-radius: 10px;
  64. border-radius: 0px;
  65. }
  66.  
  67. ::-webkit-scrollbar {
  68. height:auto;
  69. width:9px;
  70. background-color: #fff;
  71. border: 4px solid #fff;
  72. }
  73.  
  74. ::-moz-selection {
  75. background: #FFEEDE;
  76. color: #000;
  77. }
  78.  
  79. ::selection {
  80. background: #FFEEDE;
  81. color: #000;
  82. }
  83.  
  84. body {
  85. font-family:'Muli', Helvetica, Arial, sans-serif;
  86. font-size:11px;
  87. background:#fff;
  88. color:#000;
  89. margin:0;
  90. }
  91.  
  92. #s-m-t-tooltip {
  93. max-width:300px;
  94. border-radius: 0px;
  95. padding:3px 5px 3px 5px;
  96. margin:20px 7px -2px 20px;
  97. background-color:#fff;
  98. border:1px solid #FFDFC0;
  99. font-family:'Muli', Helvetica, Arial, sans-serif;
  100. font-size:10px;
  101. color:#000;
  102. z-index:999999999999999999999999999999999999;
  103. font-weight:normal;
  104. text-align:center;
  105. text-transform:uppercase;
  106. }
  107.  
  108. a {
  109. color:#000;
  110. text-decoration:none;
  111. -webkit-transition-duration:.6s;
  112. -moz-transition-duration:.6s;
  113. -o-transition-duration:.6s;
  114. -ms-transition-duration:.6s;
  115. }
  116.  
  117. a:hover {
  118. color:#FFD0A3;
  119. -webkit-transition-duration:.6s;
  120. -moz-transition-duration:.6s;
  121. -o-transition-duration:.6s;
  122. -ms-transition-duration:.6s;
  123. }
  124.  
  125. #content {
  126. margin:160px auto;
  127. width:900px;
  128. }
  129.  
  130. #content img {
  131. margin:25px;
  132. padding:15px;
  133. width:96px;
  134. border:2px solid #FFDFC0;
  135. border-radius:0px;
  136. -webkit-transition: all .6s ease-in-out;
  137. -moz-transition: all .6s ease-in-out;
  138. -ms-transition: all .6s ease-in-out;
  139. -o-transition: all .6s ease-in-out;
  140. transition: all .6s ease-in-out;
  141. }
  142.  
  143. #content img:hover {
  144. border-radius: 0px 80px 0px 80px;
  145. -webkit-transition: all .6s ease-in-out;
  146. -moz-transition: all .6s ease-in-out;
  147. -ms-transition: all .6s ease-in-out;
  148. -o-transition: all .6s ease-in-out;
  149. transition: all .6s ease-in-out;
  150. }
  151.  
  152. #sidebar {
  153. background: #fff;
  154. padding: 8px;
  155. border:2px solid #FFDFC0;
  156. color: #000;
  157. width: 200px;
  158. float:left;
  159. line-height:14px;
  160. height:auto;
  161. right: 50%;
  162. margin-top:10px;
  163. margin-right:-100px;
  164. margin-bottom:50px;
  165. top: 20px;
  166. position:absolute;
  167. box-shadow:0px 0px rgba(0,0,0,0.3);
  168. text-align:center;
  169. z-index: 99;
  170. border-radius:0%;
  171. }
  172.  
  173. .blogtitle {
  174. padding:3px;
  175. margin-top:6px;
  176. margin-bottom:6px;
  177. margin-right:20px;
  178. margin-left:20px;
  179. text-align:center;
  180. text-transform:uppercase;
  181. letter-spacing:2px;
  182. font-weight:bold;
  183. font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  184. z-index: 999;
  185. background:white;
  186. }
  187.  
  188. .blogtitle a{
  189. text-decoration:none;
  190. background-color:transparent;
  191. font-size:22px;
  192. color:#FFD0A3;
  193. }
  194.  
  195. .blogtitle a:hover{
  196. text-decoration:none;
  197. color:#FFDFC0;
  198. background-color:transparent;
  199. }
  200.  
  201. .nav {
  202. border-top:1px solid #FFDFC0;
  203. margin-left:10px;
  204. margin-right:10px;
  205. padding-top:3px;
  206. }
  207.  
  208. .nav a {
  209. color:#000;
  210. text-transform:lowercase;
  211. margin: 6px 10px 3px 10px;
  212. opacity: 1.;
  213. font-size:13px;
  214. line-height:100%;
  215. -webkit-transition: all .2s ease-in-out;
  216. -moz-transition: all .2s ease-in-out;
  217. -ms-transition: all .2s ease-in-out;
  218. -o-transition: all .2s ease-in-out;
  219. transition: all .2s ease-in-out;
  220. display: inline-block;
  221. }
  222.  
  223. .nav a:hover {
  224. text-decoration:none;
  225. transform: scale(1.2);
  226. -webkit-transition: all .2s ease-in-out;
  227. -moz-transition: all .2s ease-in-out;
  228. -ms-transition: all .2s ease-in-out;
  229. -o-transition: all .2s ease-in-out;
  230. transition: all .2s ease-in-out;
  231. }
  232.  
  233. #important{
  234. bottom:5px;
  235. right:5px;
  236. font-size:12px;
  237. position:fixed;
  238. z-index:9999999999999999999999999999;
  239. }
  240.  
  241. #important a {
  242. color:#000;
  243. }
  244.  
  245. #flower {
  246. left:0px;
  247. bottom:0px;
  248. height:auto;
  249. width:135px;
  250. position:fixed;
  251. opacity:0.8;
  252. }
  253.  
  254. </style>
  255.  
  256. </head>
  257.  
  258. <body>
  259.  
  260.  
  261. <div id="sidebar">
  262.  
  263.  
  264. <div class="blogtitle"><a href="/">Blogroll</a></div>
  265.  
  266. <div class="nav">
  267.  
  268. <a href="/" title="back to blog"><i class="fa fa-home"></i></a>
  269. <a href="http://evas-themes.tumblr.com" target="_blank" title="theme by mhango"><i class="fa fa-code"></i></a>
  270.  
  271. </div>
  272.  
  273. </div>
  274.  
  275.  
  276.  
  277. <div id="content">
  278.  
  279. {block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-96}">{/block:Followed}{/block:Following}
  280. </div>
  281.  
  282. <div id="important"><a href="http://mhango.tumblr.com" target="_blank" title="theme by mhango"><i class="fa fa-cloud" aria-hidden="true"></i></a></div>
  283.  
  284. <div id="flower"><img src="http://up.picr.de/27265256et.png"></div>
  285.  
  286. </body>
  287.  
  288. </html>
Advertisement
Add Comment
Please, Sign In to add comment