danceforyous

Theme Eighteen

Nov 29th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. <!--
  2. theme 18 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:6px;
  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:consolas;
  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. 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:190px;
  118. position:fixed;
  119. margin-left:190px;
  120. margin-top:140px;
  121. }
  122.  
  123. #sidebarimage {
  124. width 180px;
  125. }
  126.  
  127. #sidebarimage img {
  128. width:180px;
  129. }
  130.  
  131. .sidelinks {
  132. width:171px;
  133. font-size:9px;
  134. letter-spacing:0px;
  135. margin-top:10px;
  136. text-align:center;
  137. text-transform:lowercase;
  138. font-family:consolas;
  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:180px;
  149. font-size:9px;
  150. font-family:consolas;
  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. background-color:#fafafa;
  171. }
  172.  
  173. #info a {
  174. padding:10px;
  175. }
  176.  
  177. .label {
  178. text-decoration:underline;
  179. margin-right:5px;
  180. background-color:#fafafa;
  181. line-height:190%;
  182. padding:3px;
  183. font-size:11px;
  184. }
  185.  
  186. ul.chat, .chat ol, .chat li {
  187. list-style:none;
  188. padding:2px;
  189. }
  190.  
  191. .askbox {
  192. align:right;
  193. background: #fafafa;
  194. margin:7px 0px 5px 56px;
  195. padding:22px;
  196. position:relative;
  197. }
  198.  
  199. .askbox p {
  200. margin:1px 0px;
  201. }
  202.  
  203. .askborder {
  204. float:left;
  205. margin:1px 4px 0 0;
  206. padding:2px;
  207. background:#fafafa;
  208. }
  209.  
  210. .tags {
  211. padding:5px;
  212. }
  213.  
  214. #credit {
  215. font-size:11px;
  216. letter-spacing:1px;
  217. bottom:10px;
  218. right:10px;
  219. position:fixed;
  220. }
  221.  
  222. {CustomCSS}
  223. </style>
  224.  
  225. <body>
  226.  
  227. <div id="sidebar">
  228.  
  229. <div id="sidebarimage">
  230. <img src="{image:sidebar}"></div>
  231.  
  232. <div class="sidelinks">
  233. {/block:PreviousPage}
  234. {block:PreviousPage}
  235. <a href="{PreviousPage}" style="font-size:12px;">-</a>
  236. {/block:PreviousPage}
  237. <a href="/">home</a>
  238. <a href="/ask">msg</a>
  239. <a href="{text:link 1 url}">{text:link 1}</a>
  240. <a href="{text:link 2 url}">{text:link 2}</a>
  241. <a href="{text:link 3 url}">{text:link 3}</a>
  242. {block:NextPage}
  243. <a href="{NextPage}" style="font-size:9px;">+</a>
  244. {/block:NextPage}
  245. </div>
  246.  
  247. <div id="description">{Description}
  248. </div> </div>
  249.  
  250. <div id="entries">{block:Posts}<div id="post">
  251.  
  252. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  253.  
  254. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  255.  
  256. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  257.  
  258. {block:Quote}<h2>{Quote}</h2>{block:Source} <h3>—{Source}</h3>{/block:Source}{/block:Quote}
  259.  
  260. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  261.  
  262. {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}
  263.  
  264. {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>
  265. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  266. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  267. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  268. {/block:Audio}
  269.  
  270. {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  271.  
  272. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="askbox"><span></span><i><big>—{Asker};</big></i>&nbsp;&nbsp;{Question}</div>{Answer}{/block:Answer}
  273.  
  274. <div id="info">
  275. {block:Date}<u>{TimeAgo}</u>{/block:Date} <a href="{Permalink}"><font color="red">♥</font> {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/" target="_blank">♥</a></div>
  284.  
  285. </body>
  286. </html>
Advertisement
Add Comment
Please, Sign In to add comment