Advertisement
Guest User

blank

a guest
Apr 1st, 2014
612
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.47 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.  
  5.  
  6. -->
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9. <!-- DEFAULT VARIABLES -->
  10. <meta name="color:Background" content="#fff" />
  11. <meta name="color:Text" content="#777" />
  12. <meta name="color:Footer" content="#eaeaea" />
  13. <meta name="color:Links" content="#bfd5da" />
  14. <meta name="color:Border" content="#ceb6b6"/>
  15. <meta name="color:Footer Shadow" content="#f6f3f7" />
  16. <meta name="color:Footer Text" content="#777" />
  17.  
  18.  
  19. <meta name="text:Sidebar Top" content="150"/>
  20. <meta name="text:Nav Link 1 url" content="/" />
  21. <meta name="text:Nav Link 2 url" content="/" />
  22. <meta name="text:Nav Link 3 url" content="/" />
  23. <meta name="text:Nav Link 4 url" content="/" />
  24. <meta name="text:Nav Link 5 url" content="/" />
  25. <meta name="text:Nav Link 6 url" content="/" />
  26. <meta name="text:Nav Link 7 url" content="/" />
  27. <meta name="text:Nav Link 8 url" content="/" />
  28.  
  29.  
  30. <meta name="text:Nav Link 1 title" content="" />
  31. <meta name="text:Nav Link 2 title" content="" />
  32. <meta name="text:Nav Link 3 title" content="" />
  33. <meta name="text:Nav Link 4 title" content="" />
  34. <meta name="text:Nav Link 5 title" content="" />
  35. <meta name="text:Nav Link 6 title" content="" />
  36. <meta name="text:Nav Link 7 title" content="" />
  37. <meta name="text:Nav Link 8 title" content="" />
  38.  
  39.  
  40. <meta name="font:Post Titles" content="Arial" />
  41. <meta name="font:Body" content="Arial" />
  42.  
  43. <meta name="if:Right Sidebar" content="0">
  44. <meta name="if:400px posts" content="1">
  45. <meta name="if:500px posts" content="0">
  46. <meta name="if:Nav Link 1" content="0"/>
  47. <meta name="if:Nav Link 2" content="0"/>
  48. <meta name="if:Nav Link 3" content="0"/>
  49. <meta name="if:Nav Link 4" content="0"/>
  50. <meta name="if:Nav Link 5" content="0"/>
  51. <meta name="if:Nav Link 6" content="0"/>
  52. <meta name="if:Nav Link 7" content="0"/>
  53. <meta name="if:Nav Link 8" content="0"/>
  54. <meta name="if:Post Shadows" content="0" />
  55. <meta name="if:Show Tags" content="1" />
  56. <meta name="if:Round Corners" content="0" />
  57. <meta name="image:Header" content="" />
  58. <meta name="image:Background" content="" />
  59. <meta name="image:Sidebar" content=""/>
  60. <meta name="image:Bottom Image" content="">
  61.  
  62.  
  63. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  64. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  65. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  66. <link rel="shortcut icon" href="{Favicon}" />
  67. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  68. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  69. <style type="text/css">
  70. body {
  71. background: {color:Background} url('{image:Background}') bottom left fixed repeat;
  72. margin: 0;
  73. padding: 0;
  74. font-family: {font:Body};
  75. }
  76.  
  77. ::-webkit-scrollbar-thumb:vertical {
  78. background-color: {color:Links};
  79. height: 50px;
  80. }
  81.  
  82. ::-webkit-scrollbar {
  83. height: 10px;
  84. width: 8px;
  85. background-color: {color:Background};
  86. }
  87.  
  88.  
  89. .clear {
  90. clear: both;
  91. height: 0px;
  92. overflow: hidden;
  93. }
  94.  
  95. a img {
  96. border: none;
  97. }
  98.  
  99.  
  100. #wrapper {
  101. {block:If500pxPosts}width: 845px;{/block:If500pxPosts}
  102. {block:If400pxPosts}width: 735px;{/block:If400pxPosts}
  103. margin: 0 auto;
  104. }
  105.  
  106. #wrapper #title {
  107. margin: 30px 0;
  108. color: #fff;
  109. font-size: 50px;
  110. font-weight: bold;
  111. font-family: {font:Blog Header};
  112. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  113. letter-spacing: -1px;
  114. }
  115.  
  116. #wrapper #title a {
  117. color: #fff;
  118. text-decoration: none;
  119. }
  120.  
  121. #wrapper #content {
  122. {block:If500pxPosts}width: 515px;{/block:If500pxPosts}
  123. {block:If400pxPosts}width: 415px;{/block:If400pxPosts}
  124. float: right;
  125. {block:IfRightSidebar}
  126. float:left;
  127. {/block:IfRightSidebar}
  128. }
  129.  
  130. #wrapper #content .post {
  131. {block:IfRoundCorners}
  132. border-radius:10px;
  133. -moz-border-radius:10px;
  134. -webkit-border-radius: 10px;
  135. {/block:IfRoundCorners}
  136. font-family: {font:Body};
  137. border: 1px solid;
  138. border-color:{color:border};
  139. background: #fff;
  140. padding-right: 5px;
  141. padding-left: 5px;
  142. padding-top: 5px;
  143. padding-bottom: 2px;
  144. position: relative;
  145. {block:IfPostShadows}
  146. box-shadow:rgba(0,0,0,0.1)5px 5px;
  147. {/block:IfPostShadows}
  148.  
  149. }
  150.  
  151. #wrapper #content .post .media {
  152. text-align: center;
  153.  
  154.  
  155.  
  156. }
  157.  
  158. #wrapper #content .post .quotebg {
  159. font-family: georgia, serif;
  160. font-size: 150px;
  161. color: {color:links};
  162. opacity: 0.2;
  163. filter: alpha(opacity=20);
  164. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  165. position: absolute;
  166. top: 70px;
  167. left: 10px;
  168. }
  169.  
  170. #wrapper #content .post .quote {
  171. color: {color:Text};
  172. font-weight: bold;
  173. padding: 20px 20px 5px 20px;
  174. }
  175.  
  176. #wrapper #content .post .quote.short {
  177. font-size: 30px;
  178. line-height: 30px;
  179. }
  180.  
  181. #wrapper #content .post .quote.medium {
  182. font-size: 25px;
  183. line-height: 28px;
  184. }
  185.  
  186. #wrapper #content .post .quote.long {
  187. font-size: 18px;
  188. line-height: 22px;
  189. }
  190.  
  191. #wrapper #content .post .quote_source *:first-child {
  192. margin-top: 0px;
  193. }
  194.  
  195. #wrapper #content .post .quote_source *:last-child {
  196. margin-bottom: 0px;
  197. }
  198.  
  199. #wrapper #content .post .quote *:first-child {
  200. margin-top: 0px;
  201. }
  202.  
  203. #wrapper #content .post .quote *:last-child {
  204. margin-bottom: 0px;
  205. }
  206.  
  207. #wrapper #content .post .copy {
  208. color: {color:Text};
  209. padding: 10px;
  210. font-size: 11px;
  211. line-height: 15px;
  212. }
  213.  
  214. #wrapper #content .post .copy a {
  215. color: #6e7173;
  216. text-decoration: underline;
  217. color: {color:Links};
  218. }
  219.  
  220. #wrapper #content .post .copy p {
  221. margin: 10px 0 0 0;
  222. padding: 0;
  223. }
  224.  
  225. #wrapper #content .post .copy pre {
  226. margin: 10px 0px 10px 0px;
  227. padding: 10px;
  228. background-color: #e6e6e6;
  229. font: normal 11px Courier, monospace;
  230. overflow: auto;
  231. }
  232.  
  233. #wrapper #content .post .copy > p:first-child {
  234. margin-top: 0;
  235. }
  236.  
  237. #wrapper #content .post .copy img {
  238. max-width: 100%;
  239. }
  240.  
  241. .audio1 {position:relative; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:160px; margin-bottom:5px; }
  242. .player1 {position:absolute; z-index:3; background:#FFFFFF; margin-bottom:0px; margin-left:170px; opacity:0.75; filter:alpha(opacity=75); border:2px {color:border} solid;}
  243. .audioplayer1 {width:200px; height:25px; overflow:hidden; padding:3px; margin-right:11px; }
  244. .audiocaption { margin-left:172px;}
  245. .audiocaption img {max-width:330px!important}
  246. .audiocaption blockquote img {max-width:320px!important}
  247. .audiocaption blockquote blockquote img {max-width:310px!important}
  248.  
  249.  
  250. #wrapper #content .post .audio {
  251. background: #eaeaea;
  252. float: left;
  253. padding: 7px;
  254. margin-bottom: 10px;
  255. -moz-border-radius: 4px;
  256. -webkit-border-radius: 4px;
  257. border-radius: 4px;
  258. }
  259.  
  260. #wrapper #content .post .audio .player {
  261. float: left;
  262. }
  263.  
  264. #wrapper #content .post .audio .player .audio_player embed {
  265. border: 1px solid #c8c8c8;
  266. }
  267.  
  268. #wrapper #content .post .audio .meta {
  269. padding: 8px 13px;
  270. height: 13px;
  271. float: left;
  272. color: #666;
  273. font-family: {font:Body};
  274. font-size: 11px;
  275. text-transform: lowercase;
  276. }
  277.  
  278. #wrapper #content .post .audio .meta a {
  279. color: #666;
  280. text-decoration: none;
  281. }
  282.  
  283.  
  284. #wrapper #content .post .question {
  285. color: #494949;
  286. font-size: 16px;
  287. font-weight: bold;
  288. background: #f1f1f1;
  289. -moz-border-radius: 8px;
  290. -webkit-border-radius: 8px;
  291. border-radius: 8px;
  292. margin: 0 0 15px 0;
  293. padding: 15px 20px;
  294. position: relative;
  295. }
  296.  
  297. #wrapper #content .post .question .nipple {
  298. width: 13px;
  299. height: 7px;
  300. background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  301. position: absolute;
  302. bottom: -7px;
  303. left: 30px;
  304. }
  305.  
  306. #wrapper #content .post .asker_container {
  307. margin: 0 0 20px 24px;
  308. }
  309.  
  310. #wrapper #content .post .asker_container img {
  311. margin: 0 12px -7px 0;
  312. }
  313.  
  314. #wrapper #content .post .asker_container a.asker {
  315. color: {color:Body};
  316. }
  317.  
  318. #wrapper #content .post .title {
  319. color: #494949;
  320. font-size: 16px;
  321. font-weight: bold;
  322. padding: 10px 10px 0 10px;
  323. font-family: {font:Post Titles};
  324. }
  325.  
  326. #wrapper #content .post img {
  327. {block:If500pxPosts}max-width: 500px;{/block:If500pxPosts}
  328. {block:If400pxPosts}max-width: 400px;{/block:If400pxPosts}
  329.  
  330. }
  331.  
  332. #wrapper #content .post .chat {
  333. background-color: #fff;
  334. font-size: 11px;
  335. }
  336.  
  337. #wrapper #content .post .chat .lines {
  338. margin-left: 1px;
  339. }
  340.  
  341. #wrapper #content .post .chat .lines .line {
  342. background-color:#e4e4e4;
  343. color: {color:text};
  344. margin-bottom: 1px;
  345. padding: 3px 5px;
  346. }
  347.  
  348. #wrapper #content .post .chat .lines .line.even {
  349. background-color: #fff;
  350. }
  351.  
  352. #wrapper #content .post .link {
  353. margin: 4px 0 2px 0;
  354. font-size: 16px;
  355. line-height: 25px;
  356. }
  357.  
  358. #wrapper #content .post .link a {
  359. color: {color:links};
  360. font-weight:bold;
  361. padding: 10px;
  362. }
  363.  
  364. #wrapper #content .post .link a:hover {
  365. opacity: 0.9;
  366. filter: alpha(opacity=90);
  367. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  368. }
  369.  
  370. #wrapper #content .post .footer {
  371.  
  372.  
  373.  
  374. background: {color:footer} url('') top left fixed repeat;
  375. border-radius: 2px;
  376. -moz-border-radius: 2px;
  377. -webkit-border-radius: 2px;
  378. -o-border-radius: 2px;
  379. -ms-border-radius: 2px;
  380.  
  381.  
  382.  
  383.  
  384. font-family: georgia;
  385. font-size: 10px;
  386. font-style: italic;
  387. font-weight: none;
  388. text-transform: none;
  389. -webkit-transition: all 0.5s ease-out;
  390. -moz-transition: all 0.5s ease-out;
  391. -o-transition: all 0.5s ease-out;
  392. -ms-transition: all 0.5s ease-out;
  393. transition: all 0.5s ease-out;
  394.  
  395. padding-left: 7px;
  396. margin-bottom:3px;
  397. padding-right: 3px;
  398.  
  399. margin-top: 0px;
  400.  
  401. text-shadow: {color:footer shadow} 1px 1px;
  402. }
  403.  
  404. #wrapper #content .post .footer.for_permalink:hover {
  405. opacity: 0.9;
  406. filter: alpha(opacity=90);
  407. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  408. }
  409.  
  410. #wrapper #content .post .footer .date {
  411. width: 80%;
  412. float: right;
  413. text-align:right;
  414. color: {color:footer text};
  415. }
  416.  
  417. #wrapper #content .post .footer .notes {
  418. width: 70%;
  419. float: left;
  420. text-align: left;
  421. color: {color:footer text};
  422. }
  423.  
  424. #wrapper #content .post .footer .notes a {
  425. color: {color:footer text};
  426. }
  427.  
  428. #wrapper #content .post .footer .tags a {
  429. text-decoration: underline;
  430. color: {color:footer text};
  431. }
  432.  
  433. #wrapper #content .post .footer .tags .tag-commas:last-child {
  434. display: none;
  435. }
  436.  
  437. #wrapper #content .post .footer.with_source_url .tags {
  438. max-width: 380px;
  439. {block:If500pxPosts}
  440. max-width: 470px;
  441. {/block:If500pxPosts}
  442. float: left;
  443.  
  444. }
  445.  
  446. #wrapper #content .post .footer.with_source_url .source_url {
  447. float: right;
  448. max-width: 260px;
  449. overflow: hidden;
  450. white-space: nowrap;
  451. color: {color:footer text};
  452. }
  453.  
  454. #wrapper #content .post .footer.with_source_url .source_url img {
  455. vertical-align: top;
  456. -moz-opacity: 0.5;
  457. opacity: 0.5;
  458. }
  459.  
  460. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  461. -moz-opacity: 0.7;
  462. opacity: 0.7;
  463. }
  464.  
  465. #wrapper #content .post a {
  466. color: #6e7173;
  467. text-decoration: none;
  468. }
  469.  
  470. #wrapper #content .post .copy blockquote {
  471. margin: 10px 0px 10px 10px;
  472. padding-left: 15px;
  473. border-left: solid 4px #dcdcdc;
  474. }
  475.  
  476. #wrapper #content .post .copy blockquote blockquote {
  477. border-left: solid 4px #cccccc;
  478. }
  479.  
  480. #wrapper #content .post .copy blockquote blockquote blockquote {
  481. border-left: solid 4px #bcbcbc;
  482. }
  483.  
  484. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  485. border-left: solid 4px #acacac;
  486. }
  487.  
  488. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  489. border-left: solid 4px #9c9c9c;
  490. }
  491.  
  492. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  493. border-left: solid 4px #8c8c8c;
  494. }
  495.  
  496. #wrapper #content .bottom {
  497. top center no-repeat transparent;
  498. width: 513px;
  499. height: 40px;
  500. margin: 0 auto;
  501. }
  502.  
  503. #wrapper #content #navigation {
  504. text-align: right;
  505. padding-bottom: 35px;
  506. text-transform: lowercase;
  507. }
  508.  
  509. #wrapper #content #navigation a {
  510. background-color: #fff;
  511. color: {color:Links};
  512. padding: 5px 10px;
  513. text-decoration: none;
  514. margin-left: 25px;
  515. }
  516.  
  517. #wrapper #content #navigation a:hover {
  518. opacity: 0.9;
  519. filter: alpha(opacity=90);
  520. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  521. }
  522.  
  523. #wrapper #content #navigation.jump_pagination {}
  524.  
  525. #wrapper #content #navigation.jump_pagination a {
  526. margin: 0 0 0 4px;
  527. }
  528.  
  529. #wrapper #content #navigation.jump_pagination .current_page {
  530. color: #fff;
  531. background-color: rgba(255,255,255, 0.1);
  532. border: 2px solid #fff;
  533. padding: 3px 8px;
  534. margin: 0 0 0 4px;
  535. cursor: default;
  536. }
  537.  
  538. #wrapper #content #navigation.jump_pagination .jump_page {}
  539.  
  540. #wrapper #content .post .notecontainer {
  541. background: #eaeaea;
  542. -moz-border-radius: 4px;
  543. -webkit-border-radius: 4px;
  544. border-radius: 4px;
  545. font-family: {font:Body};
  546. font-size: 11px;
  547. color: #666;
  548. margin-top: 10px;
  549. margin-bottom: -10px;
  550. }
  551.  
  552. #wrapper #content .post .notecontainer a {
  553. color: #666;
  554. text-decoration: underline;
  555. }
  556.  
  557. #wrapper #content .post .notecontainer ol.notes {
  558. padding: 0px 0 10px 0;
  559. list-style-type: none;
  560. font-size: 11px;
  561. }
  562.  
  563. #wrapper #content .post .notecontainer ol.notes li.note {
  564. padding: 10px 10px 0 10px;
  565. }
  566.  
  567. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  568. vertical-align: -4px;
  569. margin-right: 10px;
  570. width: 16px;
  571. height: 16px;
  572. }
  573.  
  574. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  575. font-weight: normal;
  576. }
  577.  
  578. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  579. font-weight: normal;
  580. }
  581.  
  582. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  583. border-left: 2px solid #666;
  584. padding: 4px 10px;
  585. margin: 10px 0px 0px 25px;
  586. }
  587.  
  588. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  589. text-decoration: none;
  590. }
  591.  
  592. #wrapper #content .rebloggedfrom {
  593.  
  594. background: {color:footer} url('') top left fixed repeat;
  595. border-radius: 2px;
  596. -moz-border-radius: 2px;
  597. -webkit-border-radius: 2px;
  598. -o-border-radius: 2px;
  599. -ms-border-radius: 2px;
  600. font-family: verdana;
  601. font-size: 9px;
  602. font-weight: bold;
  603. text-transform: uppercase;
  604. -webkit-transition: all 0.5s ease-out;
  605. -moz-transition: all 0.5s ease-out;
  606. -o-transition: all 0.5s ease-out;
  607. -ms-transition: all 0.5s ease-out;
  608. transition: all 0.5s ease-out;
  609. padding: 3px 6px;
  610. margin-top: 5px;
  611. text-shadow: {color:footer shadow} 1px 1px;
  612. }
  613.  
  614. #wrapper #sidebar {
  615. position:fixed !important;
  616. float:left;
  617. {block:IfPostShadows}
  618. box-shadow:rgba(0,0,0,0.1)5px 5px;
  619. {/block:IfPostShadows}
  620. {block:IfRoundCorners}
  621. border-radius:10px;
  622. -moz-border-radius:10px;
  623. -webkit-border-radius:10px;
  624. {/block:IfRoundCorners}
  625. border:1px solid;
  626. border-color:{color:border};
  627. margin-top: {text:Sidebar Top}px;
  628.  
  629. {block:If400pxPosts}
  630. {block:IfRightSidebar}
  631. margin-left:500px;
  632. {/block:IfRightSidebar}
  633. {/block:If400pxPosts}
  634.  
  635. {block:If500pxPosts}
  636. {block:IfRightSidebar}
  637. margin-left:600px;
  638. {/block:IfRightSidebar}
  639. {/block:If500pxPosts}
  640.  
  641. width: 250px;
  642. color: {color:Text};
  643. font-family: {font:Body}
  644.  
  645. }
  646.  
  647.  
  648.  
  649. #wrapper #sidebar #pages{
  650. width: 240px;
  651. float: left;
  652. {block:IfRightSidebar}
  653. float: right;
  654. {/block:IfRightSidebar}
  655. position: fixed;
  656. font-size:10px;
  657. background: #fff;
  658. padding-bottom: 0px;
  659. padding: 5px;
  660. color:{color:Text};
  661. margin-top:40px;
  662. text-align:center;
  663. {block:IfRoundCorners}
  664. border-radius:10px;
  665. -moz-border-radius: 10px;
  666. -webkit-border-radius: 10px;
  667. {/block:IfRoundCorners}
  668.  
  669. border: 1px solid;
  670. border-color:{color:border};
  671.  
  672. {block:IfPostShadows}
  673. box-shadow:rgba(0,0,0,0.1)5px 5px;
  674. {/block:IfPostShadows}
  675.  
  676. }
  677.  
  678. #wrapper #sidebar #pages a{
  679. color:{color:Links}
  680. }
  681.  
  682.  
  683. #wrapper #sidebar #top {
  684. background: #fff;
  685. padding: 0px;
  686. {block:IfRoundCorners}
  687. border-radius:10px;
  688. -moz-border-radius:10px;
  689. -webkit-border-radius:10px;
  690. {/block:IfRoundCorners}
  691.  
  692. }
  693.  
  694. #wrapper #sidebar #top #avatar {
  695. display: none;
  696. }
  697.  
  698. #sideimg {
  699. width:240px;
  700. }
  701.  
  702. #sideimg img {
  703. {block:IfSidebarImage}
  704. padding-top:5px;
  705. width:240px; height:auto;
  706. {block:IfSideBarImage}
  707. }
  708.  
  709. #wrapper #sidebar #top #description {
  710. font-size: 11px;
  711. position: relative;
  712. top:0px;
  713. }
  714.  
  715. #wrapper #sidebar #top #description a {
  716. color: {color:Links};
  717. text-decoration: underline;
  718. }
  719.  
  720. #wrapper #sidebar #top .heading {
  721. color: #fff;
  722. font-family: helvetica, arial, sans-serif;
  723. font-size: 17px;
  724. margin-top: 20px;
  725. padding: 10px;
  726. background-color: {color:Background};
  727. -webkit-border-top-left-radius: 4px;
  728. -webkit-border-top-right-radius: 4px;
  729. -moz-border-radius-topleft: 4px;
  730. -moz-border-radius-topright: 4px;
  731. border-top-left-radius: 4px;
  732. border-top-right-radius: 4px;
  733. }
  734.  
  735. #wrapper #sidebar #top a .heading {
  736. color: #fff;
  737. text-decoration: none;
  738. }
  739.  
  740. #wrapper #sidebar #top .content {
  741. margin-top: 2px;
  742. padding: 7px 10px;
  743. background: #eaeaea;
  744. color: #666;
  745. font-size: 11px;
  746. overflow: hidden;
  747. }
  748.  
  749. #wrapper #sidebar #top a {
  750. text-decoration: none;
  751. }
  752.  
  753. #wrapper #sidebar #bottom {
  754. background: url('http://assets.tumblr.com/themes/redux/sidebar-bottom.png') top center no-repeat transparent;
  755. width: 250px;
  756. height: 25px;
  757. }
  758.  
  759. </style>
  760. <!--[if lt IE 7.]>
  761. <style type="text/css">
  762. #wrapper #sidebar #bottom {
  763. background: transparent;
  764. }
  765.  
  766. #wrapper #sidebar #top #avatar {
  767. background: none;
  768. }
  769.  
  770. #wrapper #sidebar #top #avatar img {
  771. border: 5px solid #f1f1f1;
  772. }
  773.  
  774. #wrapper #sidebar #top .heading#followontumblr {
  775. background-image: none;
  776. text-indent: 0;
  777. }
  778.  
  779. #wrapper #sidebar #top .heading#twitter {
  780. background-image: none;
  781. }
  782.  
  783. #wrapper #sidebar #top .heading#following {
  784. background-image: none;
  785. }
  786.  
  787. #wrapper #content .post .audio .player {
  788. float: none;
  789. }
  790.  
  791. #wrapper #content .post .audio .meta {
  792. display: none;
  793. float: none;
  794. }
  795. </style>
  796. <![endif]-->
  797.  
  798. <!--[if lt IE 8.]>
  799. <style type="text/css">
  800. #wrapper #content .bottom {
  801. background: transparent;
  802. }
  803.  
  804. #wrapper #content .post .footer {
  805. background: transparent;
  806. color: #000;
  807. }
  808.  
  809. #wrapper #content .post .audio {
  810. float: none;
  811. background: transparent;
  812. }
  813.  
  814. #wrapper #content .post .notecontainer .notes {
  815. padding: 0;
  816. margin: 0;
  817. }
  818. </style>
  819. <![endif]-->
  820. <style type="text/css">{CustomCSS}</style>
  821. </head>
  822.  
  823. <body>
  824.  
  825.  
  826.  
  827. <div id="wrapper">
  828. <div id="title">
  829. {block:IfHeaderImage}<img src="{image:Header}" />{/block:IfHeaderImage}
  830. <a href="/">
  831.  
  832. </a>
  833. </div>
  834.  
  835. <div id="content">
  836.  
  837. {block:Posts}
  838. <div class="post">
  839.  
  840. {block:Photo}
  841. <div class="media">{LinkOpenTag}
  842.  
  843. {block:If500pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{block:If500pxPosts}
  844. {block:If400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{/block:If400pxPosts}
  845.  
  846.  
  847. {LinkCloseTag}</div>
  848. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  849. {/block:Photo}
  850.  
  851. {block:Video}
  852. <div class="media">
  853. {block:If500pxPosts}{Video-500}{/block:If500pxPosts}
  854. {block:If400pxPosts}{Video-400}{/block:If400pxPosts}
  855.  
  856.  
  857. </div>
  858. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  859. {/block:Video}
  860.  
  861.  
  862.  
  863. {block:Audio}
  864.  
  865. <div class="audio1"><span style="background-color:{color:Background}; position:absolute; width:160px; height:160px; margin-right:12px;">
  866.  
  867. {block:AlbumArt}<img src="{AlbumArtURL}" width="160px" height="160px" align="left" style="margin-right:12px;" />{/block:AlbumArt}
  868.  
  869.  
  870. <div class="player1"><div class="audioplayer1">{AudioPlayerWhite}</div></div></span>
  871.  
  872.  
  873.  
  874. <div class="audiocaption"><div class="copy">{block:Caption}<br><br>{Caption}{/block:Caption}</div></div></div>
  875.  
  876.  
  877.  
  878.  
  879. {/block:Audio}
  880.  
  881.  
  882.  
  883. {block:Quote}
  884. <div class="quote {Length}">{Quote}</div>
  885. <div class="copy">
  886. <div class="quotebg">“</div>
  887. {block:Source}
  888. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  889. <tr>
  890. <td valign="top" style="width:20px;">&mdash;</td>
  891. <td valign="top" class="quote_source">
  892. {Source}
  893. </td>
  894. </tr>
  895. </table>
  896. {/block:Source}
  897. </div>
  898. {/block:Quote}
  899.  
  900. {block:Text}
  901. {block:Title}<div class="title">{Title}</div>{/block:Title}
  902. <div class="copy">{Body}</div>
  903. {/block:Text}
  904.  
  905. {block:Answer}
  906. <div class="question">
  907. <div class="nipple"></div>
  908. {Question}
  909. </div>
  910. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  911. <div class="copy">{Answer}</div>
  912. {/block:Answer}
  913.  
  914. {block:Chat}
  915. {block:Title}<div class="title">{Title}</div>{/block:Title}
  916. <div class="chat">
  917. <div class="lines">
  918. {block:Lines}
  919. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  920. {/block:Lines}
  921. </div>
  922. </div>
  923. <div class="clear"></div>
  924. <div style="height:10px;"></div>
  925. {/block:Chat}
  926.  
  927. {block:Link}
  928. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  929. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  930. {/block:Link}
  931.  
  932. {block:Date}
  933.  
  934.  
  935. <a href="{Permalink}">
  936. <div class="footer for_permalink">
  937.  
  938.  
  939.  
  940. <div class="notes">{block:NoteCount}{NoteCount} ★{/block:NoteCount} {TimeAgo}
  941. {block:PermalinkPage}{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  942. {block:ContentSource},
  943. <a href="{SourceURL}" class="source_url">
  944. source
  945. </a>
  946.  
  947. {/block:ContentSource}
  948. {/block:PermalinkPage}
  949.  
  950. </div>
  951. <div class="clear"></div>
  952. </div>
  953. </a>
  954. {/block:Date}
  955.  
  956. {block:IfShowTags}
  957. {block:HasTags}
  958. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" >
  959. <div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
  960.  
  961. <div class="clear"></div>
  962. </div>{/block:HasTags}
  963. {/block:IfShowTags}
  964.  
  965.  
  966.  
  967. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  968.  
  969. </div>
  970. <div class="bottom"></div>
  971. {/block:Posts}
  972.  
  973.  
  974.  
  975.  
  976. </div>
  977.  
  978.  
  979.  
  980. <div id="sidebar">
  981.  
  982.  
  983.  
  984.  
  985. <div id="top">
  986.  
  987.  
  988.  
  989. <center>{block:IfSidebarImage}<div id="sideimg"><a href="/"><img src="{image:Sidebar}"></a></div>{/block:IfSidebarImage}
  990.  
  991.  
  992. <div id="description"><br>{Description}</div><br>
  993.  
  994. <center><select onChange="location.href=this.options[this.selectedIndex].value;" style="font-family:{font:body}; font-size:10px; width: 150px;">
  995. <option value="/">navigation</option>
  996. <option value="/">home</option>
  997. <option value="/ask">ask</option>
  998. {block:IfNavLink1}
  999. <option value="{text:Nav Link 1 url}">{text:Nav Link 1 title}</option>
  1000. {/block:IfNavLink1}
  1001. {block:IfNavLink2}
  1002. <option value="{text:Nav Link 2 url}">{text:Nav Link 2 title}</option>
  1003. {/block:IfNavLink2}
  1004. {block:IfNavLink3}
  1005. <option value="{text:Nav Link 3 url}">{text:Nav Link 3 title}</option>
  1006. {/block:IfNavLink3}
  1007. {block:IfNavLink4}
  1008. <option value="{text:Nav Link 4 url}">{text:Nav Link 4 title}</option>
  1009. {/block:IfNavLink4}
  1010. {block:IfNavLink5}
  1011. <option value="{text:Nav Link 5 url}">{text:Nav Link 5 title}</option>
  1012. {/block:IfNavLink5}
  1013. {block:IfNavLink6}
  1014. <option value="{text:Nav Link 6 url}">{text:Nav Link 6 title}</option>
  1015. {/block:IfNavLink6}
  1016. {block:IfNavLink7}
  1017. <option value="{text:Nav Link 7 url}">{text:Nav Link 7 title}</option>
  1018. {/block:IfNavLink7}
  1019. {block:IfNavLink8}
  1020. <option value="{text:Nav Link 8 url}">{text:Nav Link 8 title}</option>
  1021. {/block:IfNavLink8}
  1022.  
  1023.  
  1024.  
  1025. </center>
  1026. </select>
  1027.  
  1028. <br><br>
  1029. </div>
  1030.  
  1031.  
  1032. <div id="pages">
  1033. {block:Pagination}
  1034. {/block:Pagination}
  1035. {block:PreviousPage}<a class="jump_page" href="{PreviousPage}">&laquo; previous</a>{/block:PreviousPage}
  1036. {block:JumpPagination length="5"}
  1037. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  1038. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  1039. {/block:JumpPagination}
  1040. {block:NextPage}<a class="jump_page" href="{NextPage}">next &raquo;</a>{/block:NextPage}</div>
  1041.  
  1042.  
  1043. </div>
  1044.  
  1045.  
  1046.  
  1047. </div>
  1048.  
  1049.  
  1050.  
  1051.  
  1052. {block:IfNotRightSidebar}
  1053. <div id="bottomimage" style="position:fixed; bottom:0px; left:0px; z-index:-1;"><img src="{image:Bottom Image}"></div>
  1054. {/block:IfNotRightSidebar}
  1055.  
  1056.  
  1057. {block:IfRightSidebar}
  1058. <div id="bottomimage" style="position:fixed; bottom:0px; right:0px; z-index:-1;"><img src="{image:Bottom Image}"></div>
  1059. {/block:IfRightSidebar}
  1060.  
  1061.  
  1062.  
  1063.  
  1064. </body>
  1065. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement