Advertisement
dracares

theme 02 - dracares

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