Advertisement
sofiiayala

Travelmap #1

Jan 9th, 2015
2,781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. <link href="http://static.tumblr.com/bfthosw/vUynczxut/intro-black-64.css" rel="stylesheet">
  7.  
  8. <!---- Travelmap #1 by Sofi (castiiel.tumblr.com). DON'T REMOVE THE CREDIT OR CLAIM THE THEME AS YOURS. DON'T USE IT AS A BASE --->
  9.  
  10. <script type="text/javascript">
  11. WebFontConfig = {
  12. google: { families: [ 'Lato:300,400:latin', 'Montserrat:700:latin' ] }
  13. };
  14. (function() {
  15. var wf = document.createElement('script');
  16. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  17. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  18. wf.type = 'text/javascript';
  19. wf.async = 'true';
  20. var s = document.getElementsByTagName('script')[0];
  21. s.parentNode.insertBefore(wf, s);
  22. })(); </script>
  23.  
  24. <style type="text/css">
  25.  
  26. body {
  27. background:#fff; /*Here change the background color*/
  28. }
  29.  
  30. #map {
  31. position: fixed;
  32. top:50%;
  33. margin-top:-251px;
  34. width:800px;
  35. height:450px;
  36. left:50%;
  37. margin-left:-426px;
  38. background:#535364; /*Here change the map background color*/
  39. padding:20px;
  40. border:3px solid #fff; /*Here change the inside border color*/
  41. outline:3px solid #535364; /*Here change the outline color. Better if it match the map background*/
  42. }
  43.  
  44. #title {
  45. width:752px;
  46. position: fixed;
  47. left:50%;
  48. margin-left:-376px;
  49. top: 50%;
  50. margin-top:-300px;
  51. text-align:center;
  52. font-family: 'montserrat', 'intro', sans-serif;
  53. font-size: 40px;
  54. text-transform: uppercase;
  55. font-weight:700;
  56. letter-spacing:2px;
  57. color:#202032; /*Here change the title color*/
  58. }
  59.  
  60. #links {
  61. width:752px;
  62. position: fixed;
  63. left:50%;
  64. margin-left:-376px;
  65. top: 50%;
  66. margin-top:260px;
  67. text-align:center;
  68. }
  69.  
  70. #links a {
  71. font-family:trebuchet ms, sans-serif;
  72. text-transform:uppercase;
  73. padding:5px 8px;
  74. display: inline;
  75. font-size:10px;
  76. letter-spacing:1.3px;
  77. margin:0px 10px;
  78. text-decoration:none;
  79. color:#fff; /*Here change the links text color*/
  80. font-weight:bolder;
  81. background:#535364; /*Here change the links background color*/
  82. border:2px solid #fff; /*Here change the links inside border color*/
  83. outline:2px solid #535364; /*Here change the outline color. Better if it match the links background*/
  84. }
  85.  
  86. </style></head>
  87. <body>
  88.  
  89. <div id="title">TRAVELMAP</div>
  90.  
  91. <div id="map">
  92. MAP SCRIPT GOES HERE!
  93. </div>
  94.  
  95. <div id="links">
  96. <a href="/">home</a>
  97. <a href="/ask">mail</a>
  98. <a href="/">link 1</a>
  99. <a href="/">link 2</a>
  100. <!--Don't delete this. If you do, I'm gonna directly report you for code stealing and your blog will get deleted. If you don't want a credit link and you can, build your own code. -->
  101. <a href="http://castiiel.tumblr.com">credit</a>
  102. </div>
  103.  
  104. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement