Advertisement
Guest User

dreamworld theme

a guest
Feb 12th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.20 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. <!--
  3. . .o8 oooo
  4. .o8 "888 `888
  5. .o888oo oooo oooo ooo. .oo. .oo. 888oooo. 888 oooo d8b
  6. 888 `888 `888 `888P"Y88bP"Y88b d88' `88b 888 `888""8P
  7. 888 888 888 888 888 888 888 888 888 888
  8. 888 . 888 888 888 888 888 888 888 888 888 .o.
  9. "888" `V88V"V8P' o888o o888o o888o `Y8bod8P' o888o d888b Y8P
  10.  
  11. edited by koduck.tumblr // check for updates regularly!!
  12. -->
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15.  
  16.  
  17. <meta name="text:Notes" content="shots" />
  18. <meta name="text:A Title" content="oyasumi" />
  19. <meta name="image:SideImage" content="" />
  20. <meta name="text:Link 1 URL" content="" />
  21. <meta name="text:Link 1 title" content="" />
  22. <meta name="text:Link 2 URL" content="" />
  23. <meta name="text:Link 2 title" content="" />
  24. <meta name="text:Link 3 URL" content="" />
  25. <meta name="text:Link 3 title" content="" />
  26. <meta name="text:ScrolltoTop" content="▲" />
  27. <meta name="text:SideImage Bottom" content="-1" />
  28. <meta name="text:SideImage Left" content="3" />
  29.  
  30.  
  31. <meta name="font:Title" content="Arial" />
  32. <meta name="font:Body" content="Courier New" />
  33. <meta name="font:Accent" content="Lucida Sans" />
  34.  
  35. <meta name="if:Enable Jump Pagination" content="1" />
  36. <meta name="if:Borders" content="1" />
  37. <meta name="if:Show Tags" content="0" />
  38. <meta name="if:InfiniteScroll" content="0" />
  39. <meta name="if:Caption" content="0" />
  40. <meta name="if:RoundedCorners" content="1" />
  41. <meta name="if:250px" content="1" />
  42. <meta name="if:400px" content="0" />
  43. <meta name="if:500px" content="0" />
  44. <meta name="if:Transparent" content="0" />
  45. <meta name="if:Semitransparent" content="0" />
  46. <meta name="if:Transparent Permalink" content="0" />
  47. <meta name="if:Lazyload" content="0">
  48. <meta name="if:BackgroundCover" content="1">
  49. <meta name="if:Grayscale" content="1">
  50. <meta name="if:ShowAlbumArtOnAudioPosts" content="0">
  51.  
  52.  
  53. <meta name="image:Background" content="" />
  54.  
  55. <meta name="color:background" content="#eef0f1" />
  56. <meta name="color:bold" content="#d696b6" />
  57. <meta name="color:text" content="#ac81a3" />
  58. <meta name="color:posts" content="#fff" />
  59. <meta name="color:italic" content="#b2d6dd" />
  60. <meta name="color:scrolltoTop" content="#f1cee5" />
  61. <meta name="color:borders" content="#c9d0d3" />
  62. <meta name="color:description" content="#aec3cf" />
  63. <meta name="color:selection" content="#ffffff" />
  64. <meta name="color:selection bg" content="#000" />
  65. <meta name="color:title shadow" content="#ebcde6" />
  66. <meta name="color:title" content="#7d97b1" />
  67. <meta name="color:scrollbar face" content="#f1cee5">
  68. <meta name="color:scrollbar bg" content="#fff">
  69. <meta name="color:description" content="#fff">
  70. <meta name="color:menu links" content="#000">
  71. <meta name="color:menu links bg" content="#fde1f2">
  72. <meta name="color:menu links hover" content="#fff">
  73. <meta name="color:permalink" content="#fff">
  74. <meta name="color:permalink text" content="#889fa2">
  75. <meta name="color:links" content="#aaaacc"/>
  76. <meta name="color:links Hover" content="#f1cee5"/>
  77.  
  78. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  79. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  80. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  81. <link rel="shortcut icon" href="{favicon}" />
  82. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  83. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  84.  
  85.  
  86.  
  87. <style type="text/css">
  88.  
  89. ::-webkit-scrollbar-thumb:vertical {
  90. background-color: {color:scrollbar face};
  91. height: 4px;}
  92. ::-webkit-scrollbar {
  93. height: 4px;
  94. width: 4px;
  95. background-color: {color:scrollbar bg};}
  96.  
  97. body {
  98. background-color:{color:background};
  99. {block:ifbackgroundimage}background-image:url('{image:background}');
  100. background-repeat:repeat;
  101. background-attachment: fixed;{/block:ifbackgroundimage}
  102. {block:IfBackgroundCover}background-size: cover;{/block:IfBackgroundCover}
  103. margin: 0;
  104. padding: 0;
  105. font-family: {font:Body};
  106. }
  107.  
  108. .clear {
  109. clear: both;
  110. height: 0px;
  111. overflow: hidden;
  112. }
  113.  
  114. a img {
  115. border: none;
  116. }
  117.  
  118. #wrapper {
  119. {block:If250px}width: 275px;{/block:If250px}
  120. {block:If400px}width: 430px;{/block:If400px}
  121. {block:If500px}width: 528px;{/block:If500px}
  122. margin: 0 auto;
  123. }
  124.  
  125.  
  126. #wrapper #content .post {
  127. font-family: {font:Body};
  128. {block:IfRoundedCorners}-moz-border-radius: 10px;
  129. -webkit-border-radius: 10px;
  130. border-radius: 10px;{/block:IfRoundedCorners}
  131. background: {color:posts};
  132. {block:iftransparent}background: transparent;{/block:iftransparent}
  133. {block:ifsemitransparent}background: rgba(255, 255, 255, 0.3);{/block:ifsemitransparent}
  134. padding: 10px;
  135. position: relative;
  136. {block:IfBorders}border: 2px solid {color:Borders};{/block:IfBorders}
  137.  
  138. }
  139.  
  140. #wrapper #content .post .media {
  141. text-align: center;
  142. margin-bottom: 10px;
  143. }
  144.  
  145. small{font: 10px consolas !important;letter-spacing:1px !important}
  146. pre {font: 10px monospace !important;letter-spacing:1px !important;overflow:auto}
  147. b, strong {font: 11px verdana !important; color:{color:bold}; font-weight:700 !important;}
  148. i, em {font: italic 12px cambria !important; color:{color:italic};}
  149.  
  150. a { color:{color:Links};
  151. text-decoration:none;
  152. -webkit-transition: all 0.2s linear;
  153. -moz-transition: all 0.2s linear;
  154. transition: all 0.2s linear;}
  155. a:hover {
  156. color:{color:Links Hover};
  157. -webkit-transition: all 0.2s linear;
  158. -moz-transition: all 0.2s linear;
  159. transition: all 0.2s linear;}
  160.  
  161. ::-moz-selection {background:{color:selection bg};color:{color:selection}}
  162. ::selection {background:{color:selection bg};color:{color:selection};}
  163.  
  164. #wrapper #content .post .quotebg {
  165. font-family: georgia, serif;
  166. font-size: 110px;
  167. color: {color:text};
  168. opacity: 0.2;
  169. filter: alpha(opacity=20);
  170. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  171. position: absolute;
  172. top: 60px;
  173. left: 10px;
  174. }
  175.  
  176. #wrapper #content .post .quote {
  177. color: {color:text};
  178. font-family: lucida console, serif;
  179. font-style: none;
  180. font-weight: none;
  181. padding: 20px 20px 5px 20px;
  182. font-size: 16px;
  183. line-height: 18px;
  184. }
  185.  
  186. #wrapper #content .post .copy {
  187. color: {color:text};
  188. padding: 10px;
  189. font-size: 12px;
  190. line-height: 15px;
  191. }
  192.  
  193. #wrapper #content .post .copy a {
  194. color: {color:Links};
  195. text-decoration: none;
  196. -webkit-transition: all 0.2s linear;
  197. -moz-transition: all 0.2s linear;
  198. transition: all 0.2s linear;}
  199.  
  200. #wrapper #content .post .copy a:hover {
  201. color: {color:Links Hover};
  202. text-decoration: none;
  203. -webkit-transition: all 0.2s linear;
  204. -moz-transition: all 0.2s linear;
  205. transition: all 0.2s linear;}
  206. #wrapper #content .post .copy p {
  207. margin: 10px 0 0 0;
  208. padding: 0;
  209. }
  210.  
  211. #wrapper #content .post .copy pre {
  212. margin: 10px 0px 10px 0px;
  213. padding: 10px;
  214. font: normal 11px Courier, monospace;
  215. overflow: auto;
  216. }
  217.  
  218. #wrapper #content .post .copy > p:first-child {
  219. margin-top: 0;
  220. }
  221.  
  222. #wrapper #content .post .copy img {
  223. max-width: 100%;
  224. }
  225.  
  226. #wrapper #content .post .audio {
  227. background: #000;
  228. float: center;
  229. text-align:center;
  230. padding: 7px;
  231. margin-bottom: 10px;
  232. -moz-border-radius: 4px;
  233. }
  234.  
  235. #wrapper #content .post .audio .player {
  236. float: left;
  237. }
  238.  
  239. .tumblr_audio_player {height: 25px; width: 210px;}
  240.  
  241. #wrapper #content .post .question {
  242. color: {color:bold};
  243. font-size: 16px;
  244. font-weight: bold;
  245. background-color: rgba(255,255,255, 0.3);
  246. -moz-border-radius: 8px;
  247. -webkit-border-radius: 8px;
  248. border-radius: 8px;
  249. margin: 0 0 15px 0;
  250. padding: 15px 20px;
  251. position: relative;
  252. }
  253.  
  254. #wrapper #content .post .asker_container {
  255. margin: 0 0 20px 24px;
  256. }
  257.  
  258. #wrapper #content .post .asker_container img {
  259. margin: 0 12px -7px 0;
  260. border-radius: 14px;
  261. }
  262.  
  263. #wrapper #content .post .asker_container a.asker {
  264. color: {color:Body};
  265. }
  266.  
  267. #wrapper #content .post .title {
  268. color: #494949;
  269. font-size: 15px;
  270. font-weight: bold;
  271. padding: 10px 10px 0 10px;
  272. }
  273.  
  274. #wrapper #content .post img {
  275. {block:If250px}max-width: 250px;{/block:If250px}
  276. {block:If400px}max-width: 400px;{/block:If400px}
  277. {block:If500px}max-width: 500px;{/block:If500px}
  278. }
  279.  
  280. #wrapper #content .post .chat {
  281. margin: 10px 10px 0 10px;
  282. font-size: 11px;
  283. color: {color:text};
  284. }
  285.  
  286. #wrapper #content .post .chat .lines {
  287. margin-left: 1px;
  288. }
  289.  
  290. #wrapper #content .post .chat .lines .line {
  291. margin-bottom: 1px;
  292. padding: 3px 5px;
  293. }
  294.  
  295. #wrapper #content .post .chat .lines .line.even {
  296. }
  297.  
  298. #wrapper #content .post .link {
  299. margin: 4px 0 2px 0;
  300. font-size: 16px;
  301. line-height: 25px;
  302. }
  303.  
  304. #wrapper #content .post .link a {
  305. background-color: rgba(255,255,255, 0.3);
  306. color: #000;
  307. padding: 5px 7px;
  308. -moz-border-radius: 4px;
  309. -webkit-border-radius: 4px;
  310. border-radius: 4px;
  311. }
  312.  
  313.  
  314. #wrapper #content .tags {
  315. background: {color:permalink} ;
  316. {block:IfRoundedCorners} -moz-border-radius: 4px;
  317. -webkit-border-radius:4px;
  318. border-radius: 4px;{/block:IfRoundedCorners}
  319. font-size: 11px;
  320. font-family: {font:accent};
  321. color: {color:permalink text};
  322. padding: 1px;
  323. margin-top: 3px;
  324. text-align: center;
  325. {block:IfRoundedCorners} -moz-border-radius: 4px;
  326. -webkit-border-radius: 4px;
  327. border-radius: 4px;{/block:IfRoundedCorners}
  328. }
  329.  
  330. #wrapper #content .tags a { color:{color:Links};}
  331. #wrapper #content .tags a:hover { color:{color:Links Hover};}
  332.  
  333. #wrapper #content .post .footer {
  334. background:{color:permalink};
  335. {block:iftransparentpermalink}background:transparent;{/block:iftransparentpermalink}
  336. {block:IfRoundedCorners}-moz-border-radius: 4px;
  337. -webkit-border-radius: 4px;
  338. border-radius: 4px;{/block:IfRoundedCorners}
  339. font-family: {font:Accent};
  340. font-size: 10px;
  341. color: {color:permalink text};
  342. padding: 2px 10px;
  343. margin-top: 0px;
  344. }
  345.  
  346. #wrapper #content .post .footer.for_permalink:hover {
  347. opacity: 0.9;
  348. filter: alpha(opacity=90);
  349. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  350. }
  351.  
  352. #wrapper #content .post .footer.with_source_url .source_url {
  353. float: right;
  354. max-width: 160px;
  355. overflow: hidden;
  356. white-space: nowrap;
  357. }
  358.  
  359. #wrapper #content .post a {
  360. color: {color:links};
  361. text-decoration: none;
  362. }
  363.  
  364. #wrapper #content .post .copy blockquote {
  365. margin: 10px 0px 10px 10px;
  366. padding-left: 5px;
  367. border-left: dashed 1px {color:borders};}
  368.  
  369. #wrapper #content .bottom {
  370. width: 213px;
  371. height: 40px;
  372. margin: 0 auto;
  373. }
  374.  
  375. #wrapper #content #navigation {
  376. text-align: right;
  377. padding-bottom: 35px;
  378. text-transform: lowercase;
  379. font-size: 10px;
  380. }
  381.  
  382. #wrapper #content #navigation a {
  383. {block:IfRoundedCorners}-moz-border-radius: 5px;
  384. -webkit-border-radius: 5px;
  385. border-radius: 5px;{/block:IfRoundedCorners}
  386. background: {color:posts};
  387. {block:iftransparent}background: transparent;{/block:iftransparent}
  388. {block:ifsemitransparent}background: rgba(255, 255, 255, 0.3);{/block:ifsemitransparent}
  389. color: {color:text};
  390. padding: 5px 10px;
  391. text-decoration: none;
  392. margin-left: 0px;
  393. }
  394.  
  395. #wrapper #content #navigation a:hover {
  396. opacity: 0.9;
  397. filter: alpha(opacity=90);
  398. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  399. }
  400.  
  401. #wrapper #content #navigation.jump_pagination {}
  402.  
  403. #wrapper #content #navigation.jump_pagination a {
  404. margin: 0 0 0 4px;
  405. }
  406.  
  407. #wrapper #content #navigation.jump_pagination .current_page {
  408. color: {color:links};
  409. {block:IfRoundedCorners}-moz-border-radius: 5px;
  410. -webkit-border-radius: 5px;
  411. border-radius: 5px;{/block:IfRoundedCorners}
  412. background-color: {color:posts};
  413. {block:iftransparent}background: transparent;{/block:iftransparent}
  414. {block:ifsemitransparent}background: rgba(255, 255, 255, 0.3);{/block:ifsemitransparent}
  415. padding: 5px 10px;
  416. margin: 0 0 0 4px;
  417. cursor: default;
  418. }
  419.  
  420. #wrapper #content #navigation.jump_pagination .jump_page {}
  421.  
  422. #wrapper #content .post .notecontainer {
  423. background-color: rgba(255,255,255, 0.3);
  424. {block:IfRoundedCorners}-moz-border-radius: 4px;
  425. -webkit-border-radius: 4px;
  426. border-radius: 4px;{/block:IfRoundedCorners}
  427. font-family: {font:Accent};
  428. font-size: 11px;
  429. color: {color:text};
  430. margin-top: 10px;
  431. margin-bottom: -10px;
  432. }
  433.  
  434. #wrapper #content .post .notecontainer a {
  435. color: {color:bold};
  436. font-style: italic;
  437. }
  438.  
  439. #wrapper #content .post .notecontainer ol.notes {
  440. padding: 0px 0 10px 0;
  441. list-style-type: none;
  442. font-size: 11px;
  443. }
  444.  
  445. #wrapper #content .post .notecontainer ol.notes li.note {
  446. padding: 10px 10px 0 10px;
  447. }
  448.  
  449. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  450. vertical-align: -4px;
  451. margin-right: 10px;
  452. width: 16px;
  453. height: 16px;
  454. -moz-border-radius: 10px;
  455. -webkit-border-radius: 10px;
  456. border-radius: 10px;
  457. }
  458.  
  459. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  460. font-weight: normal;
  461. }
  462.  
  463. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  464. font-weight: normal;
  465. }
  466.  
  467. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  468. border-left: 2px solid {color:borders};
  469. padding: 4px 10px;
  470. margin: 10px 0px 0px 25px;
  471. }
  472.  
  473. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  474. text-decoration: none;
  475. }
  476.  
  477.  
  478.  
  479. .titlos {
  480. color:{color:title};
  481. padding-top:-2px;
  482. font-weight: normal;
  483. font-size: 39px;
  484. text-shadow: 4px 4px 0px #ccc, 3px 3px 0px {color:title shadow};
  485.  
  486. font-family: {font:Title};
  487. line-height: -4px;
  488. }
  489. .titlos a {
  490. color:{color:title};
  491. }
  492.  
  493. #desc {
  494. font-size: 11px;
  495. font-family: {font:Accent};
  496. text-decoration: none;
  497. text-align: center;
  498. color: {color:description};
  499. }
  500. #desc a {
  501. font-size: 11px;
  502. font-family: {font:Accent};
  503. text-decoration: none;
  504. text-align: center;
  505. color: {color:menu links};
  506. }
  507. #desc a:hover{
  508. color: {color:menu links hover};
  509. }
  510. #nav {
  511. text-transform:uppercase;
  512. font-size:9px;
  513. color: {color:menu links};
  514. }
  515. #nav a{
  516. text-transform:uppercase;
  517. font-size:9px;
  518. color: {color:menu links};
  519. margin-right: 1px;
  520. background-color:{color:menu links bg};
  521. padding: 4px!important;
  522. }
  523. #nav a:hover{
  524. color:{color:menu links hover};
  525. background-color : transparent;
  526. text-transform:uppercase;
  527. font-size:9px;
  528. margin-right: 1px;
  529. padding: 4px!important;
  530. }
  531.  
  532.  
  533. .topp {right:60px;bottom:10px;position:fixed}
  534. .topp a{color:{color:ScrolltoTop};text-shadow:0px 0px #ccc}
  535. .topp a:hover{color:#aaa;text-shadow:-0px -50px transparent}
  536.  
  537. #s-m-t-tooltip {
  538. background: {color:posts};
  539. font-size: 7px;
  540. font-family: {font:accent};
  541. letter-spacing: 2px;
  542. text-transform: uppercase;
  543. color: {color:text};
  544. word-wrap: break-word;
  545. padding: 2px 5px 2px 6px;
  546. display: block;
  547. -moz-border-radius: 4px;
  548. -webkit-border-radius: 4px;
  549. border-radius: 4px;
  550. margin: 10px 10px 10px 15px;
  551. border: 1px solid {color:borders};
  552. }
  553.  
  554. #bx {height: 52px; overflow: hidden;
  555. transition: all 0.4s ease-out;
  556. -o-transition: all 0.4s ease-out;
  557. -webkit-transition: all 0.4s ease-out;
  558. -moz-transition: all 0.4s ease-out;}
  559.  
  560. #bx:hover {height: 82px;
  561. transition: all 0.4s ease-out;
  562. -o-transition: all 0.4s ease-out;
  563. -webkit-transition: all 0.4s ease-out;
  564. -moz-transition: all 0.4s ease-out;}
  565.  
  566. {block:IfNotGrayscale}
  567. .photo{
  568. -webkit-transition: opacity 0.4s linear;
  569. -moz-transition: opacity 0.4s linear;
  570. transition: opacity 0.4s linear;
  571. opacity: 0.85;
  572. }
  573. .photo:hover{
  574. -webkit-transition: opacity 0.4s linear;
  575. -moz-transition: opacity 0.4s linear;
  576. transition: opacity 0.4s linear;
  577. opacity: 1;
  578. }
  579. {/block:IfNotGrayscale}
  580. {block:IfGrayscale}
  581. .photo{
  582. filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  583. filter: gray; /* IE6-9 */
  584. -webkit-filter: grayscale(1);
  585. -webkit-transition: all 0.4s ease-in-out;
  586. -moz-transition: all 0.4s ease-in-out;
  587. -o-transition: all 0.4s ease-in-out;
  588. -ms-transition: all 0.4s ease-in-out;
  589. transition: all 0.4s ease-in-out;
  590. }
  591. .photo:hover{
  592. filter: none;
  593. -webkit-filter: grayscale(0);
  594. -webkit-transition: all 0.7s ease-in-out;
  595. -moz-transition: all 0.7s ease-in-out;
  596. -o-transition: all 0.7s ease-in-out;
  597. }
  598. {/block:IfGrayscale}
  599.  
  600.  
  601. </style>
  602.  
  603. <style type="text/css">{CustomCSS}</style>
  604.  
  605. {block:IfInfiniteScroll}
  606. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  607. {/block:IfInfiniteScroll}
  608.  
  609. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  610. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  611. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  612. <script>
  613. (function($){
  614. $(document).ready(function(){
  615. $("[title]").style_my_tooltips();
  616. });
  617. })(jQuery);
  618. </script>
  619.  
  620. {block:iflazyload}<script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  621. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  622. <script type="text/javascript" charset="utf-8">
  623. var $j = jQuery.noConflict();
  624. $j(function() {
  625. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  626. $j("img").lazyload({
  627. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  628. effect: "fadeIn",
  629. });
  630. });
  631. </script>{/block:iflazyload}
  632. </head>
  633. <body>
  634. <div id="wrapper">
  635. <center>
  636. <br><br>
  637. <div id="bx"><div class="titlos"><a href="/" style="margin-top: 0px;">{text:A Title}</a></div>
  638.  
  639. <div id="nav"><br>
  640. <a href="/ask">message</a>
  641. <a href="/archive">archive</a>
  642. {block:ifLink1URL}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a>{/block:ifLink1URL}
  643. {block:ifLink2URL}<a href="{text:Link 2 URL}">{text:Link 2 Title}</a> {/block:ifLink2URL}
  644. {block:ifLink3URL}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a> {/block:ifLink3URL}
  645.  
  646. </div></div>
  647.  
  648. </center>
  649. <div id="desc">
  650. <div align="center">{Description}</div>
  651. </div>
  652.  
  653. <br>
  654.  
  655.  
  656. <div id="content">
  657.  
  658. <div class = "autopagerize_page_element" >
  659. {block:Posts}
  660. <div class="post">
  661.  
  662. {block:Photo}
  663. {block:If250px}<div class="media"><div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" />{LinkCloseTag}</div></div></a>{/block:If250px}
  664. {block:If400px}<div class="media"><div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}" />{LinkCloseTag}</div></div></a>{/block:If400px}
  665. {block:If500px}<div class="media"><div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div></div></a>{/block:If500px}
  666. {block:IfCaption}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:IfCaption}
  667. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  668. {/block:Photo}
  669.  
  670. {block:Photoset}
  671. {block:If250px}<div class="media"><div class="photo">{Photoset-250}</div></div>{/block:If250px}
  672. {block:If400px}<div class="media"><div class="photo">{Photoset-400}</div></div>{/block:If400px}
  673. {block:If500px}<div class="media"><div class="photo">{Photoset-500}</div></div>{/block:If500px}
  674. {block:IfCaption}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:IfCaption}
  675. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  676. {/block:Photoset}
  677.  
  678. {block:Video}
  679. {block:If250px}<div class="media">{Video-250}</div>{/block:If250px}
  680. {block:If400px}<div class="media">{Video-400}</div>{/block:If400px}
  681. {block:If500px}<div class="media">{Video-500}</div>{/block:If500px}
  682. {block:IfCaption}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:IfCaption}
  683. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  684. {/block:Video}
  685.  
  686. {block:Audio}
  687. {block:IfShowAlbumArtOnAudioPosts}
  688. {block:AlbumArt}
  689. <div class="photo">
  690. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  691. </div>
  692. {/block:AlbumArt}
  693. {/block:IfShowAlbumArtOnAudioPosts}
  694.  
  695. <div class="audio">
  696. <div class="player">{AudioPlayerblack}</div>
  697. <div class="meta">{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  698. <div class="clear"></div>
  699. </div>
  700. <div class="clear"></div>
  701. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  702. {/block:Audio}
  703.  
  704. {block:Quote}
  705. <div class="quote {Length}">{Quote}</div>
  706. <div class="copy">
  707. <div class="quotebg">“</div>
  708. {block:Source}
  709. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  710. <tr>
  711. <td valign="top" style="width:20px;">&mdash;</td>
  712. <td valign="top" class="quote_source">
  713. {Source}
  714. </td>
  715. </tr>
  716. </table>
  717. {/block:Source}
  718. </div>
  719. {/block:Quote}
  720.  
  721. {block:Text}
  722. {block:Title}<div class="title">{Title}</div>{/block:Title}
  723. <div class="copy">{Body}</div>
  724. {/block:Text}
  725.  
  726. {block:Answer}
  727. <div class="question">
  728. {Question}
  729. </div>
  730. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  731. <div class="copy">{Answer}</div>
  732. {/block:Answer}
  733.  
  734. {block:Chat}
  735. {block:Title}<div class="title">{Title}</div>{/block:Title}
  736. <div class="chat">
  737. <div class="lines">
  738. {block:Lines}
  739. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  740. {/block:Lines}
  741. </div>
  742. </div>
  743. <div class="clear"></div>
  744. <div style="height:10px;"></div>
  745. {/block:Chat}
  746.  
  747. {block:Link}
  748. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  749. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  750. {/block:Link}
  751.  
  752. {block:Date}
  753. <a href="{Permalink}" ><div class="footer for_permalink"><center><div class="date"><a style="color:{color:permalink text}" title="{timeago}" href="{Permalink}">{NoteCount} {text:Notes}</a>&nbsp; &nbsp;{block:indexpage}//&nbsp; &nbsp;<a style="color:{color:permalink text}" href="{ReblogURL}" target="_blank" title="reblog" class="details"> Reblog</a>{/block:indexpage}{block:permalinkpage}{block:Reblog}//&nbsp; &nbsp;<a href="{ReblogParentURL}"title="{ReblogParentTitle}">Via</a>, {block:RebloggedFrom}<a href="{ReblogRootURL}" title="{REBLOGROOTNAME}">Org</a>{/block:RebloggedFrom}{/block:Reblog}{/block:permalinkpage}</div>
  754.  
  755. <div class="clear"></div></div></a>
  756.  
  757. {/block:Date}
  758.  
  759. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  760. display:none;
  761. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  762. {block:ContentSource}display:block;{/block:ContentSource}
  763. ">
  764.  
  765. <div style="display:none">{block:ContentSource}{block:Reblog}<a href="{ReblogParentURL}">Via: {ReblogParentName}</a>{/block:Reblog}<a href="{SourceURL}" class="source_url">Source: {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a>{/block:ContentSource}</div>
  766.  
  767. </div>
  768.  
  769. {block:ifshowtags}
  770. {block:indexpage}
  771. {block:HasTags}
  772. <div class="tags">{block:Tags}
  773. #<a href="{TagURL}">{Tag}</a></span>{/block:Tags}</div>{/block:HasTags}
  774. {/block:indexpage}
  775. {/block:ifshowtags}
  776.  
  777. {block:permalinkpage}
  778. {block:HasTags}
  779. <div class="tags">{lang:Filed under}: {block:Tags}
  780. #<a href="{TagURL}">{Tag}</a></span>{/block:Tags}</div>{/block:HasTags}
  781. {/block:permalinkpage}
  782.  
  783.  
  784. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  785.  
  786. </div>
  787.  
  788.  
  789. <div class="bottom"></div>
  790. {/block:Posts}
  791. </div>
  792.  
  793. {block:IfNotInfiniteScroll}
  794. {block:Pagination}
  795. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  796. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  797.  
  798. {block:IfEnableJumpPagination}
  799. {block:JumpPagination length="3"}
  800. {block:CurrentPage}
  801. <span class="current_page">{PageNumber}</span>
  802. {/block:CurrentPage}
  803.  
  804. {block:JumpPage}
  805. <a class="jump_page" href="{URL}">{PageNumber}</a>
  806. {/block:JumpPage}
  807.  
  808. {/block:JumpPagination}
  809. {/block:IfEnableJumpPagination}
  810.  
  811. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  812. </div>
  813. {/block:Pagination}
  814. {/block:IfNotInfiniteScroll}
  815.  
  816. </div>
  817.  
  818. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  819. <script src="http://static.tumblr.com/mxokwyk/FIumglicr/mbtop.min.js"></script>
  820. <div class="topp"><a style="display: inline;" href="javascript:;" id="mbTop" title="back to top"><font size="2">{text:ScrolltoTop}</font></a></div>
  821.  
  822. <a href="http://koduck.tumblr.com" title="theme by koduck"><div style="position:fixed;left:10px;top:5px;font-size:11px;opacity:0.8">©</div></a>
  823.  
  824.  
  825. </body>
  826. </html>
  827.  
  828. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style>
  829.  
  830.  
  831. <div style="position:fixed; bottom:{text:sideimage bottom}px; left:{text:sideimage left}px;"><img src='{image:SideImage}'></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement