Advertisement
dracares

theme 03 - dracares

Jun 10th, 2013
3,651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.75 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. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- theme03 by @dracares/ponding
  9. don't remove the credits thx :))---->
  10.  
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#555555"/>
  14. <meta name="color:Link" content="#888888"/>
  15. <meta name="color:Hover" content="#555555"/>
  16.  
  17. <meta name="image:Sidebar" content=""/>
  18.  
  19. <meta name="text:Link 1" content=""/>
  20. <meta name="text:Link 1 URL" content=""/>
  21. <meta name="text:Link 2" content=""/>
  22. <meta name="text:Link 2 URL" content=""/>
  23. <meta name="text:Link 3" content=""/>
  24. <meta name="text:Link 3 URL" content=""/>
  25. <meta name="text:Link 4" content=""/>
  26. <meta name="text:Link 4 URL" content=""/>
  27. <meta name="text:Link 5" content=""/>
  28. <meta name="text:Link 5 URL" content=""/>
  29.  
  30. <style type="text/css">
  31.  
  32. body {
  33. background:{color:background};
  34. margin:0px;
  35. color:{color:text};
  36. font-family:times;
  37. font-size:9px;
  38. text-align:justify;
  39. line-height:140%;
  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:13px;
  83. padding-left:10px;
  84. font-style:italic;
  85. text-transform:lowercase;
  86. }
  87.  
  88. #entries {
  89. padding:15px;
  90. width:520px;
  91. margin-left:300px;
  92. margin-top:20px;
  93. margin-bottom:20px;
  94. }
  95.  
  96. #post {
  97. width:500px;
  98. padding:10px;
  99. padding-bottom:15px;
  100. margin-top:0px;
  101. margin-bottom:5px;
  102. background-color:#fff;
  103. margin-top:15px;
  104. }
  105.  
  106. #sidebar {
  107. width:160px;
  108. position:fixed;
  109. margin-left:870px;
  110. margin-top:200px;
  111. }
  112.  
  113. #description {
  114. line-height:140%;
  115. width:156px;
  116. margin-left:2px;
  117. text-align:justify;
  118. }
  119.  
  120. #sidebarimage {
  121. width:160px;
  122. }
  123.  
  124. #sidebarimage img {
  125. width:160px;
  126. }
  127.  
  128. .links {
  129. font-size:6px;
  130. text-transform:uppercase;
  131. letter-spacing:1px;
  132. text-align:center;
  133. line-height:180%;
  134. }
  135.  
  136. .links a {
  137. color:#000;
  138. }
  139.  
  140. .links a:hover {
  141. text-decoration:underline;
  142. -webkit-transition: opacity 0.2s linear;
  143. -webkit-transition: all 0.2s ease-in-out;
  144. -moz-transition: all 0.2s ease-in-out;
  145. -o-transition: all 0.2s ease-in-out;
  146. }
  147.  
  148. #pagination {
  149. letter-spacing:1px;
  150. text-align:center;
  151. }
  152.  
  153. #pagination a {
  154. color:{color:text};
  155. }
  156.  
  157. #quote {
  158. display:block;
  159. font-size:12px;
  160. padding:10px;
  161. text-transform:lowercase;
  162. }
  163.  
  164. #source {
  165. text-transform:lowercase;
  166. font-size:10px;
  167. font-style:italic;
  168. text-align:right;
  169. padding-right:0px;
  170. }
  171.  
  172. #info {
  173. color:#000;
  174. letter-spacing:1px;
  175. font-size:6px;
  176. padding:6px 0px 16px 4px;
  177. text-transform:uppercase;
  178. margin-top:-2px;
  179. text-align:left;
  180. }
  181.  
  182. #info a {
  183. color:#000;
  184. }
  185.  
  186. #tags2 {
  187. color:#000;
  188. font-size:10px;
  189. text-align:left;
  190. font-style:italic;
  191. padding-left:4px;
  192. letter-spacing:1px;
  193. margin-top:-20px;
  194. }
  195.  
  196. #tags2 a {
  197. color:#000;
  198. }
  199.  
  200. #asker {
  201. font-style:italic;
  202. color:#fff;
  203. font-size:12px;
  204. font-family:times;
  205. background-color:#000;
  206. line-height:150%;
  207. padding:30px;
  208. }
  209.  
  210. #asker a {
  211. color:#fff;
  212. }
  213.  
  214. #asker a:hover {
  215. color:#fff;
  216. text-decoration:underline;
  217. }
  218.  
  219. #answer {
  220. background-color:#fcfcfc;
  221. padding:20px;
  222. margin-bottom:5px;
  223. }
  224.  
  225. #audio {
  226. padding:4px 0px 1px 0px;
  227. height:30px;
  228. text-align:justify;
  229. background-color:#000;
  230. }
  231.  
  232. #player {
  233. background-color:White;
  234. padding:3px;
  235. }
  236.  
  237. #alabel {
  238. text-align:center;
  239. }
  240.  
  241. ol {
  242. list-style-type:none;
  243. }
  244.  
  245. ol.notes li {
  246. width:500px;
  247. padding-bottom:10px;
  248. margin-left:-30px;
  249. }
  250.  
  251. ol.notes li img, .x {
  252. display:none;
  253. }
  254.  
  255. .y + .x {
  256. display:inline;
  257. }
  258.  
  259. .user_1 .label {
  260. color:{color:text};
  261. font-weight:bold;
  262. }
  263.  
  264. .user_2 .label {
  265. color:{color:chat text};
  266. font-weight:bold;
  267. background-color: #f5f5f5;
  268. }
  269.  
  270. .user_3 .label {
  271. color:{color:text};
  272. font-weight:bold;
  273. }
  274.  
  275. .user_4 .label {
  276. color:{color:chat text};
  277. font-weight:bold;
  278. background-color: #f5f5f5;
  279. }
  280.  
  281. .user_5 .label {
  282. color:{color:text};
  283. font-weight:bold;
  284. }
  285.  
  286. .user_6 .label {
  287. color:{color:chat text};
  288. font-weight:bold;
  289. background-color: #f5f5f5;
  290. }
  291.  
  292. .ul.chat {
  293. }
  294.  
  295. .chat ol {
  296. }
  297.  
  298. .chat li {
  299. list-style:none;
  300. margin-left:-40px;
  301. padding:4px;
  302. }
  303.  
  304. #credit {
  305. font-size:8px;
  306. font-family:calibri;
  307. position:fixed;
  308. bottom:10px;
  309. right:10px;
  310. background-color:#000;
  311. padding:5px;
  312. }
  313.  
  314. #credit a {
  315. color:#fff;
  316. }
  317.  
  318. {CustomCSS}</style></head><body>
  319.  
  320. <div id="sidebar">
  321.  
  322. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div><br>
  323.  
  324. <div class="links">
  325. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}&nbsp;&nbsp;
  326. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}&nbsp;&nbsp;
  327. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}&nbsp;&nbsp;
  328. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}&nbsp;&nbsp;
  329. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}</div><br>
  330.  
  331. <div id="description">{Description}</div><br>
  332.  
  333. <div id="pagination">
  334. {block:Pagination}
  335. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  336. {block:JumpPagination length="4"}{block:CurrentPage}
  337. <span class="current_page"><b>{PageNumber}</b></span>
  338. {/block:CurrentPage}
  339. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>
  340. {/block:JumpPage}
  341. {/block:JumpPagination}
  342. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  343. {/block:Pagination}</div></div>
  344.  
  345. </div>
  346.  
  347. <div id="entries">{block:Posts}<div id="post">
  348.  
  349. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  350.  
  351. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  352.  
  353. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  354.  
  355. {block:Quote}<div id="quote">"{Quote}"{block:Source}<div id="source"> — {Source}</div>{/block:Source}</div>{/block:Quote}
  356.  
  357. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  358.  
  359. {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}
  360.  
  361. {block:Audio}<div id="audio">{AudioPlayerBlack}<br clear="all"/></div>{block:Caption}<div style="padding-left:10px; text-align:left">{Caption}</div>{/block:Caption}{/block:Audio}
  362. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  363.  
  364. {block:Answer}<div id="asker">{Asker}: {Question}</div>
  365. <div id="answer">{Answer}</div>{/block:Answer}
  366.  
  367. <div id="info">
  368. {block:Date}{MonthNumber}/{DayOfMonth}/{ShortYear}, {/block:Date} <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">SOURCE</a>{/block:ContentSource}</div>
  369. <div id="tags2">{block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>{/block:Tags}{/block:HasTags}</div>
  370.  
  371. </div>
  372.  
  373. {block:PostNotes}{PostNotes}{/block:PostNotes}
  374. {/block:Posts}</div>
  375.  
  376. <div id="credit"><a href="http://dracares.tumblr.com/">THEME &copy;</a></div>
  377.  
  378. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement