sleeplessthemes

Omega Theme

Aug 30th, 2012
11,180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.85 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- Please keep my credit on this theme. Or at least link
  5. me as the creator on your blog somewhere. Thanks! =)
  6.  
  7. Omega Theme Theme by: sleeplessthemes.com & destroyer.tumblr.com
  8. Omega Theme by: sleeplessthemes.com & destroyer.tumblr.com
  9. Omega Theme by: sleeplessthemes.com & destroyer.tumblr.com
  10. Omega Theme by: sleeplessthemes.com & destroyer.tumblr.com -->
  11.  
  12.  
  13. <head>
  14. <!-- DEFAULT COLORS -->
  15. <meta name="color:Background" content="#000000"/>
  16. <meta name="color:posts" content="#000000"/>
  17. <meta name="color:text" content="#777777"/>
  18. <meta name="color:bold text" content="#b4b4b4"/>
  19. <meta name="color:link" content="#bbbbbb"/>
  20. <meta name="color:link hover" content="#8b8b8b"/>
  21. <meta name="color:text headers" content="#b4b4b4"/>
  22. <meta name="color:label background" content="#0b0b0b"/>
  23. <meta name="color:notes" content="#575757"/>
  24. <meta name="color:notes hover" content="#c0c0c0"/>
  25. <meta name="color:notes separator" content="#222222"/>
  26. <meta name="color:title" content="#b4b4b4"/>
  27.  
  28.  
  29. <meta name="image:Background" content="" />
  30.  
  31. <meta name="if:Infinite Scroll" content="1" />
  32. <meta name="if:Show Infinite Scroll" content="1" />
  33. <meta name="if:Show Caption" content="1" />
  34. <meta name="if:Show Title" content="1" />
  35.  
  36. <meta name="text:Font Size" content="10px"/>
  37. <meta name="font:Body" content="'Arial', Trebuchet MS, Helvetica, Tahoma, sans-serif" />
  38.  
  39. <meta name="text:Custom Link One" content="" />
  40. <meta name="text:Custom Link One Title" content="" />
  41. <meta name="text:Custom Link Two" content="" />
  42. <meta name="text:Custom Link Two Title" content="" />
  43. <meta name="text:Custom Link Three" content="" />
  44. <meta name="text:Custom Link Three Title" content="" />
  45. <meta name="text:Custom Link Four" content="" />
  46. <meta name="text:Custom Link Four Title" content="" />
  47.  
  48.  
  49. <title>{Title}</title>
  50.  
  51.  
  52. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  53.  
  54. {block:Indexpage}
  55.  
  56. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  57.  
  58. <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
  59.  
  60. <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
  61.  
  62. {block:IfShowInfiniteScroll}<script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>{/block:IfShowInfiniteScroll}
  63.  
  64. <script>
  65. jQuery(window).load(function(){
  66. var $wall = $('#posts');
  67. $wall.imagesLoaded(function(){
  68. $wall.masonry({
  69. singleMode: true,
  70. columnWidth: 510,
  71. itemSelector: '#entry'
  72. });
  73. });
  74. $wall.infinitescroll({
  75. navSelector : '#page-nav',
  76. nextSelector : '#page-nav a',
  77. itemSelector : '#entry',
  78. },
  79.  
  80. function( newElements ){
  81. $(newElements).hide();
  82. setTimeout(function(){
  83. $wall.masonry({ appendedContent: $(newElements) });
  84. },2000);
  85. setTimeout(function(){
  86. $(newElements).fadeIn('slow');
  87. },2100);
  88. },1000);
  89. });
  90. </script>
  91.  
  92.  
  93. <script>
  94. $.fn.imagesLoaded = function(callback){
  95. var elems = this.find('img'),
  96. len = elems.length,
  97. _this = this;
  98. if ( !elems.length ) {
  99. callback.call( this );}
  100. elems.bind('load',function(){
  101. if (--len <= 0){
  102. callback.call( _this );}
  103. }).each(function(){
  104. // cached images don't fire load sometimes, so we reset src.
  105. if (this.complete || this.complete === undefined){
  106. var src = this.src;
  107. // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
  108. // data uri bypasses webkit log warning (thx doug jones)
  109. this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
  110. this.src = src;}
  111. });
  112. return this;};
  113. </script>
  114.  
  115. {/block:Indexpage}
  116.  
  117. <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
  118.  
  119.  
  120. <link rel="stylesheet" href="http://static.tumblr.com/usaykzx/o8Bku9w35/reset.css" type="text/css" />
  121.  
  122. <link rel="shortcut icon" href="{Favicon}">
  123. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  124. {block:Description}
  125. <meta name="description" content="{MetaDescription}" />
  126. {/block:Description}
  127.  
  128.  
  129. <style type="text/css">
  130. body{
  131. margin-top: 20px;
  132. text-align:justify;
  133. color: {color:text};
  134. font-family: {font:Body};
  135. font-size: {text:Font Size};
  136. line-height: 12px;
  137. background-color:{color:Background};
  138. background-image:url({image:Background});
  139. background-attachment: fixed;
  140. background-position:top center;
  141. background-repeat: repeat;}
  142.  
  143. a, a:link, a:visited, a:active{-webkit-transition-duration: .2s;
  144. -moz-transition-duration: .2s;
  145. color: {color:link}; text-decoration:none;
  146. font-family: {font:Body};
  147. font-size: {text:Font Size}; line-height:12px; }
  148. a:hover{color: {color:link hover}; line-height:12px;}
  149.  
  150. #tumblr_controls{
  151. position:fixed!important;}
  152.  
  153. b, strong{color: {color:bold text};
  154. font-family: {font:Body};
  155. font-size: {text:Font Size}; line-height:12px;}
  156.  
  157. #posts {
  158. color: {color:text};
  159. font-family: {font:Body};
  160. font-size: {text:Font Size};
  161. line-height: 12px;
  162. margin-top:20px;
  163. margin-left:auto;
  164. margin-right:auto;
  165. width:1022px;
  166. padding-left:4px;
  167. padding-top:4px;
  168. {block:PermalinkPage}
  169. width:512px;
  170. height:auto;
  171. {/block:PermalinkPage}
  172. background-color: transparent;}
  173.  
  174.  
  175. #entry{
  176. float:left;
  177. border: 4px solid {color:posts};
  178. text-align:justify;
  179. padding:0px;
  180. background-color: {color:posts};
  181. width:500px;
  182. height:auto;
  183. overflow: hidden;
  184. margin-right:10px;
  185. margin-bottom:2px;
  186. position: relative;}
  187.  
  188. #info{
  189. border: 4px solid {color:posts};
  190. text-align:justify;
  191. padding:0px;
  192. background-color: {color:posts};
  193. width:500px;
  194. height:auto;
  195. overflow: hidden;
  196. margin-right:10px;
  197. margin-bottom:2px;
  198. position: relative;}
  199.  
  200. #notes{
  201. border: 4px solid {color:posts};
  202. text-align:justify;
  203. padding:0px;
  204. background-color: {color:posts};
  205. width:500px;
  206. height:auto;
  207. overflow: hidden;
  208. margin-right:10px;
  209. margin-bottom:2px;
  210. position: relative;}
  211.  
  212.  
  213. #question{
  214. overflow:SHOW;
  215. padding-bottom:3px;
  216. margin-bottom:3px;}
  217.  
  218. #askr{
  219. display:block;
  220. float:left;
  221. width:33px;
  222. overflow:hidden;
  223. margin-right:3px;}
  224.  
  225. ul {
  226. list-style: disc;
  227. padding: 4px 0px 6px 20px;}
  228.  
  229. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:label background};}
  230.  
  231. blockquote img{display:block; width:100%;}
  232.  
  233. blockquote p{padding:0px; margin:0px;}
  234.  
  235. blockquote blockquote{position:relative; left:6px; margin-top:0px; margin-right:0px; padding-right:0px;}
  236.  
  237.  
  238. #bottominfo{
  239. padding:2px 0px 0px 0px;
  240. display:block;}
  241.  
  242. .answer p{margin:0px;}
  243.  
  244. .notes img{
  245. width:10px;
  246. position:relative;
  247. top:1px;}
  248.  
  249. ol.notes, .notes li{
  250. list-style:none;
  251. margin:0px;
  252. padding:0px;}
  253.  
  254. small {font-size:7px; line-height:10px; letter-spacing:0px;}
  255. big {font-family:arial black; color:{color:text}; font-size:14px;}
  256.  
  257. a img{border:none;}
  258.  
  259. .label {
  260. color: {color:bold text};font-weight: bold; line-height:12px;}
  261.  
  262. .odd {
  263. background-color:{color:label background};}
  264.  
  265.  
  266. h1 {
  267. font-size: 60px;
  268. line-height: 62px;
  269. font-family: Six Caps;
  270. font-weight: 400;
  271. text-transform: uppercase;
  272. letter-spacing: -1px;
  273. color: {color:title};
  274. margin-left:-8px;}
  275.  
  276. h2 {
  277. color: {color:text headers};
  278. font-size: 34px;
  279. line-height: 36px;
  280. font-family: Six Caps;
  281. font-weight: 400;
  282. text-transform: uppercase;
  283. letter-spacing: -1px;}
  284.  
  285.  
  286. #ask {
  287. font-size:10px;
  288. line-height:12px;
  289. background-color: {color:label background};
  290. padding:4px;
  291. margin-bottom:4px;}
  292.  
  293.  
  294. p {padding:1px;}
  295.  
  296. #note{
  297. color:{color:text};
  298. font-size:7px;
  299. text-align:right;
  300. top:0px;
  301. margin-bottom:4px;
  302. width:auto;
  303. background-color: {color:label background};
  304. padding:2px;}
  305.  
  306. #note a {font-size:7px;}
  307.  
  308. #info{
  309. margin-top:6px;
  310. background-color: {color:label background};
  311. padding:2px;}
  312.  
  313.  
  314. .nav_list {
  315. margin:0px;
  316. padding:0px;
  317. width:400px; background-color: transparent;}
  318.  
  319. .nav_head {
  320. padding:0px 0px;
  321. cursor:pointer;
  322. font-family:arial;
  323. font-weight:bold;
  324. color: {color:text};
  325. font-family: {font:Body};
  326. font-size: {text:Font Size};
  327. line-height: 12px;
  328. text-transform:none;
  329. background-color: transparent;
  330. margin-top:-4px;
  331. text-align:center;}
  332.  
  333. .nav_body {
  334. width:400px;
  335. color: {color:text};
  336. font-family: {font:Body};
  337. font-size: {text:Font Size};
  338. line-height: 12px;
  339. text-transform:none;
  340. overflow:hidden;
  341. padding:0px;
  342. margin:0px;
  343. text-align:justify;
  344. background-color: {color:posts};
  345. display:none;}
  346.  
  347.  
  348. #entry #infos {
  349. -moz-border-radius: 0px 0px 6px 6px; /* Firefox */
  350. -webkit-border-radius: 0px 0px 6px 6px; /* Safari, Chrome */
  351. border-radius: 0px 0px 6px 6px; /* CSS3 */
  352. z-index:10;
  353. opacity:0.2;
  354. filter: alpha(opacity=20);
  355. -moz-opacity:0.2;
  356. background-color:#000000;
  357. width:auto;
  358. position: absolute;
  359. top:-46px;
  360. right:2px;
  361. margin-right:20px;
  362. -webkit-transition: all .4s ease-out;
  363. -moz-transition: all .4s ease-out;
  364. -o-transition: all .4s ease-out;
  365. transition: all .4s ease-out;
  366. overflow-y:hidden;
  367. height: 40px;}
  368.  
  369. #entry:hover #infos {
  370. opacity:0.8;
  371. filter: alpha(opacity=80);
  372. -moz-opacity:0.8;
  373. z-index:10;
  374. top: 0px;
  375. margin-right:20px;
  376. -webkit-transition: all .4s ease-out;
  377. -moz-transition: all .4s ease-out;
  378. -o-transition: all .4s ease-out;
  379. transition: all .4s ease-out;}
  380.  
  381. #entry #infos #details {
  382. float:left;
  383. display:block;
  384. width:auto;
  385. height: auto;
  386. padding: 4px 6px 4px 4px;}
  387.  
  388.  
  389. #entry #infos2 {
  390. -moz-border-radius: 6px 6px 0px 0px; /* Firefox */
  391. -webkit-border-radius: 6px 6px 0px 0px; /* Safari, Chrome */
  392. border-radius: 6px 6px 0px 0px; /* CSS3 */
  393. z-index:10;
  394. opacity:0.8;
  395. filter: alpha(opacity=80);
  396. -moz-opacity:0.8;
  397. background-color:#000000;
  398. width:auto;
  399. position: absolute;
  400. bottom: -40px;
  401. margin-left:20px;
  402. -webkit-transition: all .4s ease-out;
  403. -moz-transition: all .4s ease-out;
  404. -o-transition: all .4s ease-out;
  405. transition: all .4s ease-out;
  406. z-index:10;
  407. overflow-y:hidden;
  408. height: auto;}
  409.  
  410. #entry:hover #infos2 {
  411. z-index:2;
  412. bottom:0px;
  413. -webkit-transition: all .4s ease-out;
  414. -moz-transition: all .4s ease-out;
  415. -o-transition: all .4s ease-out;
  416. transition: all .4s ease-out;}
  417.  
  418. #entry #infos2 #details2 {
  419. background-image:url();
  420. background-position:top center;
  421. background-repeat:repeat;
  422. float:left;
  423. display:block;
  424. width:auto;
  425. height: auto;
  426. padding: 4px 6px 4px 4px;}
  427.  
  428.  
  429. a.notecount {
  430. color: #ffffff;
  431. font-size: 30px;
  432. line-height: 30px;
  433. font-family: Six Caps;
  434. font-weight: normal;
  435. text-transform: uppercase;
  436. letter-spacing: -1px;}
  437.  
  438. a.notecount:hover {
  439. color: #888888;}
  440.  
  441. a.notecount2 {
  442. color: #ffffff;
  443. font-size: 30px;
  444. line-height: 30px;
  445. font-family: Six Caps;
  446. font-weight: normal;
  447. text-transform: uppercase;
  448. letter-spacing: -1px;}
  449.  
  450. a.notecount2:hover {
  451. color: #888888;}
  452.  
  453. a.notez {
  454. color: {color:notes};
  455. font-family: consolas;
  456. font-size: 8px;
  457. line-height: 10px;
  458. letter-spacing:2px;
  459. text-transform: uppercase;
  460. -webkit-transition-property:color, text;
  461. -webkit-transition-duration: .2s;
  462. -moz-transition-duration: .2s;
  463. -webkit-transition-timing-function: linear, ease-in;}
  464.  
  465. a.notez:hover {color: {color:notes hover};
  466. -webkit-transition-duration: .2s;
  467. -moz-transition-duration: .2s;}
  468.  
  469. .audio {
  470. height: 28px;
  471. width: 26px;
  472. overflow: hidden;
  473. margin: auto;
  474. padding-top: 7px;}
  475.  
  476. .audioc {
  477. background-image:url('http://static.tumblr.com/f1whv92/9iCl6bfgp/audiocircle.png');
  478. background-repeat: no-repeat;
  479. height: 41px;
  480. width: 41px;}
  481.  
  482. #random {
  483. margin-left:auto;
  484. margin-right:auto;}
  485.  
  486. a.links1 {
  487. text-align:center;
  488. text-transform: uppercase;
  489. font-family:consolas;
  490. font-weight:bold;
  491. font-size:8px;
  492. letter-spacing:4px;
  493. -webkit-transition-property:color, text;
  494. -webkit-transition-duration: .2s;
  495. -moz-transition-duration: .2s;
  496. -webkit-transition-timing-function: linear, ease-in;}
  497.  
  498. a.links1:hover {
  499. -webkit-transition-duration: .2s;
  500. -moz-transition-duration: .2s;}
  501.  
  502.  
  503. .bubble
  504. {width: auto;
  505. padding: 10px;
  506. background: {color:label background};
  507. -moz-border-radius: 10px;
  508. -webkit-border-radius: 10px;
  509. border-radius: 10px;}
  510.  
  511. .bubble:after
  512. {content: "";
  513. border: solid 10px transparent;
  514. border-top-color: {color:label background};
  515. border-bottom: 0;
  516. width: 0;
  517. height: 0;
  518. overflow: hidden;
  519. display: block;
  520. position: relative;
  521. bottom: -20px;
  522. margin: auto;}​
  523.  
  524.  
  525. .pagination {
  526. margin-top:45px;
  527. margin-bottom:10px;
  528. text-align:center;
  529. line-height:20px;
  530. font-family:calibri;
  531. font-size:10px; }
  532.  
  533. .pagination a {
  534. text-decoration:none;
  535. background-color:{color:label background};
  536. padding:12px 14px 12px 14px;
  537. color:{color:Text}; }
  538.  
  539. .pagination a:hover {
  540. background-color:{color:text headers};
  541. color:{color:Text}; }
  542.  
  543.  
  544.  
  545. {CustomCSS}
  546. </style>
  547.  
  548.  
  549.  
  550. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/2eWl5b9xv/nav.js"></script>
  551. </head>
  552.  
  553.  
  554. <body>
  555.  
  556.  
  557. <div id="random">
  558. <center>
  559. {block:IfShowTitle}
  560. <h1> {Title} </h1>
  561. {/block:IfShowTitle}
  562.  
  563. <a href="http://{name}.tumblr.com" class="links1">Home</a>
  564.  
  565. {block:AskEnabled}<a href="/ask" class="links1">Ask</a>{/block:AskEnabled}
  566.  
  567. {block:SubmissionsEnabled}<a href="/submit" class="links1">Submit</a>{/block:SubmissionsEnabled}
  568.  
  569. {block:HasPages}
  570. {block:Pages}
  571. <a href="{URL}" class="links1">{Label}</a>
  572. {/block:Pages}
  573. {/block:HasPages}
  574.  
  575. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links1">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  576.  
  577. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links1">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  578.  
  579. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links1">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  580.  
  581. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links1">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  582.  
  583. <a href="/archive" class="links1">Archive</a>
  584.  
  585. <a href="http://sleeplessthemes.com" class="links1">Theme</a><br>
  586.  
  587. </center>
  588.  
  589. <center>
  590. {block:Description}<div style="width:500px; text-align:center;
  591. color: {color:text};
  592. font-family: {font:Body};
  593. font-size: {text:Font Size};
  594. line-height: 12px; ">{Description}</div>{/block:Description}
  595. </center>
  596.  
  597.  
  598. </div>
  599.  
  600.  
  601. <div id="posts">
  602. {block:Posts}
  603. <div id="entry">
  604.  
  605. {block:Text}<h2>{Title}</h2>{Body}
  606.  
  607. {block:IndexPage}
  608. <div style="border-top:1px dotted {color:notes separator}; width:auto; height:12px; padding-top:2px; padding-bottom:4px; margin-top:4px;
  609. text-transform: uppercase;
  610. color:{color:text headers};
  611. font-family:consolas;
  612. font-weight:bold;
  613. font-size:8px;
  614. line-height:15px;
  615. letter-spacing:1px;
  616. "><center>
  617. Posted: <a href="{Permalink}" class="notez">{TimeAgo}</a> - With: <a href="{Permalink}" class="notez">{NoteCountWithLabel}</a> -
  618. <a href="{ReblogURL}" class="notez">Reblog</a></center>
  619. </div>
  620. {/block:IndexPage}
  621.  
  622. {/block:Text}
  623.  
  624.  
  625.  
  626. {block:Photo}
  627.  
  628. {block:IndexPage}
  629. <center><div id="infos">
  630. <div id="details">
  631. <center><a href="{Permalink}" class="notecount">{NoteCountWithLabel}</a></center>
  632. </div>
  633. </div></center>
  634. {/block:IndexPage}
  635.  
  636. {block:IndexPage}
  637. <center><div id="infos2">
  638. <div id="details2">
  639. <center><a href="{ReblogURL}" class="notecount2">Reblog</a></center>
  640. </div>
  641. </div></center>
  642. {/block:IndexPage}
  643.  
  644.  
  645. {block:IndexPage}
  646. <center>
  647. <a href="{permalink}"><img src="{PhotoURL-500}" width="500" border="0"></a>
  648. </center>
  649. {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}
  650. {/block:IndexPage}
  651.  
  652. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="500" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  653.  
  654. {block:Photoset}
  655. {block:IndexPage}{Photoset-500}
  656. {block:IfShowCaption}{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:IfShowCaption}{/block:IndexPage}
  657.  
  658. {block:PermalinkPage}{Photoset-500}
  659. {block:Caption}<p>{Caption}</p>{/block:Caption}
  660. {/block:PermalinkPage}
  661.  
  662. {block:IndexPage}
  663. <div style="border-top:1px dotted {color:notes separator}; width:auto; height:12px; padding-top:2px; padding-bottom:4px; margin-top:4px;
  664. text-transform: uppercase;
  665. color:{color:text headers};
  666. font-family:consolas;
  667. font-weight:bold;
  668. font-size:8px;
  669. line-height:15px;
  670. letter-spacing:1px;
  671. "><center>
  672. Posted: <a href="{Permalink}" class="notez">{TimeAgo}</a> - With: <a href="{Permalink}" class="notez">{NoteCountWithLabel}</a> -
  673. <a href="{ReblogURL}" class="notez">Reblog</a></center>
  674. </div>
  675. {/block:IndexPage}
  676. {/block:Photoset}
  677.  
  678. {block:Quote}<h2>"{Quote}"</h2>{block:Source}{Source}{/block:Source}
  679.  
  680. {block:IndexPage}
  681. <div style="border-top:1px dotted {color:notes separator}; width:auto; height:12px; padding-top:2px; padding-bottom:4px; margin-top:4px;
  682. text-transform: uppercase;
  683. color:{color:text headers};
  684. font-family:consolas;
  685. font-weight:bold;
  686. font-size:8px;
  687. line-height:15px;
  688. letter-spacing:1px;
  689. "><center>
  690. Posted: <a href="{Permalink}" class="notez">{TimeAgo}</a> - With: <a href="{Permalink}" class="notez">{NoteCountWithLabel}</a> -
  691. <a href="{ReblogURL}" class="notez">Reblog</a></center>
  692. </div>
  693. {/block:IndexPage}
  694. {/block:Quote}
  695.  
  696. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}
  697.  
  698. {block:IndexPage}
  699. <div style="border-top:1px dotted {color:notes separator}; width:auto; height:12px; padding-top:2px; padding-bottom:4px; margin-top:4px;
  700. text-transform: uppercase;
  701. color:{color:text headers};
  702. font-family:consolas;
  703. font-weight:bold;
  704. font-size:8px;
  705. line-height:15px;
  706. letter-spacing:1px;
  707. "><center>
  708. Posted: <a href="{Permalink}" class="notez">{TimeAgo}</a> - With: <a href="{Permalink}" class="notez">{NoteCountWithLabel}</a> -
  709. <a href="{ReblogURL}" class="notez">Reblog</a></center>
  710. </div>
  711. {/block:IndexPage}
  712. {/block:Link}
  713.  
  714. {block:Chat}
  715. {block:Title}{Title}{/block:Title}
  716. {block:Lines}
  717. {block:Label}
  718. <div class="{Alt}"><span class="label"><strong>{Label}</strong></span>
  719. <span class="line">{Line}</span></div>
  720. {/block:Label}
  721. {/block:Lines}
  722.  
  723. {block:IndexPage}
  724. <div style="border-top:1px dotted {color:notes separator}; width:auto; height:12px; padding-top:2px; padding-bottom:4px; margin-top:4px;
  725. text-transform: uppercase;
  726. color:{color:text headers};
  727. font-family:consolas;
  728. font-weight:bold;
  729. font-size:8px;
  730. line-height:15px;
  731. letter-spacing:1px;
  732. "><center>
  733. Posted: <a href="{Permalink}" class="notez">{TimeAgo}</a> - With: <a href="{Permalink}" class="notez">{NoteCountWithLabel}</a> -
  734. <a href="{ReblogURL}" class="notez">Reblog</a></center>
  735. </div>
  736. {/block:IndexPage}
  737. {/block:Chat}
  738.  
  739. {block:Video}<center>
  740. {block:IndexPage}<div class="video">{Video-500}</div>
  741. {block:Caption}{Caption}{/block:Caption}{/block:IndexPage}
  742. {block:PermalinkPage}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</center>
  743.  
  744. {block:IndexPage}
  745. <div style="border-top:1px dotted {color:notes separator}; width:auto; height:12px; padding-top:2px; padding-bottom:4px; margin-top:4px;
  746. text-transform: uppercase;
  747. color:{color:text headers};
  748. font-family:consolas;
  749. font-weight:bold;
  750. font-size:8px;
  751. line-height:15px;
  752. letter-spacing:1px;
  753. "><center>
  754. Posted: <a href="{Permalink}" class="notez">{TimeAgo}</a> - With: <a href="{Permalink}" class="notez">{NoteCountWithLabel}</a> -
  755. <a href="{ReblogURL}" class="notez">Reblog</a></center>
  756. </div>
  757. {/block:IndexPage}
  758. {/block:Video}
  759.  
  760.  
  761. {block:Audio}
  762. {block:AlbumArt}
  763. <img src="{AlbumArtURL}" width="500" style="padding-bottom:4px;">
  764. {/block:AlbumArt}
  765.  
  766. <center>
  767. <div class="audioc">
  768. <div class="audio">{AudioPlayerBlack}</div>
  769. </div>
  770. </center>
  771.  
  772. {block:Caption}{Caption}{/block:Caption}
  773.  
  774. {block:IndexPage}
  775. <div style="border-top:1px dotted {color:notes separator}; width:auto; height:12px; padding-top:2px; padding-bottom:4px; margin-top:4px;
  776. text-transform: uppercase;
  777. color:{color:text headers};
  778. font-family:consolas;
  779. font-weight:bold;
  780. font-size:8px;
  781. line-height:15px;
  782. letter-spacing:1px;
  783. "><center>
  784. Posted: <a href="{Permalink}" class="notez">{TimeAgo}</a> - With: <a href="{Permalink}" class="notez">{NoteCountWithLabel}</a> -
  785. <a href="{ReblogURL}" class="notez">Reblog</a></center>
  786. </div>
  787. {/block:IndexPage}
  788. {/block:Audio}
  789.  
  790.  
  791. {block:Answer}
  792. <div class="bubble">{Question}</div>​
  793. <center>
  794. <img src="{AskerPortraitURL-40}" width="40" height="40" style="
  795. -moz-border-radius: 40px;
  796. -webkit-border-radius: 40px;
  797. border-radius: 40px;" border="0">
  798. <div style="left:50%; margin-top:-34px; padding:4px; margin-left:0px; opacity:0.8;
  799. filter: alpha(opacity=80);
  800. -moz-opacity:0.8;
  801. background-color:{color:posts}; z-index:10000;
  802. ">{Asker}</div>
  803. </center><br>
  804.  
  805. <p>{Answer}</p>
  806.  
  807. {block:IndexPage}
  808. <div style="border-top:1px dotted {color:notes separator}; width:auto; height:12px; padding-top:2px; padding-bottom:4px; margin-top:4px;
  809. text-transform: uppercase;
  810. color:{color:text headers};
  811. font-family:consolas;
  812. font-weight:bold;
  813. font-size:8px;
  814. line-height:15px;
  815. letter-spacing:1px;
  816. "><center>
  817. Posted: <a href="{Permalink}" class="notez">{TimeAgo}</a> - With: <a href="{Permalink}" class="notez">{NoteCountWithLabel}</a> -
  818. <a href="{ReblogURL}" class="notez">Reblog</a></center>
  819. </div>
  820. {/block:IndexPage}
  821. {/block:Answer}
  822.  
  823. </div>
  824.  
  825. {block:PermalinkPage}
  826. {block:Date}<div id="notes">
  827. <b>Posted:</b> <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">{ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a> at {12Hour}:{Minutes}{AmPm}{block:RebloggedFrom}<br><b>Originally posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
  828.  
  829. {block:Photo}{block:HighRes}<br><b>HighRes:</b> <a href="{PhotoURL-HighRes}">view</a>{/block:HighRes}{/block:Photo}
  830.  
  831. {block:Answer}<BR><b>Ask:</b> <a href="/ask">{AskLabel}</a>{/block:Answer}
  832.  
  833. {block:Audio}<BR><b>Plays:</b> {FormattedPlayCount}{block:ExternalAudio}<BR>Download: <a href="{ExternalAudioURL}">here</a>.{/block:ExternalAudio}{/block:Audio}
  834.  
  835. {block:HasTags}<BR><b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  836. </div>
  837. {/block:Date}
  838. {/block:PermalinkPage}
  839.  
  840. {/block:Posts}
  841.  
  842.  
  843. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  844. </div>
  845.  
  846. {block:ifInfiniteScroll}<center>
  847. {block:Pagination}<br><br><div class="pagination">
  848. {block:PreviousPage}<a href="{PreviousPage}">◄</a>{/block:PreviousPage}
  849. {block:JumpPagination length="10"}{block:CurrentPage}
  850. <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
  851. {/block:CurrentPage}
  852. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  853. {/block:JumpPagination}
  854. {block:NextPage}<a href="{NextPage}">►</a> {/block:NextPage}
  855. </div><br><br>{/block:Pagination}
  856. </center>{/block:ifInfiniteScroll}
  857.  
  858. </body>
  859. </html>
Add Comment
Please, Sign In to add comment