dracares

theme 09 - dracares

Nov 7th, 2013
2,165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.79 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic' rel='stylesheet' type='text/css'>
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!----theme 09 by dracares---->
  10.  
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Text" content="#000000"/>
  13. <meta name="color:Link" content="#111111"/>
  14. <meta name="color:Hover" content="#000000"/>
  15.  
  16. <meta name="image:Sidebar" content=""/>
  17.  
  18. <meta name="text:Link 1" content=""/>
  19. <meta name="text:Link 1 URL" content=""/>
  20. <meta name="text:Link 2" content=""/>
  21. <meta name="text:Link 2 URL" content=""/>
  22. <meta name="text:Link 3" content=""/>
  23. <meta name="text:Link 3 URL" content=""/>
  24. <meta name="text:Link 4" content=""/>
  25. <meta name="text:Link 4 URL" content=""/>
  26. <meta name="text:Link 5" content=""/>
  27. <meta name="text:Link 5 URL" content=""/>
  28.  
  29. <style type="text/css">
  30.  
  31. body {
  32. margin:0px;
  33. text-align:justify;
  34. font-family:arial;
  35. font-size:9px;
  36. line-height:170%;
  37. color:{color:text};
  38. background:{color:background};
  39. }
  40.  
  41. a {
  42. text-decoration:none;
  43. outline:none;
  44. -moz-outline-style:none;
  45. color:{color:link};
  46. }
  47.  
  48. a:hover {
  49. color:{color:hover};
  50. -webkit-transition: opacity 0.3s linear;
  51. -webkit-transition: all 0.3s ease-in-out;
  52. -moz-transition: all 0.3s ease-in-out;
  53. -o-transition: all 0.3s ease-in-out;
  54. }
  55.  
  56. img {
  57. border:none;
  58. }
  59.  
  60. blockquote {
  61. margin-left:30px;
  62. padding:2px 2px 2px 15px;
  63. }
  64.  
  65. blockquote blockquote {
  66. padding-left:5px;
  67. }
  68.  
  69. blockquote p img {
  70. max-width:300px !important;
  71. height:auto !important;
  72. }
  73.  
  74. blockquote p img {
  75. max-width:300px !important;
  76. }
  77.  
  78. h1 {
  79. font-family:'Old Standard TT';
  80. font-style:italic;
  81. font-size:12px;
  82. text-transform:lowercase;
  83. font-weight:400;
  84. padding-left:5px;
  85. }
  86.  
  87. #quote {
  88. font-family:'Old Standard TT';
  89. font-style:italic;
  90. font-size:12px;
  91. text-transform:lowercase;
  92. line-height:170%;
  93. padding:10px 0px;
  94. }
  95.  
  96. #source {
  97. font-size:9px;
  98. text-align:right;
  99. text-transform:normal;
  100. }
  101.  
  102. span.tag2 {
  103. display:none;
  104. }
  105.  
  106. a.tag + span.tag2 {
  107. display:inline;
  108. }
  109.  
  110. #entries {
  111. padding:15px;
  112. margin:20px 340px 120px;
  113. width:420px;
  114. }
  115.  
  116. #post {
  117. padding:10px;
  118. margin-top:30px;
  119. width:400px;
  120. }
  121.  
  122. #sidebar {
  123. width:220px;
  124. position:fixed;
  125. margin:220px 790px 0px;
  126. }
  127.  
  128. #sidebarimage {
  129. padding-top:10px;
  130. border-top:1px solid #eee;
  131. }
  132.  
  133. #sidebarimage img{
  134. width:220px;
  135. }
  136.  
  137. #links {
  138. text-align:right;
  139. margin-right:5px;
  140. margin-bottom:-9px;
  141. }
  142.  
  143. #links a {
  144. padding:0px 3px;
  145. background-color:{color:Background};
  146. }
  147.  
  148. #links a:hover {
  149. letter-spacing:1px;
  150. font-style:italic;
  151. -webkit-transition: opacity 0.3s linear;
  152. -webkit-transition: all 0.3s ease-in-out;
  153. -moz-transition: all 0.3s ease-in-out;
  154. -o-transition: all 0.3s ease-in-out;
  155. }
  156.  
  157. #description {
  158. padding:10px 0px;
  159. }
  160.  
  161. #description a:hover {
  162. text-decoration:underline;
  163. }
  164.  
  165. #pagination {
  166. letter-spacing:3px;
  167. text-align:right;
  168. }
  169.  
  170. #info {
  171. margin-top:1px;
  172. font-size:9px;
  173. }
  174.  
  175. #tags a {
  176. padding:1px 2px;
  177. background-color:#fdfdfd;
  178. }
  179.  
  180. #viasource {
  181. margin-top:-15px;
  182. text-align:right;
  183. }
  184.  
  185. #viasource a {
  186. color:{color:text};
  187. }
  188.  
  189. #asker {
  190. line-height:140%;
  191. padding:20px;
  192. background-color:#fdfdfd;
  193. }
  194.  
  195. #answer {
  196. padding:10px;
  197. }
  198.  
  199. #audiopost {
  200. margin-bottom:6px;
  201. }
  202.  
  203. #audioinfo {
  204. padding:18px 4px 4px;
  205. line-height:190%;
  206. background-color:#fdfdfd;
  207. height:48px;
  208. text-align:center;
  209. width:392px;
  210. }
  211.  
  212. #albumart {
  213. opacity:1;
  214. }
  215.  
  216. #aplayer {
  217. margin-left:0px;
  218. margin-top:0px;
  219. padding:2px;
  220. overflow:hidden;
  221. }
  222.  
  223. #player {
  224. width:32px;
  225. height:32px;
  226. background-color:#fff;
  227. margin-top:19px;
  228. margin-left:19px;
  229. z-index:0;
  230. position:absolute;
  231. opacity:0.2;
  232. }
  233.  
  234. #player:hover {
  235. opacity:0.6;
  236. }
  237.  
  238. ol {
  239. list-style-type:none;
  240. margin-top:20px;
  241. }
  242.  
  243. ol.notes li {
  244. font-size:9px;
  245. padding-bottom:15px;
  246. margin-left:-30px;
  247. width:400px;
  248. }
  249.  
  250. ol.notes li img, .x {
  251. display:none;
  252. }
  253.  
  254. .y + .x {
  255. display:inline;
  256. }
  257.  
  258. .user_1 .label {
  259. font-weight:bold;
  260. }
  261.  
  262. .user_2 .label {
  263. font-weight:bold;
  264. background-color: #fdfdfd;
  265. }
  266.  
  267. .user_3 .label {
  268. font-weight:bold;
  269. }
  270.  
  271. .user_4 .label {
  272. font-weight:bold;
  273. background-color: #fdfdfd;
  274. }
  275.  
  276. .user_5 .label {
  277. font-weight:bold;
  278. }
  279.  
  280. .user_6 .label {
  281. font-weight:bold;
  282. background-color: #fdfdfd;
  283. }
  284.  
  285. .ul.chat {
  286. }
  287.  
  288. .chat ol {
  289. }
  290.  
  291. .chat li {
  292. list-style:none;
  293. margin-left:-43px;
  294. padding:4px;
  295. }
  296.  
  297. #credit {
  298. position:fixed;
  299. bottom:4px;
  300. right:4px;
  301. text-transform:uppercase;
  302. font-size:8px;
  303. font-family:calibri;
  304. letter-spacing:0px;
  305. }
  306.  
  307. #credit a {
  308. color:#000;
  309. }
  310.  
  311. {CustomCSS}</style></head><body>
  312.  
  313. <div id="sidebar">
  314.  
  315. <div id="links">
  316. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  317. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  318. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  319. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  320. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}</div>
  321.  
  322. <div id="sidebarimage"><a href="/"><img src="{image:Sidebar}"></a></div>
  323.  
  324. <div id="description">{Description}</div>
  325.  
  326. <div id="pagination">
  327. {block:Pagination}
  328. {block:PreviousPage}<a href="{PreviousPage}"><font size="1">&larr;</font></a>{/block:PreviousPage}
  329. {block:JumpPagination length="5"}{block:CurrentPage}
  330. <span class="current_page">{PageNumber}</span>
  331. {/block:CurrentPage}
  332. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>
  333. {/block:JumpPage}
  334. {/block:JumpPagination}
  335. {block:NextPage}<a href="{NextPage}"><font size="1">&rarr;</font></a>{/block:NextPage}
  336. {/block:Pagination}</div>
  337.  
  338. </div>
  339.  
  340. <div id="entries">{block:Posts}<div id="post">
  341.  
  342. {block:IndexPage}<div class="notes"></span></div>{/block:IndexPage}
  343.  
  344. <br><br>
  345.  
  346. {block:IndexPage}<div class="tags"></div>{/block:IndexPage}
  347.  
  348. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  349.  
  350. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" width="400">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  351.  
  352. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  353.  
  354. {block:Quote}<div id="quote">&ldquo;{Quote}&rdquo;</div>{block:Source}<div id="source"> — {Source}</div>{/block:Source}{/block:Quote}
  355.  
  356. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  357.  
  358. {block:Chat}<ul class="chat">{block:Title}{Title}{/block:Title} {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  359.  
  360. {block:Audio}<div id="audiopost">{block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}" width="70px" height="70px" align="left"/></div>{/block:AlbumArt}<div id="player"><div id="aplayer">{AudioPlayer}</div></div><div id="audioinfo">{block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}<b>{Artist}</b>{/block:Artist}<br>&emsp;{PlayCountWithLabel}</div></div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  361.  
  362. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  363.  
  364. {block:Answer}<div id="asker"><b>{Asker}</b>: {Question}</div><div id="answer">{Answer}</div>{/block:Answer}
  365.  
  366. <div id="info">{block:Date}<a style="padding:5px 8px; background-color:#fdfdfd; font-size:8px; text-transform:uppercase; letter-spacing:1px; font-family:calibri, arial; text-align:center;" href="{Permalink}">{ShortMonth} {DayOfMonth}</a>{/block:Date}&emsp;<a href="{Permalink}">{NoteCountWithLabel}</a>&emsp;{block:HasTags}{block:Tags}<span class="tag2">,&nbsp;</span><a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}<div id="viasource">{block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}&ensp;{block:ContentSource}(<a href="{SourceURL}">&copy; {SourceTitle}</a>){/block:ContentSource}{/block:PermalinkPage}</div></div>
  367.  
  368. </div>
  369.  
  370. {block:PostNotes}{PostNotes}{/block:PostNotes}
  371. {/block:Posts}</div>
  372.  
  373. <div id="credit"><a href="http://dracares.tumblr.com/">theme &copy;</a></div>
  374.  
  375. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment