Advertisement
Guest User

bad boy

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