Advertisement
Themes_Mandrakescry

Navigation 02

Jan 8th, 2014
2,395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 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:-20px;
  48. margin-left:-5px;
  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:#313231;
  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:30%;
  141. top:30%;
  142. background-image: url('http://static.tumblr.com/c95706edcd409f8184e1bbaa6a8c53cd/9gqe4bq/UGSmu3tio/tumblr_static_tumblr_mizm45muwe1raxlx4o3_250.jpg');
  143. width:650px;
  144. height:300px;
  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:12px;
  169. margin-left:2px;
  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:2px;
  185. border: 8px solid #313231;
  186. padding:15px;
  187. margin-bottom:5px;
  188. }
  189.  
  190. #nav {
  191. float:left;
  192. margin-top:10px;
  193. margin-left:30px;
  194. display: inline-block;
  195. text-align: center;
  196. background: #313231;
  197. width: 10px;
  198. height: 10px;
  199. border-radius: 10px;
  200. -webkit-transition-duration: 1s;
  201. -moz-transition-duration: 1s;
  202. transition-duration: 1s;
  203. z-index:10000000000;
  204. }
  205.  
  206. a, a:hover {
  207. color:#aaa;
  208. text-decoration:none;
  209. -webkit-transition:all 1s ease;
  210. -moz-transition:all 1s ease;
  211. -o-transition:all 1s ease;
  212. transition:all 1s ease-in-out;
  213. }
  214.  
  215.  
  216. #back {
  217. z-index:0;
  218. top:10px;
  219. margin-left:150px;
  220. position:absolute;
  221. }
  222.  
  223. #container {
  224. width:200px;
  225. margin:auto;
  226.  
  227. }
  228.  
  229. td {
  230. vertical-align:top;
  231. }
  232.  
  233. #links {
  234. width:140px;
  235. text-transform:uppercase;
  236. font-size:10px;
  237. text-align:center;
  238. margin-bottom:-2px;
  239. }
  240.  
  241. #links a , #links span {
  242. display:inline-block;
  243. width:140px;
  244. color:#000;
  245. margin-bottom:2px;
  246. padding:5px;
  247. border-radius:3px;
  248. background:#ddd;
  249. }
  250.  
  251. #links span {
  252. background:#333;
  253. color:#fff;
  254. text-align:center;
  255. }
  256.  
  257. #links a:hover {
  258. color:#fff;
  259. background:#313231;
  260. }
  261.  
  262.  
  263. </style></head><body>
  264.  
  265. <div id="content">
  266.  
  267. <div id="menu">
  268. <div class="stitle">navigation</div><br></div>
  269. <div class="sb"><img src="http://static.tumblr.com/j0zksi4/uQnmys1zo/untitled-1.jpg"/></div>
  270. <a href="/" title="home" id="nav"></a>
  271. <a href="/ask" title="askbox" id="nav"></a>
  272. <a href="http://mandrakescry.tumblr.com/" title="credit" id="nav"></a>
  273.  
  274.  
  275. <div id="container">
  276.  
  277. <div style="position:fixed;height:300px;width:500px;"></div></div>
  278. <!-- TAGS LIST -->
  279.  
  280. <div id="back">
  281.  
  282.  
  283. <table cellpadding="0" cellspacing="20">
  284. <!-- ROW ONE --><tr>
  285. <td><!-- CELL ONE -->
  286. <div id="links">
  287. <span>tag title</span></br>
  288. <a href="/">tag</a></br>
  289. <a href="/">tag</a></br>
  290. <a href="/">tag</a></br>
  291. <a href="/">tag</a></br>
  292. <a href="/">tag</a></br>
  293.  
  294. </div>
  295. </td>
  296. <td><!-- CELL TWO -->
  297. <div id="links">
  298. <span>tag title</span></br>
  299. <a href="/">tag</a></br>
  300. <a href="/">tag</a></br>
  301. <a href="/">tag</a></br>
  302. <a href="/">tag</a></br>
  303. <a href="/">tag</a></br>
  304. </div>
  305. </td>
  306.  
  307. <td><!-- CELL THREE -->
  308. <div id="links">
  309. <span>tag title</span></br>
  310. <a href="/">tag</a></br>
  311. <a href="/">tag</a></br>
  312. <a href="/">tag</a></br>
  313. <a href="/">tag</a></br>
  314. <a href="/">tag</a></br>
  315. </div>
  316. </td>
  317. </tr><!-- END ROW ONE -->
  318.  
  319. <!-- ROW TWO --><tr>
  320. <td><!-- CELL ONE -->
  321. <div id="links">
  322. <span>tag title</span></br>
  323. <a href="/">tag</a></br>
  324. <a href="/">tag</a></br>
  325. <a href="/">tag</a></br>
  326. <a href="/">tag</a></br>
  327. <a href="/">tag</a></br>
  328. </div>
  329. </td>
  330.  
  331. <td><!-- CELL TWO -->
  332. <div id="links">
  333. <span>tag title</span></br>
  334. <a href="/">tag</a></br>
  335. <a href="/">tag</a></br>
  336. <a href="/">tag</a></br>
  337. <a href="/">tag</a></br>
  338. <a href="/">tag</a></br>
  339. </div>
  340. </td>
  341.  
  342. <td><!-- CELL THREE -->
  343. <div id="links">
  344. <span>tag title</span></br>
  345. <a href="/">tag</a></br>
  346. <a href="/">tag</a></br>
  347. <a href="/">tag</a></br>
  348. <a href="/">tag</a></br>
  349. <a href="/">tag</a></br>
  350. </div>
  351. </td>
  352.  
  353. </tr><!-- END ROW TWO -->
  354.  
  355.  
  356.  
  357. </table>
  358.  
  359. </div>
  360.  
  361. </div>
  362. </div>
  363.  
  364.  
  365. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement