Advertisement
noziam

REDUX EDIT 01 "ROSY"

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