Advertisement
ronnweasley

Codes

Feb 7th, 2015
1,149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. <head><title>{Title}</title>
  2. <link rel="shortcut icon" href="{FavIcon}">
  3. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  4. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  5.  
  6.  
  7. <meta name="color:bg" content="#ffffff"/>
  8. <meta name="color:text" content="#838282"/>
  9. <meta name="color:link" content="#b8b8b8"/>
  10. <meta name="color:side links" content="">
  11. <meta name="color:linkhover" content="">
  12. <meta name="color:description" content="#cecece">
  13. <meta name="color:sidebar bg" content="#EEE9E9">
  14. <meta name="color:sidebar border" content="#FFDAB9">
  15. <meta name="color:bold" content="">
  16. <meta name="color:scrollbar" content="#f5f5f5">
  17. <meta name="image:sidebar" content=""/>
  18. <meta name="image:sbar" content="">
  19. <meta name="color:background" content="">
  20. <meta name="color:pagination" content="">
  21. <meta name="color:border" content="#f4f4f4">
  22. <meta name="color:title" content="">
  23. <meta name="color:info" content="">
  24.  
  25.  
  26. <meta name="text:Link1" content="" />
  27. <meta name="text:Link1 Title" content="" />
  28. <meta name="text:Link2" content="" />
  29. <meta name="text:Link2 Title" content="" />
  30. <meta name="text:Link3" content="" />
  31. <meta name="text:Link3 Title" content="" />
  32. <meta name="text:Link4" content="" />
  33. <meta name="text:Link4 Title" content="" />
  34.  
  35. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar-thumb:vertical {
  38. background-color: {color:scrollbar};
  39. width:15px;
  40. height:100px;
  41. border: 1px solid {color:scrollbar};
  42. -webkit-border-radius: 0px;
  43. }
  44.  
  45. ::-webkit-scrollbar {
  46. height:7px;
  47. width:7px;
  48. background-color: #ffffff;
  49. }
  50.  
  51.  
  52. body {
  53. background-color:{color:bg};
  54. font-family:calibri;
  55. font-weight:normal;
  56. font-size:10px;
  57. color:{color:text};
  58. }
  59.  
  60. a {
  61. color:black;
  62. text-decoration:none;
  63. -moz-transition-duration:0.5s;
  64. -webkit-transition-duration:0.5s;
  65. -o-transition-duration:0.5s;
  66. }
  67.  
  68. a:hover {
  69. color:{color:linkhover};
  70. text-decoration:none;
  71. -moz-transition-duration:0.5s;
  72. -webkit-transition-duration:0.5s;
  73. -o-transition-duration:0.5s;
  74. }
  75.  
  76. img {
  77. border:none;
  78. }
  79.  
  80. blockquote {
  81. border-left:1px solid;
  82. border-color:#E8E8E8;
  83. padding-left:5px;
  84. margin:5px;
  85. }
  86.  
  87. h1 {
  88. font-size:10px;
  89. text-align:center;
  90. line-height:80%;
  91. letter-spacing:1px;
  92. text-transform:uppercase;
  93. color:{color:text};
  94. }
  95.  
  96. #entries {
  97. padding:10px;
  98. width:460px;
  99. margin-left:450px;
  100. padding-top:10px;
  101. }
  102.  
  103. #post {
  104. width:500px;
  105. padding-top:30px;
  106. font-family:arial;
  107. }
  108.  
  109. #background {
  110. background-color:black;
  111. width:8000px;
  112. height:80px;
  113. margin-left:-30px;
  114. margin-top:-30px;
  115. }
  116.  
  117. #sidebar {
  118. width:250px;
  119. position:fixed;
  120. margin-left:485px;
  121. margin-top:50px;
  122.  
  123. }
  124.  
  125. #sidebarimg{
  126. width:100px;
  127. }
  128.  
  129. #sidebarimg img {
  130. width:100px;
  131. height:100px;
  132. border:2px solid;
  133. border-color:#F8F8FF;
  134. border-radius:100%;
  135. padding:4px;
  136. }
  137.  
  138. #sidebarimg img:hover{
  139. opacity:0.6;
  140. transition:0.2s;
  141. }
  142.  
  143. #text {
  144. font-family:georgia;
  145. font-size:15px;
  146. font-style:italic;
  147. color:black;
  148. margin-top:200px;
  149. margin-left:450px;
  150. }
  151.  
  152.  
  153. #links {
  154. width:250px;
  155. font-family:georgia;
  156. text-transform:lowercase;
  157. font-style:italic;
  158. font-size:32px;
  159. margin-top:0px;
  160. margin-left:460px;
  161. position:fixed;
  162.  
  163. }
  164.  
  165. #links a {
  166. color:gray;
  167. }
  168.  
  169. #links a:hover {
  170. color:#CDB7B5;
  171. }
  172.  
  173. .credit {
  174. position:fixed;
  175. bottom:5px;
  176. right:5px;
  177. font: 15px Consolas;
  178. background: transparent;
  179. color: #000;
  180. text-transform:uppercase;
  181. letter-spacing: 0px;
  182. padding: 5px; }
  183.  
  184. .credit a{
  185. color:#000;
  186. opacity:0.8;}
  187.  
  188. .credit a:hover{
  189. color:#ffffff;
  190. background-color:black;
  191. padding:5px;
  192. transition:0.1s;
  193. opacity:1.0;}
  194.  
  195. {CustomCSS}</style></head><body>
  196.  
  197. <div id="background"></div>
  198.  
  199. <div id="text"><b>old url</b> has moved to
  200. </div>
  201.  
  202. <div id="links">
  203. <a href="{YOUR URL}"> new url</a>
  204. </div>
  205.  
  206. <div id="sidebar">
  207. <div id="sidebarimg"><img src="{image:sidebar}">
  208. </div>
  209.  
  210. <div class="credit"><a href="http://harrypottiarthemes.tumblr.com" title="theme credit">❖</a>
  211. </div>
  212.  
  213. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement