Advertisement
Themes_Mandrakescry

Navigation 03

May 9th, 2014
1,722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.87 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. <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  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:300px;
  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: 100px;
  111. height: auto;
  112. font-family:PF Arma Five;
  113. text-transform:uppercase;
  114. font-size:8px;
  115. color: #595786;
  116. overflow: auto;
  117. padding-left:5px;
  118. padding-right:5px;
  119. padding-top:5px;
  120. margin-left:10px;
  121. margin-top:10px;
  122. }
  123.  
  124.  
  125.  
  126. /* Links */
  127. a:link {
  128. text-decoration: none;
  129. color: #9a9a9a;
  130. }
  131.  
  132. #menu{
  133. margin-left:55px;
  134. margin-top:110px;
  135. speak:normal;
  136. width:65px;
  137. height:80px;
  138. padding:15px;
  139. position:fixed;
  140. }
  141.  
  142.  
  143. .stitle {
  144. background-color: transparent;
  145. display: inline-block;
  146. padding: 3px;
  147. text-align: center;
  148. background: #000;
  149. color: #fff;
  150. margin:1px;
  151. width:60px;
  152. font-family: 'Crete Round', serif;
  153. letter-spacing:2px;
  154. font-size:8px;
  155. margin-left:-5px;
  156. margin-top:8px;
  157. cursor: pointer;
  158. text-transform:uppercase;
  159. border-radius: 3px;
  160. -webkit-transition: all 0.5s linear;
  161. -moz-transition: all 0.5s linear;
  162. transition: all 0.5s linear;
  163. }
  164.  
  165.  
  166. #links {
  167. float:left;
  168. margin-top:8px;
  169. margin-left:70px;
  170. display: inline-block;
  171. text-align: center;
  172. background: #fff;
  173. width: 8px;
  174. height: 8px;
  175. border-radius: 10px;
  176. z-index:10000000000;
  177. border:1px solid #fff;
  178. }
  179.  
  180. #links:hover {
  181. background:#000;
  182. -webkit-transition-duration: 0.5s;
  183. -moz-transition-duration: 0.5s;
  184. transition-duration: 0.5s;
  185. }
  186.  
  187.  
  188. #credit{
  189. width:20px;
  190. position:fixed;
  191. bottom:10px;
  192. right:10px;
  193. opacity:1;
  194. z-index:1;
  195. }
  196.  
  197. #credit:hover{
  198. opacity:0.3;
  199. }
  200.  
  201. </style>
  202. <body>
  203.  
  204. <div class="border"></div>
  205.  
  206. <div style="position: absolute; margin-left:350px; margin-top:50px; margin-bottom:auto; width: 680px;">
  207.  
  208.  
  209. <div id="box-following">
  210. <div class="caixa">
  211.  
  212. <!-- Start Box -->
  213.  
  214. <div class="padfoot">
  215. <center>
  216. <div style="background:#000; color:#fff; font: 12px Raleway;">
  217. Tags<!-- Change the name here. --></div>
  218. <a href="/">tag title</a><br>
  219. <a href="/">tag title</a><br>
  220. <a href="/">tag title</a><br>
  221. <a href="/">tag title</a><br>
  222. <a href="/">tag title</a><br>
  223. <a href="/">tag title</a><br>
  224. <a href="/">tag title</a><br>
  225. <a href="/">tag title</a><br>
  226. </center>
  227. </div>
  228.  
  229. <!-- End Box -->
  230.  
  231. <!-- Start Box -->
  232.  
  233. <div class="padfoot">
  234. <center>
  235. <div style="background:#000; color:#fff; font: 12px Raleway;">
  236. Tags<!-- Change the name here. --></div>
  237. <a href="/">tag title</a><br>
  238. <a href="/">tag title</a><br>
  239. <a href="/">tag title</a><br>
  240. <a href="/">tag title</a><br>
  241. <a href="/">tag title</a><br>
  242. <a href="/">tag title</a><br>
  243. <a href="/">tag title</a><br>
  244. <a href="/">tag title</a><br>
  245. </center>
  246. </div>
  247.  
  248. <!-- End Box -->
  249.  
  250. <!-- Start Box -->
  251.  
  252. <div class="padfoot">
  253. <center>
  254. <div style="background:#000; color:#fff; font: 12px Raleway;">
  255. Tags<!-- Change the name here. --></div>
  256. <a href="/">tag title</a><br>
  257. <a href="/">tag title</a><br>
  258. <a href="/">tag title</a><br>
  259. <a href="/">tag title</a><br>
  260. <a href="/">tag title</a><br>
  261. <a href="/">tag title</a><br>
  262. <a href="/">tag title</a><br>
  263. <a href="/">tag title</a><br>
  264. </center>
  265. </div>
  266.  
  267. <!-- End Box -->
  268.  
  269. <!-- Start Box -->
  270.  
  271. <div class="padfoot">
  272. <center>
  273. <div style="background:#000; color:#fff; font: 12px Raleway;">
  274. Tags<!-- Change the name here. --></div>
  275. <a href="/">tag title</a><br>
  276. <a href="/">tag title</a><br>
  277. <a href="/">tag title</a><br>
  278. <a href="/">tag title</a><br>
  279. <a href="/">tag title</a><br>
  280. <a href="/">tag title</a><br>
  281. <a href="/">tag title</a><br>
  282. <a href="/">tag title</a><br>
  283. </center>
  284. </div>
  285.  
  286. <!-- End Box -->
  287.  
  288. <!-- Start Box -->
  289.  
  290. <div class="padfoot">
  291. <center>
  292. <div style="background:#000; color:#fff; font: 12px Raleway;">
  293. Tags<!-- Change the name here. --></div>
  294. <a href="/">tag title</a><br>
  295. <a href="/">tag title</a><br>
  296. <a href="/">tag title</a><br>
  297. <a href="/">tag title</a><br>
  298. <a href="/">tag title</a><br>
  299. <a href="/">tag title</a><br>
  300. <a href="/">tag title</a><br>
  301. <a href="/">tag title</a><br>
  302. </center>
  303. </div>
  304.  
  305. <!-- End Box -->
  306.  
  307. <!-- Start Box -->
  308.  
  309. <div class="padfoot">
  310. <center>
  311. <div style="background:#000; color:#fff; font: 12px Raleway;">
  312. Tags<!-- Change the name here. --></div>
  313. <a href="/">tag title</a><br>
  314. <a href="/">tag title</a><br>
  315. <a href="/">tag title</a><br>
  316. <a href="/">tag title</a><br>
  317. <a href="/">tag title</a><br>
  318. <a href="/">tag title</a><br>
  319. <a href="/">tag title</a><br>
  320. <a href="/">tag title</a><br>
  321. </center>
  322. </div>
  323.  
  324. <!-- End Box -->
  325.  
  326. </div>
  327.  
  328. </div>
  329.  
  330. </div>
  331.  
  332. <div id="menu">
  333. <div class="sb"><img src="{PortraitURL-64}" width="64px"/>
  334. <div class="stitle">navigation</div>
  335. </div>
  336. <div style="margin-top:-88px">
  337. <a href="/" title="home" id="links"></a><br>
  338. <a href="/ask" title="askbox" id="links"></a><br>
  339. <a href="/archive" title="past" id="links"></a><br></div>
  340.  
  341.  
  342.  
  343. <a href="http://mandrakescry.tumblr.com/" title="theme by mandrakescry"><img src="http://static.tumblr.com/xkrznpq/PMOmud849/m.png" id="credit"></a>
  344.  
  345.  
  346. </body>
  347. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement