Advertisement
danceforyous

Theme Seventeen

Nov 10th, 2013
775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.49 KB | None | 0 0
  1. <!--
  2. theme 17 by anoud @ danceforyous
  3.  
  4. new themes - november+
  5. -->
  6.  
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#838282"/>
  15. <meta name="color:Link" 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. ::-webkit-scrollbar {
  30. height:9px;
  31. width:5px;
  32. -webkit-border-radius:0px;
  33. background-color:{color:background};
  34. }
  35.  
  36. ::-webkit-scrollbar-thumb {
  37. background-color:{color:scrollbar};
  38. }
  39.  
  40. ::-webkit-scrollbar-track {
  41. background-color:{color:background};
  42. }
  43.  
  44. body {
  45. background:{color:background};
  46. color:{color:text};
  47. font-family:arial;
  48. font-size:10px;
  49. line-height:100%;
  50. }
  51.  
  52. a:link, a:active, a:visited { color: {color:link}; text-decoration:none;}
  53.  
  54. a:hover {
  55. text-decoration:underline; transition:all 0.3s linear;
  56. -webkit-transition: all 0.3s linear;
  57. -moz-transition: all 0.3s linear;
  58. -ms-transition: all 0.3s linear;
  59. -o-transition: all 0.3s linear;
  60. }
  61.  
  62. a {
  63. text-decoration:none;
  64. outline:none;
  65. -moz-outline-style:none;
  66. color:{color:link};
  67. }
  68.  
  69.  
  70. img {
  71. border:none;
  72. }
  73.  
  74. blockquote {
  75. padding-left:5px;
  76. border-left:2px solid;
  77. }
  78.  
  79. blockquote blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;
  82. }
  83.  
  84. h1 {
  85. font-size:17px;
  86. font-family:cambria;
  87. font-weight:normal;
  88. text-transform:lowercase;
  89. letter-spacing:-1;
  90. }
  91.  
  92. h2 {
  93. font-size:15px;
  94. background-color:#fafafa;
  95. padding:9px;
  96. }
  97.  
  98. h3 {
  99. text-align:right;
  100. font-size:11px;
  101. font-weight:normal;
  102. }
  103.  
  104. #entries {
  105. padding:10px;
  106. width:500px;
  107. margin-left:490px;
  108. margin-top:-20px;
  109. }
  110.  
  111. #post {
  112. width:500px;
  113. margin-top:70px;
  114. }
  115.  
  116. #sidebar {
  117. width:240px;
  118. position:fixed;
  119. margin-left:190px;
  120. margin-top:140px;
  121. }
  122.  
  123. #sidebarimage {
  124. width 250px;
  125. }
  126.  
  127. #sidebarimage img {
  128. width:250px;
  129. }
  130.  
  131. .sidelinks {
  132. width:240px;
  133. font-size:8px;
  134. letter-spacing:1px;
  135. margin-top:10px;
  136. text-align:center;
  137. text-transform:uppercase;
  138. font-family:cambria;
  139. border-bottom:1px solid #eee;
  140. padding:5px;
  141. }
  142.  
  143. #description {
  144. text-align:center;
  145. padding-top:16px;
  146. margin-top:-3px;
  147. margin-left:5px;
  148. width:250px;
  149. font-size:9px;
  150. font-family:arial;
  151. }
  152.  
  153. #pagination {
  154. font-family:arial;
  155. font-size:10px;
  156. text-align:left;
  157. margin-top:5px;
  158. }
  159.  
  160. #pagination a {
  161. padding:6px;
  162. }
  163.  
  164. #info {
  165. text-transform:uppercase;
  166. border-top:1px #fafafa solid;
  167. padding:6px;
  168. font-size:8px;
  169. margin-top:10px;
  170. }
  171.  
  172. #info a {
  173. padding:10px;
  174. }
  175.  
  176. .label {
  177. text-decoration:underline;
  178. margin-right:5px;
  179. background-color:#fafafa;
  180. line-height:190%;
  181. padding:3px;
  182. font-size:11px;
  183. }
  184.  
  185. ul.chat, .chat ol, .chat li {
  186. list-style:none;
  187. padding:2px;
  188. }
  189.  
  190. .askbox {
  191. align:right;
  192. background: #fafafa;
  193. margin:7px 0px 5px 56px;
  194. padding:22px;
  195. position:relative;
  196. }
  197.  
  198. .askbox p {
  199. margin:1px 0px;
  200. }
  201.  
  202. .askborder {
  203. float:left;
  204. margin:1px 4px 0 0;
  205. padding:2px;
  206. background:#fafafa;
  207. }
  208.  
  209. .tags {
  210. padding:5px;
  211. }
  212.  
  213. #credit {
  214. font-size:11px;
  215. letter-spacing:1px;
  216. bottom:10px;
  217. right:10px;
  218. position:fixed;
  219. }
  220.  
  221. {CustomCSS}
  222. </style>
  223.  
  224. <body>
  225.  
  226. <div id="sidebar">
  227.  
  228. <div id="sidebarimage">
  229. <img src="{image:sidebar}"></div>
  230.  
  231. <div class="sidelinks">
  232. {/block:PreviousPage}
  233. {block:PreviousPage}
  234. <a href="{PreviousPage}" style="font-size:12px;">-</a> &nbsp;
  235. {/block:PreviousPage}
  236. <a href="/">home</a>
  237. <a href="/ask">msg</a>
  238. <a href="{text:link 1 url}">{text:link 1}</a>
  239. <a href="{text:link 2 url}">{text:link 2}</a>
  240. <a href="{text:link 3 url}">{text:link 3}</a> &nbsp;
  241. {block:NextPage}
  242. <a href="{NextPage}" style="font-size:9px;">+</a>
  243. {/block:NextPage}
  244. </div>
  245.  
  246. <div id="description">{Description}
  247. </div> </div>
  248.  
  249. <div id="entries">{block:Posts}<div id="post">
  250.  
  251. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  252.  
  253. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  254.  
  255. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  256.  
  257. {block:Quote}<h2>{Quote}</h2>{block:Source} <h3>—{Source}</h3>{/block:Source}{/block:Quote}
  258.  
  259. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  260.  
  261. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  262.  
  263. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="85px" height="85px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  264. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  265. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  266. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  267. {/block:Audio}
  268.  
  269. {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  270.  
  271. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="askbox"><span></span>{Question}&nbsp;&nbsp;<i>—{Asker}</i></div>{Answer}{/block:Answer}
  272.  
  273. <div id="info">
  274. {block:Date}<u>{TimeAgo}</u>{/block:Date} <a href="{Permalink}">
  275. {NoteCountWithLabel}</a><div style="float:right;">{block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> /
  276. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div></div>
  277.  
  278. <div class="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  279.  
  280. {block:PostNotes}{PostNotes}{/block:PostNotes}
  281. {/block:Posts}</div>
  282.  
  283. <div id="credit"> <a href="http://www.danceforyous.tumblr.com/themes" target="_blank">♥</a></div>
  284.  
  285. </body>
  286. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement