danceforyous

Theme Six

Dec 10th, 2012
2,556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.89 KB | None | 0 0
  1. <head>
  2.  
  3. <title>{Title}</title>
  4.  
  5. <link rel="shortcut icon" href="{Favicon}">
  6.  
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!--
  11. theme by anne @ danceforyous
  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.  
  27.  
  28. <style type="text/css">
  29.  
  30. /* SCROLLBAR */
  31. ::-webkit-scrollbar{height: 9px; width: 10px; -webkit-border-radius:0px; background-color:{color:background};}
  32. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  33. ::-webkit-scrollbar-track{background-color:{color:background};}
  34.  
  35. /**/
  36. body {
  37. background:{color:background};
  38. color:{color:text};
  39. font-family:calibri;
  40. font-size:10px;
  41. line-height:100%;
  42. }
  43.  
  44.  
  45. a:link, a:active, a:visited { color: {color:link}; text-decoration:none;}
  46.  
  47. a:hover {color:{color:link hover};
  48. text-decoration:none; transition:all 0.4s linear;
  49. -webkit-transition: all 0.4s linear;
  50. -moz-transition: all 0.4s linear;
  51. -ms-transition: all 0.4s linear;
  52. -o-transition: all 0.4s linear;
  53. }
  54.  
  55. a {
  56. text-decoration:none;
  57. outline:none;
  58. -moz-outline-style:none;
  59. color:{color:link};
  60. }
  61.  
  62. img {
  63. border:none;
  64. }
  65.  
  66. blockquote {
  67. padding-left:5px;
  68. border-left:2px solid;
  69. }
  70.  
  71. blockquote blockquote {
  72. padding-left:5px;
  73. border-left:2px solid;
  74. }
  75.  
  76. h1 {
  77. font-size:19px;
  78. font-style:italic;
  79. }
  80.  
  81. #entries {
  82. padding:10px;
  83. width:500px;
  84. margin-left:500px;
  85. margin-top:40px;
  86. }
  87.  
  88. /* SIDEBAR SETTINGS */
  89. #sidebar {
  90. width:140px;
  91. position:fixed;
  92. margin-left:200px;
  93. margin-top:100px;
  94. }
  95.  
  96.  
  97. #sidebarimage {
  98. width 160px;
  99. }
  100.  
  101. #sidebarimage img {
  102. border:1px solid #e3e3e3; padding:5px;
  103. width:160px;
  104. }
  105.  
  106. #description {
  107. text-align:center;
  108. margin-top:60px;
  109. margin-left:0px;
  110. width:160px;
  111. padding:5px;
  112. font-family:calibri;
  113. font-style:italic;
  114. border-top:2px solid #eee;
  115. }
  116.  
  117. #pagination {
  118. font-size:30px;
  119. text-align:right;
  120. margin-right:-80px;
  121. margin-top:-60px;
  122. }
  123.  
  124. /* LINKS SETTINGS*/
  125. .links {
  126. text-align:center;
  127. width:240px;
  128. padding:3px;
  129. margin-top:-120px;
  130. margin-left:-30px;
  131. line-height:150%;
  132. }
  133.  
  134. .links a{
  135. background-color: {color:Background};
  136. width:60px;
  137. font-family:calibri;
  138. font-size:8.5px;
  139. text-transform:uppercase;
  140. padding-left:5px;
  141. padding-right:5px;
  142.  
  143. }
  144.  
  145. .links a:hover {
  146. padding-left:10px;
  147. padding-right:10px;
  148. border-left:5px #eee solid;
  149. }
  150.  
  151. /* POST SETTINGS */
  152. #post {
  153. width:500px;
  154. margin-top:5px;
  155. margin-left:-40px;
  156. padding-bottom:20px;
  157. }
  158.  
  159. #info {
  160. text-align:center;
  161. font-family:consolas;
  162. margin-top:10px;
  163. text-transform:uppercase;
  164. border-top:1px #eee solid;
  165. padding:5px;
  166. font-size:8px;
  167. }
  168.  
  169. /* ASK SETTINGS */
  170. #asker {
  171. float:left;
  172. margin-right:5px;
  173. }
  174.  
  175. /* CREDITS (DON'T REMOVE) */
  176. #crdt {
  177. font-size:10px;
  178. font-family:trebuchet MS;
  179. text-transform:lowercase;
  180. bottom:10px;
  181. right:-60px;
  182. position:fixed;
  183. border-left:1px solid #e9e9e9;
  184. border-top:1px solid #e9e9e9;
  185. border-right:1px solid #e9e9e9;
  186. border-bottom:1px solid #e9e9e9;
  187. padding:5px;
  188. width:70px;
  189. -webkit-transition: opacity 0.6s linear;opacity: 1;-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in;transition: all 0.5s ease-in;
  190. }
  191.  
  192. #crdt:hover{
  193. width:150px;
  194. -webkit-transition: opacity 0.6s linear;opacity: 1;-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in;transition: all 0.5s ease-in;
  195. }
  196.  
  197.  
  198. {CustomCSS}</style>
  199. <body>
  200.  
  201. <div id="sidebar">
  202.  
  203.  
  204. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  205.  
  206.  
  207.  
  208. <div class="links">
  209. <a href="/">home</a><br>
  210. <a href="/ask">inbox</a><br>
  211. <a href="{text:link 1 url}">{text:link 1}</a><br>
  212. <a href="{text:link 2 url}">{text:link 2}</a>
  213. </div>
  214.  
  215. <div id="description">{Description} </div>
  216.  
  217. <div id="pagination">
  218. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  219. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  220. </div>
  221.  
  222. </div>
  223.  
  224. <div id="entries">{block:Posts}<div id="post">
  225.  
  226. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  227.  
  228. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  229.  
  230. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  231.  
  232. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  233.  
  234. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  235.  
  236. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  237.  
  238. {block:Audio}<div id="_">{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px; border: 1px solid #e8e8e8; padding:3px;" />{/block:AlbumArt}{AudioPlayerBlack}<br> {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName} {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist} {block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">click here</a><br />{/block:ExternalAudio}<b>Played:</b> {PlayCount} Times. {block:Caption}{Caption}{/block:Caption}<br clear="all" /></div> {/block:Audio}
  239.  
  240. {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  241.  
  242. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div><i>{Asker}:</i><br>"{Question}"<br>{Answer}{/block:Answer}
  243.  
  244. <div id="info">
  245. {block:Date}({TimeAgo}{/block:Date}) <a href="{Permalink}">
  246.  
  247. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> -
  248.  
  249. {block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}">© <a href="{SourceURL}"></a></a>{/block:ContentSource}{/block:RebloggedFrom} - <a href="{ReblogURL}" target="_blank">reblog</a>
  250. {/block:RebloggedFrom}
  251.  
  252. <br> {block:HasTags}{block:Tags} ✖<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  253.  
  254. </div>
  255. {block:PostNotes}{PostNotes}{/block:PostNotes}
  256. {/block:Posts}</div>
  257.  
  258. <div id="crdt"><a href="http://www.danceforyous.tumblr.com/themage" target="_blank">© DANCEFORYOUS</a> </div>
  259.  
  260. </body>
  261. </html>
Advertisement
Add Comment
Please, Sign In to add comment