Advertisement
danceforyous

Theme Nine

Mar 25th, 2013
846
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.72 KB | None | 0 0
  1. <head>
  2.  
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!--
  9.  
  10. Theme nine by anne @ danceforyous
  11.  
  12. -->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#838282"/>
  16. <meta name="color:Link" content="#b8b8b8"/>
  17. <meta name="color:Link Hover" content="#b8b8b8"/>
  18. <meta name="color:Scrollbar" content="#b8b8b8"/>
  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. <meta name="text:link 3" content="">
  27. <meta name="text:link 3 url" content="/">
  28. <meta name="text:link 4" content="">
  29. <meta name="text:link 4 url" content="/">
  30. <meta name="text:link 5" content="">
  31. <meta name="text:link 5 url" content="/">
  32.  
  33. <style type="text/css">
  34.  
  35. ::-webkit-scrollbar{height: 10px; width: 6px; -webkit-border-radius:; background-color:{color:background};}
  36. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  37. ::-webkit-scrollbar-track{background-color:{color:background};}
  38.  
  39. .askbox {
  40. align:right;
  41. background: #eee;
  42. margin:7px 0px 5px 66px;
  43. padding:10px;
  44. position:relative;
  45. -moz-border-radius:0px;
  46. -webkit-border-radius:0px;
  47. border-radius:0px;
  48. }
  49.  
  50. .askbox p {
  51. margin:1px 0px;
  52. }
  53.  
  54. .askbox span {
  55. display:block;
  56. position:absolute;
  57. width:1px;
  58. height:1px;
  59. font-size:0;
  60. line-height:1px;
  61. left:-10px;
  62. top:10px;
  63. border-top:7px solid transparent;
  64. border-bottom:7px solid transparent;
  65. border-right:10px solid #eee;
  66. }
  67.  
  68. .askborder {
  69. float:left;
  70. margin: 1px 4px 0 0;
  71. padding: 2px;
  72. background: #eee;
  73. }
  74.  
  75. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  76.  
  77. body {
  78. background:{color:background};
  79. margin:0px;
  80. color:{color:text};
  81. font-family:calibri;
  82. font-size:11px;
  83. line-height:100%;
  84. }
  85.  
  86. a {
  87. text-decoration:none;
  88. outline:none;
  89. -moz-outline-style:none;
  90. color:{color:link};
  91. -webkit-transition: opacity 0.8s linear;
  92. opacity: 1;
  93. -webkit-transition: all 0.5s ease-out;
  94. -moz-transition: all 0.5s ease-out;
  95. transition: all 0.5s ease-out;
  96. }
  97.  
  98. a:hover {
  99. text-decoration:none;
  100. color:{color:Link Hover};
  101. -webkit-transition: opacity 0.8s linear;
  102. opacity: 1;
  103. -webkit-transition: all 0.5s ease-out;
  104. -moz-transition: all 0.5s ease-out;
  105. transition: all 0.5s ease-out;
  106. }
  107.  
  108. blockquote {
  109. padding-left:5px;
  110. border-left:2px solid;
  111. }
  112.  
  113. blockquote blockquote {
  114. padding-left:5px;
  115. border-left:2px solid;
  116. }
  117.  
  118. h1 {
  119. font-size:15px;
  120. font-family:Bebas Neue;
  121. letter-spacing:3px;
  122. }
  123.  
  124. h2 {
  125. font-size:19px;
  126. text-transform:uppercase;
  127. line-height:90%;
  128. font-family:Bebas Neue;
  129. letter-spacing:1px;
  130. font-style:italic;
  131. }
  132.  
  133. img {
  134. border:none;
  135. }
  136.  
  137. #entries {
  138. padding:10px;
  139. width:500px;
  140. margin-left:500px;
  141. margin-top:40px;
  142. }
  143.  
  144. #sidebar {
  145. width:250px;
  146. position:fixed;
  147. margin-left:220px;
  148. margin-top:90px;
  149. }
  150.  
  151. #sidebarimage {
  152. width: 160px;
  153. opacity:1;
  154. -moz-transition-duration:0.8s;
  155. -webkit-transition-duration:0.8s;
  156. -o-transition-duration:0.8s;
  157. }
  158.  
  159. #sidebarimage img {
  160. width:160px;
  161. }
  162.  
  163. #sidebarimage img:hover {
  164. opacity:0.50;
  165. -moz-transition-duration:0.8s;
  166. -webkit-transition-duration:0.8s;
  167. -o-transition-duration:0.8s;
  168. }
  169.  
  170. #desc {
  171. padding:5px;
  172. text-align:left;
  173. margin-left:-2px;
  174. margin-top:6px;
  175. width:90px;
  176. font-size:11px;
  177. font-family:calibri;
  178. }
  179.  
  180. #pagination {
  181. font-size:10px;
  182. text-align:right;
  183. margin-right:95px;
  184. font-family:Bebas Neue;
  185. }
  186.  
  187. .links {
  188. text-align:left;
  189. padding:1px;
  190. margin-top:5px;
  191. font-size:8px;
  192. text-transform:uppercase;
  193. font-family:calibri;
  194. letter-spacing:2px;
  195. margin-left:0px;
  196. line-height:100%;
  197. width:157px;
  198. -moz-transition-duration:0.6s;
  199. -webkit-transition-duration:0.6s;
  200. -o-transition-duration:0.6s;
  201. }
  202.  
  203. .links a{
  204. color:{color:link};
  205. padding:3px;
  206. letter-spacing:2px;
  207. text-decoration:none;
  208. -moz-transition-duration:0.6s;
  209. -webkit-transition-duration:0.6s;
  210. -o-transition-duration:0.6s;
  211. }
  212.  
  213. .links a:hover{
  214. color:{color:link hover};
  215. background-color:{color:link};
  216. -moz-transition-duration:0.6s;
  217. -webkit-transition-duration:0.6s;
  218. -o-transition-duration:0.6s;
  219. }
  220.  
  221.  
  222. #title {
  223. font-size:19px;
  224. text-align:left;
  225. margin-left:0px;
  226. margin-top:12px;
  227. width:150px;
  228. text-transform:lowercase;
  229. font-style:italic;
  230. font-family:Bebas Neue;
  231. border-bottom:1px #666464 solid;
  232. padding:4px;
  233. }
  234.  
  235. #post {
  236. width:500px;
  237. padding-bottom:20px;
  238. }
  239.  
  240. #info {
  241. text-align:left;
  242. font-family:Bebas Neue;
  243. margin-top:10px;
  244. text-transform:uppercase;
  245. border-top:1px #eee solid;
  246. padding:5px;
  247. font-size:7px;
  248. letter-spacing:1px;
  249. }
  250.  
  251. #postnotes {
  252. font-family:Bebas Neue;
  253. font-size:10px;
  254. letter-spacing:1px;
  255. text-transform:uppercase;
  256. }
  257.  
  258. #asker {
  259. float:left;
  260. margin-right:5px;
  261. border:3px solid #e8e8e8;
  262. padding:5px;
  263. }
  264.  
  265. .audio {
  266. height:55px;
  267. overflow:hidden;
  268. }
  269.  
  270. #crdt {
  271. font-size:8px;
  272. font-family:calibri;
  273. letter-spacing:1px;
  274. bottom:10px;
  275. right:10px;
  276. position:fixed;
  277. border:1px solid #eee;
  278. background-color:#fcfafa;
  279. padding:5px;
  280.  
  281.  
  282. {CustomCSS}</style>
  283. </head>
  284.  
  285. <body>
  286.  
  287. <div id="sidebar">
  288. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  289. <div id="title"><a href="/">{Title}</a></div>
  290. <div id="desc">{Description}</div>
  291.  
  292. <div class="links">
  293. <a href="{text:link 1 url}">{text:link 1}</a> •
  294. <a href="{text:link 2 url}">{text:link 2}</a> •
  295. <a href="{text:link 3 url}">{text:link 3}</a> • <br><br>
  296. <a href="{text:link 4 url}">{text:link 4}</a> •
  297. <a href="{text:link 5 url}">{text:link 5}</a>
  298. </div>
  299.  
  300. <div id="pagination">
  301. {block:PreviousPage} <a href="{PreviousPage}">←</a> {/block:PreviousPage}{block:JumpPagination length="5"}
  302.  
  303. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  304.  
  305. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  306. </div>
  307. </div>
  308.  
  309. <div id="crdt">©<a href="http://www.danceforyous.tumblr.com/themage" target="_blank"> DANCEFORYOUS</a> </div>
  310.  
  311. <div id="entries">{block:Posts}<div id="post">
  312.  
  313. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  314.  
  315. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  316.  
  317. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  318.  
  319. {block:Quote}<h2>
  320. {Quote}</h2>{block:Source} —{Source}{/block:Source}{/block:Quote}
  321.  
  322. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  323.  
  324. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  325.  
  326. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  327. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  328. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  329. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  330. {/block:Audio}
  331.  
  332. {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  333.  
  334. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="askbox"><span></span><big>❝</big> <font face="Bebas Neue" size="2"><i>{Asker}</i></font>: {Question}&nbsp;</div><br>{Answer}{/block:Answer}
  335.  
  336. <div id="info">
  337. {block:Date}({TimeAgo}{/block:Date}) <a href="{Permalink}">
  338.  
  339. {NoteCountWithLabel}</a>{block:RebloggedFrom} &nbsp; // &nbsp;<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> -
  340.  
  341. {block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}">source <a href="{SourceURL}"></a></a>{/block:ContentSource}{/block:RebloggedFrom} - <a href="{ReblogURL}" target="_blank">reblog</a>
  342. {/block:RebloggedFrom}
  343.  
  344. <br> {block:HasTags}{block:Tags} ✖<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  345.  
  346. </div>
  347.  
  348. <div id="postnotes">
  349. {block:PostNotes}{PostNotes}{/block:PostNotes}
  350. {/block:Posts}</div>
  351.  
  352. </body>
  353. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement