Advertisement
dracares

theme 01 - dracares/ponding

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