Advertisement
octomoosey

Route 66

Nov 29th, 2013
1,743
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5.  
  6. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head><title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="color:background" content="#000000"/>
  13. <meta name="color:block" content="#ffffff"/>
  14. <meta name="color:link" content="#d77109"/>
  15. <meta name="color:link hover" content="#bbbbbb"/>
  16. <meta name="color:text" content="#686868"/>
  17.  
  18. <meta name="text:old blog name" content=""/>
  19. <meta name="text:new blog name" content=""/>
  20. <meta name="text:new blog url" content=""/>
  21. <meta name="text:new ask url" content=""/>
  22. <meta name="text:new submit url" content=""/>
  23.  
  24. <meta name="image:background" content="https://media.tumblr.com/0e3a39c90b85282b509cce869ecd5d7d/tumblr_inline_mx1t4nyTJm1rp2lgk.jpg" />
  25.  
  26. <link href='https://fonts.googleapis.com/css?family=Carrois+Gothic' rel='stylesheet' type='text/css'>
  27.  
  28. </head>
  29. <style type="text/css">
  30.  
  31. ::-webkit-scrollbar {height: 4px; width: 3px;}
  32. ::-webkit-scrollbar-thumb {background-color:#cfcece;}
  33. ::-webkit-scrollbar-track {background-color:#000000;}
  34. ::-webkit-scrollbar-buttom {background-color:#000000;}
  35.  
  36. body {
  37. background:{color:background};
  38. font-family:'Carrois Gothic', sans-serif;
  39. background-image: url('{image:background}');
  40. background-attachment: fixed;
  41. background-repeat: no-repeat;
  42. background-position: right bottom;}
  43.  
  44. a:link, a:active, a:visited {
  45. color: {color:link};
  46. text-decoration:none;
  47. -moz-transition-duration:0.6s;
  48. -webkit-transition-duration:0.6s;
  49. -o-transition-duration:0.6s;}
  50.  
  51. a:hover {
  52. color: {color:link hover};
  53. -moz-transition-duration:0.6s;
  54. -webkit-transition-duration:0.6s;
  55. -o-transition-duration:0.6s;}
  56.  
  57. #container {
  58. margin:0px auto 0 auto;
  59. width:100%;}
  60.  
  61. #mainblock {
  62. position: fixed;
  63. width: 100%;
  64. margin-top: 20px;
  65. background:{color:block};}
  66.  
  67. #topimage {
  68. width:100px;}
  69.  
  70. #topimage img {
  71. margin-top:50px;
  72. width:100px;
  73. height:100px;}
  74.  
  75. #title {
  76. font-family: 'Carrois Gothic', sans-serif;
  77. font-size: 26px;
  78. text-transform: lowercase;
  79. text-align: center;
  80. letter-spacing: 2px;
  81. padding-bottom: 3px;
  82. color:{color:text};}
  83.  
  84. #subtitle {
  85. font-family: 'Carrois Gothic', sans-serif;
  86. font-style:italic;
  87. font-size:18px;
  88. letter-spacing:3px;
  89. text-transform: lowercase;
  90. text-align: center;
  91. padding-top: 10px;
  92. color:{color:text};}
  93.  
  94. #links {
  95. text-transform: lowercase;
  96. font-size: 10px;
  97. text-align: center;
  98. line-height: 100%;
  99. padding-bottom: 10px;}
  100.  
  101. #description {
  102. background:{color:block};
  103. width:500px;
  104. font-family: 'Carrois Gothic', sans-serif;
  105. font-size: 10px;
  106. text-align: center;
  107. color:{color:text};
  108. padding-bottom: 10px;}
  109.  
  110. </style>
  111. <body>
  112. <div id="container">
  113. <div align="center"><div id="topimage"><img src="https://media.tumblr.com/99229c163b57d53c4828526f7f1f3d10/tumblr_inline_mx1tiw8YQf1rp2lgk.jpg"></div></div>
  114.  
  115. <div id="mainblock">
  116.  
  117. <div id="subtitle">--{text:old blog name} took route 66 to</div>
  118.  
  119. <div id="title">» <a href="{text:new blog url}">{text:new blog name}</a> «</div>
  120.  
  121. <div id="links">
  122. <a href="{text:new blog url}">home</a> ♱
  123. <a href="{text:new ask url}">ask</a> ♱
  124. <a href="{text:new submit url}">submit</a> ♱
  125. <a href="https://www.tumblr.com/">dash</a>
  126. </div>
  127.  
  128. <div align="center"><div id="description">{description}</div>
  129.  
  130. </div>
  131.  
  132. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="https://octomoosey.tumblr.com/">© OCTOMOOSEY</a></center></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement