composeur

Rachel Theme

Jan 18th, 2013
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.18 KB | None | 0 0
  1. <html lang="en">
  2. <!--
  3. Original Simple Theme by Airudite
  4. Called 'Rachel'
  5. Please do not rip off or redistribute, as well as remove the credit link. thank you.
  6.  
  7. -->
  8. <head>
  9.  
  10. <title>{title}</title>
  11.  
  12. <meta name="color:primary" content="#222">
  13. <meta name="color:links" content="#222">
  14. <link rel=”shortcut icon” href=”{Favicon}”/>
  15.  
  16.  
  17. <meta name="color:hover" content="#ccc">
  18. <meta name="color:secondary" content="#f3f7f2">
  19. <meta name="color:background" content="#fff">
  20. <meta name="text:font size" content="11px" />
  21.  
  22. <meta name="font:body" content="Lucida Sans" />
  23.  
  24. <meta name="if:fade photos" content="1" />
  25. <meta name="if:default font" content="1">
  26. <meta name="if:small posts" content="1">
  27. <meta name="if:medium posts" content="0">
  28. <meta name="if:large posts" content="0">
  29. <meta name="if:show captions" content="0" />
  30. <meta name="if:Show Icons On Hover" content="1"/>
  31.  
  32. <meta name="text:link 1 text" content="link 1" />
  33. <meta name="text:link 1" content="http://" />
  34. <meta name="text:link 2 text" content="link 2" />
  35. <meta name="text:link 2" content="http://" />
  36.  
  37.  
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  39. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
  42.  
  43. <style type="text/css">
  44.  
  45. body{
  46. color:{color:text};
  47. {block:ifdefaultfont}font-family: 'Droid Serif', serif;{/block:ifdefaultfont} {block:ifnotdefaultfont}font-family:{font:body};{block:ifnotdefaultfont}
  48. font-size:{text:font size};
  49. background-color:{color:background};
  50. }
  51.  
  52. a {text-decoration:none; color:{color:links}; -webkit-transition: 0.5s ease-in;}
  53. a:hover {-webkit-transition: 0.5s ease-in; color:{color:hover};}
  54.  
  55.  
  56. #blogtitle
  57. {margin-bottom: -10px; font-family: 'Droid Serif', serif; padding-bottom: -2px; text-align:right; font-size:{text:title font size}; letter-spacing: 1px;}
  58.  
  59. #wrap{
  60. width:600px;
  61. margin-left:400px;
  62. background-color:#fff;
  63. position:absolute;
  64. padding:5px;
  65. }
  66.  
  67. #post{
  68. padding:2px;
  69. background-color:#fff;
  70. width:{block:ifsmallposts}300px;{/block:ifsmallposts}{block:ifmediumposts}400px;{/block:ifmediumposts}{block:iflargeposts}500px;{/block:iflargeposts}
  71. float:left;
  72. margin:10px;
  73. }
  74.  
  75. ::selection { background:{color:secondary}; color:{color:primary};}
  76.  
  77. ::-webkit-scrollbar-thumb:vertical {
  78. background-color: {color:secondary};
  79. border:4px solid {color:Background};
  80. height:100px;
  81. }
  82. ::-webkit-scrollbar-thumb:horizontal {
  83. background-color:{color:Background};
  84. border:4px solid {color:Background};
  85. height:10px !important;
  86. }
  87. ::-webkit-scrollbar {
  88. height:16px;
  89. width:16px;
  90. background-color:{color:Background};
  91. }
  92.  
  93. #description{
  94. background-color:{color:background};
  95. width:200px;
  96. margin-bottom:-12px;
  97. margin-left:150px;
  98. position:fixed;
  99. padding:3px;
  100.  
  101.  
  102. .footer {width:350px; }left:525px; width:300px; position:fixed; background-color:{color:background}; bottom:-2px; margin:auto; padding-bottom:10px; padding-top:2px;}
  103. }
  104.  
  105. #permalink {float: left; margin-left: 506px; margin-top:0px; padding-top:0px; position: absolute; text-align: left; width: 50px; height:10px; font-size: 9px; courier new; -webkit-transition: 0.5s ease-in; opacity:0;}
  106. #permalink a {color:{color:permalink};}
  107. #permalink a:hover {color:{color:permalink};}
  108. #entry:hover .permalink {opacity: 1;}
  109.  
  110. {if:FadePhotos}
  111. img{
  112. -webkit-transition: opacity 0.5s linear;
  113. opacity: 0.6;
  114. }
  115. img:hover{
  116. -webkit-transition: opacity 0.7s linear;
  117. opacity: 1;
  118. }
  119. {/if:fadephotos}
  120.  
  121.  
  122. {CustomCSS]</style>
  123.  
  124.  
  125. </head>
  126. <body>
  127.  
  128.  
  129.  
  130.  
  131. <div id="description">
  132. <div id="blogtitle"> <a href="/"><big>{title}</big></a><Br><Br> <a href="/archive">history</a>· <a href="/ask">inquire</a>· <a href="{text:link 1}">{text:link 1 text}</a>· <a href="{text:link 2}">{text:link 2 text}</a>
  133.  
  134. <a href="http://airudite.tumblr.com">theme</a></div>
  135. <br>
  136. <P ALIGN="right">{description} </p>
  137. <br> <br> {block:Pagination}{block:NextPage}<p id="page_nav"><a href="{NextPage}" id="next">before</a>{/block:NextPage} {block:PreviousPage}<a href="{PreviousPage}">recent</a></p>{/block:PreviousPage}{/block:Pagination}
  138.  
  139. </div>
  140.  
  141. <div id="wrap">
  142.  
  143. {block:Posts}
  144.  
  145. <div id="post">
  146.  
  147. {block:Title}{Title}{/block:Title} </a>
  148. <span class="permalink"> <a href="{Permalink}">
  149. {block:Text}{Body}{/block:Text} </span>
  150.  
  151. {block:Photo}
  152. <div id="mylike">
  153. </div>
  154. <a href="{permalink}">
  155. <img src="{PhotoURL-500}" width="{block:ifsmallposts}300{/block:ifsmallposts}{block:ifmediumposts}400{/block:ifmediumposts}{block:iflargeposts}500{/block:iflargeposts}"/></a> {block:Ifshowcaptions}{Caption}{/block:Ifshowcaptions}
  156. {/block:Photo}
  157.  
  158.  
  159. {block:Photoset}<div class="post photoset">{block:IndexPage}<div class="overflow">{Photoset-250}</div>{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{block:indexpage}{block:ifshowcaptions}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:ifshowcaptions}<a href="{Permalink}"><div class="permalink">{block:Date}{ShortMonth} {DayOfMonth}{/block:Date}</div></a>{/block:indexpage}</div>{/block:Photoset}
  160.  
  161.  
  162.  
  163. {block:Quote} <span class="permalink"> <img style="width:15px;margin-right:-6px;opacity:0.3;margin-bottom:-2px;" src="http://i42.tinypic.com/okmxi8.png"/><a href="{Permalink}">
  164. {Quote} </a></span>
  165. <div align="right">
  166. {block:Source}-{Source}{/block:Source}
  167. </div>
  168. {/block:Quote}
  169.  
  170.  
  171. {block:Video}
  172. {Video-500}<br>
  173. {PlayCountWithLabel}
  174. {/block:Video}
  175.  
  176.  
  177. {block:Link}
  178. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  179. {block:Description}{Description}{/block:Description}
  180. {/block:Link}
  181.  
  182. {block:Chat}
  183. {block:Lines}
  184. {block:Label}
  185. <br>{Label}
  186. {/block:Label}
  187. &nbsp;{Line}
  188. {/block:Lines}
  189. {/block:Chat}
  190.  
  191. {block:Audio}
  192. {AudioPlayerGrey}
  193. <br><div align="right">{block:Artist}
  194. Artist: {Artist}</div>
  195. {/block:Artist}<br>
  196. {block:Caption}{Caption}{/block:Caption}
  197. {/block:Audio}
  198.  
  199.  
  200. {block:Answer}
  201. <u>{Asker}</u> asked {Question}</b>
  202. A:{Answer}
  203. {/block:Answer}
  204.  
  205. {block:PermalinkPage}
  206. {block:Caption}
  207. {Caption}
  208. {/block:Caption}
  209. <br>
  210. {block:NoteCount}
  211. {NoteCount} notes
  212. {/block:NoteCount}
  213. <Br>
  214. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  215. {/block:PermalinkPage}
  216. </div>
  217.  
  218. {/block:Posts}
  219.  
  220.  
  221. </div>
  222.  
  223. </body>
  224. </html>
Advertisement
Add Comment
Please, Sign In to add comment