dracares

theme 01 (revamped) - dracares

Mar 7th, 2014
2,646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.03 KB | None | 0 0
  1. <!DOCTYPE html><head>
  2. <title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7. <!--
  8.  
  9. theme 01 (revamped) by dracares
  10.  
  11. -->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#202020"/>
  15. <meta name="color:Link" content="#303030"/>
  16. <meta name="color:Link Hover" content="#eeeeee"/>
  17. <meta name="color:Details" content="#fcfcfc"/>
  18. <meta name="color:Border" content="#eeeeee"/>
  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.  
  31. <style type="text/css">
  32.  
  33. /*hover link title*/
  34.  
  35. #s-m-t-tooltip{
  36. position:absolute;
  37. margin-top:15px;
  38. z-index:9999;
  39. padding:0px 6px;
  40. box-shadow:1px 1px 0px {color:Border};
  41. border-radius:1px;
  42. background:{color:Details};
  43. }
  44.  
  45. /*basics*/
  46.  
  47. body {
  48. background:{color:Background};
  49. color:{color:Text};
  50. font-family:times;
  51. font-size:9px;
  52. text-align:justify;
  53. margin:0;
  54. line-height:20px;
  55. }
  56.  
  57. small {
  58. font-size:8px;
  59. }
  60.  
  61. big {
  62. font-size:12px;
  63. }
  64.  
  65. a {
  66. color:{color:Link};
  67. text-decoration:none;
  68. -webkit-transition: opacity 0.2s linear;
  69. -webkit-transition: all 0.2s ease-in-out;
  70. -moz-transition: all 0.2s ease-in-out;
  71. -o-transition: all 0.2s ease-in-out;
  72. }
  73.  
  74. a:hover {
  75. text-shadow:1px 1px {color:Link Hover};
  76. }
  77.  
  78. img{
  79. opacity:1;
  80. border:none;
  81. text-decoration:none;
  82. }
  83.  
  84. /*scrollbar*/
  85.  
  86. ::-webkit-scrollbar {
  87. width:3px;
  88. }
  89.  
  90. ::-webkit-scrollbar-thumb {
  91. background:{color:Link};
  92. }
  93.  
  94. /*posts*/
  95.  
  96. #entries {
  97. margin:100px 500px;
  98. width:400px;
  99. }
  100.  
  101. #posts {
  102. width:400px;
  103. margin-top:100px;
  104. }
  105.  
  106. .caption {
  107. padding:0px 10px 10px;
  108. }
  109.  
  110. blockquote {
  111. padding:0px 0px 0px 15px;
  112. border-left:1px solid {color:Border};
  113. margin-left:15px;
  114. }
  115.  
  116. blockquote img {
  117. max-width:300px;
  118. }
  119.  
  120. /*sidebar*/
  121.  
  122. #bar {
  123. width:400px;
  124. height:100%;
  125. background-image:url('{image:Sidebar}');
  126. position:fixed;
  127. margin:-100px 0px;
  128. }
  129.  
  130. #sidebar {
  131. width:170px;
  132. opacity:0.9;
  133. padding:30px;
  134. background:#fff;
  135. margin:300px auto;
  136. }
  137.  
  138. #links {
  139. text-align:center;
  140. font-size:7px;
  141. text-transform:uppercase;
  142. font-weight:bold;
  143. letter-spacing:1px;
  144. }
  145.  
  146. #description {
  147. }
  148.  
  149. /*pagination*/
  150.  
  151. #pagination {
  152. font-size:7px;
  153. text-transform:uppercase;
  154. letter-spacing:1px;
  155. text-align:center;
  156. color:#fff;
  157. }
  158.  
  159. .current_page {
  160. background:{color:Text};
  161. padding:4px;
  162. }
  163.  
  164. .jump_page, .next {
  165. background:{color:Border};
  166. padding:4px;
  167. color:{color:Text};
  168. }
  169.  
  170. /*main text*/
  171.  
  172. #title {
  173. text-align:center;
  174. font-size:12px;
  175. letter-spacing:1px;
  176. margin-bottom:10px;
  177. text-transform:uppercase;
  178. }
  179.  
  180. /*quotes*/
  181.  
  182. #titlequote{
  183. font-size:12px;
  184. letter-spacing:1px;
  185. margin-bottom:10px;
  186. text-transform:uppercase;
  187. padding:15px;
  188. background:{color:Details};
  189. }
  190.  
  191. #source {
  192. text-transform:uppercase;
  193. letter-spacing:1px;
  194. font-size:8px;
  195. text-align:right;
  196. }
  197.  
  198. /*audio*/
  199.  
  200. .audioinfo {
  201. padding:18px 4px 4px;
  202. background:{color:Details};
  203. height:48px;
  204. text-align:center;
  205. width:392px;
  206. }
  207.  
  208. .aplayer {
  209. margin-left:0px;
  210. margin-top:0px;
  211. padding:2px;
  212. overflow:hidden;
  213. }
  214.  
  215. .player {
  216. width:32px;
  217. height:32px;
  218. background:#fff;
  219. margin-top:19px;
  220. margin-left:19px;
  221. z-index:0;
  222. position:absolute;
  223. opacity:0.2;
  224. -webkit-transition: opacity 0.2s linear;
  225. -webkit-transition: all 0.2s ease-in-out;
  226. -moz-transition: all 0.2s ease-in-out;
  227. -o-transition: all 0.2s ease-in-out;
  228. }
  229.  
  230. .player:hover {
  231. opacity:0.6;
  232. }
  233.  
  234. /*asks*/
  235.  
  236. .questions {
  237. padding:20px;
  238. background:{color:Details};
  239. }
  240.  
  241. .asker {
  242. text-align:right;
  243. font-size:8px;
  244. text-transform:uppercase;
  245. letter-spacing:1px;
  246. padding:5px 0px 0px;
  247. }
  248.  
  249. .answers {
  250. padding:10px;
  251. }
  252.  
  253. /*chat*/
  254.  
  255. #chat {
  256. margin-bottom:-50px;
  257. }
  258.  
  259. .chat ol {
  260. padding:0;
  261. margin-left:0px;
  262. list-style:none;
  263. }
  264.  
  265. .line {
  266. padding:5px 0;
  267. }
  268.  
  269. .label {
  270. font-weight:bold;
  271. }
  272.  
  273. /*permalink & notes*/
  274.  
  275. #info {
  276. padding:6px 2px;
  277. font-size:7px;
  278. text-transform:uppercase;
  279. letter-spacing:1px;
  280. text-align:left;
  281. }
  282.  
  283. #tags {
  284. text-align:right;
  285. margin-top:-20px;
  286. }
  287.  
  288. span.tag2 {
  289. display:none;
  290. }
  291.  
  292. a.tag + span.tag2 {
  293. display:inline;
  294. }
  295.  
  296. /*notes*/
  297.  
  298. ol {
  299. list-style-type:none;
  300. font-size:8px;
  301. text-transform:uppercase;
  302. letter-spacing:1px;
  303. width:400px;
  304. margin:60px;
  305. }
  306.  
  307. ol.notes li {
  308. padding-bottom:10px;
  309. width:400px;
  310. }
  311.  
  312. ol.notes li img, .x {
  313. display:none;
  314. }
  315.  
  316. #credit {
  317. font-size:7px;
  318. letter-spacing:1px;
  319. font-family:arial;
  320. position:fixed;
  321. bottom:10px;
  322. right:10px;
  323. padding:5px;
  324. }
  325.  
  326. {CustomCSS}</style>
  327.  
  328. <!--Javascripts-->
  329.  
  330. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  331.  
  332. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  333.  
  334. <script>
  335.  
  336. (function($){
  337.  
  338. $(document).ready(function(){
  339.  
  340. $("a[title]").style_my_tooltips({
  341.  
  342. tip_follows_cursor:true,
  343.  
  344. tip_delay_time:30,
  345.  
  346. tip_fade_speed:300,
  347.  
  348. attribute:"title"
  349.  
  350. });
  351.  
  352. });
  353.  
  354. })(jQuery);
  355.  
  356. </script>
  357.  
  358. <!--End Java-->
  359.  
  360. </head><body>
  361.  
  362. <div id="bar">
  363.  
  364. <div id="sidebar">
  365.  
  366. <div id="links">
  367. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}&ensp;
  368. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}&ensp;
  369. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}&ensp;
  370. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}</div><br>
  371.  
  372. <div id="description">{Description}</div><br>
  373.  
  374. <div id="pagination">
  375. {block:Pagination}
  376. {block:PreviousPage}
  377. <a class="next" href="{PreviousPage}">newer</a>
  378. {/block:PreviousPage}
  379. {block:JumpPagination length="5"}
  380. {block:CurrentPage}
  381. <span class="current_page">{PageNumber}</span>
  382. {/block:CurrentPage}
  383. {block:JumpPage}
  384. <a class="jump_page" href="{URL}">{PageNumber}</a>
  385. {/block:JumpPage}
  386. {/block:JumpPagination}
  387. {block:NextPage}
  388. <a class="next" href="{NextPage}">older</a>
  389. {/block:NextPage}
  390. {/block:Pagination}
  391. </div>
  392.  
  393. </div></div>
  394.  
  395. <div id="entries">{block:Posts}<div id="posts">
  396.  
  397. {block:Quote}
  398. <div id="titlequote">“{Quote}”</div>{block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  399. {/block:Quote}
  400.  
  401. {block:Text}
  402. {block:Title}<div id="title">{Title}</div>{/block:Title}{Body}
  403. {/block:Text}
  404.  
  405. {block:Link}
  406. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  407. {/block:Link}
  408.  
  409. {block:Chat}
  410. <div id="chat">{block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ol></div></div>
  411. {/block:Chat}
  412.  
  413. {block:Photo}
  414. {LinkOpenTag}<img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/>{LinkCloseTag}
  415. {/block:Photo}
  416.  
  417. {block:Photoset}
  418. {Photoset-400}
  419. {/block:Photoset}
  420.  
  421. {block:Video}
  422. {Video-400}
  423. {/block:Video}
  424.  
  425. {block:Audio}
  426. <div class="player"><div class="aplayer">{AudioPlayer}</div></div><div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} &mdash; <b>{Artist}</b>{/block:Artist}<br>{PlayCountWithLabel}</div>
  427. {/block:Audio}
  428.  
  429. {block:Answer}
  430. <div class="questions">{Question}<div class="asker">asked by {Asker}</div></div><div class="answers">{Answer}</div>
  431. {/block:Answer}
  432.  
  433. {block:Caption}
  434. <div class="captions">{Caption}</div>
  435. {/block:Caption}
  436.  
  437. {block:Date}
  438. <div id="info">Posted on <a href="{Permalink}">{DayOfMonth} {Month}</a>{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  439.  
  440. {block:PermalinkPage}{block:RebloggedFrom}&emsp;<a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}
  441.  
  442. {block:HasTags}<div id="tags">{block:Tags}<span class="tag2">,&nbsp;</span><a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}</div>
  443. {/block:Date}
  444.  
  445. </div>
  446.  
  447. {block:PostNotes}{PostNotes}{/block:PostNotes}
  448.  
  449. {/block:Posts}
  450.  
  451. </div>
  452.  
  453. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}"/> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  454.  
  455. <div id="credit"><a href="http://dracares.tumblr.com/">THEME &copy;</a></div>
  456.  
  457. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment