Advertisement
Themes_Mandrakescry

About

May 9th, 2014
1,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 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:520px;
  98. }
  99.  
  100. #box-following {
  101. float: left;
  102. overflow: hidden;
  103. background: #fff;
  104. }
  105.  
  106. .padfoot{
  107. float: left;
  108. display: inline-block;
  109. border: 1px solid #eee;
  110. width: 300px;
  111. height: 300px;
  112. font-family:verdana;
  113. font-size:9px;
  114. color: #595786;
  115. overflow: auto;
  116. padding-left:5px;
  117. padding-right:5px;
  118. padding-top:5px;
  119. margin-left:10px;
  120. margin-top:10px;
  121. }
  122.  
  123.  
  124. #info {
  125. overflow: auto;
  126. color:#000;
  127. width:180px;
  128. height:270px;
  129. padding:5px;
  130. position:absolute;
  131. text-decoration:none;
  132. line-height:11px;
  133. font-size:9px;
  134. letter-spacing:0px;
  135. text-transform:none;
  136. font-style:none;
  137. margin-top:0px;
  138. margin-left:110px;
  139. font-family:verdana;
  140. }
  141.  
  142. /* Links */
  143. a:link {
  144. text-decoration: none;
  145. color: #9a9a9a;
  146. }
  147.  
  148. #menu{
  149. margin-left:55px;
  150. margin-top:110px;
  151. speak:normal;
  152. width:65px;
  153. height:80px;
  154. padding:15px;
  155. position:fixed;
  156. }
  157.  
  158.  
  159. .stitle {
  160. background-color: transparent;
  161. display: inline-block;
  162. padding: 3px;
  163. text-align: center;
  164. background: #000;
  165. color: #fff;
  166. margin:1px;
  167. width:70px;
  168. font-family: 'Crete Round', serif;
  169. letter-spacing:2px;
  170. font-size:10px;
  171. margin-left:-7px;
  172. margin-top:8px;
  173. cursor: pointer;
  174. text-transform:uppercase;
  175. border-radius: 3px;
  176. -webkit-transition: all 0.5s linear;
  177. -moz-transition: all 0.5s linear;
  178. transition: all 0.5s linear;
  179. }
  180.  
  181.  
  182. #links {
  183. float:left;
  184. margin-top:8px;
  185. margin-left:70px;
  186. display: inline-block;
  187. text-align: center;
  188. background: #fff;
  189. width: 8px;
  190. height: 8px;
  191. border-radius: 10px;
  192. z-index:10000000000;
  193. border:1px solid #fff;
  194. }
  195.  
  196. #links:hover {
  197. background:#000;
  198. -webkit-transition-duration: 0.5s;
  199. -moz-transition-duration: 0.5s;
  200. transition-duration: 0.5s;
  201. }
  202.  
  203.  
  204. #credit{
  205. width:20px;
  206. position:fixed;
  207. bottom:10px;
  208. right:10px;
  209. opacity:1;
  210. z-index:1;
  211. }
  212.  
  213. #credit:hover{
  214. opacity:0.3;
  215. }
  216.  
  217. </style>
  218. <body>
  219.  
  220. <div class="border"></div>
  221.  
  222. <div style="position: absolute; margin-left:350px; margin-top:50px; margin-bottom:auto;; ">
  223.  
  224.  
  225. <div id="box-following">
  226. <div class="caixa">
  227.  
  228.  
  229. <!-- Start Member -->
  230.  
  231. <div class="padfoot">
  232. <a href="/"> <!-- Put URL here. -->
  233. <img src="http://static.tumblr.com/c5gdi2k/vFMn56co2/00.jpg" width="110px" height="295px" align="left"></a><!-- Change picture here. -->
  234. <center>
  235.  
  236. <div style="background:#000; color:#fff; font: 8px PF Arma Five;">
  237. About the blogger<!-- Change the name here. -->
  238. </div>
  239. </center>
  240.  
  241. <div id="info"> <b>Bold.</b> <i>Italic.</i> <u>Underline.</u> Lorem ipsum dolor sit amet, consectetuer <a href="/">adipiscing elit</a>. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
  242. <ul><li>Lorem ipsum dolor sit amet.</li>
  243. <li>Consectetuer adipiscing elit.</li>
  244. <li>Nam at tortor quis ipsum tempor aliquet.</li>
  245. </ul><p>Cum sociis <a href="/">natoque penatibus</a> et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.</p>
  246. <p><strong>Donec placerat mauris commodo dolor. Nulla tincidunt. Nulla vitae augue</strong>.</p>
  247. <p>Suspendisse ac pede. Cras <a href="/">tincidunt pretium</a> felis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque porttitor mi id felis. Maecenas nec augue. Praesent a quam pretium leo congue accumsan </div>
  248. </div>
  249.  
  250. <!-- End Member -->
  251.  
  252.  
  253. </div>
  254.  
  255. </div>
  256.  
  257. </div>
  258.  
  259. <div id="menu">
  260. <div class="sb"><img src="{PortraitURL-64}" width="64px"/>
  261. <div class="stitle">About</div>
  262. </div>
  263. <div style="margin-top:-88px">
  264. <a href="/" title="home" id="links"></a><br>
  265. <a href="/ask" title="askbox" id="links"></a><br>
  266. <a href="/archive" title="past" id="links"></a><br></div>
  267.  
  268.  
  269.  
  270. <a href="http://mandrakescry.tumblr.com/" title="theme by mandrakescry"><img src="http://static.tumblr.com/xkrznpq/PMOmud849/m.png" id="credit"></a>
  271.  
  272.  
  273. </body>
  274. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement