Advertisement
urbanbutts

theme 05: redux edit

Oct 1st, 2013
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.37 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.  
  4. ~*~ redux edit by joanvvatsons ~*~
  5.  
  6. hello pls dont be a dick keep the credit intact
  7. -->
  8. <html xmlns="c" xml:lang="en" lang="en">
  9. <head>
  10. <!-- DEFAULT VARIABLES -->
  11.  
  12. <!-- C O L O U R -->
  13.  
  14. <meta name="color:Background" content="#ffffff" />
  15. <meta name="color:Text" content="#1C1C1C" />
  16. <meta name="color:Links" content="#000000" />
  17. <meta name="color:Links Hover" content="#D8D8D8" />
  18. <meta name="color:Scrollbar" content="#ffffff" />
  19. <meta name="color:Scrollbar BG" content="#ffffff" />
  20. <meta name="color:Scrollbar Border" content="#000000" />
  21.  
  22. <!-- F O N T -->
  23.  
  24. <meta name="font:Title" content="Arial" />
  25. <meta name="font:Body" content="Arial" />
  26.  
  27. <!-- T E X T -->
  28.  
  29. <meta name="text:Link 1 Title" content="" />
  30. <meta name="text:Link 2 Title" content="" />
  31. <meta name="text:Link 3 Title" content="" />
  32. <meta name="text:Link 4 Title" content="" />
  33. <meta name="text:Link 5 Title" content="" />
  34. <meta name="text:Link 1 URL" content="" />
  35. <meta name="text:Link 2 URL" content="" />
  36. <meta name="text:Link 3 URL" content="" />
  37. <meta name="text:Link 4 URL" content="" />
  38. <meta name="text:Link 5 URL" content="" />
  39.  
  40. <!-- I F -->
  41.  
  42. <meta name="if:Show Captions" content="1" />
  43. <meta name="if:Show Tags" content="1" />
  44. <meta name="if:Link 1" content="" />
  45. <meta name="if:Link 2" content="" />
  46. <meta name="if:Link 3" content="" />
  47. <meta name="if:Link 4" content="" />
  48. <meta name="if:Link 5" content="" />
  49. <meta name="if:Sidebar Img" content="1" />
  50. <meta name="if:Rounded Scrollbar" content="1">
  51. <meta name="if:Favicon" content="1">
  52.  
  53. <!-- I M A G E -->
  54.  
  55. <meta name="image:Background" content="" />
  56. <meta name="image:Sidebar" content="" />
  57. <meta name="image:Favicon" content="" />
  58.  
  59. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  60. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  61. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  62. {block:ifFavicon}
  63. <link rel="shortcut icon" href="{image:Favicon}" />
  64. {/block:ifFavicon}
  65. {block:ifnotFavicon}
  66. <link rel="shortcut icon" href="{Favicon}" />
  67. {/block:ifnotFavicon}
  68. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  69. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  70. <style type="text/css">
  71.  
  72.  
  73. ::-webkit-scrollbar {
  74. width: 8px;
  75. height: 4px;
  76. background: {color:Scrollbar BG};
  77. }
  78.  
  79. ::-webkit-scrollbar-thumb {
  80. border: 1px solid {color:Scrollbar Border};
  81. background-color: {color:Scrollbar};
  82. {block:ifroundedscrollbar}-webkit-border-radius: 1ex;{/block:ifroundedscrollbar}
  83. }
  84.  
  85. body {
  86. background: {color:Background} url('{image:Background}') top left fixed repeat;
  87. margin: 0;
  88. padding: 0;
  89. font-family: {font:Body};
  90. }
  91.  
  92. .clear {
  93. clear: both;
  94. height: 0px;
  95. overflow: hidden;
  96. }
  97.  
  98. a img {
  99. border: none;
  100. }
  101.  
  102. #wrapper {
  103. width: 845px;
  104. margin: 0 auto;
  105. }
  106.  
  107. #wrapper #title {
  108. position: relative;
  109. margin-top: 30px;
  110.  
  111. color: #fff;
  112. font-size: 50px;
  113. font-weight: bold;
  114. font-family: {font:Title};
  115. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  116. letter-spacing: -1px;
  117. }
  118.  
  119. #wrapper #title a {
  120. margin-left: 320px;
  121. color: #fff;
  122. text-decoration: none;
  123. }
  124.  
  125. #wrapper #content {
  126. margin-top: 50px;
  127. width: 520px;
  128. margin-right:100px;
  129. float: right;
  130. }
  131.  
  132. #wrapper #content .post {
  133. font-family: {font:Body};
  134. background: #fff;
  135. padding: 10px;
  136. position: relative;
  137. border: 2px solid #000000;
  138. box-shadow:rgba(0,0,0,0.1)10px 10px;
  139. }
  140.  
  141. #wrapper #content .post .media {
  142. text-align: center;
  143. margin-bottom: 10px;
  144. }
  145.  
  146. #wrapper #content .post .quotebg {
  147. font-family: {font:Body};
  148. font-size: 100px;
  149. color: {color:Text};
  150. opacity: 0.2;
  151. filter: alpha(opacity=20);
  152. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  153. position: absolute;
  154. top: 50px;
  155. left: 10px;
  156. }
  157.  
  158. #wrapper #content .post .quote {
  159. color: {color:Text};
  160. font-weight: normal;
  161. font-style: italic;
  162. padding: 20px 20px 5px 20px;
  163. }
  164.  
  165. #wrapper #content .post .quote.short {
  166. font-size: 18px;
  167. line-height: 22px;
  168. }
  169.  
  170. #wrapper #content .post .quote.medium {
  171. font-size: 18px;
  172. line-height: 22px;
  173. }
  174.  
  175. #wrapper #content .post .quote.long {
  176. font-size: 18px;
  177. line-height: 22px;
  178. }
  179.  
  180. #wrapper #content .post .quote_source *:first-child {
  181. margin-top: 0px;
  182. }
  183.  
  184. #wrapper #content .post .quote_source *:last-child {
  185. margin-bottom: 0px;
  186. }
  187.  
  188. #wrapper #content .post .quote *:first-child {
  189. margin-top: 0px;
  190. }
  191.  
  192. #wrapper #content .post .quote *:last-child {
  193. margin-bottom: 0px;
  194. }
  195.  
  196. #wrapper #content .post .copy {
  197. color: #6e7173;
  198. padding: 10px;
  199. font-size: 11px;
  200. line-height: 15px;
  201. }
  202.  
  203. #wrapper #content .post .copy a {
  204. color: #6e7173;
  205. text-decoration: underline;
  206. }
  207.  
  208. #wrapper #content .post .copy p {
  209. margin: 10px 0 0 0;
  210. padding: 0;
  211. }
  212.  
  213. #wrapper #content .post .copy pre {
  214. margin: 10px 0px 10px 0px;
  215. padding: 10px;
  216. background-color: #e6e6e6;
  217. font: normal 11px Courier, monospace;
  218. overflow: auto;
  219. }
  220.  
  221. #wrapper #content .post .copy > p:first-child {
  222. margin-top: 0;
  223. }
  224.  
  225. #wrapper #content .post .copy img {
  226. max-width: 100%;
  227. }
  228.  
  229. #wrapper #content .post .audio {
  230. background: #eaeaea;
  231. float: left;
  232. padding: 7px;
  233. margin-bottom: 10px;
  234. -moz-border-radius: 4px;
  235. -webkit-border-radius: 4px;
  236. border-radius: 4px;
  237. }
  238.  
  239. #wrapper #content .post .audio .player {
  240. float: left;
  241. }
  242.  
  243. #wrapper #content .post .audio .player .audio_player embed {
  244. border: 1px solid #c8c8c8;
  245. }
  246.  
  247. #wrapper #content .post .audio .meta {
  248. padding: 8px 13px;
  249. height: 13px;
  250. float: left;
  251. color: #666;
  252. font-family: {font:Body};
  253. font-size: 10px;
  254. text-transform: lowercase;
  255. }
  256.  
  257. #wrapper #content .post .audio .meta a {
  258. color: #666;
  259. text-decoration: none;
  260. }
  261.  
  262. #wrapper #content .post .album_art {
  263. text-align: center;
  264. }
  265.  
  266. #wrapper #content .post .question {
  267. color: #494949;
  268. font-size: 11px;
  269. font-weight: bold;
  270. background: #f1f1f1;
  271. -moz-border-radius: 8px;
  272. -webkit-border-radius: 8px;
  273. border-radius: 8px;
  274. margin: 0 0 15px 0;
  275. padding: 15px 20px;
  276. position: relative;
  277. }
  278.  
  279. #wrapper #content .post .question .nipple {
  280. width: 13px;
  281. height: 7px;
  282. background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  283. position: absolute;
  284. bottom: -7px;
  285. left: 30px;
  286. }
  287.  
  288. #wrapper #content .post .asker_container {
  289. margin: 0 0 20px 24px;
  290. }
  291.  
  292. #wrapper #content .post .asker_container img {
  293. margin: 0 12px -7px 0;
  294. }
  295.  
  296. #wrapper #content .post .asker_container a.asker {
  297. color: {color:Body};
  298. }
  299.  
  300. #wrapper #content .post .title {
  301. color: #494949;
  302. font-size: 16px;
  303. font-weight: bold;
  304. padding: 10px 10px 0 10px;
  305. }
  306.  
  307. #wrapper #content .post img {
  308. max-width: 500px;
  309. }
  310.  
  311. #wrapper #content .post .chat {
  312. background-color: #fff;
  313. border-left: 5px solid #dedddd;
  314. margin: 10px 10px 0 10px;
  315. font-size: 14px;
  316. }
  317.  
  318. #wrapper #content .post .chat .lines {
  319. margin-left: 1px;
  320. }
  321.  
  322. #wrapper #content .post .chat .lines .line {
  323. background-color: #eaeaea;
  324. color: #494949;
  325. margin-bottom: 1px;
  326. padding: 3px 5px;
  327. }
  328.  
  329. #wrapper #content .post .chat .lines .line.even {
  330. background-color: #dedddd;
  331. }
  332.  
  333. #wrapper #content .post .link {
  334. margin: 4px 0 2px 0;
  335. font-size: 16px;
  336. line-height: 25px;
  337. }
  338.  
  339. #wrapper #content .post .link a {
  340. background-color: {color:Background};
  341. color: #fff;
  342. padding: 5px 7px;
  343. -moz-border-radius: 4px;
  344. -webkit-border-radius: 4px;
  345. border-radius: 4px;
  346. }
  347.  
  348. #wrapper #content .post .link a:hover {
  349. opacity: 0.9;
  350. filter: alpha(opacity=90);
  351. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  352. }
  353.  
  354. #wrapper #content .post .footer {
  355. background: #eaeaea;
  356. -moz-border-radius: 1px;
  357. -webkit-border-radius: 1px;
  358. border-radius: 1px;
  359. font-family: {font:Body};
  360. font-size: 10px;
  361. color: #666;
  362. padding: 5px 10px;
  363. margin-top: 5px;
  364. }
  365.  
  366. #wrapper #content .post .footer.for_permalink:hover {
  367. opacity: 0.9;
  368. filter: alpha(opacity=90);
  369. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  370. }
  371.  
  372. #wrapper #content .post .footer .date {
  373. width: 67%;
  374. float: left;
  375. color: #666;
  376. }
  377.  
  378. #wrapper #content .post .footer .notes {
  379. width: 33%;
  380. float: right;
  381. text-align: right;
  382. color: #666;
  383. }
  384.  
  385. #wrapper #content .post .footer .notes a {
  386. color: #666;
  387. }
  388.  
  389. #wrapper #content .post .footer .tags a {
  390. color: #4a4a51;
  391. }
  392.  
  393. #wrapper #content .post .footer .tags .tag-commas:last-child {
  394. display: none;
  395. }
  396.  
  397. #wrapper #content .post .footer.with_source_url .tags {
  398. max-width: 330px;
  399. float: left;
  400. }
  401.  
  402. #wrapper #content .post .footer.with_source_url .source_url {
  403. float: right;
  404. max-width: 160px;
  405. overflow: hidden;
  406. white-space: nowrap;
  407.  
  408. }
  409.  
  410. #wrapper #content .post .footer.with_source_url .source_url img {
  411. vertical-align: top;
  412. -moz-opacity: 0.5;
  413. opacity: 0.5;
  414. }
  415.  
  416. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  417. -moz-opacity: 0.7;
  418. opacity: 0.7;
  419. }
  420.  
  421. #wrapper #content .post a {
  422. color: #6e7173;
  423. text-decoration: none;
  424. }
  425.  
  426. #wrapper #content .post .copy blockquote {
  427. margin: 10px 0px 10px 10px;
  428. padding-left: 15px;
  429. border-left: solid 4px #dcdcdc;
  430. }
  431.  
  432. #wrapper #content .post .copy blockquote blockquote {
  433. border-left: solid 4px #cccccc;
  434. }
  435.  
  436. #wrapper #content .post .copy blockquote blockquote blockquote {
  437. border-left: solid 4px #bcbcbc;
  438. }
  439.  
  440. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  441. border-left: solid 4px #acacac;
  442. }
  443.  
  444. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  445. border-left: solid 4px #9c9c9c;
  446. }
  447.  
  448. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  449. border-left: solid 4px #8c8c8c;
  450. }
  451.  
  452. #wrapper #content .bottom {
  453. width: 513px;
  454. height: 40px;
  455. margin: 0 auto;
  456. }
  457.  
  458. #wrapper #content #navigation {
  459. text-align: right;
  460. padding-bottom: 35px;
  461. text-transform: lowercase;
  462. }
  463.  
  464. #wrapper #content #navigation a {
  465. background-color: #fff;
  466. color: {color:Background};
  467. padding: 5px 10px;
  468. text-decoration: none;
  469. margin-left: 25px;
  470. }
  471.  
  472. #wrapper #content #navigation a:hover {
  473. opacity: 0.9;
  474. filter: alpha(opacity=90);
  475. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  476. }
  477.  
  478. #wrapper #content #navigation.jump_pagination {}
  479.  
  480. #wrapper #content #navigation.jump_pagination a {
  481. margin: 0 0 0 4px;
  482. }
  483.  
  484. #wrapper #content #navigation.jump_pagination .current_page {
  485. color: #fff;
  486. background-color: rgba(255,255,255, 0.1);
  487. border: 2px solid #fff;
  488. padding: 3px 8px;
  489. margin: 0 0 0 4px;
  490. cursor: default;
  491. }
  492.  
  493. #wrapper #content #navigation.jump_pagination .jump_page {}
  494.  
  495. #wrapper #content .post .notecontainer {
  496. background: #eaeaea;
  497. -moz-border-radius: 4px;
  498. -webkit-border-radius: 4px;
  499. border-radius: 4px;
  500. font-family: {font:Body};
  501. font-size: 10px;
  502. color: #666;
  503. margin-top: 10px;
  504. margin-bottom: -10px;
  505. }
  506.  
  507. #wrapper #content .post .notecontainer a {
  508. color: #666;
  509. }
  510.  
  511. #wrapper #content .post .notecontainer ol.notes {
  512. padding: 0px 0 10px 0;
  513. list-style-type: none;
  514. font-size: 11px;
  515. }
  516.  
  517. #wrapper #content .post .notecontainer ol.notes li.note {
  518. padding: 10px 10px 0 10px;
  519. }
  520.  
  521. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  522. vertical-align: -4px;
  523. margin-right: 10px;
  524. width: 16px;
  525. height: 16px;
  526. }
  527.  
  528. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  529. font-weight: normal;
  530. }
  531.  
  532. #wrapper #content .post .notecontainer ol. li.note .answer_content {
  533. font-weight: normal;
  534. }
  535.  
  536. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  537. border-left: 2px solid #666;
  538. padding: 4px 10px;
  539. margin: 10px 0px 0px 25px;
  540. }
  541.  
  542. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  543. text-decoration: none;
  544. }
  545.  
  546.  
  547. #wrapper #sidebar {
  548. position:fixed;
  549. width: 180px;
  550. top: 200px;
  551. left: 200px;
  552. color: {color: Text};
  553. font-family: {font:Body};
  554. }
  555.  
  556. #wrapper #sidebar a {
  557. color: {color:Links};
  558.  
  559. }
  560.  
  561. #wrapper #sidebar #top {
  562. background: #fff;
  563. padding: 0 20px;
  564. border: 1px solid;
  565.  
  566. }
  567.  
  568.  
  569. #wrapper #sidebar #avatar {
  570. width: 120px;
  571. height: 135px;
  572. padding: 8px 0 0 0px;
  573. background: url('') top left no-repeat transparent;
  574. position: relative;
  575. top: 53px;
  576. left: -40px;
  577. }
  578.  
  579.  
  580. #wrapper #sidebar #top #description {
  581. font-size: 10px;
  582. top: 8px;
  583. text-align: center;
  584. }
  585.  
  586. #wrapper #sidebar #top #description a {
  587. color: {color:Links};
  588. text-decoration: none;
  589. }
  590.  
  591. #wrapper #sidebar #top #description a:hover{
  592. color: {color:sidebar links hover};
  593. text-decoration:none;
  594. font-weight:none;
  595. }
  596.  
  597.  
  598. #wrapper #sidebar #top .content {
  599. margin-top: 2px;
  600. padding: 7px 10px;
  601. background: #eaeaea;
  602. color: #666;
  603. font-size: 8px;
  604. overflow: hidden;
  605. }
  606.  
  607. #wrapper #sidebar #top a {
  608. text-decoration: none;
  609. }
  610.  
  611.  
  612.  
  613. </style>
  614. <!--[if lt IE 7.]>
  615. <style type="text/css">
  616. #wrapper #sidebar #bottom {
  617. background: transparent;
  618. }
  619.  
  620. #wrapper #sidebar #top #avatar {
  621. background: none;
  622. }
  623.  
  624. #wrapper #sidebar #top #avatar img {
  625. border: 1px solid #f1f1f1;
  626. }
  627.  
  628. #wrapper #content .post .audio .player {
  629. float: none;
  630. }
  631.  
  632. #wrapper #content .post .audio .meta {
  633. display: none;
  634. float: none;
  635. }
  636. </style>
  637. <![endif]-->
  638.  
  639. <!--[if lt IE 8.]>
  640. <style type="text/css">
  641. #wrapper #content .bottom {
  642. background: transparent;
  643. }
  644.  
  645. #wrapper #content .post .footer {
  646. background: transparent;
  647. color: #000;
  648. }
  649.  
  650. #wrapper #content .post .audio {
  651. float: none;
  652. background: transparent;
  653. }
  654.  
  655. #wrapper #content .post .notecontainer .notes {
  656. padding: 0;
  657. margin: 0;
  658. }
  659. </style>
  660. <![endif]-->
  661.  
  662. <style type="text/css">{CustomCSS}</style>
  663. </head>
  664. <body>
  665. <div id="wrapper">
  666. <div id="title">
  667. </div>
  668.  
  669. <div id="content">
  670.  
  671.  
  672. {block:Posts}
  673. <div class="post">
  674.  
  675. {block:Photo}
  676. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div> {block:IfShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  677. {/block:Photo}
  678.  
  679. {block:Video}
  680. <div class="media">{Video-500}</div>
  681. {block:IfShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  682. {/block:Video}
  683.  
  684.  
  685. {block:Audio}
  686. {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}{block:AudioPlayer}{block:IfShowAlbumArtOnAudioPosts}{block:AlbumArt}<div class="album_art"><img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" /></div>{/block:AlbumArt}{/block:IfShowAlbumArtOnAudioPosts}<div class="audio">
  687. <div class="player">{AudioPlayerWhite}</div><div class="meta">{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div><div class="clear"></div></div>{/block:AudioPlayer}<div class="clear"></div>{block:IfShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  688. {/block:Audio}
  689.  
  690. {block:Quote}
  691. <div class="quote {Length}">{Quote}</div><div class="copy"><div class="quotebg">“</div>{block:Source}<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td valign="top" style="width:20px;">&mdash;</td><td valign="top" class="quote_source">{Source}</td></tr></table>{/block:Source}</div>
  692. {/block:Quote}
  693.  
  694. {block:Text}
  695. {block:Title}<div class="title">{Title}</div>{/block:Title}<div class="copy">{Body}</div>{/block:Text}{block:Answer}
  696. <div class="question">
  697. <div class="nipple"></div>
  698. {Question}
  699. </div>
  700. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  701. <div class="copy">{Answer}</div>
  702. {/block:Answer}
  703.  
  704. {block:Chat}
  705. {block:Title}<div class="title">{Title}</div>{/block:Title}
  706. <div class="chat">
  707. <div class="lines">
  708. {block:Lines}
  709. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  710. {/block:Lines}
  711. </div>
  712. </div>
  713. <div class="clear"></div>
  714. <div style="height:10px;"></div>
  715. {/block:Chat}
  716.  
  717. {block:Link}
  718. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  719. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  720. {/block:Link}
  721.  
  722. {block:Date}
  723. <a href="{Permalink}">
  724. <div class="footer for_permalink">
  725. <div class="date">
  726. {TimeAgo}
  727. </div>
  728. <div class="notes">{block:NoteCount}♥{NoteCount}{/block:NoteCount} / <a href="{ReblogURL}" target="_blank" class="details">reblog</a> </div>
  729. <div class="clear"></div>
  730. </div>
  731. </a>
  732. {/block:Date}
  733.  
  734. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  735. display:none;
  736. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  737. {block:ContentSource}display:block;{/block:ContentSource}
  738. ">
  739.  
  740. {block:IfShowTags}
  741. {block:HasTags}<div class="tags">#{block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}</div>{/block:HasTags}
  742. {/block:IfShowTags}
  743.  
  744. {block:ContentSource}
  745. <div id="src"><div class="source_url"><a href="{ReblogParentURL}">via</a> / <a href="{SourceURL}">©</a></div></div>
  746. {/block:ContentSource}
  747.  
  748. <div class="clear"></div>
  749. </div>
  750.  
  751. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  752.  
  753.  
  754. </div>
  755. <div class="bottom"></div>
  756. {/block:Posts}
  757.  
  758. {block:Pagination}
  759. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  760. {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  761.  
  762. {block:IfEnableJumpPagination}
  763. {block:JumpPagination length="5"}
  764. {block:CurrentPage}
  765. <span class="current_page">{PageNumber}</span>
  766. {/block:CurrentPage}
  767.  
  768. {block:JumpPage}
  769. <a class="jump_page" href="{URL}">{PageNumber}</a>
  770. {/block:JumpPage}
  771.  
  772. {/block:JumpPagination}
  773. {/block:IfEnableJumpPagination}
  774.  
  775. {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  776. </div>
  777. {/block:Pagination}
  778.  
  779. </div>
  780.  
  781. <div id="sidebar">
  782.  
  783. <center><div id="avatar"><a href="/"><img class="no" src="{image:Sidebar}"></a></div></center>
  784.  
  785. <div id="top">
  786.  
  787. <div id="description">{Description}</div>
  788.  
  789. <center>
  790. <select style="background: {color:BG};color:{color:Text};border:4px single ;-webkit-appearance:none;
  791. padding:0px;
  792. font-size: 11px;
  793. line-height: 15px;
  794. font-family: {font:Body};
  795. " onChange="location.href=this.options[this.selectedIndex].value;">
  796. <option value="/">navigation</option>
  797. {block:ifLink1}
  798. <option value="{text:Link 1 URL}">{text:Link 1 Title}</option>
  799. {/block:ifLink1}
  800. {block:ifLink2}
  801. <option value="{text:Link 2 URL}">{text:Link 2 Title}</option>
  802. {/block:ifLink2}
  803. {block:ifLink3}
  804. <option value="{text:Link 3 URL}">{text:Link 3 Title}</option>
  805. {/block:ifLink3}
  806. {block:ifLink4}
  807. <option value="{text:Link 4 URL}">{text:Link 4 Title}</option>
  808. {/block:ifLink4}
  809. {block:ifLink5}
  810. <option value="{text:Link 5 URL}">{text:Link 5 Title}</option>
  811. {/block:ifLink5}
  812. <option value="http://joanvvatsons.tumblr.com">theme credit</option>
  813.  
  814. </select>
  815. </center>
  816.  
  817. <div class="clear"></div>
  818.  
  819.  
  820.  
  821.  
  822. </div>
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830. <div class="clear"></div>
  831. </div>
  832.  
  833.  
  834.  
  835. </body>
  836. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement