Advertisement
dracares

theme 05 - dracares

Aug 15th, 2013
3,548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.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><link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400italic' rel='stylesheet' type='text/css'><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. <!----theme05 by dracares---->
  9.  
  10.  
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Text" content="#222222"/>
  13. <meta name="color:Link" content="#333333"/>
  14. <meta name="color:Hover" content="#222222"/>
  15.  
  16. <meta name="image:Sidebar" content=""/>
  17.  
  18. <meta name="if:400px Posts" content="0"/>
  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. <meta name="text:Link 4" content=""/>
  27. <meta name="text:Link 4 URL" content=""/>
  28. <meta name="text:Link 5" content=""/>
  29. <meta name="text:Link 5 URL" content=""/>
  30.  
  31. <style type="text/css">
  32.  
  33. body {
  34. background:{color:background};
  35. margin:0px;
  36. color:{color:text};
  37. font-family:times;
  38. font-size:9px;
  39. line-height:130%;
  40. }
  41.  
  42. a {
  43. text-decoration:none;
  44. outline:none;
  45. -moz-outline-style:none;
  46. color:{color:link};
  47. }
  48.  
  49. a:hover {
  50. color:{color:hover};
  51. -webkit-transition: opacity 0.3s linear;
  52. -webkit-transition: all 0.3s ease-in-out;
  53. -moz-transition: all 0.3s ease-in-out;
  54. -o-transition: all 0.3s ease-in-out;
  55. }
  56.  
  57. img {
  58. border:none;
  59. }
  60.  
  61. blockquote {
  62. margin-left:40px;
  63. padding-left:10px;
  64. padding:3px 0px 5px 5px;
  65. background-color:#fff;
  66. }
  67.  
  68. blockquote blockquote {
  69. padding-left:5px;
  70. }
  71.  
  72. blockquote p img {
  73. max-width: 400px !important;
  74. height: auto !important;
  75. }
  76.  
  77. blockquote p img {
  78. max-width: 400px !important;
  79. }
  80.  
  81. h1 {
  82. font-size:12px;
  83. padding-left:10px;
  84. font-weight:400;
  85. text-transform:lowercase;
  86. }
  87.  
  88. span.tag2 {
  89. display:none;
  90. }
  91.  
  92. a.tag + span.tag2 {
  93. display:inline;
  94. }
  95.  
  96. #entries {
  97. padding:15px;
  98. margin-top:20px;
  99. margin-bottom:20px;
  100. {block:if400pxPosts}margin-left:580px;{/block:if400pxPosts}
  101. {block:ifNot400pxPosts}margin-left:530px;{/block:ifNot400pxPosts}
  102. {block:if400pxPosts}width:420px;{/block:if400pxPosts}
  103. {block:ifNot400pxPosts}width:520px;{/block:ifNot400pxPosts}
  104. }
  105.  
  106. #post {
  107. padding:10px;
  108. padding-bottom:15px;
  109. margin-top:0px;
  110. margin-bottom:5px;
  111. background-color:#fff;
  112. margin-top:15px;
  113. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  114. {block:ifNot400pxPosts}width:500px;{/block:ifNot400pxPosts}
  115. }
  116.  
  117. #right {
  118. position:fixed;
  119. z-index:4;
  120. background-image:url('{image:sidebar}');
  121. background-color:#fcfcfc;
  122. height:100%;
  123. width:250px;
  124. margin-top:-20px;
  125. {block:if400pxPosts}margin-left:320px;{/block:if400pxPosts}
  126. {block:ifNot400pxPosts}margin-left:270px;{/block:ifNot400pxPosts}
  127. }
  128.  
  129. #sidebar {
  130. width:200px;
  131. position:fixed;
  132. margin-left:25px;
  133. margin-top:420px;
  134. }
  135.  
  136. #title {
  137. font-size:10px;
  138. font-weight:bold;
  139. text-align:center;
  140. }
  141.  
  142. #title a {
  143. display:block;
  144. background-color:#fff;
  145. margin-bottom:5px;
  146. padding:10px;
  147. color:{color:text};
  148. }
  149.  
  150. #description {
  151. line-height:140%;
  152. margin-top:-4px;
  153. text-align:justify;
  154. padding:20px 20px 20px 20px;
  155. background-color:#fff;
  156. color:{color:text};
  157. }
  158.  
  159. .links {
  160. text-align:center;
  161. line-height:140%;
  162. padding:20px 20px 0px 20px;
  163. background-color:#fff;
  164. }
  165.  
  166. .links a {
  167. color:{color:text};
  168. }
  169.  
  170. .links a:hover {
  171. text-decoration:underline;
  172. -webkit-transition: opacity 0.2s linear;
  173. -webkit-transition: all 0.2s ease-in-out;
  174. -moz-transition: all 0.2s ease-in-out;
  175. -o-transition: all 0.2s ease-in-out;
  176. }
  177.  
  178. #pagination {
  179. padding:20px;
  180. margin-top:-32px;
  181. font-size:9px;
  182. letter-spacing:1px;
  183. text-align:center;
  184. background-color:#fff;
  185. }
  186.  
  187. #pagination a {
  188. color:{color:text};
  189. }
  190.  
  191. #quote {
  192. display:block;
  193. font-size:12px;
  194. padding:10px;
  195. text-transform:lowercase;
  196. }
  197.  
  198. #source {
  199. text-transform:lowercase;
  200. font-size:10px;
  201. font-style:italic;
  202. text-align:right;
  203. padding-right:0px;
  204. }
  205.  
  206. #info {
  207. letter-spacing:1px;
  208. font-size:6px;
  209. padding:0px 0px 1px 1px;
  210. margin-top:2px;
  211. text-transform:uppercase;
  212. text-align:left;
  213. color:{color:text};
  214. }
  215.  
  216. #info a {
  217. color:{color:text};
  218. }
  219.  
  220. #infopage {
  221. letter-spacing:1px;
  222. font-size:6px;
  223. padding:0px 0px 1px 1px;
  224. margin-top:-23px;
  225. text-transform:uppercase;
  226. text-align:right;
  227. color:{color:text};
  228. }
  229.  
  230. #infopage a {
  231. color:{color:text};
  232. }
  233.  
  234. #asker {
  235. background-color:#fcfcfc;
  236. line-height:150%;
  237. padding:20px 20px 20px 20px;
  238. }
  239.  
  240. #asker a:hover {
  241. color:{color:hover};
  242. }
  243.  
  244. #answer {
  245. padding:10px;
  246. margin-bottom:5px;
  247. }
  248.  
  249. #audioinfo {
  250. background-color:#fcfcfc;
  251. text-transform:uppercase;
  252. margin-top:-22px;
  253. padding:40px 0px 39px 40px;
  254. text-align:center;
  255. font-size:6px;
  256. letter-spacing:1px;
  257. color:{color:text};
  258. {block:if400pxPosts}width:360px;{/block:if400pxPosts}
  259. {block:ifNot400pxPosts}width:460px;{/block:ifNot400pxPosts}
  260. }
  261.  
  262. #aplayer {
  263. width:23px;
  264. height:24px;
  265. margin-left:3px;
  266. margin-top:3px;
  267. padding:3px;
  268. overflow:hidden;
  269. }
  270.  
  271. #player {
  272. background:#fff;
  273. width:40px;
  274. height:40px;
  275. margin-top:3px;
  276. margin-left:25px;
  277. z-index:3;
  278. position:absolute;
  279. opacity:0.2;
  280. transition-duration: 0.4s;
  281. -moz-transition-duration: 0.4s;
  282. -webkit-transition-duration: 0.4s;
  283. -o-transition-duration: 0.4s;
  284. }
  285.  
  286. #player:hover {
  287. opacity:0.8;
  288. transition-duration: 0.4s;
  289. -moz-transition-duration: 0.4s;
  290. -webkit-transition-duration: 0.4s;
  291. -o-transition-duration: 0.4s;
  292. }
  293.  
  294. ol {
  295. list-style-type:none;
  296. }
  297.  
  298. ol.notes li {
  299. padding-bottom:10px;
  300. margin-left:-30px;
  301. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  302. {block:ifNot400pxPosts}width:500px;{/block:ifNot400pxPosts}
  303. }
  304.  
  305. ol.notes li img, .x {
  306. display:none;
  307. }
  308.  
  309. .y + .x {
  310. display:inline;
  311. }
  312.  
  313. .user_1 .label {
  314. color:{color:text};
  315. font-weight:bold;
  316. }
  317.  
  318. .user_2 .label {
  319. color:{color:chat text};
  320. font-weight:bold;
  321. background-color: #f5f5f5;
  322. }
  323.  
  324. .user_3 .label {
  325. color:{color:text};
  326. font-weight:bold;
  327. }
  328.  
  329. .user_4 .label {
  330. color:{color:chat text};
  331. font-weight:bold;
  332. background-color: #f5f5f5;
  333. }
  334.  
  335. .user_5 .label {
  336. color:{color:text};
  337. font-weight:bold;
  338. }
  339.  
  340. .user_6 .label {
  341. color:{color:chat text};
  342. font-weight:bold;
  343. background-color: #f5f5f5;
  344. }
  345.  
  346. .ul.chat {
  347. }
  348.  
  349. .chat ol {
  350. }
  351.  
  352. .chat li {
  353. list-style:none;
  354. margin-left:-40px;
  355. padding:4px;
  356. }
  357.  
  358. #credit {
  359. font-size:8px;
  360. font-family:calibri;
  361. position:fixed;
  362. bottom:10px;
  363. right:10px;
  364. background-color:#000;
  365. padding:5px;
  366. }
  367.  
  368. #credit a {
  369. color:#fff;
  370. }
  371.  
  372. {CustomCSS}</style></head><body>
  373.  
  374. <div id="right">
  375.  
  376. <div id="sidebar">
  377.  
  378. <div id="title"><a href="/">{Title}</a></div>
  379.  
  380. <div class="links">
  381. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}&nbsp;&nbsp;&nbsp;
  382. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}&nbsp;&nbsp;&nbsp;
  383. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}&nbsp;&nbsp;&nbsp;
  384. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}&nbsp;&nbsp;&nbsp;
  385. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}</div>
  386.  
  387. <div id="description">{Description}</div><br>
  388.  
  389. <div id="pagination">
  390. {block:Pagination}
  391. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  392. {block:JumpPagination length="4"}{block:CurrentPage}
  393. <span class="current_page"><b>{PageNumber}</b></span>
  394. {/block:CurrentPage}
  395. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>
  396. {/block:JumpPage}
  397. {/block:JumpPagination}
  398. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  399. {/block:Pagination}</div></div></div>
  400.  
  401. </div>
  402.  
  403. <div id="entries">{block:Posts}<div id="post">
  404.  
  405. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  406.  
  407. {block:Photo}{LinkOpenTag}{block:If400pxPosts}<img src="{PhotoURL-500}" width="{PhotoWidth-400}">{/block:If400pxPosts}{block:IfNot400pxPosts}<img src="{PhotoURL-500}">{/block:IfNot400pxPosts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  408.  
  409. {block:Photoset}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:ifNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  410.  
  411. {block:Quote}<div id="quote">"{Quote}"{block:Source}<div id="source"> — {Source}</div>{/block:Source}</div>{/block:Quote}
  412.  
  413. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  414.  
  415. {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}
  416.  
  417. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="90px" height="90px" align="left"/>{/block:AlbumArt}<br><br><div id="player"><div id="aplayer">{AudioPlayer}</div></div><div id="audioinfo">{block:TrackName}{TrackName} — {/block:TrackName}{block:Artist}<b>{Artist}</b>{/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  418.  
  419. {block:Video}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  420.  
  421. {block:Answer}<div id="asker"><b>{Asker}</b>: {Question}</div>
  422. <div id="answer">{Answer}</div>{/block:Answer}
  423.  
  424. <div id="info">
  425. {block:Date}<a href="{Permalink}">{DayOfMonth} {ShortMonth} {ShortYear}{/block:Date} WITH {NoteCountWithLabel}</a><br>{block:HasTags}{block:Tags}<span class="tag2">, </span><a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  426.  
  427. <div id="infopage">
  428. {block:PermalinkPage}{block:ContentSource}<a href="{SourceURL}">SOURCE: {SourceTitle}</a>{/block:ContentSource}{block:RebloggedFrom}<br><a href="{ReblogParentURL}">VIA: {ReblogParentName}</a>{/block:RebloggedFrom}</a>{/block:PermalinkPage}</div>
  429.  
  430. </div>
  431.  
  432. {block:PostNotes}{PostNotes}{/block:PostNotes}
  433. {/block:Posts}</div>
  434.  
  435. <div id="credit"><a href="http://dracares.tumblr.com/">THEME &copy;</a></div>
  436.  
  437. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement