Advertisement
danceforyous

Theme Fifteen

Jul 25th, 2013
781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.77 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. <!-- theme 15 by anne @ danceforyous -->
  7.  
  8. <meta name="color:Background" content="#ffffff"/>
  9. <meta name="color:Text" content="#838282"/>
  10. <meta name="color:Link" content="#3d3d3c"/>
  11. <meta name="color:Link Hover" content="#000000"/>
  12.  
  13. <meta name="image:sidebar" content=""/>
  14.  
  15. <meta name="text:link 1" content="">
  16. <meta name="text:link 1 url" content="/">
  17. <meta name="text:link 2" content="">
  18. <meta name="text:link 2 url" content="/">
  19. <meta name="text:link 3" content="">
  20. <meta name="text:link 3 url" content="/">
  21.  
  22. <style type="text/css">
  23.  
  24. body {
  25. background:{color:background};
  26. margin:0px;
  27. color:{color:text};
  28. font-family:arial;
  29. font-size:11px;
  30. line-height:100%;
  31. }
  32.  
  33. a:link, a:active, a:visited { color: {color:link}; text-decoration:none;}
  34.  
  35. a:hover {color:{color:link hover};
  36. text-decoration:none; transition:all 0s linear;
  37. -webkit-transition: all 0s linear;
  38. -moz-transition: all 0s linear;
  39. -ms-transition: all 0s linear;
  40. -o-transition: all 0s linear;
  41.  
  42. }
  43.  
  44. a {
  45. text-decoration:none;
  46. outline:none;
  47. -moz-outline-style:none;
  48. color:{color:link};
  49. }
  50.  
  51. img {
  52. border:none;
  53. }
  54.  
  55. blockquote {
  56. padding-left:5px;
  57. border-left:2px solid;
  58. }
  59.  
  60. blockquote blockquote {
  61. padding-left:5px;
  62. border-left:2px solid;
  63. }
  64.  
  65. h1 {
  66. font-size:18px;
  67. font-weight:normal;
  68. font-family:georgia;
  69. font-style:italic;
  70. }
  71.  
  72. h2 {
  73. font-size:14px;
  74. font-weight:normal;
  75. }
  76.  
  77. #entries {
  78. padding:10px;
  79. width:500px;
  80. margin-left:500px;
  81. margin-top:40px;
  82. }
  83.  
  84. #post {
  85. width:500px;
  86. margin-top:60px;
  87. padding-bottom:4px;
  88. }
  89.  
  90. #sidebar {
  91. width:250px;
  92. position:fixed;
  93. margin-left:200px;
  94. margin-top:70px;
  95. }
  96.  
  97. #image {
  98. width 250px;
  99. }
  100.  
  101. #image img {
  102. width:250px;
  103. }
  104.  
  105. #links {
  106. text-align:center;
  107. margin-top:4px;
  108. font-size:7px;
  109. text-transform:uppercase;
  110. font-family:georgia;
  111. letter-spacing:1px;
  112. margin-left:-1px;
  113. line-height:100%;
  114. width:238px;
  115. border-bottom:1px #eee solid;
  116. padding:6px;
  117. }
  118.  
  119. #description {
  120. padding:5px;
  121. text-align:center;
  122. font-family:georgia;
  123. font-size:8.5px;
  124. width:225px;
  125. font-style:italic;
  126. margin-left:11px;
  127. }
  128.  
  129. #pagination {
  130. font-size:20px;
  131. text-align:center;
  132. margin-top:10px;
  133. }
  134.  
  135. #info {
  136. text-align:left;
  137. margin-top:10px;
  138. border-top:1px #f1f1f1 solid;
  139. padding:5px;
  140. margin-bottom:2px;
  141. }
  142.  
  143. #asker {
  144. float:left;
  145. margin-right:5px;
  146. }
  147.  
  148. .credit {
  149. position:fixed;
  150. right:10px;
  151. bottom:12px;
  152. font-family:consolas;
  153. font-size:8px;
  154. text-align:center;
  155. text-transform:uppercase;
  156. text-decoration:none;
  157. letter-spacing:1px;
  158. }
  159.  
  160. {CustomCSS}</style>
  161. </head><body>
  162. <div id="sidebar">
  163.  
  164. <div id="image"><img src="{image:sidebar}"></div>
  165.  
  166. <div id="links">
  167. <a href="/">home</a> /
  168. <a href="/faqyou">ask</a> /
  169. <a href="{text:link 1 url}">{text:link 1}</a> /
  170. <a href="{text:link 2 url}">{text:link 2}</a> /
  171. <a href="{text:link 3 url}">{text:link 3}</a>
  172. </div>
  173.  
  174. <div id="description">{Description}</div>
  175.  
  176. <div id="pagination">
  177. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">ยซ</a>{/block:PreviousPage}
  178. {block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}{/block:Pagination}
  179. </div>
  180.  
  181. </div>
  182.  
  183. <div id="entries">{block:Posts}<div id="post">
  184.  
  185. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  186.  
  187. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  188.  
  189. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  190.  
  191. {block:Quote}<h2>{Quote}</h2>{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  192.  
  193. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  194.  
  195. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  196.  
  197. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="90px" height="90px" align="left" style="margin-left:90px; padding:2px; border:2px #f5f5f5 solid; border-radius:80px;" />{/block:AlbumArt}<span class="audio" style="text-align:center;">{AudioPlayerGrey}</span>
  198. <div style="text-transform:uppercase;letter-spacing:-1px;"><br>{block:TrackName} <b><big><center><big><div style="color:{color:link hover};">{TrackName}</b></big></big></div><br />{/block:TrackName}
  199. {block:Artist}<big>{Artist}</big><br />{/block:Artist}
  200. {/block:ExternalAudio}<br> {PlayCount} plays</center></div>
  201. {/block:Audio}
  202.  
  203. {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  204.  
  205. {block:Answer}<div style="background-color:#fafafa; padding: 15px; border-bottom:1px #eee solid;"><b>{Asker}:</b><i><br>{Question}</i></div>{Answer}{/block:Answer}
  206.  
  207. <div id="info">
  208. <div style="float:right;"><font color="red">&hearts;</font> {NoteCount}</div> {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> /
  209. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  210. <br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  211. <a href="{Permalink}">{block:Date}<div style="background-color:#fafafa; padding:5px; ">{timeago}{/block:Date}</a>
  212. </div>
  213.  
  214. {block:PostNotes}{PostNotes}{/block:PostNotes}
  215. {/block:Posts}</div>
  216.  
  217. <div class="credit"><a href="http://ofirisesthemes.tumblr.com">ยฉ theme</a></div>
  218.  
  219. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement