Advertisement
Themes_Mandrakescry

Family/Network

May 9th, 2014
2,809
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.02 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: 184px;
  111. height: 85px;
  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:95px;
  128. height:55px;
  129. padding:5px;
  130. position:absolute;
  131. margin-top:53px;
  132. text-decoration:none;
  133. line-height:11px;
  134. font-size:9px;
  135. letter-spacing:0px;
  136. text-transform:none;
  137. font-style:none;
  138. margin-top:0px;
  139. margin-left:80px;
  140. font-family:verdana;
  141. }
  142.  
  143. /* Links */
  144. a:link {
  145. text-decoration: none;
  146. color: #9a9a9a;
  147. }
  148.  
  149. #menu{
  150. margin-left:55px;
  151. margin-top:110px;
  152. speak:normal;
  153. width:65px;
  154. height:80px;
  155. padding:15px;
  156. position:fixed;
  157. }
  158.  
  159.  
  160. .stitle {
  161. background-color: transparent;
  162. display: inline-block;
  163. padding: 3px;
  164. text-align: center;
  165. background: #000;
  166. color: #fff;
  167. margin:1px;
  168. width:60px;
  169. font-family: 'Crete Round', serif;
  170. letter-spacing:2px;
  171. font-size:10px;
  172. margin-left:0px;
  173. margin-top:8px;
  174. cursor: pointer;
  175. text-transform:uppercase;
  176. border-radius: 3px;
  177. -webkit-transition: all 0.5s linear;
  178. -moz-transition: all 0.5s linear;
  179. transition: all 0.5s linear;
  180. }
  181.  
  182.  
  183. #links {
  184. float:left;
  185. margin-top:8px;
  186. margin-left:70px;
  187. display: inline-block;
  188. text-align: center;
  189. background: #fff;
  190. width: 8px;
  191. height: 8px;
  192. border-radius: 10px;
  193. z-index:10000000000;
  194. border:1px solid #fff;
  195. }
  196.  
  197. #links:hover {
  198. background:#000;
  199. -webkit-transition-duration: 0.5s;
  200. -moz-transition-duration: 0.5s;
  201. transition-duration: 0.5s;
  202. }
  203.  
  204.  
  205. #credit{
  206. width:20px;
  207. position:fixed;
  208. bottom:10px;
  209. right:10px;
  210. opacity:1;
  211. z-index:1;
  212. }
  213.  
  214. #credit:hover{
  215. opacity:0.3;
  216. }
  217.  
  218. </style>
  219. <body>
  220.  
  221. <div class="border"></div>
  222.  
  223. <div style="position: absolute; margin-left: 350px; margin-top:50px; margin-bottom:30px; width: 680px; top: 10px;">
  224.  
  225.  
  226. <div id="box-following">
  227. <div class="caixa">
  228.  
  229.  
  230. <!-- Start Member -->
  231.  
  232. <div class="padfoot">
  233. <a href="/"> <!-- Put URL here. -->
  234. <img src="https://24.media.tumblr.com/cec9d1da5bb5a38a6a7fe2e515384e9c/tumblr_n562u5E6fo1ro9srso2_100.jpg" width="80px" align="left"></a><!-- Change picture here. -->
  235. <center>
  236.  
  237. <div style="background:#000; color:#fff; font: 8px PF Arma Five;">
  238. name/url<!-- Change the name here. -->
  239. </div>
  240. </center>
  241.  
  242. <div id="info"> <b>Bold.</b> <i>Italic.</i> <u>Underline.</u> <a href="/">Link.</a> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est. </div>
  243. </div>
  244.  
  245. <!-- End Member -->
  246.  
  247. <!-- Start Member -->
  248.  
  249. <div class="padfoot">
  250. <a href="/"> <!-- Put URL here. -->
  251. <img src="https://31.media.tumblr.com/536cd62d2c1a3df0bd8ff35c34db85d4/tumblr_n562u5E6fo1ro9srso1_100.jpg" width="80px" align="left"></a><!-- Change picture here. --><center>
  252.  
  253. <div style="background:#000; color:#fff; font: 8px PF Arma Five;">
  254. name/url<!-- Change the name here. -->
  255. </div>
  256. </center>
  257.  
  258. <div id="info"> <b>Bold.</b> <i>Italic.</i> <u>Underline.</u> <a href="/">Link.</a> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est. </div>
  259. </div>
  260.  
  261.  
  262. <!-- End Member -->
  263.  
  264. <!-- Start Member -->
  265.  
  266. <div class="padfoot">
  267. <a href="/"> <!-- Put URL here. -->
  268. <img src="https://31.media.tumblr.com/4f8162496b3a38618924d8ecb98c9163/tumblr_n562u5E6fo1ro9srso3_100.jpg" width="80px" align="left"></a><!-- Change picture here. --><center>
  269.  
  270. <div style="background:#000; color:#fff; font: 8px PF Arma Five;">
  271. name/url<!-- Change the name here. -->
  272. </div>
  273. </center>
  274.  
  275. <div id="info"> <b>Bold.</b> <i>Italic.</i> <u>Underline.</u> <a href="/">Link.</a> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est. </div>
  276. </div>
  277.  
  278. <!-- End Member -->
  279.  
  280. <!-- Start Member -->
  281.  
  282. <div class="padfoot">
  283. <a href="/"> <!-- Put URL here. -->
  284. <img src="https://31.media.tumblr.com/c83669f126d583aa2393308f01c54db2/tumblr_n562u5E6fo1ro9srso4_100.jpg" width="80px" align="left"></a><!-- Change picture here. --><center>
  285.  
  286. <div style="background:#000; color:#fff; font: 8px PF Arma Five;">
  287. name/url<!-- Change the name here. -->
  288. </div>
  289. </center>
  290.  
  291. <div id="info"> <b>Bold.</b> <i>Italic.</i> <u>Underline.</u> <a href="/">Link.</a> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est. </div>
  292. </div>
  293.  
  294. <!-- End Member -->
  295.  
  296. <!-- Start Member -->
  297.  
  298. <div class="padfoot">
  299. <a href="/"> <!-- Put URL here. -->
  300. <img src="https://31.media.tumblr.com/5d6d52c6e713132e073b65d08845de26/tumblr_n562u5E6fo1ro9srso5_100.jpg" width="80px" align="left"></a><!-- Change picture here. --><center>
  301.  
  302. <div style="background:#000; color:#fff; font: 8px PF Arma Five;">
  303. name/url<!-- Change the name here. -->
  304. </div>
  305. </center>
  306.  
  307. <div id="info"> <b>Bold.</b> <i>Italic.</i> <u>Underline.</u> <a href="/">Link.</a> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est. </div>
  308. </div>
  309.  
  310. <!-- End Member -->
  311.  
  312. <!-- Start Member -->
  313.  
  314. <div class="padfoot">
  315. <a href="/"> <!-- Put URL here. -->
  316. <img src="https://31.media.tumblr.com/2e794e4191290690ccf8292032941c2e/tumblr_n562u5E6fo1ro9srso6_100.jpg" width="80px" align="left"></a><!-- Change picture here. --><center>
  317.  
  318. <div style="background:#000; color:#fff; font: 8px PF Arma Five;">
  319. name/url<!-- Change the name here. -->
  320. </div>
  321. </center>
  322.  
  323. <div id="info"> <b>Bold.</b> <i>Italic.</i> <u>Underline.</u> <a href="/">Link.</a> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est. </div>
  324. </div>
  325.  
  326. <!-- End Member -->
  327.  
  328.  
  329. </div>
  330.  
  331. </div>
  332.  
  333. </div>
  334.  
  335. <div id="menu">
  336. <div class="sb"><img src="{PortraitURL-64}" width="64px"/>
  337. <div class="stitle">family</div>
  338. </div>
  339. <div style="margin-top:-88px">
  340. <a href="/" title="home" id="links"></a><br>
  341. <a href="/ask" title="askbox" id="links"></a><br>
  342. <a href="/archive" title="past" id="links"></a><br></div>
  343.  
  344.  
  345.  
  346. <a href="http://mandrakescry.tumblr.com/" title="theme by mandrakescry"><img src="http://static.tumblr.com/xkrznpq/PMOmud849/m.png" id="credit"></a>
  347.  
  348.  
  349. </body>
  350. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement