Advertisement
narruldthemes

redirect theme 1

Dec 13th, 2013
2,173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.03 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!---- THEME BY NARRULD do not copy or remove credit--->
  12.  
  13. <head>
  14. <meta name="image:sidebar" content=""/>
  15. <meta name="text:old" content="">
  16. <meta name="text:old url" content="/">
  17. <meta name="text:new" content="">
  18. <meta name="text:new url" content="/">
  19. <meta name="text:sidebartitle" content="">
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400italic' rel='stylesheet' type='text/css'>
  22. <style type="text/css">
  23.  
  24. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
  25.  
  26. ::-webkit-scrollbar-corner {background:#ffffff}
  27.  
  28. ::-webkit-scrollbar-thumb:vertical {background:#f3f3f3};
  29.  
  30. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}
  31. }
  32.  
  33.  
  34. body {
  35. margin:0px;
  36. color:#cecccc;
  37. font-family:Calibri;
  38. font-style:italic;
  39. font-size:10px;
  40. padding:5px;
  41. line-height:100%;
  42. }
  43.  
  44. a {
  45. color:#cecccc;
  46. text-decoration:none;
  47. outline:none;
  48. opacity:1 ;
  49. -webkit-transition: all 0.8s;
  50. -moz-transition: all 0.8s;
  51. transition: all 0.8s;
  52. }
  53.  
  54. a:hover {
  55. color:#1d1d1d;
  56. -webkit-transition: all 0.8s;
  57. -moz-transition: all 0.8s;
  58. transition: all 0.8s;
  59. }
  60.  
  61.  
  62. img {
  63. border:none;
  64. }
  65.  
  66. blockquote {
  67. padding-left:5px;
  68. border-left:2px solid;
  69. }
  70.  
  71. blockquote blockquote {
  72. padding-left:5px;
  73. border-left:2px solid;
  74. }
  75.  
  76. h1 {
  77. font-size:15px;
  78. }
  79.  
  80. #sidebar {
  81. position:fixed;
  82. width:120px;
  83. margin-left:400px;
  84. margin-top:200px;
  85. opacity:1;
  86. }
  87.  
  88. #sidebarimage {
  89. width 120px;
  90. }
  91.  
  92. #sidebarimage img {
  93. position:fixed;
  94. width:220px;
  95. margin-top:0px;
  96. margin-left:220px;
  97. padding:6px;
  98. opacity:1
  99. -webkit-transform: rotateY(180deg);
  100. -moz-transform: rotateY(180deg);
  101. -o-transform: rotateY(180deg);
  102. -webkit-transition: all 0.5s ease;
  103. -moz-transition: all 0.5s ease;
  104. -o-transition: all 0.5s ease;
  105. }
  106.  
  107. #sidebar:hover #sidebarimage img {
  108. opacity:0;
  109. margin-left:350px;
  110. -webkit-transform: rotateY(180deg);
  111. -moz-transform: rotateY(180deg);
  112. -o-transform: rotateY(180deg);
  113. -webkit-transition: all 0.5s ease;
  114. -moz-transition: all 0.5s ease;
  115. -o-transition: all 0.5s ease;
  116. }
  117.  
  118. #container {
  119. margin:0px auto;
  120. width:3000px;
  121. height:auto;
  122. }
  123.  
  124.  
  125. #stuff{
  126. position:fixed;
  127. margin-bottom:20px;
  128. margin-top:30px;
  129. margin-left:20%;
  130. background:#ffffff;
  131. font-family:cambria;
  132. font-style:italic;
  133.  
  134. }
  135.  
  136. .style{
  137. position:fixed;
  138. margin-top:80px;
  139. margin-left:-40px;
  140. font-family:playfair display;
  141. font-size:15px;
  142. letter-spacing: 1px; color:#a8a8a8; text-align:justify
  143. color:#bbb;
  144. opacity:0;
  145. -webkit-transition: all 0.3s ease;
  146. -moz-transition: all 0.3s ease;
  147. -o-transition: all 0.3s ease;
  148. }
  149.  
  150. #sidebar:hover .style {
  151. opacity:1;
  152. z-index:999999999999999999999;
  153. -webkit-transition: all 1s ease;
  154. -moz-transition: all 1s ease;
  155. -o-transition: all 1s ease;
  156. }
  157.  
  158.  
  159. #themeslink a{
  160. -webkit-transition: all 0.3s ease;
  161. -moz-transition: all 0.3s ease;
  162. -o-transition: all 0.3s ease;
  163. display: inline-block;
  164. color:#666;
  165. padding:5px 2px 5px 2px;
  166. font-family:cambria;
  167. font-style:italic;
  168. font-size:20px;
  169. position:fixed;
  170. text-transform:uppercase;
  171. margin-top:20px;
  172. margin-left:-50px;
  173. z-index:99999999999;
  174. text-align:left;
  175. opacity:0;
  176. }
  177.  
  178. #themeslink a:hover{
  179. color:#ccc;
  180. -webkit-transition: all 0.5s;
  181. -moz-transition: all 0.5s;
  182. transition: all 0.5s;
  183. }
  184.  
  185. #sidebar:hover #themeslink a {
  186. opacity:1;
  187. z-index:999999999999999999999;
  188. -webkit-transition: all 1s ease;
  189. -moz-transition: all 1s ease;
  190. -o-transition: all 1s ease;
  191. }
  192.  
  193. #sidebar:hover #themeslink2 a {
  194. opacity:1;
  195. z-index:999999999999999999999;
  196. -webkit-transition: all 1s ease;
  197. -moz-transition: all 1s ease;
  198. -o-transition: all 1s ease;
  199. }
  200.  
  201.  
  202. #themeslink2 a{
  203. -webkit-transition: all 0.3s ease;
  204. -moz-transition: all 0.3s ease;
  205. -o-transition: all 0.3s ease;
  206. display: inline-block;
  207. color:#666;
  208. padding:5px 2px 5px 2px;
  209. font-family:cambria;
  210. font-style:italic;
  211. font-size:20px;
  212. position:fixed;
  213. text-transform:uppercase;
  214. margin-top:107px;
  215. margin-left:-50px;
  216. text-align:right;
  217. opacity:0;
  218. }
  219.  
  220. #themeslink2 a:hover{
  221. color:#ccc;
  222. -webkit-transition: all 0.5s;
  223. -moz-transition: all 0.5s;
  224. transition: all 0.5s;
  225. }
  226.  
  227. .sidebartitle {
  228. position:fixed;
  229. margin-top:90px;
  230. margin-left: -100px;
  231. font-family:Halo Handletter;
  232. font-size:100px;
  233. color:#aaa;
  234. border-width:2px;
  235. padding:10px;
  236. text-align:center;
  237. }
  238.  
  239. @font-face{font-family:Halo Handletter;src:url(http://static.tumblr.com/9wzbixa/Chgmj2j5c/halohandletter.ttf);}
  240.  
  241. #line {
  242. position:fixed;
  243. width: 2000px;
  244. background-color: #f4f4f4;
  245. height: 240px;
  246. margin-left: -50px;
  247. margin-top: 190px;
  248. z-index:-100;
  249. border-top:dotted;
  250. border-bottom:dotted;
  251. border-width:5px;
  252. }
  253.  
  254.  
  255. l {color: #676767;}
  256.  
  257.  
  258.  
  259.  
  260.  
  261. {CustomCSS}</style>
  262.  
  263.  
  264. </head>
  265. <body>
  266. <div id="line"></div>
  267. <div id="sidebar">
  268. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  269. <div class="sidebartitle">{text:sidebartitle}</div>
  270. <div id="container"></div>
  271. <div id="stuff">
  272.  
  273. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid;padding:4px;color:#aaa;"><a href="http://narruld.tumblr.com/"><l>NARRULD</l></a></center></div>
  274.  
  275.  
  276.  
  277. <div class="style">
  278. is now at
  279. </p></div>
  280.  
  281. <center><div id="themeslink">
  282. <a href="{text:old url}">{text:old}</a><p><p></div>
  283. <div id="themeslink2">
  284. <a href="{text:new url}">{text:new}</a></div>
  285.  
  286. </div>
  287. </div>
  288. </div>
  289.  
  290.  
  291. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement