danceforyous

Theme One

Sep 27th, 2012
1,779
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1. <head>
  2. <title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7. <!--
  8. theme one by anne @ danceforyous
  9. -->
  10.  
  11. <meta name="color:Background" content="#ffffff"/>
  12.  
  13. <meta name="color:Text" content="#838282"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="color:Link Hover" content="#b8b8b8"/>
  16. <meta name="color:Scrollbar" content="#e7e3e4" />
  17.  
  18. <meta name="image:sidebar" content=""/>
  19.  
  20. <meta name="text:link 1" content="">
  21. <meta name="text:link 1 url" content="/">
  22. <meta name="text:link 2" content="">
  23. <meta name="text:link 2 url" content="/">
  24. <meta name="text:link 3" content="">
  25. <meta name="text:link 3 url" content="/">
  26.  
  27. <style type="text/css">
  28.  
  29. /* SCROLLBAR */
  30. ::-webkit-scrollbar{height: 9px; width: 5px; -webkit-border-radius: 0px; background-color:{color:background};}
  31. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  32. ::-webkit-scrollbar-track{background-color:{color:background};}
  33.  
  34.  
  35. body {
  36. background:{color:background};
  37. color:{color:text};
  38. font-family:calibri;
  39. font-size:10px;
  40. line-height:100%;
  41. }
  42.  
  43.  
  44. a:link, a:active, a:visited { color: {color:link}; text-decoration:none;}
  45.  
  46. a:hover {color:{color:link hover};
  47. text-decoration:none; transition:all 0.3s linear;
  48. -webkit-transition: all 0.3s linear;
  49. -moz-transition: all 0.3s linear;
  50. -ms-transition: all 0.3s linear;
  51. -o-transition: all 0.3s linear;
  52. }
  53.  
  54. a {
  55. text-decoration:none;
  56. outline:none;
  57. -moz-outline-style:none;
  58. color:{color:link};
  59. }
  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:15px;
  78. }
  79.  
  80. #entries {
  81. padding:10px;
  82. width:500px;
  83. margin-left:500px;
  84. margin-top:40px;
  85. }
  86.  
  87. #post {
  88. width:500px;
  89. padding-bottom:20px;
  90. }
  91.  
  92. #sidebar {
  93. width:220px;
  94. position:fixed;
  95. margin-left:200px;
  96. margin-top:70px;
  97. }
  98.  
  99. #sidebarimage {
  100. Border-radius: 3px;
  101. width 200px;
  102. }
  103.  
  104. #sidebarimage img {
  105. Border-radius: 3px;
  106. width:200px;
  107. }
  108.  
  109. .sidelinks {
  110. width:200px;
  111. font-family:consolas;
  112. font-size: 10px;
  113. letter-spacing:1px;
  114. text-transform:uppercase;
  115. margin-left:1px;
  116. margin-top:10px;
  117. text-align: center;
  118. }
  119.  
  120. .sidelinks :hover {
  121. text-shadow:2px 0 0 rgba(244,0,0,0.2),-2px 0 0 rgba(0,244,0,0.2);
  122. -webkit-transition: all 0.2s linear;
  123. -moz-transition: all 0.2s linear;
  124. transition: all 0.2s linear;
  125. color:#d3bbc1;
  126. font-style: bold;
  127. }
  128.  
  129. #description {
  130. text-align:center;
  131. padding-top:16px;
  132. margin-top:-3px;
  133. margin-left:0px;
  134. width:200px;
  135. font-family:calibri;
  136. }
  137.  
  138. #pagination {
  139. font-size:30px;
  140. text-align:right;
  141. margin-right:-5px;
  142. margin-top:-1px;
  143. }
  144.  
  145. #info {
  146. text-align:center;
  147. margin-top:10px;
  148. }
  149.  
  150. .askbox {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}
  151.  
  152. .askbox p {margin:1px 0px;}
  153.  
  154. .askbox span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  155.  
  156. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
  157.  
  158. #crdt {
  159. font-family: georgia;
  160. font-style:italic;
  161. font-size:9px;
  162. letter-spacing:1px;
  163. opacity:0.8;
  164. text-transform:lowercase;
  165. bottom:10px;
  166. right:10px;
  167. position:fixed;
  168. }
  169.  
  170. {CustomCSS}</style>
  171.  
  172. <body>
  173.  
  174. <div id="sidebar">
  175. <div id="sidebarimage"><img src="{image:sidebar}"> </div>
  176.  
  177. <div class="sidelinks">
  178. <a href="/">home</a>
  179. <a href="/ask">message</a>
  180. <a href="{text:link 1 url}">{text:link 1}</a>
  181. <a href="{text:link 2 url}">{text:link 2}</a>
  182. <a href="{text:link 3 url}">{text:link 3}</a> </div>
  183. <div id="description">{Description} </div>
  184.  
  185. <div id="pagination">
  186. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  187. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  188. </div>
  189. </div>
  190.  
  191. <div id="entries">{block:Posts}<div id="post">
  192.  
  193. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  194.  
  195. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  196.  
  197. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  198.  
  199. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  200.  
  201. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  202.  
  203. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  204.  
  205. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="90px" height="90px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  206. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  207. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  208. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  209. {/block:Audio}
  210.  
  211. {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  212.  
  213. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="askbox"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}{/block:Answer}
  214.  
  215. <div id="info">
  216. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  217. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  218. 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>
  219. </div>
  220.  
  221. {block:PostNotes}{PostNotes}{/block:PostNotes}
  222. {/block:Posts}</div>
  223.  
  224.  
  225. <div id="crdt"> <a href="http://www.danceforyous.tumblr.com/" target="_blank"> danceforyous</a> </div>
  226.  
  227. </body>
  228. </html>
Advertisement
Add Comment
Please, Sign In to add comment