danceforyous

Theme Four

Nov 4th, 2012
1,748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.99 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. <!--
  7. theme by anne @ danceforyous
  8. please do not steal.
  9. --->
  10.  
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Text" content="#838282"/>
  13. <meta name="color:Link" content="#b8b8b8"/>
  14. <meta name="color:Link hover" content="#b8b8b8"/>
  15. <meta name="color:Scrollbar" content="#b8b8b8"/>
  16.  
  17. <meta name="image:sidebar" content=""/>
  18.  
  19. <meta name="text:Link 1" content="link" />
  20. <meta name="text:Link 1 URL" content="/" />
  21. <meta name="text:Link 2" content="link" />
  22. <meta name="text:Link 2 URL" content="/" />
  23. <meta name="text:Link 3" content="link" />
  24. <meta name="text:Link 3 URL" content="/" />
  25.  
  26. <style type="text/css">
  27.  
  28. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  29. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  30. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  31.  
  32. body {
  33. background:{color:background};
  34. margin:0px;
  35. color:{color:text};
  36. font-family:Calibri;
  37. font-size:10px;
  38. line-height:100%;
  39. }
  40.  
  41. a:link, a:active, a:visited { color: {color:link}; text-decoration:none;}
  42.  
  43. a:hover {color:{color:link hover};
  44. text-decoration:none;
  45. transition:all 0.4s ease-in-out;
  46. -webkit-transition: all 0.4s ease-in-out;
  47. -moz-transition: all 0.4s ease-in-out;
  48. -ms-transition: all 0.4s ease-in-out;
  49. -o-transition: all 0.4s ease-in-out;
  50. }
  51.  
  52. a {
  53. text-decoration:none;
  54. outline:none;
  55. -moz-outline-style:none;
  56. color:{color:link};
  57. }
  58.  
  59. img {
  60. border:none;
  61. }
  62.  
  63. blockquote {
  64. padding-left:5px;
  65. border-left:2px solid;
  66. }
  67.  
  68. blockquote blockquote {
  69. padding-left:5px;
  70. border-left:2px solid;
  71. }
  72.  
  73. h1 {
  74. font-size:15px;
  75. }
  76.  
  77. #entries {
  78. padding:10px;
  79. width:500px;
  80. margin-left:500px;
  81. margin-top:40px;
  82. }
  83.  
  84. #sidebar {
  85. width:250px;
  86. position:fixed;
  87. margin-left:200px;
  88. margin-top:100px;
  89. }
  90.  
  91. #sideimage {
  92. width 210px;
  93. }
  94.  
  95. #sideimage img {
  96. width:210px;
  97. }
  98.  
  99. #sidelinks {
  100. font-family:calibri;
  101. font-size:12px;
  102. font-weight:bold;
  103. text-transform:uppercase;
  104. text-align:center;
  105. letter-spacing:0px;
  106. margin-left:14px;
  107. margin-top:-170px;
  108. width:120px;
  109. background-color:{color:background};
  110. padding: 30px;
  111. opacity:0.3;
  112. -webkit-transition: all 0.7s ease;
  113. -moz-transition: all 0.7s ease;
  114. -o-transition: all 0.7s ease;
  115. }
  116.  
  117. #sidelinks a:hover {
  118. letter-spacing:2px;
  119. font-size:13px;
  120. }
  121.  
  122. #sidelinks:hover {
  123. opacity:0.9;
  124. -webkit-transition: all 0.9s ease;
  125. -moz-transition: all 0.9s ease;
  126. -o-transition: all 0.9s ease
  127. }
  128.  
  129. #desc {
  130. width:120px;
  131. margin-left:-5px;
  132. margin-top:5px;
  133. letter-spacing:0px;
  134. font-size:10px;
  135. padding:5px;
  136. text-align:center;
  137. border-top:1px solid #e8e8e7;
  138. }
  139.  
  140. #pagination {
  141. font-size:10px;
  142. text-align:right;
  143. margin-top:15px;
  144. margin-right:40px;
  145. }
  146.  
  147. #post {
  148. width:500px;
  149. padding-bottom:20px;
  150. }
  151.  
  152. #info {
  153. text-align:center;
  154. margin-top:10px;
  155. border-top:1px #e8e8e8 solid;
  156. padding:7px;
  157. padding-bottom:25px;
  158. }
  159.  
  160. #asker {
  161. float:left;
  162. margin-right:5px;
  163. border:3px solid #eee;
  164. padding:5px;
  165. }
  166.  
  167. #crdt {
  168. font-size:10px;
  169. bottom:10px;
  170. right:0px;
  171. position:fixed;
  172. border-left:1px solid #e9e9e9;
  173. border-top:1px solid #e9e9e9;
  174. border-right:1px solid #e9e9e9;
  175. border-bottom:1px solid #e9e9e9;
  176. padding:5px;
  177. }
  178.  
  179. {CustomCSS}</style></head><body>
  180.  
  181. <div id="sidebar">
  182. <div id="sideimage"><img src="{image:sidebar}">
  183. <div id="sidelinks">
  184. <a href="/">home</a>
  185. <a href="/ask">inbox</a>
  186. <a href="{text:link 1 url}">{text:link 1}</a><br>
  187. <a href="{text:link 2 url}">{text:link 2}</a>
  188. <a href="{text:link 3 url}">{text:link 3}</a>
  189.  
  190. <div id="desc">{Description}
  191.  
  192. <div id="pagination">
  193. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"<big>«</big></a>{/block:PreviousPage} {CurrentPage} of {TotalPages}
  194. {block:NextPage}<a href="{NextPage}"><big>»</big></a>{/block:NextPage}{/block:Pagination} </div>
  195.  
  196. </div></div></div></div>
  197.  
  198. <div id="entries">{block:Posts}<div id="post">
  199.  
  200. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  201.  
  202. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  203.  
  204. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  205.  
  206. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  207.  
  208. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  209.  
  210. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  211.  
  212. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  213.  
  214. {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  215.  
  216. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div><big>❝</big> {Asker}:<br>{Question}<br><br><br>{Answer}{/block:Answer}
  217.  
  218. <div id="info">
  219. {block:Date}posted {TimeAgo}{/block:Date} - <a href="{Permalink}">
  220. {NoteCountWithLabel}</a>{block:RebloggedFrom} (via <a href="{ReblogParentURL}"
  221. title="{ReblogParentTitle}">{ReblogParentName}</a> | source <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>){/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  222.  
  223. <div id="crdt"><a href="http://www.danceforyous.tumblr.com/themage" target="_blank">©</a> </div>
  224.  
  225. {block:PostNotes}{PostNotes}{/block:PostNotes}
  226. {/block:Posts}</div>
  227.  
  228. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment