Advertisement
ttimewarp

redirect #1

Nov 12th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <THEME BY @SPRINGBREAKERS>
  5.  
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13.  
  14. <meta name="color:Background" content="#FFFFF"/>
  15. <meta name="color:Font" content="#919191"/>
  16. <meta name="color:Link" content="#585858"/>
  17. <meta name="color:Link Hover" content="#777777"/>
  18. <meta name="text:Text" content="" />
  19. <meta name="text:Link 1" content="" />
  20. <meta name="text:Link 1 Text" content="" />
  21. <meta name="text:Link 2" content="" />
  22. <meta name="text:Link 2 Text" content="" />
  23. </head>
  24.  
  25. <body>
  26.  
  27. <style type="text/css">
  28.  
  29. body {
  30. background-color: {color:Background};
  31. fixed no-repeat;
  32. background-position: bottom right;
  33. background-repeat: no-repeat;
  34. background-attachment: fixed;
  35. font-family: tahoma;
  36. font-size: 9px;
  37. line-height: 14px;
  38. color: {color:Font};
  39. text-transform: lowercase;
  40. }
  41.  
  42. a:link, a:visited, a:active {
  43. color: {color:Link};
  44. text-decoration: none;
  45. font-weight: normal;
  46. -webkit-transition:all 0.5s ease-out;
  47. -moz-transition:all 0.5s ease-out;
  48. transition:all 0.5s ease-out;}
  49.  
  50. a:hover {
  51. color: {color:Link Hover};
  52. text-decoration: none;
  53. font-weight: normal;
  54. -webkit-transition: all 0.3s ease-out;
  55. -moz-transition: all 0.3s ease-out;
  56. transition: all 0.3s ease-out;
  57. }
  58.  
  59. i, em {font-style:italic;}
  60. u {text-decoration:underline;}
  61. strong, b, strong a, strong a:visited, b a, b a:visited {font-weight: bold; color: {color:font}}
  62. small, small a, small a:visited {font-size: 9px; line-height: 16px;}
  63.  
  64. ul {
  65. list-style-type: square;
  66. }
  67.  
  68. img { border:0px; max-width: 500px; height: auto;}
  69. img:hover { border:0px;}
  70. a.img, a.img:visited { border:0px;}
  71. a.img:hover { border:0px;}
  72.  
  73. h1, h3, h1 a, h3 a, h1 a:link, h3 a:link {
  74. font-size: 11px;
  75. padding-bottom: 0px;
  76. color: {color:Font};
  77. font-weight: 500;
  78. letter-spacing: 1px;
  79. text-transform: uppercase;
  80. }
  81.  
  82. h1 a:hover, h3 a:hover {
  83. text-decoration: none;
  84. color: {color:link hover};
  85. }
  86.  
  87.  
  88. h3, h3 a, h3 a:link, h3 a:link {
  89. font-size: 11px;
  90. padding-bottom: 0px;
  91. color: {color:Font};
  92. letter-spacing: 1px;
  93. text-transform: uppercase;
  94. }
  95.  
  96. h3 a:hover {
  97. text-decoration: none;
  98. color: {color:link hover};
  99. }
  100.  
  101.  
  102. .sidebar {
  103. padding: 10px;
  104. width: 220px;
  105. margin-top: 180px;
  106. position: fixed;
  107. color: {color:Font};
  108. line-height: 12px;
  109. }
  110.  
  111. #container {
  112. width: 220px;
  113. margin: auto;
  114. margin-bottom: 70px;
  115. }
  116.  
  117. #posts {
  118. width: 500px;
  119. margin-top: 15px;
  120. margin-left: 280px;
  121. }
  122.  
  123. .post {
  124. margin: auto;
  125. margin-top: -0px;
  126. width: 500px;
  127. padding: 0px;
  128. padding-top: 10px;
  129. margin-bottom: 0px;
  130. background-color: {color:Background};
  131. font-size: 10px;
  132. line-height: 14px;
  133. color: {color:Font};
  134. }
  135.  
  136. .description {
  137. font-size: 10px;
  138. line-height: 10px;
  139. }
  140.  
  141. .red {
  142. font-family: tahoma;
  143. color: {color:link};
  144. margin-bottom: -10px;
  145. text-transform: uppercase;
  146. opacity: 1;
  147. padding-top: 1px;
  148. padding-bottom: 1px;
  149. padding-left: 1px;
  150. padding-right: 1px;
  151. height: 14.5px;
  152. font-size: 20px;
  153. letter-spacing: 1px;
  154. }
  155.  
  156. .emoji {
  157. margin-top: -22px;
  158. margin-right: -130;
  159.  
  160. }
  161. .red a {
  162. color: {color:link};
  163. margin-bottom: -10px;
  164. text-transform: lowercase;
  165. opacity: 1;
  166. padding-top: 1px;
  167. padding-bottom: 1px;
  168. padding-left: 1px;
  169. padding-right: 1px;
  170. height: 14.5px;
  171. letter-spacing: 1px;
  172. }
  173.  
  174. .red a:hover {
  175. color: {color:menu link hover};
  176. background-color: {color:menu hover};
  177. }
  178.  
  179. .red2 {
  180. color: {color:font};
  181. margin-top: 15px;
  182. }
  183.  
  184. .red2 a {
  185. color: {color:font};
  186. margin-top: 20px;
  187. }
  188.  
  189. .red2 a:hover {
  190. color: {color:link hover};
  191. }
  192.  
  193. </style>
  194. </head>
  195.  
  196. <body>
  197.  
  198.  
  199. <div id="container">
  200.  
  201.  
  202. <div class="sidebar">
  203.  
  204.  
  205. <div class="description">
  206. <center>
  207. <div class="red">
  208. {text:Text} <img src="http://s3.postimg.org/go487e2gf/hey.png" width="10"></div>
  209.  
  210.  
  211. <div class="red2"><a href="{text:Link 1}">{text:Link 1 Text}</a> | <a href="{text:Link 2}">{text:Link 2 Text}</div>
  212. </div>
  213.  
  214. </center>
  215. </div>
  216.  
  217. <center>
  218.  
  219. </div>
  220. </a>
  221.  
  222. </body>
  223. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement