Advertisement
juliechan

Rebirth (Redirect) Theme

Sep 9th, 2012
747
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. <!--Rebirth theme by utekii.tumblr.com // hoshikusu.tumblr.com--
  2. ------------------------------RULES-----------------------------
  3.  
  4. * Please do not remove the credits.
  5. * No third-hand redistribution
  6. * Do not claim as yours
  7. * Don't break the rules or you WILL be reported w/o hesitation
  8. * You can edit this but leave the credits in tact
  9. * Do not use this code as a base code
  10.  
  11. -------------------------------FAQ------------------------------
  12.  
  13. 1. I do not help with customization of themes
  14. 2. Check ALL appearance options before asking a question
  15. 3. I don't give codes to anyone unless on special occasion
  16. 4. I will NEVER take theme requests
  17. 5. Pagination is available once you UNCHECK infinite scrolling
  18. 6. I don't help with adding extra links
  19. 7. Infinite scrolling works fine whether you have scm or not
  20. 8. For the codes, go to the first post of the live preview
  21.  
  22. ◆◇For any other questions message me on my THEME blog◆◇
  23.  
  24. -->
  25.  
  26. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  27. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  28.  
  29. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  30.  
  31. <head>
  32. <title>{title}</title>
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  36.  
  37. <!--default-->
  38. <meta name="color:background" content="#fff">
  39. <meta name="image:background" content="http://25.media.tumblr.com/tumblr_m0g3ybPmqj1r6uwfxo1_100.png">
  40. <meta name="color:text" content="#000">
  41. <meta name="color:links" content="#aaa">
  42. <meta name="color:border" content="#4D2638">
  43. <meta name="text:new url URL" content="">
  44.  
  45. <style type="text/css">
  46. {CustomCSS}
  47.  
  48. body{
  49. background-color:{color:background};
  50. background-image:url('{image:background}');
  51. background-attachment:fixed;
  52. font-family:georgia;
  53. font-size:10px;
  54. color:{color:text};
  55. }
  56.  
  57. a, a:link, a:visited, a:active{
  58. color:{color:links};
  59. text-decoration:none;
  60. padding-bottom:50px;
  61. -webkit-transition:all 0.5s ease-out;
  62. -moz-transition:all 0.5s ease-out;
  63. -o-transition:all 0.5s ease-out;
  64. transition:all 0.5s ease-out;
  65. }
  66.  
  67. a:hover{
  68. color:{color:links};
  69. text-decoration:none;
  70. padding-bottom:1px;
  71. border-bottom:1px dashed #aaa;
  72. -webkit-transition:all 0.5s ease-out;
  73. -moz-transition:all 0.5s ease-out;
  74. -o-transition:all 0.5s ease-out;
  75. transition:all 0.5s ease-out;
  76. }
  77.  
  78. #aigu{
  79. width:210px;
  80. height:auto;
  81. position:fixed;
  82. top:200px;
  83. left:550px;
  84. border-top:10px solid {color:border};
  85. -webkit-border-top-right-radius:100px;
  86. -moz-border-top-right-radius:100px;
  87. -o-border-top-right-radius:100px;
  88. }
  89.  
  90. #nanunyo{
  91. margin-top:10px;
  92. margin-left:0px;
  93. -webkit-border-top-right-radius:100px;
  94. -webkit-border-bottom-left-radius:100px;
  95. -moz-border-top-right-radius:100px;
  96. -moz-border-bottom-left-radius:100px;
  97. -o-border-top-right-radius:100px;
  98. -o-border-bottom-left-radius:100px;
  99. }
  100.  
  101. #oppaga{
  102. margin-top:10px;
  103. text-align:center;
  104. padding:10px;
  105. width:200px;
  106. background-color:white;
  107. border:1px solid #eee;
  108. -webkit-border-top-left-radius:55px;
  109. -webkit-border-top-right-radius:55px;
  110. -webkit-border-bottom-left-radius:55px;
  111. -webkit-border-bottom-right-radius:55px;
  112. -moz-border-top-left-radius:55px;
  113. -moz-border-top-right-radius:55px;
  114. -moz-border-bottom-left-radius:55px;
  115. -moz-border-bottom-right-radius:55px;
  116. }
  117.  
  118. #choungol{
  119. font-family:clarksummit;
  120. font-size:20px;
  121. position:fixed;
  122. top:175px;
  123. left:550px;
  124. }
  125.  
  126. #otteoke{
  127. width:80px;
  128. height:11px;
  129. padding:3px;
  130. background-color:#bbb;
  131. opacity:.9;
  132. box-shadow:3px 3px 3px #ccc;
  133. border:1px solid #aaa;
  134. font-family:silkscreen;
  135. font-size:8px;
  136. margin-left:137px;
  137. margin-top:-25px;
  138. z-index:-99;
  139. position:absolute;
  140. letter-spacing:1px;
  141. -webkit-border-top-right-radius:10px;
  142. -webkit-border-bottom-right-radius:3px;
  143. -webkit-transition:all 0.6s ease-out;
  144. -moz-transition:all 0.6s ease-out;
  145. -o-transition:all 0.6s ease-out;
  146. transition:all 0.6s ease-out;
  147. }
  148.  
  149. #otteoke a{
  150. color:#000;
  151. }
  152.  
  153. #otteoke:hover{
  154. margin-left:195px;
  155. -webkit-transition:all 0.6s ease-out;
  156. -moz-transition:all 0.6s ease-out;
  157. -o-transition:all 0.6s ease-out;
  158. transition:all 0.6s ease-out;
  159. }
  160.  
  161. #buingbuing{
  162. font-size:11px;
  163. color:white;
  164. margin-left:65px;
  165. margin-top:-7px;
  166. }
  167.  
  168. #juliechan{
  169. position:fixed;
  170. font-size:9px;
  171. color:#aaa;
  172. top:5px;
  173. left:5px;
  174. padding-bottom:0px;
  175. border-bottom:0px dashed #aaa;
  176. }
  177.  
  178. #juliechan a{
  179. color:#aaa;
  180. }
  181.  
  182. @font-face {font-family: "silkscreen";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  183.  
  184. @font-face {font-family: "clarksummit";src: url('http://static.tumblr.com/14xu0fs/oySm65on3/clarks_summit.otf');}
  185.  
  186. </style>
  187. </head>
  188. <body>
  189. <a href="http://utekii.tumblr.com" id="juliechan">☂</a>
  190.  
  191. <div id="choungol">{title}</div>
  192. <div id="aigu">
  193. <img src="http://24.media.tumblr.com/tumblr_m5a3zeHKZ11r1pu6go1_500.png" id="nanunyo" width="200px">
  194. <div id="otteoke"><div style="margin-left:7px;"><a href="{text:new url URL}">redirect</a></div><div id="buingbuing">☆</div></div>
  195. <div id="oppaga"><p>{description}</p></div>
  196. </div>
  197. </body>
  198. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement