Advertisement
CARBONDOGS

redux centered

Nov 28th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.33 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. clean-up redux by battroid at http://battroid.tumblr.com/post/19048862108/theming-redux-if-you-dont-feel-like-summoning
  4.  
  5. perfect margins edits by rowan! theme displayed at http://themesbyrowan.tumblr.com/perfectmargins
  6. -->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head>
  10.  
  11. <!-- DEFAULT VARIABLES -->
  12. <meta name="color:Background" content="#3b627e" />
  13.  
  14. <meta name="font:Title" content="Arial" />
  15. <meta name="font:Body" content="Arial" />
  16. <meta name="font:Accent" content="Lucida Sans" />
  17. <meta name="if:Show Tags" content="1" />
  18. <meta name="if:Show Album Art on Audio Posts" content="1" />
  19. <meta name="if:Enable Jump Pagination" content="0" />
  20. <meta name="image:Header" content="" />
  21. <meta name="image:Background" content="" />
  22.  
  23. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  24. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  25. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26. <link rel="shortcut icon" href="{Favicon}" />
  27. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  29. <style type="text/css">
  30.  
  31. /* PERFECT MARGINS ON TEXT START */
  32. body {
  33. background: {color:Background} url('{image:Background}') top left fixed repeat;
  34. -ms-word-break:word-break;word-break:break-word;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;
  35. margin: 0;
  36. padding: 0;
  37. font-family: {font:Body};
  38. }
  39. /* PERFECT MARGINS ON TEXT END */
  40.  
  41. .clear {
  42. clear: both;
  43. height: 0px;
  44. overflow: hidden;
  45. }
  46.  
  47. a img {
  48. border: none;
  49. }
  50.  
  51. #wrapper {
  52. width: 520px;
  53. margin: 0 auto;
  54. }
  55.  
  56.  
  57. #wrapper #title a {
  58. color: #fff;
  59. text-decoration: none;
  60. }
  61.  
  62. #wrapper #content {
  63. width: 520px;
  64. }
  65.  
  66. #wrapper #content .post {
  67. font-family: {font:Body};
  68. background: #fff;
  69. padding: 10px;
  70. }
  71.  
  72. #wrapper #content .post .media {
  73. text-align: center;
  74. margin-bottom: 10px;
  75. }
  76.  
  77. #wrapper #content .post .quotebg {
  78. font-family: georgia, serif;
  79. font-size: 150px;
  80. color: {color:Background};
  81. opacity: 0.2;
  82. filter: alpha(opacity=20);
  83. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  84. position: absolute;
  85. margin-top: -10px;
  86. }
  87.  
  88. #wrapper #content .post .quote {
  89. color: {color:Background};
  90. font-weight: bold;
  91. padding: 20px 20px 5px 20px;
  92. }
  93.  
  94. #wrapper #content .post .quote.short {
  95. font-size: 33px;
  96. line-height: 35px;
  97. }
  98.  
  99. #wrapper #content .post .quote.medium {
  100. font-size: 25px;
  101. line-height: 28px;
  102. }
  103.  
  104. #wrapper #content .post .quote.long {
  105. font-size: 18px;
  106. line-height: 22px;
  107. }
  108.  
  109. #wrapper #content .post .quote_source *:first-child {
  110. margin-top: 0px;
  111. }
  112.  
  113. #wrapper #content .post .quote_source *:last-child {
  114. margin-bottom: 0px;
  115. }
  116.  
  117. #wrapper #content .post .quote *:first-child {
  118. margin-top: 0px;
  119. }
  120.  
  121. #wrapper #content .post .quote *:last-child {
  122. margin-bottom: 0px;
  123. }
  124.  
  125. #wrapper #content .post .copy {
  126. color: #6e7173;
  127. padding: 10px;
  128. font-size: 13px;
  129. line-height: 15px;
  130. }
  131.  
  132. #wrapper #content .post .copy a {
  133. color: #6e7173;
  134. text-decoration: underline;
  135. }
  136.  
  137. #wrapper #content .post .copy p {
  138. margin: 10px 0 0 0;
  139. padding: 0;
  140. }
  141.  
  142. #wrapper #content .post .copy pre {
  143. margin: 10px 0px 10px 0px;
  144. padding: 10px;
  145. background-color: #e6e6e6;
  146. font: normal 11px Courier, monospace;
  147. overflow: auto;
  148. }
  149.  
  150. #wrapper #content .post .copy > p:first-child {
  151. margin-top: 0;
  152. }
  153.  
  154. #wrapper #content .post .copy img {
  155. max-width: 100%;
  156. }
  157.  
  158. #wrapper #content .post .question {
  159. color: #494949;
  160. font-size: 16px;
  161. font-weight: bold;
  162. background: #f1f1f1;
  163. -moz-border-radius: 8px;
  164. -webkit-border-radius: 8px;
  165. border-radius: 8px;
  166. margin: 0 0 15px 0;
  167. padding: 15px 20px;
  168. position: relative;
  169. }
  170.  
  171. #wrapper #content .post .question .nipple {
  172. width: 13px;
  173. height: 7px;
  174. background: #f1f1f1 url('http://static.tumblr.com/vr9xgox/PDjnf8t10/ask-mask.png');
  175. position: absolute;
  176. bottom: -7px;
  177. left: 30px;
  178. }
  179.  
  180. #wrapper #content .post .asker_container {
  181. margin: 0 0 20px 24px;
  182. }
  183.  
  184. #wrapper #content .post .asker_container img {
  185. margin: 0 12px -7px 0;
  186. }
  187.  
  188. #wrapper #content .post .asker_container a.asker {
  189. color: {color:Body};
  190. }
  191.  
  192. #wrapper #content .post .title {
  193. color: #494949;
  194. font-size: 16px;
  195. font-weight: bold;
  196. padding: 10px 10px 0 10px;
  197. }
  198.  
  199. /* PERFECT MARGINS ON IMAGES START */
  200.  
  201. #wrapper #content .post img {max-width:100%;height:auto}
  202.  
  203. /* PERFECT MARGINS ON IMAGES END */
  204.  
  205. #wrapper #content .post .chat {
  206. background-color: #fff;
  207. border-left: 5px solid #dedddd;
  208. margin: 10px 10px 0 10px;
  209. font-size: 14px;
  210. }
  211.  
  212. #wrapper #content .post .chat .lines {
  213. margin-left: 1px;
  214. }
  215.  
  216. #wrapper #content .post .chat .lines .line {
  217. background-color: #eaeaea;
  218. color: #494949;
  219. margin-bottom: 1px;
  220. padding: 3px 5px;
  221. }
  222.  
  223. #wrapper #content .post .chat .lines .line.even {
  224. background-color: #dedddd;
  225. }
  226.  
  227. #wrapper #content .post .link {
  228. margin: 4px 0 2px 0;
  229. font-size: 16px;
  230. line-height: 25px;
  231. }
  232.  
  233. #wrapper #content .post .link a {
  234. background-color: {color:Background};
  235. color: #fff;
  236. padding: 5px 7px;
  237. -moz-border-radius: 4px;
  238. -webkit-border-radius: 4px;
  239. border-radius: 4px;
  240. }
  241.  
  242. #wrapper #content .post .link a:hover {
  243. opacity: 0.9;
  244. filter: alpha(opacity=90);
  245. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  246. }
  247.  
  248. #wrapper #content .post .footer {
  249. background: #eaeaea;
  250. -moz-border-radius: 4px;
  251. -webkit-border-radius: 4px;
  252. border-radius: 4px;
  253. font-family: {font:Accent};
  254. font-size: 11px;
  255. color: #666;
  256. padding: 5px 10px;
  257. margin-top: 10px;
  258. }
  259.  
  260. #wrapper #content .post .footer.for_permalink:hover {
  261. opacity: 0.9;
  262. filter: alpha(opacity=90);
  263. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  264. }
  265.  
  266. #wrapper #content .post .footer .date {
  267. width: 67%;
  268. float: left;
  269. color: #666;
  270. }
  271.  
  272. #wrapper #content .post .footer .notes {
  273. width: 33%;
  274. float: right;
  275. text-align: right;
  276. color: #666;
  277. }
  278.  
  279. #wrapper #content .post .footer .notes a {
  280. color: #666;
  281. }
  282.  
  283. #wrapper #content .post .footer .tags a {
  284. color: #4a4a51;
  285. text-decoration: underline;
  286. }
  287.  
  288. #wrapper #content .post .footer .tags .tag-commas:last-child {
  289. display: none;
  290. }
  291.  
  292. #wrapper #content .post .footer.with_source_url .tags {
  293. max-width: 330px;
  294. float: left;
  295. }
  296.  
  297. #wrapper #content .post .footer.with_source_url .source_url {
  298. float: right;
  299. max-width: 160px;
  300. overflow: hidden;
  301. white-space: nowrap;
  302.  
  303. }
  304.  
  305. #wrapper #content .post .footer.with_source_url .source_url img {
  306. vertical-align: top;
  307. -moz-opacity: 0.5;
  308. opacity: 0.5;
  309. }
  310.  
  311. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  312. -moz-opacity: 0.7;
  313. opacity: 0.7;
  314. }
  315.  
  316. #wrapper #content .post a {
  317. color: #6e7173;
  318. text-decoration: none;
  319. }
  320.  
  321. /* PERFECT MARGINS ON BLOCKQUOTES START */
  322.  
  323. /* NOTE: right margin MUST be set to 0 for perfect margins to work. not sure why but that's just how it is. just something to keep in mind if you're ever making a theme that needs perfect margins
  324.  
  325. the original redux comes with this "margin right:0px", AKA margin: xpx 0px xpx xpx" feature */
  326.  
  327. #wrapper #content .post .copy blockquote {
  328. margin: 10px 0px 10px 10px;
  329. padding-left: 10px;
  330. border-left: solid 2px #dcdcdc;
  331. }
  332.  
  333. /* PERFECT MARGINS ON BLOCKQUOTES END */
  334.  
  335. #wrapper #content .bottom {
  336. background: url('http://static.tumblr.com/vr9xgox/TDAnf8t3n/shadow-post.png') top center no-repeat transparent;
  337. width: 513px;
  338. height: 40px;
  339. margin: 0 auto;
  340. }
  341.  
  342. #wrapper #content #navigation {
  343. text-align: right;
  344. padding-bottom: 35px;
  345. text-transform: lowercase;
  346. }
  347.  
  348. #wrapper #content #navigation a {
  349. background-color: #fff;
  350. color: {color:Background};
  351. padding: 5px 10px;
  352. text-decoration: none;
  353. margin-left: 25px;
  354. }
  355.  
  356. #wrapper #content #navigation a:hover {
  357. opacity: 0.9;
  358. filter: alpha(opacity=90);
  359. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  360. }
  361.  
  362. #wrapper #content #navigation.jump_pagination {}
  363.  
  364. #wrapper #content #navigation.jump_pagination a {
  365. margin: 0 0 0 4px;
  366. }
  367.  
  368. #wrapper #content #navigation.jump_pagination .current_page {
  369. color: #fff;
  370. background-color: rgba(255,255,255, 0.1);
  371. border: 2px solid #fff;
  372. padding: 3px 8px;
  373. margin: 0 0 0 4px;
  374. cursor: default;
  375. }
  376.  
  377. #wrapper #content #navigation.jump_pagination .jump_page {}
  378.  
  379. #wrapper #content .post .notecontainer {
  380. background: #eaeaea;
  381. -moz-border-radius: 4px;
  382. -webkit-border-radius: 4px;
  383. border-radius: 4px;
  384. font-family: {font:Accent};
  385. font-size: 11px;
  386. color: #666;
  387. margin-top: 10px;
  388. margin-bottom: -10px;
  389. }
  390.  
  391. #wrapper #content .post .notecontainer a {
  392. color: #666;
  393. text-decoration: underline;
  394. }
  395.  
  396. #wrapper #content .post .notecontainer ol.notes {
  397. padding: 0px 0 10px 0;
  398. list-style-type: none;
  399. font-size: 11px;
  400. }
  401.  
  402. #wrapper #content .post .notecontainer ol.notes li.note {
  403. padding: 10px 10px 0 10px;
  404. }
  405.  
  406. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  407. vertical-align: -4px;
  408. margin-right: 10px;
  409. width: 16px;
  410. height: 16px;
  411. }
  412.  
  413. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  414. font-weight: normal;
  415. }
  416.  
  417. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  418. font-weight: normal;
  419. }
  420.  
  421. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  422. border-left: 2px solid #666;
  423. padding: 4px 10px;
  424. margin: 10px 0px 0px 25px;
  425. }
  426.  
  427. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  428. text-decoration: none;
  429. }
  430.  
  431. #wrapper #sidebar {
  432. width: 520px;
  433. color: {color:Background};
  434. font-family: {font:Accent}
  435. }
  436.  
  437. #wrapper #sidebar a {
  438. color: {color:Background};
  439. }
  440.  
  441. #wrapper #sidebar #top {
  442. background: #fff;
  443. padding: 0 20px;
  444. -webkit-border-top-left-radius: 10px;
  445. -webkit-border-top-right-radius: 10px;
  446. -moz-border-radius-topleft: 10px;
  447. -moz-border-radius-topright: 10px;
  448. border-top-left-radius: 10px;
  449. border-top-right-radius: 10px;
  450. margin-left:135px;
  451. margin-right:135px;
  452. margin-top:50px;
  453. }
  454.  
  455. #wrapper #sidebar #top #avatar {
  456. width: 146px;
  457. height: 146px;
  458. padding: 8px 0 0 9px;
  459. background: url('http://static.tumblr.com/vr9xgox/mi9nf8t4z/avatar-bg.png') top left no-repeat transparent;
  460. position: relative;
  461. top: -24px;
  462. left: -5px;
  463. }
  464.  
  465. #wrapper #sidebar #top #description {
  466. font-size: 11px;
  467. position: relative;
  468. top: -18px;
  469. }
  470.  
  471. #wrapper #sidebar #top #description a {
  472. color: {color:Background};
  473. text-decoration: underline;
  474. }
  475.  
  476. #wrapper #sidebar #top .heading {
  477. color: #fff;
  478. font-family: helvetica, arial, sans-serif;
  479. font-size: 17px;
  480. margin-top: 20px;
  481. padding: 10px;
  482. background-color: {color:Background};
  483. -webkit-border-top-left-radius: 4px;
  484. -webkit-border-top-right-radius: 4px;
  485. -moz-border-radius-topleft: 4px;
  486. -moz-border-radius-topright: 4px;
  487. border-top-left-radius: 4px;
  488. border-top-right-radius: 4px;
  489. }
  490.  
  491. #wrapper #sidebar #top a .heading {
  492. color: #fff;
  493. text-decoration: none;
  494. }
  495.  
  496. #wrapper #sidebar #top .content {
  497. margin-top: 2px;
  498. padding: 7px 10px;
  499. background: #eaeaea;
  500. color: #666;
  501. font-size: 11px;
  502. overflow: hidden;
  503. }
  504.  
  505. #wrapper #sidebar #top a {
  506. text-decoration: none;
  507. }
  508.  
  509. #wrapper #sidebar #bottom {
  510. background: url('http://static.tumblr.com/vr9xgox/wySnf8twm/sidebar-bottom.png') top center no-repeat transparent;
  511. width: 250px;
  512. height: 25px;
  513. margin-left:135px;
  514. margin-bottom:25px;
  515. }
  516.  
  517. #wrapper #sidebar #top #pages {
  518. line-height:40px;
  519. margin-top:-10px;
  520. font-size: 12px;
  521. }
  522.  
  523. #wrapper #sidebar #top #pages a.page {
  524. background-color:{color:background};
  525. color: #fff;
  526. padding: 4px 5px;
  527. margin: 0 5px 5px 0;
  528. -webkit-border-radius: 3px;
  529. -moz-border-radius: 3px;
  530. border-radius: 3px;
  531. }
  532.  
  533. #wrapper #sidebar #top #pages a.page:last-child {
  534. margin-right: 0;
  535. }
  536.  
  537. #wrapper #sidebar #top #pages a.page:hover {
  538. opacity: 0.9;
  539. filter: alpha(opacity=90);
  540. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";}
  541.  
  542.  
  543. </style>
  544. <!--[if lt IE 7.]>
  545. <style type="text/css">
  546. #wrapper #sidebar #bottom {
  547. background: transparent;
  548. }
  549.  
  550. #wrapper #sidebar #top #avatar {
  551. background: none;
  552. }
  553.  
  554. #wrapper #sidebar #top #avatar img {
  555. border: 5px solid #f1f1f1;
  556. }
  557.  
  558. #wrapper #sidebar #top .heading#followontumblr {
  559. background-image: none;
  560. text-indent: 0;
  561. }
  562.  
  563. #wrapper #sidebar #top .heading#twitter {
  564. background-image: none;
  565. }
  566.  
  567. #wrapper #sidebar #top .heading#following {
  568. background-image: none;
  569. }
  570.  
  571. #wrapper #content .post .audio .player {
  572. float: none;
  573. }
  574.  
  575. #wrapper #content .post .audio .meta {
  576. display: none;
  577. float: none;
  578. }
  579. </style>
  580. <![endif]-->
  581.  
  582. <!--[if lt IE 8.]>
  583. <style type="text/css">
  584. #wrapper #content .bottom {
  585. background: transparent;
  586. }
  587.  
  588. #wrapper #content .post .footer {
  589. background: transparent;
  590. color: #000;
  591. }
  592.  
  593. #wrapper #content .post .audio {
  594. float: none;
  595. background: transparent;
  596. }
  597.  
  598. #wrapper #content .post .notecontainer .notes {
  599. padding: 0;
  600. margin: 0;
  601. }
  602. </style>
  603. <![endif]-->
  604. <style type="text/css">{CustomCSS}</style>
  605. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  606. </head>
  607. <body>
  608.  
  609. <div id="wrapper">
  610. <div id="sidebar">
  611. <div id="top">
  612. <div id="avatar"><a href="/"><img src="{PortraitURL-128}" /></a></div>
  613. <div id="description"><b>{title}</b></p>{Description}</div>
  614. <div id="pages">
  615. <a href="/ask" class="page">ask</a><a href="/a" class="page">about</a><a href="/b" class="page">tags</a><a href="/archive" class="page">archive</a>
  616. </div>
  617.  
  618. </div>
  619.  
  620. <div id="bottom"></div>
  621.  
  622. </div>
  623. <div id="content">
  624.  
  625. {block:Posts}
  626. <div class="post">
  627.  
  628. {block:Photo}
  629. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  630. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  631. {/block:Photo}
  632.  
  633. {block:Video}
  634. <div class="media">{Video-500}</div>
  635. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  636. {/block:Video}
  637.  
  638. {block:Audio}
  639. {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
  640. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  641. {/block:Audio}
  642.  
  643. {block:Quote}
  644. <div class="quotebg">“</div>
  645. <div class="quote {Length}">{Quote}</div>
  646. <div class="copy">
  647. {block:Source}
  648. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  649. <tr>
  650. <td valign="top" style="width:20px;">&mdash;</td>
  651. <td valign="top" class="quote_source">
  652. {Source}
  653. </td>
  654. </tr>
  655. </table>
  656. {/block:Source}
  657. </div>
  658. {/block:Quote}
  659.  
  660. {block:Text}
  661. {block:Title}<div class="title">{Title}</div>{/block:Title}
  662. <div class="copy">{Body}</div>
  663. {/block:Text}
  664.  
  665. {block:Answer}
  666. <div class="question">
  667. <div class="nipple"></div>
  668. {Question}
  669. </div>
  670. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  671. <div class="copy">{Answer}</div>
  672. {/block:Answer}
  673.  
  674. {block:Chat}
  675. {block:Title}<div class="title">{Title}</div>{/block:Title}
  676. <div class="chat">
  677. <div class="lines">
  678. {block:Lines}
  679. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  680. {/block:Lines}
  681. </div>
  682. </div>
  683. <div class="clear"></div>
  684. <div style="height:10px;"></div>
  685. {/block:Chat}
  686.  
  687. {block:Link}
  688. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  689. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  690. {/block:Link}
  691.  
  692. {block:Date}
  693. <a href="{Permalink}">
  694. <div class="footer for_permalink">
  695. <div class="date">
  696. {block:Reblog}
  697. {lang:Reblogged TimeAgo from ReblogParentName} {block:RebloggedFromReblog}(<span style="text-transform:lowercase;">{lang:Originally from ReblogRootName}</span>){/block:RebloggedFromReblog}
  698. {/block:Reblog}
  699.  
  700. {block:NotReblog}
  701. {lang:Posted TimeAgo from source}
  702. {/block:NotReblog}
  703. </div>
  704. <div class="notes">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:IfDisqusShortname}{block:NoteCount}&bull;{/block:NoteCount} <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}</div>
  705. <div class="clear"></div>
  706. </div>
  707. </a>
  708. {/block:Date}
  709.  
  710. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  711. display:none;
  712. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  713. {block:ContentSource}display:block;{/block:ContentSource}
  714. ">
  715. {block:IfShowTags}
  716. {block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  717. {/block:IfShowTags}
  718.  
  719. {block:ContentSource}
  720. <a href="{SourceURL}" class="source_url">
  721. {lang:Source}:
  722. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  723. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  724. </a>
  725. {/block:ContentSource}
  726.  
  727. <div class="clear"></div>
  728. </div>
  729.  
  730. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  731.  
  732. </div>
  733. <div class="bottom"></div>
  734. {/block:Posts}
  735.  
  736. {block:Pagination}
  737. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  738. {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  739.  
  740. {block:IfEnableJumpPagination}
  741. {block:JumpPagination length="5"}
  742. {block:CurrentPage}
  743. <span class="current_page">{PageNumber}</span>
  744. {/block:CurrentPage}
  745.  
  746. {block:JumpPage}
  747. <a class="jump_page" href="{URL}">{PageNumber}</a>
  748. {/block:JumpPage}
  749.  
  750. {/block:JumpPagination}
  751. {/block:IfEnableJumpPagination}
  752.  
  753. {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  754. </div>
  755. {/block:Pagination}
  756.  
  757. </div>
  758. </div>
  759. <!-- PERFECT MARGINS ON VIDEOS START -->
  760. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
  761. <script src="//rawgithub.com/davatron5000/FitVids.js/master/jquery.fitvids.js"></script>
  762. <script>
  763. $(document).ready(function(){
  764. // Target your .container, .wrapper, .post, etc. Target MUST have width set.
  765. $(".post").fitVids();
  766. });
  767. </script>
  768. <!-- PERFECT MARGINS ON VIDEOS END -->
  769. </body>
  770. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement