BabeJeSuisParfait

''I've moved' Theme code

Jul 31st, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1. <!-- REDIRECT 1 by Carlotta
  2. http://donniert.tumblr.com/
  3. don't remove credits -->
  4.  
  5. <!------ RULES ------>
  6.  
  7. <!--
  8. 1. DO NOT REMOVE CREDITS
  9. 2. DO NOT REPOST THE CODE
  10. 3. DO NOT CLAIM AS YOURS
  11. 4. DO NOT USE IT AS A BASE
  12. -->
  13.  
  14.  
  15. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17.  
  18. <head><title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21.  
  22. {block:Description}
  23. <meta name="description" content="{MetaDescription}"/>
  24. {/block:Description}
  25.  
  26. <meta name="color:Background" content="#ececec"/>
  27. <meta name="color:Scrollbar" content="#ffffff"/>
  28. <meta name="color:Text" content="#5f5f5f"/>
  29. <meta name="color:Title" content="#353535"/>
  30. <meta name="color:Bold Text" content="#649ad6"/>
  31. <meta name="color:Italic Text" content="#e9ac68"/>
  32. <meta name="color:Redirect" content="#ee7d93"/>
  33. <meta name="color:Redirect Hover" content="#353535"/>
  34. <meta name="color:Link" content="#cecece"/>
  35. <meta name="color:Link hover" content="#363636"/>
  36.  
  37. <meta name="font:Title" content="Georgia, Calibri"/>
  38. <meta name="font:Body" content="Georgia, Calibri"/>
  39.  
  40. <meta name="text:Redirect Link" content="#"/>
  41. <meta name="text:Redirect Name" content="redirect name"/>
  42.  
  43. <meta name="image:Background" content="http://subtlepatterns.com/patterns/furley_bg.png"/>
  44. <meta name="image:Sidebar" content="http://i49.tinypic.com/2aequjk.gif"/>
  45. <meta name="if:Title" content="1"/>
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50. /* ---- BODY: BACKGROUND, SCROLLBAR, TEXT ---- */
  51. body{
  52. background:{color:Background} url('{image:Background}');
  53. background-position: center;
  54. background-repeat: repeat;
  55. background-attachment: fixed;
  56. margin:0px;
  57. padding:0px;
  58. color:{color:Text};
  59. font: 10px {font:Body};
  60. line-height:100%;
  61.  
  62. /* --- SCROLLBAR OPTIONS FOR INTERNET EXPLORER ---- */
  63. scrollbar-face-color: #fff;
  64. scrollbar-highlight-color: #fff;
  65. scrollbar-shadow-color: #fff;
  66. scrollbar-3dlight-color: #fff;
  67. scrollbar-arrow-color: #fff;
  68. scrollbar-track-color: #fff;
  69. scrollbar-darkshadow-color: #fff;}
  70.  
  71. b { color: {color:Bold text};}
  72. i { color: {color:Italic text};}
  73.  
  74. /* -- SCROLLBAR CHROME & SAFARI -- */
  75.  
  76. ::-webkit-scrollbar-thumb:vertical {
  77. height:100px;
  78. background:{color:Scrollbar};}
  79.  
  80. ::-webkit-scrollbar {
  81. height:10px;
  82. width:8px;
  83. background:{color:Background} url('{image:Background}');}
  84.  
  85. ::-webkit-scrollbar-track {
  86. -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.0); ; }
  87.  
  88. ::-webkit-scrollbar-thumb {
  89. -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1); }
  90.  
  91. /* -- SIDEBAR IMAGE -- */
  92.  
  93. #side {
  94. position: fixed;
  95. width: 380px;
  96. top: 160px;
  97. left: 450px;
  98. text-align:center;
  99. z-index:3;}
  100.  
  101. #side img {
  102. width: 500px;
  103. margin-left:-70px;
  104. height:auto;
  105. border-bottom: 0 none;
  106. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);}
  107.  
  108. #side a {
  109. text-decoration:none;
  110. color: {color:Link};
  111. -webkit-transition: all 0.5s ease;
  112. -moz-transition: all 0.5s ease;
  113. -o-transition: all 0.5s ease;}
  114.  
  115. #side a:hover {
  116. color: {color:Link hover};
  117. -webkit-transition: all 0.5s ease;
  118. -moz-transition: all 0.5s ease;
  119. -o-transition: all 0.5s ease;}
  120.  
  121. #divisor {
  122. width: 60px;
  123. left: 880px;
  124. top:164px;
  125. height:auto;
  126. padding:4px;
  127. position:fixed;
  128. color: #000;
  129. font-size: 10px;
  130. text-align:left;
  131. z-index:8;}
  132.  
  133. /* -- CUSTOM NAVIGATION -- */
  134.  
  135. .nav {
  136. position:fixed;
  137. left: 900px;
  138. top:177px;
  139. height: 30px;
  140. width:200px;
  141. opacity:0;
  142. -webkit-transition: all 0.4s ease;
  143. -moz-transition: all 0.4s ease;
  144. -o-transition: all 0.4s ease;}
  145.  
  146. .nav a {
  147. display:inline-block;
  148. margin-bottom: 1px;
  149. text-align:right;
  150. padding: 4px;
  151. font-size: 14px;
  152. line-height:14px;
  153. color:{color:Redirect};
  154. background:transparent;
  155. text-decoration:none;
  156. text-transform:lowercase;
  157. -webkit-transition: all 0.3s ease;
  158. -moz-transition: all 0.3s ease;
  159. -o-transition: all 0.3s ease;}
  160.  
  161. .nav a:hover {
  162. color: {color:Redirect Hover};
  163. background:transparent;}
  164.  
  165. #symbo {
  166. position:fixed;
  167. left: 886px;
  168. width:10px;
  169. top:182px;
  170. height: 90px;
  171. font-size:28px;
  172. color:{color:Redirect};}
  173.  
  174. #symbo:hover .nav {opacity:1;}
  175.  
  176. /* --TITLE -- */
  177.  
  178. #title {
  179. color: {color:Title};
  180. position:fixed;
  181. width:520px;
  182. left: 380px;
  183. top: 134px;
  184. line-height: 14px;
  185. height:auto;
  186. font-size: 23px;
  187. letter-spacing:1px;
  188. text-align:center;
  189. z-index:2;
  190. font-family: 'lobster';
  191. background: transparent;}
  192.  
  193. @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
  194.  
  195. /* -- TUMBLR CONTROLS -- */
  196.  
  197. #tumblr_controls {display:none;}
  198.  
  199. /* -- OTHERS -- */
  200.  
  201. #credit{
  202. text-decoration:none;
  203. position:fixed;
  204. color:{color:Link};
  205. bottom:6px;
  206. right:6px;
  207. z-index:444444;}
  208.  
  209. img{border:none;}
  210. blockquote{padding-left:5px; border-left:1px dashed #C7C7C7;}
  211. blockquote blockquote{padding-left:5px; border-left:1px dashed #C7C7C7;}
  212.  
  213. {CustomCSS}</style></head><body>
  214.  
  215. <! -- SIDEBAR IMAGE --!>
  216.  
  217. <div id="divisor">new url</div>
  218.  
  219. {block:ifSidebarImage}
  220. <div id="side"><img src="{image:Sidebar}"><br>
  221.  
  222. <br><br><div class="description">{Block:description}{description}{/Block:description}<br>
  223. {/block:ifSidebarImage}
  224. </div></div>
  225.  
  226. {block:IfTitle}<div id="title">{Title}</div>{/block:IfTitle}
  227. {block:ifSubTitle}<div id="subtitle">{text:SubTitle}</div>{/block:ifSubTitle}
  228.  
  229. <div id="symbo"> »
  230. <div class="nav"><a href="{text:Redirect Link}">{text:Redirect Name}</a></div></div>
  231.  
  232. </div>
  233.  
  234. <div id="credit"><a href="http://donniert.tumblr.com"><i>theme</i></a></div>
  235.  
  236. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment