Advertisement
Guest User

simple cute redux

a guest
Apr 2nd, 2014
1,757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.38 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>
  4. <!--
  5. simple cute redux by billie
  6. http://nnadoka.co.vu
  7. don't remove credit
  8. -->
  9.  
  10.  
  11. <!-- DEFAULT VARIABLES -->
  12. <meta name="color:Background" content="#c0c0c0" />
  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="image:Sidebar" content="" />
  19.  
  20.  
  21.  
  22. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  23. <title>{Title} {block:PostSummary}| {PostSummary}{/block:PostSummary}</title>
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25. <link rel="shortcut icon" href="{Favicon}" />
  26. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  28. <style type="text/css">
  29. body {
  30. background: {color:Background} url('{image:Background}') top left fixed repeat;
  31. margin: 0;
  32. padding: 0;
  33. font-family: {font:Body};
  34. }
  35.  
  36. .clear {
  37. clear: both;
  38. height: 0px;
  39. overflow: hidden;
  40. }
  41.  
  42. a img {
  43. border: none;
  44. }
  45.  
  46. #wrapper {
  47. width: 845px;
  48. margin: 0 auto;
  49. }
  50.  
  51. #wrapper #title {
  52. margin: 30px 0;
  53. color: #fff;
  54. font-size: 40px;
  55. font-weight: bold;
  56. font-family: {font:Title};
  57. }
  58.  
  59. #wrapper #title a {
  60. color: #fff;
  61. text-decoration: none;
  62. }
  63.  
  64. #wrapper #content {
  65. width: 420px;
  66. float: left;
  67. }
  68.  
  69. #wrapper #content .post {
  70. font-family: {font:Body};
  71. background: #fff;
  72. color: {color:Background};
  73. padding: 10px;
  74. position: relative;
  75. margin-bottom: 20px;
  76.  
  77.  
  78. }
  79.  
  80. #wrapper #content .post .media {
  81. text-align: center;
  82. margin-bottom: 10px;
  83. }
  84.  
  85. #wrapper #content .post .quotebg {
  86. font-family: georgia, serif;
  87. font-size: 150px;
  88. color: {color:Background};
  89. opacity: 0.2;
  90. filter: alpha(opacity=20);
  91. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  92. position: absolute;
  93. top: 70px;
  94. left: 10px;
  95. }
  96.  
  97. #wrapper #content .post .quote {
  98. color: {color:Background};
  99. font-weight: bold;
  100. padding: 20px 20px 5px 20px;
  101. }
  102.  
  103. #wrapper #content .post .quote.short {
  104. font-size: 33px;
  105. line-height: 35px;
  106. }
  107.  
  108. #wrapper #content .post .quote.medium {
  109. font-size: 25px;
  110. line-height: 28px;
  111. }
  112.  
  113. #wrapper #content .post .quote.long {
  114. font-size: 18px;
  115. line-height: 22px;
  116. }
  117.  
  118. #wrapper #content .post .quote_source *:first-child {
  119. margin-top: 0px;
  120. }
  121.  
  122. #wrapper #content .post .quote_source *:last-child {
  123. margin-bottom: 0px;
  124. }
  125.  
  126. #wrapper #content .post .quote *:first-child {
  127. margin-top: 0px;
  128. }
  129.  
  130. #wrapper #content .post .quote *:last-child {
  131. margin-bottom: 0px;
  132. }
  133. a
  134. #wrapper #content .post .copy {
  135. color: #6e7173;
  136. padding: 10px;
  137. font-size: 13px;
  138. line-height: 15px;
  139. }
  140.  
  141. #wrapper #content .post .copy a {
  142. color: #6e7173;
  143. text-decoration: underline;
  144. }
  145.  
  146. #wrapper #content .post .copy p {
  147. margin: 10px 0 0 0;
  148. padding: 0;
  149. }
  150.  
  151. #wrapper #content .post .copy pre {
  152. margin: 10px 0px 10px 0px;
  153. padding: 10px;
  154. background-color: #e6e6e6;
  155. font: normal 11px Courier, monospace;
  156. overflow: auto;
  157. }
  158.  
  159. #wrapper #content .post .copy > p:first-child {
  160. margin-top: 0;
  161. }
  162.  
  163. #wrapper #content .post .copy img {
  164. max-width: 100%;
  165. }
  166.  
  167. #wrapper #content .post .audio {
  168. background: #eaeaea;
  169. float: left;
  170. padding: 7px;
  171. margin-bottom: 10px;
  172. -moz-border-radius: 4px;
  173. -webkit-border-radius: 4px;
  174. border-radius: 4px;
  175. }
  176.  
  177. #wrapper #content .post .audio .player {
  178. float: left;
  179. }
  180.  
  181. #wrapper #content .post .audio .player .audio_player embed {
  182. border: 1px solid #c8c8c8;
  183. }
  184.  
  185. #wrapper #content .post .audio .meta {
  186. padding: 8px 13px;
  187. height: 13px;
  188. float: left;
  189. color: #666;
  190. font-family: {font:Accent};
  191. font-size: 11px;
  192. text-transform: lowercase;
  193. }
  194.  
  195. #wrapper #content .post .audio .meta a {
  196. color: #666;
  197. text-decoration: none;
  198. }
  199.  
  200. #wrapper #content .post .album_art {
  201. text-align: center;
  202. }
  203.  
  204. #wrapper #content .post .question {
  205. color: #494949;
  206. font-size: 16px;
  207. font-weight: bold;
  208. background: #f1f1f1;
  209. -moz-border-radius: 8px;
  210. -webkit-border-radius: 8px;
  211. border-radius: 8px;
  212. margin: 0 0 15px 0;
  213. padding: 15px 20px;
  214. position: relative;
  215. }
  216.  
  217. #wrapper #content .post .question .nipple {
  218. width: 13px;
  219. height: 7px;
  220. background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  221. position: absolute;
  222. bottom: -7px;
  223. left: 30px;
  224. }
  225.  
  226. #wrapper #content .post .asker_container {
  227. margin: 0 0 20px 24px;
  228. }
  229.  
  230. #wrapper #content .post .asker_container img {
  231. margin: 0 12px -7px 0;
  232. }
  233.  
  234. #wrapper #content .post .asker_container a.asker {
  235. color: {color:Body};
  236. }
  237.  
  238. #wrapper #content .post .title {
  239. color: #494949;
  240. font-size: 16px;
  241. font-weight: bold;
  242. padding: 10px 10px 0 10px;
  243. }
  244.  
  245. #wrapper #content .post img {
  246. max-width: 400px;
  247. }
  248.  
  249. #wrapper #content .post .chat {
  250. background-color: #fff;
  251. border-left: 5px solid #dedddd;
  252. margin: 10px 10px 0 10px;
  253. font-size: 14px;
  254. }
  255.  
  256. #wrapper #content .post .chat .lines {
  257. margin-left: 1px;
  258. }
  259.  
  260. #wrapper #content .post .chat .lines .line {
  261. background-color: #eaeaea;
  262. color: #494949;
  263. margin-bottom: 1px;
  264. padding: 3px 5px;
  265. }
  266.  
  267. #wrapper #content .post .chat .lines .line.even {
  268. background-color: #dedddd;
  269. }
  270.  
  271. #wrapper #content .post .link {
  272. margin: 4px 0 2px 0;
  273. font-size: 16px;
  274. line-height: 25px;
  275. }
  276.  
  277. #wrapper #content .post .link a {
  278. background-color: {color:Background};
  279. color: #fff;
  280. padding: 5px 7px;
  281. -moz-border-radius: 4px;
  282. -webkit-border-radius: 4px;
  283. border-radius: 4px;
  284. }
  285.  
  286. #wrapper #content .post .link a:hover {
  287. opacity: 0.9;
  288. filter: alpha(opacity=90);
  289. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  290. }
  291.  
  292. #wrapper #content .post .footer {
  293. background: #eaeaea;
  294. -moz-border-radius: 4px;
  295. -webkit-border-radius: 4px;
  296. border-radius: 4px;
  297. font-family: {font:Accent};
  298. font-size: 11px;
  299. color: #666;
  300. padding: 5px 10px;
  301. margin-top: 10px;
  302. }
  303.  
  304. #wrapper #content .post .footer.for_permalink:hover {
  305. opacity: 0.9;
  306. filter: alpha(opacity=90);
  307. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  308. }
  309.  
  310. #wrapper #content .post .footer .date {
  311. width: 67%;
  312. float: left;
  313. color: #666;
  314. }
  315.  
  316. #wrapper #content .post .footer .notes {
  317. width: 33%;
  318. float: right;
  319. text-align: right;
  320. color: #666;
  321. }
  322.  
  323. #wrapper #content .post .footer .notes a {
  324. color: #666;
  325. }
  326.  
  327. #wrapper #content .post .footer .tags a {
  328. color: #4a4a51;
  329. text-decoration: underline;
  330. }
  331.  
  332. #wrapper #content .post .footer .tags .tag-commas:last-child {
  333. display: none;
  334. }
  335.  
  336. #wrapper #content .post .footer.with_source_url .tags {
  337. max-width: 330px;
  338. float: left;
  339. }
  340.  
  341. #wrapper #content .post .footer.with_source_url .source_url {
  342. float: right;
  343. max-width: 160px;
  344. overflow: hidden;
  345. white-space: nowrap;
  346.  
  347. }
  348.  
  349. #wrapper #content .post .footer.with_source_url .source_url img {
  350. vertical-align: top;
  351. -moz-opacity: 0.5;
  352. opacity: 0.5;
  353. }
  354.  
  355. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  356. -moz-opacity: 0.7;
  357. opacity: 0.7;
  358. }
  359.  
  360. #wrapper #content .post a {
  361. color: #6e7173;
  362. text-decoration: none;
  363. }
  364.  
  365. #wrapper #content .post .copy blockquote {
  366. margin: 10px 0px 10px 10px;
  367. padding-left: 15px;
  368. border-left: solid 4px #dcdcdc;
  369. }
  370.  
  371. #wrapper #content .post .copy blockquote blockquote {
  372. border-left: solid 4px #cccccc;
  373. }
  374.  
  375. #wrapper #content .post .copy blockquote blockquote blockquote {
  376. border-left: solid 4px #bcbcbc;
  377. }
  378.  
  379. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  380. border-left: solid 4px #acacac;
  381. }
  382.  
  383. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  384. border-left: solid 4px #9c9c9c;
  385. }
  386.  
  387. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  388. border-left: solid 4px #8c8c8c;
  389. }
  390.  
  391.  
  392.  
  393. #wrapper #content #navigation {
  394. text-align: right;
  395. padding-bottom: 35px;
  396. text-transform: lowercase;
  397. }
  398.  
  399. #wrapper #content #navigation a {
  400. background-color: #fff;
  401. color: {color:Background};
  402. padding: 5px 10px;
  403. text-decoration: none;
  404. margin-left: 25px;
  405. }
  406.  
  407. #wrapper #content #navigation a:hover {
  408. opacity: 0.9;
  409. filter: alpha(opacity=90);
  410. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  411. }
  412.  
  413.  
  414.  
  415. #wrapper #content .post .notecontainer {
  416. background: #eaeaea;
  417. -moz-border-radius: 4px;
  418. -webkit-border-radius: 4px;
  419. border-radius: 4px;
  420. font-family: {font:Accent};
  421. font-size: 11px;
  422. color: #666;
  423. margin-top: 10px;
  424. margin-bottom: -10px;
  425. }
  426.  
  427. #wrapper #content .post .notecontainer a {
  428. color: #666;
  429. text-decoration: underline;
  430. }
  431.  
  432. #wrapper #content .post .notecontainer ol.notes {
  433. padding: 0px 0 10px 0;
  434. list-style-type: none;
  435. font-size: 11px;
  436. }
  437.  
  438. #wrapper #content .post .notecontainer ol.notes li.note {
  439. padding: 10px 10px 0 10px;
  440. }
  441.  
  442. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  443. vertical-align: -4px;
  444. margin-right: 10px;
  445. width: 16px;
  446. height: 16px;
  447. }
  448.  
  449. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  450. font-weight: normal;
  451. }
  452.  
  453. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  454. font-weight: normal;
  455. }
  456.  
  457. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  458. border-left: 2px solid #666;
  459. padding: 4px 10px;
  460. margin: 10px 0px 0px 25px;
  461. }
  462.  
  463. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  464. text-decoration: none;
  465. }
  466.  
  467.  
  468.  
  469. #wrapper #sidebar {
  470. width: 150px;
  471. float: right;
  472. padding: 10px;
  473. background: #ffffff;
  474. font-size: 12px;
  475. color: {color:Background};
  476. font-family: {font:Accent}
  477. }
  478.  
  479. #wrapper #sidebar a {
  480. color: {color:Background};
  481. }
  482.  
  483. #wrapper #sidebar .sidebarimg{
  484. width: 100%;
  485. margin-bottom: 10px;
  486. padding: 0px;}
  487.  
  488. #wrapper #sidebar #links{
  489. margin-top: 10px;
  490. margin-bottom: 10px;
  491. text-align: center;}
  492.  
  493. #wrapper #sidebar #links a {
  494. display: block;
  495. float: center;
  496. background-color: {color:Background};
  497. color: #fff;
  498. text-decoration: none;
  499. padding: 4px 5px;
  500. margin: 0 5px 5px 0;
  501. -webkit-border-radius: 5px;
  502. -moz-border-radius: 3px;
  503. border-radius: 3px;}
  504.  
  505. #wrapper #sidebar #links a:last-child {
  506. margin-right: 0px; }
  507.  
  508. #wrapper #sidebar #links a:hover {
  509. background: #ffffff; }
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521. </style>
  522.  
  523. </head>
  524. <body>
  525.  
  526. <style type="text/css">
  527. <!--
  528. body
  529. {
  530. background-image : url("http://media.tumblr.com/71dacf73c06b6ca09b7a15b58c9d37ce/tumblr_inline_mrf2jccFd41rto88t.png");
  531. background-repeat: repeat-x;
  532. background-attachment: fixed;
  533. }
  534. -->
  535. </style>
  536.  
  537. <div id="wrapper">
  538. <div id="title">
  539. <a href="/">
  540. {Title}
  541. </a>
  542. </div>
  543.  
  544. <div id="content">
  545.  
  546.  
  547. {block:Posts}
  548. <div class="post">
  549.  
  550. {block:Photo}
  551. <div class="media">{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  552. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  553. {/block:Photo}
  554.  
  555. {block:Video}
  556. <div class="media">{Video-400}</div>
  557. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  558. {/block:Video}
  559.  
  560. {block:Audio}
  561.  
  562. {block:AudioEmbed}
  563. {AudioEmbed}
  564. {/block:AudioEmbed}
  565.  
  566. {block:AudioPlayer}
  567.  
  568. {block:AlbumArt}
  569. <div class="album_art">
  570. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  571. </div>
  572. {/block:AlbumArt}
  573.  
  574.  
  575. <div class="audio">
  576. <div class="player">{AudioPlayerWhite}</div>
  577. <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>
  578. <div class="clear"></div>
  579. </div>
  580. {/block:AudioPlayer}
  581.  
  582. <div class="clear"></div>
  583.  
  584. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  585.  
  586. {/block:Audio}
  587.  
  588. {block:Quote}
  589. <div class="quote {Length}">{Quote}</div>
  590. <div class="copy">
  591. <div class="quotebg">“</div>
  592. {block:Source}
  593. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  594. <tr>
  595. <td valign="top" style="width:20px;">&mdash;</td>
  596. <td valign="top" class="quote_source">
  597. {Source}
  598. </td>
  599. </tr>
  600. </table>
  601. {/block:Source}
  602. </div>
  603. {/block:Quote}
  604.  
  605. {block:Text}
  606. {block:Title}<div class="title">{Title}</div>{/block:Title}
  607. <div class="copy">{Body}</div>
  608. {/block:Text}
  609.  
  610. {block:Answer}
  611. <div class="question">
  612. <div class="nipple"></div>
  613. {Question}
  614. </div>
  615. <div class="asker_container"><img src="{AskerPortraitURL-48}">{Asker}</div>
  616. <div class="copy">{Answer}</div>
  617. {/block:Answer}
  618.  
  619. {block:Chat}
  620. {block:Title}<div class="title">{Title}</div>{/block:Title}
  621. <div class="chat">
  622. <div class="lines">
  623. {block:Lines}
  624. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  625. {/block:Lines}
  626. </div>
  627. </div>
  628. <div class="clear"></div>
  629. <div style="height:10px;"></div>
  630. {/block:Chat}
  631.  
  632. {block:Link}
  633. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  634. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  635. {/block:Link}
  636.  
  637. {block:Date}
  638. <a href="{Permalink}">
  639. <div class="footer for_permalink">
  640. <div class="date">
  641. {block:RebloggedFrom}
  642. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a> {TimeAgo}
  643. {/block:RebloggedFrom}
  644.  
  645. {block:NotReblog}
  646. Posted {TimeAgo}
  647. {/block:NotReblog}
  648. </div>
  649. <div class="notes">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} </div>
  650. <div class="clear"></div>
  651. </div>
  652. </a>
  653. {/block:Date}
  654.  
  655. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  656. display:none;
  657. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  658. {block:ContentSource}display:block;{/block:ContentSource}
  659. ">
  660. {block:IfShowTags}
  661. {block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  662. {/block:IfShowTags}
  663.  
  664. {block:ContentSource}
  665. <a href="{SourceURL}" class="source_url">
  666. Source:
  667. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  668. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  669. </a>
  670. {/block:ContentSource}
  671.  
  672. <div class="clear"></div>
  673. </div>
  674.  
  675. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  676.  
  677. </div>
  678.  
  679. <div class="bottom"></div>
  680.  
  681. {/block:Posts}
  682.  
  683. {block:Pagination}
  684. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  685. {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  686.  
  687. {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  688. </div>
  689. {/block:Pagination}
  690.  
  691. </div>
  692.  
  693. <div id="sidebar">
  694. {block:IfSidebarImage}<img src="{image:Sidebar}" class="sidebarimg">{/block:IfSidebarImage}
  695.  
  696. <div id="description">{Description}</div>
  697.  
  698. <div id="links">
  699. {block:AskEnabled}<a href="/ask" class="page">{AskLabel}</a>{/block:AskEnabled}
  700. {block:SubmissionsEnabled}<a href="/submit" class="page">{SubmitLabel}</a>{/block:SubmissionsEnabled}
  701. {block:Pages}<a href="{URL}" class="page">{Label}</a>{/block:Pages}
  702. </div>
  703.  
  704.  
  705.  
  706.  
  707. </div>
  708.  
  709.  
  710. </div>
  711.  
  712. <div class="clear"></div>
  713. </div>
  714.  
  715.  
  716.  
  717.  
  718. </body>
  719. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement