Advertisement
Themes_Mandrakescry

About me 01

Jan 8th, 2014
2,212
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. 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:-5px;
  48. margin-left:-45px;
  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:#90b2bb;
  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:510px;
  144. height:290px;
  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:8px;
  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:8px;
  185. border: 8px solid #313231;
  186. padding:15px;
  187. margin-bottom:5px;
  188. }
  189.  
  190. #things{
  191. width:135px;
  192. margin-bottom:8px;
  193. margin-left:9px;
  194. font-size: 10px;
  195. color:#fff;
  196. background:#313231;
  197. line-height: 18px;
  198. letter-spacing:2px;
  199. text-align:left;
  200. line-height:10px;
  201. padding:5px;
  202. text-transform:uppercase;
  203. border-radius: 3px;
  204. -webkit-transition: all 0.5s linear;
  205. -moz-transition: all 0.5s linear;
  206. transition: all 0.5s linear;
  207. }
  208.  
  209. #box{
  210. width:320px;
  211. height:265px;
  212. margin-left:159px;
  213. margin-top:-298px;
  214. font-size: 10px;
  215. color:#a8a6a6;
  216. background: #ededed;
  217. border: 8px solid #313231;
  218. line-height: 18px;
  219. letter-spacing:2px;
  220. text-align:left;
  221. line-height:10px;
  222. padding:5px;
  223. border-radius: 3px;
  224. overflow:auto;
  225. -webkit-transition: all 0.5s linear;
  226. -moz-transition: all 0.5s linear;
  227. transition: all 0.5s linear;
  228. }
  229.  
  230. h2 {
  231. color:#90b2bb;
  232. margin:0px 0px 5px 0px;
  233. font-weight:500;
  234. border-bottom:1px solid #d4d4d4;
  235. padding-bottom:5px;
  236. font-size:18px;
  237. }
  238. h2 span {
  239. color:#313231;
  240. font-family:georgia;
  241. font-size:22px;
  242. font-weight:500;
  243. text-transform:uppercase;
  244. }
  245.  
  246. #links {
  247. float:left;
  248. margin-top:-280px;
  249. margin-left:-10px;
  250. display: inline-block;
  251. text-align: center;
  252. background: #313231;
  253. width: 10px;
  254. height: 10px;
  255. border-radius: 10px;
  256. -webkit-transition-duration: 1s;
  257. -moz-transition-duration: 1s;
  258. transition-duration: 1s;
  259. z-index:10000000000;
  260. }
  261.  
  262.  
  263.  
  264. {CustomCSS}
  265. </style>
  266.  
  267. </head>
  268.  
  269. <body>
  270.  
  271. <div id="content">
  272.  
  273. <div id="menu">
  274. <div class="sb"><img src="http://static.tumblr.com/j0zksi4/uQnmys1zo/untitled-1.jpg"/>
  275. <div class="stitle">about me</div><br>
  276. <div id="things">Name: </div>
  277. <div id="things">Age: </div>
  278. <div id="things">Gender: </div>
  279. <div id="things">Country: </div>
  280. </div>
  281. <div id="box">
  282. <h2><span>i</span>ntroduction</h2>
  283. <p>
  284. PUT YOUR TEXT HERE
  285. <p>
  286. <h2><span>T</span>itle</h2>
  287. <p>
  288. PUT YOUR TEXT HERE
  289. <p>
  290.  
  291. <br/>
  292. </div>
  293.  
  294.  
  295. <a href="/" title="home" id="links"></a><br>
  296. <a href="/ask" title="askbox" id="links"></a><br>
  297. <a href="http://mandrakescry.tumblr.com/" title="credit" id="links"></a><br>
  298.  
  299. </div></div>
  300. </div></div>
  301. </div></div>
  302.  
  303.  
  304.  
  305. </body>
  306.  
  307.  
  308. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement