Advertisement
zeroisreal

redux edit #5

Feb 16th, 2013
3,631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.95 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. redux edit by shotabytes.tumblr.com
  4. proud tom hiddleston/sonic shipper
  5. -->
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9. <meta name="color:Background" content="#fff" />
  10. <meta name="color:Font Body" content="#6e7173" />
  11. <meta name="color:Background Audio" content="#eaeaea" />
  12. <meta name="color:Footer" content="#eaeaea" />
  13. <meta name="color:BG Footer" content="#eaeaea" />
  14. <meta name="color:Links" content="#e6324b" />
  15. <meta name="color:Links Hover" content="#5e5c5c" />
  16. <meta name="color:Pagination" content="#666" />
  17. <meta name="color:Pagination BG" content="#fff" />
  18. <meta name="color:Borders" content="#cccbcb" />
  19. <meta name="color:BG Posts" content="#fff" />
  20. <meta name="color:Link1" content="#e6324b" />
  21. <meta name="color:Link2" content="#4d4040" />
  22. <meta name="color:Link3" content="#cfcfcf" />
  23. <meta name="color:Link4" content="#4d4040" />
  24. <meta name="color:Link5" content="#e6324b" />
  25.  
  26. <meta name="image:Background" content="http://static.tumblr.com/deqrt8e/Qqpmi8bxi/galaxy-bg.png" />
  27. <meta name="image:Footer Background" content="" />
  28. <meta name="image:Image" content="http://static.tumblr.com/deqrt8e/op5mi82ty/tumblr_mb8pczee8a1rs7ex4o1_250.gif" />
  29. <meta name="image:Music Player Img" content="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif" />
  30. <meta name="image:Avatar" content="" />
  31.  
  32. <meta name="font:Title" content="Verdana" />
  33. <meta name="font:Body" content="Verdana" />
  34. <meta name="font:Accent" content="Verdana" />
  35.  
  36. <meta name="text:Music Player Code" content="code here" />
  37. <meta name="text:link1 URL" content="http://"/>
  38. <meta name="text:link2 URL" content="http://"/>
  39. <meta name="text:link3 URL" content="http://"/>
  40. <meta name="text:link4 URL" content="http://"/>
  41. <meta name="text:link5 URL" content="http://"/>
  42. <meta name="text:link1" content="i n d e x"/>
  43. <meta name="text:link2" content="hm e s s a g e"/>
  44. <meta name="text:link3" content="a r c h i v e"/>
  45. <meta name="text:link4" content="l i n k"/>
  46. <meta name="text:link5" content="l i n k"/>
  47. <meta name="text:Links Margin Top" content="-85" />
  48. <meta name="text:Links Margin Left" content="170" />
  49.  
  50. <meta name="if:Show Tags" content="1" />
  51. <meta name="if:Show Album Art on Audio Posts" content="0" />
  52. <meta name="if:Enable Jump Pagination" content="0" />
  53. <meta name="if:400px" content="1" />
  54. <meta name="if:250px" content="0" />
  55. <meta name="if:Show Music Player" content="1" />
  56. <meta name="if:Avatar" content="0" />
  57.  
  58.  
  59. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  60. <title>{Title}</title>
  61. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  62.  
  63. <link rel="shortcut icon" href="{Favicon}" />
  64. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  65. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  66.  
  67.  
  68. <style type="text/css">
  69.  
  70. body {
  71. background: {color:Background} url('{image:Background}') top left fixed repeat;
  72. margin: 0;
  73. padding: 0;
  74. font-family: consolas;
  75. }
  76.  
  77. .tumblr_audio_player {height: 40px; width: 210px;}
  78.  
  79. .clear {
  80. clear: both;
  81. height: 0px;
  82. overflow: hidden;
  83. }
  84.  
  85. a img {
  86. border: none;
  87. }
  88.  
  89. #wrapper {
  90. {block:if400px}width: 430px;{/block:if400px}
  91. {block:if250px}width: 280px;{block:if250px}
  92. margin: 0 auto;
  93. }
  94.  
  95. #wrapper #title {
  96. margin: 130px 0;
  97. color: #fff;
  98. font-size: 50px;
  99. font-weight: bold;
  100. font-family: {font:Title};
  101. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  102. letter-spacing: -1px;
  103. }
  104.  
  105. #wrapper #content {
  106. {block:if400px}width: 420px;{/block:if400px}
  107. {block:if250px}width: 270px;{/block:if250px}
  108. float: left;
  109. }
  110.  
  111. #wrapper #content .post {
  112. font-family: consolas;
  113. background: {color:BG Posts};
  114. padding: 7px;
  115. position: relative;
  116. border: {color:Borders} 1px solid;
  117. color: {color:Font Color};
  118. -moz-border-radius: 20;
  119. -webkit-border-radius: 20px;
  120. border-radius: 20px;
  121. }
  122.  
  123. #wrapper #content .post .media {
  124. text-align: center;
  125. margin-bottom: 0px;
  126. }
  127.  
  128.  
  129. #wrapper #content .post .quote {
  130. color: #000;
  131. font-size: 20px;
  132. font-weight: bold;
  133. padding: 10px 20px 5px 10px;
  134. }
  135.  
  136. #wrapper #content .post .quote_source *:first-child {
  137. margin-top: 0px;
  138. }
  139.  
  140. #wrapper #content .post .quote_source *:last-child {
  141. margin-bottom: 0px;
  142. }
  143.  
  144. #wrapper #content .post .quote *:first-child {
  145. margin-top: 0px;
  146. }
  147.  
  148. #wrapper #content .post .quote *:last-child {
  149. margin-bottom: 0px;
  150. }
  151.  
  152. #wrapper #content .post .copy {
  153. color: {color:Font Body};
  154. padding: 10px;
  155. font-size: 10px;
  156. line-height: 15px;
  157. }
  158.  
  159. #wrapper #content .post .copy a {
  160. color: {color:Links};
  161. font-family: consolas;
  162. text-transform:uppercase;
  163. font-size:8px;
  164. letter-spacing: 1px;
  165. -webkit-transition: all 0.5s ease-in-out;
  166. -moz-transition: all 0.5s ease-in-out;
  167. -o-transition: all 0.5s ease-in-out;
  168. -ms-transition: all 0.5s ease-in-out;
  169. transition: all 0.5s ease-in-out;
  170. border-bottom: 1px solid {color:Links Hover};
  171. }
  172.  
  173. #wrapper #content .post .copy a:hover {
  174. color: {color:Links Hover};
  175. border-bottom: 1px dashed {color:Links Hover};
  176. }
  177.  
  178. #wrapper #content .post .copy p {
  179. margin: 10px 0 0 0;
  180. padding: 0;
  181. }
  182.  
  183. #wrapper #content .post .copy pre {
  184. margin: 10px 0px 10px 0px;
  185. padding: 10px;
  186. background-color: #e6e6e6;
  187. font: normal 11px Courier, monospace;
  188. overflow: auto;
  189. }
  190.  
  191. #wrapper #content .post .copy > p:first-child {
  192. margin-top: 0;
  193. }
  194.  
  195. #wrapper #content .post .copy img {
  196. max-width: 100%;
  197. }
  198.  
  199. #wrapper #content .post .audio {
  200. background: {color:Background Audio};
  201. float: left;
  202. padding: 7px;
  203. margin-bottom: 10px;
  204. -moz-border-radius: 4px;
  205. -webkit-border-radius: 4px;
  206. border-radius: 4px;
  207. }
  208.  
  209. #wrapper #content .post .audio .player {
  210. float: left;
  211. }
  212.  
  213. #wrapper #content .post .audio .player .audio_player embed {
  214. border: 1px solid #c8c8c8;
  215. }
  216.  
  217. #wrapper #content .post .audio .meta {
  218. padding: 8px 13px;
  219. height: 13px;
  220. float: left;
  221. color: #666;
  222. font-family: consolas;
  223. font-size: 10px;
  224. text-transform: lowercase;
  225. }
  226.  
  227. #wrapper #content .post .audio .meta a {
  228. color: #666;
  229. text-decoration: none;
  230. }
  231.  
  232. #wrapper #content .post .album_art {
  233. text-align: center;
  234. }
  235.  
  236. #wrapper #content .post .question {
  237. color: #494949;
  238. font-size: 13px;
  239. font-weight: bold;
  240. background: #f1f1f1;
  241. -moz-border-radius: 8px;
  242. -webkit-border-radius: 8px;
  243. border-radius: 8px;
  244. margin: 0 0 15px 0;
  245. padding: 15px 20px;
  246. position: relative;
  247. }
  248.  
  249. #wrapper #content .post .question .nipple {
  250. width: 13px;
  251. height: 7px;
  252. background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  253. position: absolute;
  254. bottom: -7px;
  255. left: 30px;
  256. }
  257.  
  258. #wrapper #content .post .asker_container {
  259. margin: 0 0 20px 24px;
  260. }
  261.  
  262. #wrapper #content .post .asker_container img {
  263. margin: 0 12px -7px 0;
  264. }
  265.  
  266. #wrapper #content .post .asker_container a.asker {
  267. color: {color:Body};
  268. }
  269.  
  270. #wrapper #content .post .title {
  271. color: #494949;
  272. font-size: 13px;
  273. font-weight: bold;
  274. padding: 10px 10px 0 10px;
  275. }
  276.  
  277. #wrapper #content .post img {
  278. {block:if400px}max-width: 400px;{/block:if400px}
  279. {block:if250px}max-width: 250px;{/block:if250px}
  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: 10px;
  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: 13px;
  307. line-height: 25px;
  308. }
  309.  
  310. #wrapper #content .post .link a {
  311. background-color: {color:Background};
  312. color: {color:Links};
  313. font-family: consolas;
  314. text-transform:uppercase;
  315. font-size:8px;
  316. letter-spacing: 1px;
  317. padding: 5px 7px;
  318. -moz-border-radius: 30px;
  319. -webkit-border-radius: 30px;
  320. border-radius: 30px;
  321. -webkit-transition: all 0.5s ease-in-out;
  322. -moz-transition: all 0.5s ease-in-out;
  323. -o-transition: all 0.5s ease-in-out;
  324. -ms-transition: all 0.5s ease-in-out;
  325. transition: all 0.5s ease-in-out;
  326. }
  327.  
  328. #wrapper #content .post .link a:hover {
  329. color: {color:Links Hover};
  330. opacity: 0.9;
  331. filter: alpha(opacity=90);
  332. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  333. box-shadow: 0px 0px 5px #666;
  334. -moz-border-radius: 0px;
  335. -webkit-border-radius: 0px;
  336. border-radius: 0px;
  337. }
  338.  
  339. #wrapper #content .post .footer {
  340. background: {color:BG Footer} url('{image:Footer Background}');
  341. font-family: consolas;
  342. text-transform:uppercase;
  343. font-size:8px;
  344. letter-spacing: 1px;
  345. -moz-border-radius: 30px;
  346. -webkit-border-radius: 30px;
  347. border-radius: 30px;
  348. color: {color:Footer};
  349. padding: 2px 3px;
  350. margin-top: 2px;
  351. -webkit-transition: all 0.5s ease-in-out;
  352. -moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
  353. }
  354.  
  355. #wrapper #content .post .footer:hover {
  356. -webkit-transition: all 0.5s ease-in-out;
  357. -moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
  358. box-shadow: 0px 0px 5px #666;
  359. -moz-border-radius: 0px;
  360. -webkit-border-radius: 0px;
  361. border-radius: 0px;
  362. }
  363.  
  364. #wrapper #content .post .footer a {
  365. -webkit-transition: all 0.5s ease-in-out;
  366. -moz-transition: all 0.5s ease-in-out;
  367. -o-transition: all 0.5s ease-in-out;
  368. -ms-transition: all 0.5s ease-in-out;
  369. transition: all 0.5s ease-in-out;
  370. border-bottom: 1px solid {color:Links Hover};
  371. }
  372.  
  373. #wrapper #content .post .footer a:hover {
  374. -webkit-transition: all 0.5s ease-in-out;
  375. -moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
  376. opacity: 0.9;
  377. filter: alpha(opacity=90);
  378. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  379. border-bottom: 1px dashed {color:Links Hover};
  380. }
  381.  
  382.  
  383. #wrapper #content .post .footer .date {
  384. width: 67%;
  385. float: left;
  386. color: {color:Footer};
  387. }
  388.  
  389. #wrapper #content .post .footer .notes {
  390. width: 33%;
  391. float: right;
  392. text-align: right;
  393. color:{color:Footer};
  394. }
  395.  
  396. #wrapper #content .post .footer .notes a {
  397. color: {color:Footer};
  398. }
  399.  
  400. #wrapper #content .post .footer .tags a {
  401. color: {color:Links};
  402. -webkit-transition: all 0.5s ease-in-out;
  403. -moz-transition: all 0.5s ease-in-out;
  404. -o-transition: all 0.5s ease-in-out;
  405. -ms-transition: all 0.5s ease-in-out;
  406. transition: all 0.5s ease-in-out;
  407. border-bottom: 1px solid {color:Links Hover};
  408. }
  409.  
  410. #wrapper #content .post .footer .tags a:hover {
  411. color: {color:Links Hover};
  412. border-bottom: 1px dashed {color:Links Hover};
  413. }
  414.  
  415. #wrapper #content .post .footer .tags .tag-commas:last-child {
  416. display: none;
  417. }
  418.  
  419. #wrapper #content .post .footer.with_source_url .tags {
  420. max-width: 330px;
  421. float: left;
  422. }
  423.  
  424. #wrapper #content .post .footer.with_source_url .source_url {
  425. float: right;
  426. max-width: 160px;
  427. overflow: hidden;
  428. white-space: nowrap;
  429.  
  430. }
  431.  
  432. #wrapper #content .post .footer.with_source_url .source_url img {
  433. vertical-align: top;
  434. -moz-opacity: 0.5;
  435. opacity: 0.5;
  436. }
  437.  
  438. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  439. -moz-opacity: 0.7;
  440. opacity: 0.7;
  441. }
  442.  
  443. #wrapper #content .post a {
  444. color: {color:Links};
  445. text-decoration: none;
  446. }
  447.  
  448. #wrapper #content .post .copy blockquote {
  449. margin: 10px 0px 10px 10px;
  450. padding-left: 15px;
  451. border-left: solid 4px #dcdcdc;
  452. }
  453.  
  454. #wrapper #content .post .copy blockquote blockquote {
  455. border-left: solid 4px #cccccc;
  456. }
  457.  
  458. #wrapper #content .post .copy blockquote blockquote blockquote {
  459. border-left: solid 4px #bcbcbc;
  460. }
  461.  
  462. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  463. border-left: solid 4px #acacac;
  464. }
  465.  
  466. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  467. border-left: solid 4px #9c9c9c;
  468. }
  469.  
  470. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  471. border-left: solid 4px #8c8c8c;
  472. }
  473.  
  474. #wrapper #content .bottom {
  475. background: url('') top center no-repeat transparent;
  476. width: 513px;
  477. height: 30px;
  478. margin: 0 auto;
  479. }
  480.  
  481. #wrapper #content #navigation {
  482. text-align: center;
  483. padding-bottom: 35px;
  484. text-transform: lowercase;
  485. }
  486.  
  487. #wrapper #content #navigation a {
  488. background-color: {color:Pagination BG};
  489. color: {color:Pagination};
  490. text-decoration: none;
  491. border: 1px solid {color:Borders};
  492. -moz-border-radius: 100px;
  493. -webkit-border-radius: 100px;
  494. border-radius: 100px;
  495. padding: 5px 5px;
  496. font-size: 10px;
  497. margin-bottom: 220px;
  498. }
  499.  
  500. #wrapper #content #navigation a:hover {
  501. opacity: 0.9;
  502. filter: alpha(opacity=90);
  503. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  504. }
  505.  
  506. #wrapper #content #navigation.jump_pagination {}
  507.  
  508. #wrapper #content #navigation.jump_pagination a {
  509. margin: 0 0 0 4px;
  510. }
  511.  
  512. #wrapper #content #navigation.jump_pagination .current_page {
  513. color: #fff;
  514. background-color: rgba(255,255,255, 0.1);
  515. border: 2px solid #fff;
  516. padding: 3px 8px;
  517. margin: 0 0 0 4px;
  518. cursor: default;
  519. }
  520.  
  521. #wrapper #content #navigation.jump_pagination .jump_page {}
  522.  
  523. #wrapper #content .post .notecontainer {
  524. background: #eaeaea;
  525. -moz-border-radius: 4px;
  526. -webkit-border-radius: 4px;
  527. border-radius: 4px;
  528. font-family: consolas;
  529. font-size: 11px;
  530. color: #666;
  531. margin-top: 10px;
  532. margin-bottom: -10px;
  533. }
  534.  
  535. #wrapper #content .post .notecontainer a {
  536. color: #666;
  537. text-decoration: underline;
  538. }
  539.  
  540. #wrapper #content .post .notecontainer ol.notes {
  541. padding: 0px 0 10px 0;
  542. list-style-type: none;
  543. font-size: 11px;
  544. }
  545.  
  546. #wrapper #content .post .notecontainer ol.notes li.note {
  547. padding: 10px 10px 0 10px;
  548. }
  549.  
  550. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  551. vertical-align: -4px;
  552. margin-right: 10px;
  553. width: 16px;
  554. height: 16px;
  555. }
  556.  
  557. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  558. font-weight: normal;
  559. }
  560.  
  561. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  562. font-weight: normal;
  563. }
  564.  
  565. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  566. border-left: 2px solid #666;
  567. padding: 4px 10px;
  568. margin: 10px 0px 0px 25px;
  569. }
  570.  
  571. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  572. text-decoration: none;
  573. }
  574.  
  575. #zero
  576. #zero a{
  577. display:block
  578. }
  579. #zero .gay {
  580. margin-top:-20px;filter: alpha(opacity = 0);
  581. opacity:0;-webkit-transition: all 0.5s ease-out;
  582. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  583. }
  584.  
  585. #zero:hover .gay {
  586. margin-top:6px;
  587. -webkit-transition: all 0.8s ease-out;
  588. -moz-transition: all 0.8s ease-out;
  589. transition: all 0.8s ease-out;
  590. filter: alpha(opacity = 100);
  591. filter: alpha(opacity = 100);
  592. opacity:100;
  593. }
  594.  
  595. #zero .straight {
  596. position:absolute;
  597. filter: alpha(opacity = 0);
  598. opacity:0;-webkit-transition: all 0.5s ease-out;
  599. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  600. }
  601.  
  602. #zero:hover .straight {
  603. -webkit-transition: all 0.8s ease-out;
  604. -moz-transition: all 0.8s ease-out;
  605. transition: all 0.8s ease-out;
  606. filter: alpha(opacity = 100);
  607. filter: alpha(opacity = 100);
  608. opacity:100;
  609. }
  610.  
  611.  
  612. #wrapper #sidebar {
  613. position:absolute;
  614. margin-top:-110px;
  615. width: 200px;
  616. {block:if400px}margin-left:100px;{/block:if400px}
  617. {block:if250px}margin-left:35px;{block:if250px}
  618. }
  619.  
  620.  
  621. #wrapper #sidebar #top {
  622. background: {color:BG Posts};
  623. padding: 0px 12px 0px;
  624. border: {color:Borders} 1px solid;
  625.  
  626. -webkit-border-top-left-radius: 30px;
  627. -webkit-border-top-right-radius: 30px;
  628. -moz-border-radius-topleft: 30px;
  629. -moz-border-radius-topright: 30px;
  630. border-top-left-radius: 30px;
  631. border-top-right-radius: 30px;
  632.  
  633. -webkit-border-bottom-left-radius: 30px;
  634. -webkit-border-bottom-right-radius: 30px;
  635. -moz-border-radius-bottomleft: 30px;
  636. -moz-border-radius-bottomright: 30px;
  637. border-bottom-left-radius: 30px;
  638. border-bottom-right-radius: 30px;
  639. }
  640.  
  641.  
  642. #wrapper #sidebar #top #description {
  643. font-size: 10px;
  644. position: relative;
  645. top: 0px;
  646. }
  647.  
  648. #wrapper #sidebar #top #description a {
  649. color: {color:Links};
  650. font-family: consolas;
  651. text-transform:uppercase;
  652. font-size:8px;
  653. letter-spacing: 1px;
  654. -webkit-transition: all 0.5s ease-in-out;
  655. -moz-transition: all 0.5s ease-in-out;
  656. -o-transition: all 0.5s ease-in-out;
  657. -ms-transition: all 0.5s ease-in-out;
  658. transition: all 0.5s ease-in-out;
  659. border-bottom: 1px solid {color:Links Hover};
  660. text-decoration:none;
  661. }
  662.  
  663. #wrapper #sidebar #top #description a:hover{
  664. color: {color:Links Hover};
  665. border-bottom: 1px dashed {color:Links Hover};
  666. -webkit-transition: all 0.5s ease-in-out;
  667. -moz-transition: all 0.5s ease-in-out;
  668. -o-transition: all 0.5s ease-in-out;
  669. -ms-transition: all 0.5s ease-in-out;
  670. transition: all 0.5s ease-in-out;
  671. text-decoration:none;
  672. }
  673.  
  674. #wrapper #img {
  675. position:absolute;
  676. margin-top:-80px;
  677. width: 150px;
  678. margin-left:30px;
  679. }
  680.  
  681. #wrapper #img #container {
  682. background: "";
  683. padding: 0 2px;
  684. }
  685.  
  686.  
  687. #menu1
  688. {position:absolute;
  689. margin-top:{text:Links Margin Top}px;
  690. width:200px;
  691. margin-left:{text:Links Margin Left}px;}
  692. .links
  693. { font-family: consolas; font-size: 8px; text-transform: uppercase; font-weight:800;float:left; overflow:hidden; text-align: center; color: #000;
  694. width:8px;
  695. height:9px;
  696. z-index:999;
  697. border-radius:100px;
  698. -moz-border-radius:100px;
  699. margin-right:2px;
  700. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  701. .links a
  702. {color: #000;}
  703. .links:hover
  704. {height:70px;
  705. width:10px;}
  706. #link1
  707. {background-color:{color:Link1};}
  708. #link2
  709. {background-color:{color:Link2};}
  710. #link3
  711. {background-color:{color:Link3};}
  712. #link4
  713. {background-color:{color:Link4};}
  714. #link5
  715. {background-color:{color:Link5};}
  716.  
  717.  
  718. #music
  719. {
  720. position:absolute; top:-110px; left:310px;
  721. padding:5px 0px 15px 00px;
  722. text-align:center;
  723. height:5px; width:24px;
  724. overflow:hidden;
  725. border: 1px solid {color:Borders};
  726. color:#888;
  727. background-color:{color:BG Posts};
  728. -moz-border-radius: 100px;
  729. -webkit-border-radius: 100px;
  730. border-radius: 100px;
  731. -webkit-transition: opacity 0.7s linear;
  732. -webkit-transition: all 0.7s ease-in-out;
  733. -moz-transition: all 0.7s ease-in-out;
  734. -o-transition: all 0.7s ease-in-out;}
  735.  
  736. #music:hover{
  737. height: 3px; width: 130px; padding:5px 0px 5px 0px; border: 1px dashed {color:Borders}; }
  738.  
  739. #musicplayer{
  740. padding-top: 18px;}
  741.  
  742. #up
  743. {-webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  744. #music:hover #up
  745. {margin-top:-41px;}
  746.  
  747.  
  748. </style>
  749.  
  750. <style type="text/css">{CustomCSS}</style>
  751. </head>
  752. <body>
  753.  
  754. <div id="wrapper">
  755. <div id="title">
  756. {block:IfHeaderImage}<img src="{image:Header}" />{/block:IfHeaderImage}
  757. {block:IfNotHeaderImage}{/block:IfNotHeaderImage}
  758. </a>
  759. </div>
  760.  
  761. <div id="content">
  762.  
  763. {block:Posts}
  764. <div class="post">
  765.  
  766. {block:Photo}
  767. <div class="media">{LinkOpenTag}{block:if400px}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{LinkCloseTag}{/block:if400px}{block:if250px}<img src="{PhotoURL-250}" alt="{PhotoAlt}" />{/block:if250px}</div>
  768. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  769. {/block:Photo}
  770.  
  771. {block:Video}
  772. <div class="media">{block:if400px}{Video-400}{/block:if400px}{block:if250px}{Video-250}{/block:if250px}</div>
  773. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  774. {/block:Video}
  775.  
  776. {block:Audio}
  777.  
  778. {block:AudioEmbed}
  779. {AudioEmbed}
  780. {/block:AudioEmbed}
  781.  
  782. {block:AudioPlayer}
  783. {block:IfShowAlbumArtOnAudioPosts}
  784. {block:AlbumArt}
  785. <div class="album_art">
  786. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  787. </div>
  788. {/block:AlbumArt}
  789. {/block:IfShowAlbumArtOnAudioPosts}
  790.  
  791. <div class="audio">
  792. <div class="player">{AudioPlayerWhite}</div>
  793. <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>
  794. <div class="clear"></div>
  795. </div>
  796. {/block:AudioPlayer}
  797.  
  798. <div class="clear"></div>
  799.  
  800. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  801.  
  802. {/block:Audio}
  803.  
  804. {block:Quote}
  805. <div class="quote {Length}">{Quote}</div>
  806. <div class="copy">
  807. {block:Source}
  808. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  809. <tr>
  810. <td valign="top" style="width:20px;">&mdash;</td>
  811. <td valign="top" class="quote_source">
  812. {Source}
  813. </td>
  814. </tr>
  815. </table>
  816. {/block:Source}
  817. </div>
  818. {/block:Quote}
  819.  
  820. {block:Text}
  821. {block:Title}<div class="title">{Title}</div>{/block:Title}
  822. <div class="copy">{Body}</div>
  823. {/block:Text}
  824.  
  825. {block:Answer}
  826. <div class="question">
  827. <div class="nipple"></div>
  828. {Question}
  829. </div>
  830. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  831. <div class="copy">{Answer}</div>
  832. {/block:Answer}
  833.  
  834. {block:Chat}
  835. {block:Title}<div class="title">{Title}</div>{/block:Title}
  836. <div class="chat">
  837. <div class="lines">
  838. {block:Lines}
  839. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  840. {/block:Lines}
  841. </div>
  842. </div>
  843. <div class="clear"></div>
  844. <div style="height:10px;"></div>
  845. {/block:Chat}
  846.  
  847. {block:Link}
  848. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  849. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  850. {/block:Link}
  851.  
  852. {block:Date}
  853. <a href="{Permalink}">
  854. <div class="footer for_permalink">
  855. <div class="date">
  856. {block:Reblog}
  857. {lang:Reblogged TimeAgo from ReblogParentName} {block:RebloggedFromReblog}(<span style="text-transform:lowercase;">{lang:Originally from ReblogRootName}</span>){/block:RebloggedFromReblog}
  858. {/block:Reblog}
  859.  
  860. {block:NotReblog}
  861. {lang:Posted TimeAgo from source}
  862. {/block:NotReblog}
  863. </div>
  864. <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>
  865. <div class="clear"></div>
  866. </div>
  867. </a>
  868. {/block:Date}
  869.  
  870. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  871. display:none;
  872. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  873. {block:ContentSource}display:block;{/block:ContentSource}
  874. ">
  875. {block:IfShowTags}
  876. {block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  877. {/block:IfShowTags}
  878.  
  879. {block:ContentSource}
  880. <a href="{SourceURL}" class="source_url">
  881. {lang:Source}:
  882. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  883. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  884. </a>
  885. {/block:ContentSource}
  886.  
  887. <div class="clear"></div>
  888. </div>
  889.  
  890. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  891.  
  892. </div>
  893. <div class="bottom"></div>
  894. {/block:Posts}
  895. {block:Pagination}
  896. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  897. {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
  898.  
  899. {block:IfEnableJumpPagination}
  900. {block:JumpPagination length="5"}
  901. {block:CurrentPage}
  902. <span class="current_page">{PageNumber}</span>
  903. {/block:CurrentPage}
  904.  
  905. {block:JumpPage}
  906. <a class="jump_page" href="{URL}">{PageNumber}</a>
  907. {/block:JumpPage}
  908.  
  909. {/block:JumpPagination}
  910. {/block:IfEnableJumpPagination}
  911.  
  912. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  913. </div>
  914. {/block:Pagination}
  915.  
  916. </div>
  917.  
  918. <div id="zero">
  919. <div id="sidebar">
  920. <div id="top">
  921. <div id="description"><center>{Description}</center></div></div></div>
  922.  
  923. <div id="img">
  924. <div id="container"><img src="{image:Image}">
  925. </div>
  926. </div>
  927.  
  928. <div id="menu1">
  929. <div class="gay">
  930. <a href="{text:link1 URL}"><div class="links" id="link1">{text:link1}</div></a>
  931. <a href="{text:link2 URL}"><div class="links" id="link2">{text:link2}</div></a>
  932. <a href="{text:link3 URL}"><div class="links" id="link3">{text:link3}</div></a>
  933. <a href="{text:link4 URL}"><div class="links" id="link4">{text:link4}</div></a>
  934. <a href="{text:link5 URL}"><div class="links" id="link5">{text:link5}</div></a>
  935. </div>
  936. </div>
  937.  
  938.  
  939. {block:IfShowMusicPlayer}
  940. <div class="straight">
  941. <div id="music">
  942. <div id="up">
  943. <div><center><img src="{image:Music Player Img}"/></center></div>
  944. <div id="musicplayer"><div style="font-family: consolas; font-size:8px; text-transform:uppercase;">{text:Music Player Code}</div>
  945. </div></div></div></div></div>
  946. {/block:IfShowMusicPlayer}
  947.  
  948.  
  949. {block:ifAvatar}
  950. <div style="position:fixed; bottom:1px; right:2px;"><img src="{image:Avatar}"></div>{/block:ifAvatar}
  951.  
  952. </body>
  953. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement