danceforyous

Theme Two

Oct 13th, 2012
2,720
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--
  10. Theme #3 by Anne @ danceforyous.
  11. Please do not claim as yours.
  12. -->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#838282"/>
  16. <meta name="color:Link" content="#000">
  17. <meta name="color:Link Hover" content="#b8b8b8"/>
  18. <meta name="color:Scrollbar" content="#e7e3e4" />
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:link 1" content="">
  23. <meta name="text:link 1 url" content="/">
  24. <meta name="text:link 2" content="">
  25. <meta name="text:link 2 url" content="/">
  26. <meta name="text:link 3" content="">
  27. <meta name="text:link 3 url" content="/">
  28.  
  29.  
  30. <style type="text/css">
  31.  
  32. /* SCROLLBAR */
  33. ::-webkit-scrollbar{height: 6px; width: 6px; -webkit-border-radius:0px; background-color:{color:background};}
  34. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  35. ::-webkit-scrollbar-track{background-color:{color:background};}
  36.  
  37.  
  38. body {
  39. background:{color:background};
  40. color:{color:text};
  41. font-family:calibri;
  42. font-size:10px;
  43. line-height:100%;
  44. }
  45.  
  46.  
  47. a:link, a:active, a:visited { color: {color:link}; text-decoration:none;}
  48.  
  49. a:hover {color:{color:link hover};
  50. text-decoration:none; transition:all 0.3s linear;
  51. -webkit-transition: all 0.3s linear;
  52. -moz-transition: all 0.3s linear;
  53. -ms-transition: all 0.3s linear;
  54. -o-transition: all 0.3s linear;
  55. }
  56.  
  57. a {
  58. text-decoration:none;
  59. outline:none;
  60. -moz-outline-style:none;
  61. color:{color:link};
  62. }
  63.  
  64. img {
  65. border:none;
  66. }
  67.  
  68. blockquote {
  69. padding-left:5px;
  70. border-left:2px solid;
  71. }
  72.  
  73. blockquote blockquote {
  74. padding-left:5px;
  75. border-left:2px solid;
  76. }
  77.  
  78. h1 {
  79. font-size:15px;
  80. }
  81.  
  82. #entries {
  83. padding:10px;
  84. width:500px;
  85. margin-left:500px;
  86. margin-top:40px;
  87. }
  88.  
  89. #sidebar {
  90. width:140px;
  91. position:fixed;
  92. margin-left:200px;
  93. margin-top:100px;
  94. }
  95.  
  96.  
  97. #sidebarimage {
  98. width 140px;
  99. }
  100.  
  101. #sidebarimage img {
  102. border:1px solid #e3e3e3; padding:5px;
  103. width:140px;
  104. }
  105.  
  106. .links {
  107. width:200px;
  108. font-family:consolas;
  109. font-size: 10px;
  110. letter-spacing:1px;
  111. text-transform:lowercase;
  112. margin-left:-22px;
  113. margin-top:4px;
  114. position: fixed;
  115. text-align: center;
  116. }
  117.  
  118. #description {
  119. text-align:center;
  120. margin-top:30px;
  121. margin-left:0px;
  122. width:150px;
  123. font-family:calibri;
  124. }
  125.  
  126. #pagination {
  127. font-size:30px;
  128. text-align:right;
  129. margin-right:-70px;
  130. margin-top:-60px;
  131. }
  132.  
  133. #post {
  134. width:500px;
  135. padding:10px;
  136. border: 1px solid #eee;
  137. margin-top:10px;
  138. }
  139.  
  140. #info {
  141. text-align:center;
  142. margin-top:10px;
  143. }
  144.  
  145. #asker {
  146. float:left;
  147. margin-right:5px;
  148. }
  149.  
  150. #crdt { font-size:9px;
  151. font-family:georgia;
  152. letter-spacing:1px;
  153. font-style:italic;
  154. opacity:0.8;
  155. text-transform:lowercase;
  156. bottom:10px;
  157. right:10px;
  158. position:fixed;
  159. }
  160.  
  161.  
  162. {CustomCSS}</style>
  163. <body>
  164. <div id="sidebar">
  165. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  166.  
  167. <div class="links">
  168. <a href="/">home</a>
  169. <a href="/ask">inbox</a>
  170. <a href="{text:link 1 url}">{text:link 1}</a>
  171. <br>
  172. <a href="{text:link 2 url}">{text:link 2}</a>
  173. <a href="{text:link 3 url}">{text:link 3}</a> </div>
  174. <div id="description">{Description} </div>
  175.  
  176.  
  177.  
  178.  
  179.  
  180. <div id="pagination">
  181. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  182. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  183. </div>
  184.  
  185. </div>
  186.  
  187. <div id="entries">{block:Posts}<div id="post">
  188.  
  189. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  190.  
  191. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  192.  
  193. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  194.  
  195. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  196.  
  197. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  198.  
  199. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  200.  
  201. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  202.  
  203. {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  204.  
  205. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  206.  
  207. <div id="info">
  208. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  209. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via <a href="{ReblogParentURL}"
  210. title="{ReblogParentTitle}">{ReblogParentName}</a> (© <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName})</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  211.  
  212. </div>
  213. {block:PostNotes}{PostNotes}{/block:PostNotes}
  214. {/block:Posts}</div>
  215.  
  216. <div id="crdt"> { <a href="http://www.danceforyous.tumblr.com/" target="_blank"> danceforyous</a> } </div>
  217.  
  218. </body>
  219. </html>
Advertisement
Add Comment
Please, Sign In to add comment