Advertisement
shotforthesky

wake me up Tumblr Theme

Aug 13th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.24 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- Theme by Mimì @ fireworkprodz.deviantart.com -->
  6.  
  7. <head>
  8.  
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><div style="position:fixed;margin-top:20px;margin-left:12px;">TOP</div></a>
  10.  
  11. <!-- DEFAULT COLORS -->
  12. <meta name="color:Background" content="#FFFAEO">
  13. <meta name="color:Text" content="#000000">
  14. <meta name="color:Bold" content="#716F80">
  15. <meta name="color:Cursive" content="#A29EBF">
  16. <meta name="color:Link" content="#DAB8F2">
  17. <meta name="color:Hover" content="#EBCFFA">
  18. <meta name="color:BG Link" content="#EEDEFA">
  19. <meta name="color:BG Hover" content="#FFDDD1">
  20. <meta name="color:Question Box" content="#DCFAEC">
  21. <meta name="color:Background Post" content="#EEDEFA">
  22. <meta name="color:Quote Box" content="#e7cbfc">
  23. <meta name="color:Description Box" content="#EEDEFA">
  24. <meta name="color:Title Box" content="#EEDEFA">
  25. <meta name="color:Pagination Box" content="#EEDEFA">
  26. <meta name="color:Title" content="#FFCEBD">
  27. <meta name="color:Chat A" content="#e7cbfc">
  28. <meta name="color:Chat B" content="#FFFAEO">
  29. <meta name="color:Blockquote" content="#DADADA">
  30. <meta name="color:Scrollbar BG" content="#EEDEFA">
  31. <meta name="color:Selection" content="#FFFFFF">
  32. <meta name="color:BG Selection" content="#000000">
  33.  
  34. <!-- FONT OPTIONS -->
  35. <meta name="font:Post Text" content="Century Gothic">
  36. <meta name="font:Description Text" content="Century Gothic">
  37. <meta name="font:Post Title" content="Georgia">
  38. <meta name="font:Title" content="Georgia">
  39. <meta name="font:Quote" content="Georgia">
  40. <meta name="font:Source" content="Arial">
  41. <meta name="font:Chat" content="Century Gothic">
  42. <meta name="font:Quote" content="Garamond">
  43.  
  44. <!-- PICTURES -->
  45. <meta name="image:Background" content="">
  46. <meta name="image:Album Cover Unavailable" content="https://dl.dropboxusercontent.com/u/38384326/Stars/MusicPlayer.png">
  47.  
  48. <!-- ACTIVE / DEACTIVE OPTIONS -->
  49. <meta name="text:SCM Player" content="">
  50. <meta name="text:Billy Player" content="">
  51. <meta name="if:Infinite Scrolling" content="0">
  52. <meta name="if:Right Click Disabled" content="0">
  53.  
  54. <!-- NAVIGATION LINKS -->
  55. <meta name="text:Link 1 URL" content="/" />
  56. <meta name="text:Link 1 Title" content="Link 1" />
  57. <meta name="text:Link 2 URL" content="/" />
  58. <meta name="text:Link 2 Title" content="Link 2" />
  59. <meta name="text:Link 3 URL" content="/" />
  60. <meta name="text:Link 3 Title" content="Link 3" />
  61. <meta name="text:Link 4 URL" content="/" />
  62. <meta name="text:Link 4 Title" content="Link 4" />
  63.  
  64. <title>{Title}</title>
  65. <link rel="shortcut icon" href="{Favicon}">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. {block:Description}
  68. <meta name="description" content="{MetaDescription}" />
  69. {/block:Description}
  70.  
  71. <style type="text/css">
  72.  
  73. #scrollToTop:link,#scrollToTop:visited { color: {color:Text}; background-color: {color:Description Box}; display: none; position: fixed; bottom: 35px; right: 20px; width:60px; height:60px;-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;}
  74.  
  75. body {
  76. background-color:{color:Background};
  77. background-image: url({image:Background});
  78. background-attachment: fixed;
  79. background-repeat: no-repeat;
  80. background-size: auto auto;
  81. -moz-background-size: auto auto;
  82. -webkit-background-size: auto auto;
  83. -o-background-size: auto auto;
  84. }
  85.  
  86.  
  87. #entries {
  88. width:500px;
  89. height:auto;
  90. margin-left: 270px;
  91. margin-top: 10px;
  92. }
  93.  
  94. #posts {
  95. background-color:{color:Background Post};
  96. width:500px;
  97. padding: 15px;
  98. height:auto;
  99. margin:20px 0px 10px 0px;
  100. }
  101.  
  102. .post_text {
  103. color: {color:Text};
  104. font-family: {font:Post Text};
  105. font-size: 16px;
  106. }
  107.  
  108. .post_title {
  109. color:{color:Title};
  110. font-family: {font:Post Title};
  111. font-size: 20px;
  112. text-align:center;
  113. background-color: {color:Title Box};
  114. }
  115.  
  116. #quote {
  117. font-family: {font:Quote};
  118. color: {color:Quote};
  119. padding:20px 0px 20px 10px;
  120. text-align:center;
  121. background-color: {color:Quote Box};
  122. font-size:15px;
  123. }
  124.  
  125. #source {
  126. font-family: {font:Quote};
  127. color: {color:Bold};
  128. margin: 15px 10px 15px auto;
  129. font-size: 17px;
  130. text-align:right;
  131. border-left:30px solid {color:Blockquote};
  132. }
  133.  
  134. #link_post {
  135. color: {color:Link};
  136. font-family: {font:Post Title};
  137. text-decoration: none;
  138. text-transform:uppercase;
  139. transition: all 0.6s ease-out;
  140. -o-transition-transition: all 0.6s ease-out;
  141. -webkit-transition: all 0.6s ease-out;
  142. -moz-transition: all 0.6s ease-out;
  143. }
  144.  
  145. #link_post:hover {
  146. color: {color:Hover};
  147. text-decoration:underline;
  148. transition: all 0.6s ease-out;
  149. -o-transition-transition: all 0.6s ease-out;
  150. -webkit-transition: all 0.6s ease-out;
  151. -moz-transition: all 0.6s ease-out;
  152. }
  153.  
  154. .odd {
  155. background-color: {color:Chat A};
  156. padding: 6px 6px 6px 6px;
  157. font-family: {font:Chat};
  158. text-transform:none;
  159. letter-spacing:1px;
  160. font-size:13px;
  161. }
  162.  
  163. .even {
  164. background-color: {color: Chat B};
  165. padding: 6px 6px 6px 6px;
  166. font-family:{font:Chat};
  167. text-transform:none;
  168. letter-spacing:1px;
  169. font-size:13px;
  170. }
  171.  
  172. .label {
  173. padding: 2px;
  174. }
  175.  
  176. #container{
  177. width:500px;
  178. background-color:transparent;
  179. height:100px;
  180. }
  181.  
  182. #playercontainer{
  183. opacity:0.5;
  184. width:40px;
  185. height:40px;
  186. background-color:#ffffff;
  187. top:30px;
  188. left:30px;
  189. position:absolute;
  190. z-index:500;
  191. -webkit-border-radius: 50px;
  192. -moz-border-radius: 50px;
  193. border-radius: 50px;
  194. -webkit-transition: all 0.4s ease-in-out;
  195. -moz-transition: all 0.4s ease-in-out;
  196. -o-transition: all 0.4s ease-in-out;
  197. transition: all 0.4s ease-in-out;
  198. }
  199.  
  200. #playercontainer:hover{
  201. opacity:1;
  202. -webkit-transition: all 0.4s ease-in-out;
  203. -moz-transition: all 0.4s ease-in-out;
  204. -o-transition: all 0.4s ease-in-out;
  205. transition: all 0.4s ease-in-out;
  206. padding:5px;
  207. margin-top:-5px;
  208. margin-left:-5px;
  209. }
  210.  
  211. #player{
  212. width:20px;
  213. height:25px;
  214. overflow:hidden;
  215. margin: 7px 0px 0px 7px;
  216. background-color:#ffffff;
  217. }
  218.  
  219. .audio{
  220. width:40px;
  221. height:40px;
  222. position:absolute;
  223. }
  224.  
  225. .aimage{
  226. width:90px;
  227. height:90px;
  228. position:absolute;
  229. padding:5px;
  230. background-color:{color:Scrollbar};
  231. -webkit-transition: all 0.6s ease-in-out;
  232. -moz-transition: all 0.6s ease-in-out;
  233. -o-transition: all 0.6s ease-in-out;
  234. transition: all 0.6s ease-in-out;
  235. }
  236.  
  237. .aimage img{
  238. width:90px;
  239. float:left;
  240. -webkit-transition: all 0.6s ease-in-out;
  241. -moz-transition: all 0.6s ease-in-out;
  242. -o-transition: all 0.6s ease-in-out;
  243. transition: all 0.6s ease-in-out;
  244. }
  245.  
  246. #audiocontainer table{
  247. float:right;
  248. margin-top:-2px;
  249. width:430px;
  250. }
  251.  
  252. .info{
  253. font-size:10px;
  254. padding:1px 7px 1px 35px;
  255. background-color:none;
  256. line-height:11px;
  257. -webkit-transition: all 0.5s ease-in-out;
  258. -moz-transition: all 0.5s ease-in-out;
  259. -o-transition: all 0.5s ease-in-out;
  260. transition: all 0.5s ease-in-out;
  261. }
  262.  
  263. #linker {
  264. font-size:20px;
  265. letter-spacing:3px;
  266. font-family:{font:Post Title};
  267. text-transform:uppercase;
  268. text-align:center;
  269. width:auto;
  270. height:auto;
  271. }
  272.  
  273. #question {
  274. font-family: {font:Post Text}
  275. color: {color:Text};
  276. width:auto;
  277. padding:10px 10px 10px 10px;
  278. margin-left:15px;
  279. }
  280.  
  281. #answer {
  282. margin-top:15px;
  283. font-family: {font:Post Text};
  284. color: {font:Text};
  285. }
  286.  
  287. #asker a {
  288. color: {color:Link};
  289. transition: all 0.6s ease-out;
  290. -o-transition-transition: all 0.6s ease-out;
  291. -webkit-transition: all 0.6s ease-out;
  292. -moz-transition: all 0.6s ease-out;
  293. }
  294.  
  295. #asker a:hover {
  296. color: {color:Hover};
  297. transition: all 0.6s ease-out;
  298. -o-transition-transition: all 0.6s ease-out;
  299. -webkit-transition: all 0.6s ease-out;
  300. -moz-transition: all 0.6s ease-out;
  301. }
  302.  
  303. #asker img {
  304. float: left;
  305. margin: 5px 5px 5px 5px;
  306. border-image: 10px solid {color:Background Post};
  307. }
  308.  
  309. #sidebar {
  310. width:200px;
  311. height:auto;
  312. margin-top:50px;
  313. margin-left:50px;
  314. position:fixed;
  315.  
  316. }
  317.  
  318. #title {
  319. background-color: {color:Title Box};
  320. width:100%;
  321. text-align:center;
  322. font-family: {font:Title};
  323. font-size:20px;
  324. text-transform:uppercase;
  325. padding: 5px 0px 5px 0px;
  326. letter-spacing:4px;
  327. }
  328.  
  329. #description {
  330. width:110px;
  331. height:166px;
  332. background-color:{color:Description Box};
  333. font-family: {font:Description Text};
  334. font-size: 11px;
  335. color: {color:Text};
  336. float:right;
  337. margin-top:2px;
  338. padding:10px;
  339. line-height:11px;
  340. }
  341.  
  342. #icon {
  343. float:left;
  344. }
  345.  
  346. .links_list {
  347. margin: 0px;
  348. padding: 0px;
  349. width: 70px;
  350. margin-left: -1px;
  351. margin-top:69px;
  352. }
  353.  
  354. .links_body a{
  355. display:block;
  356. background-color: {color:BG Link};
  357. color: {color:Link};
  358. padding: 5px;
  359. margin: 1px;
  360. font-family:'Yanone Kaffeesatz', sans-serif;
  361. text-align: center;
  362. height:10px;
  363. text-transform:uppercase;
  364. font-weight:bolder;
  365. -webkit-transition: all 0.3s ease;
  366. -moz-transition: all 0.3s ease;
  367. transition: all 0.3s ease;
  368. }
  369.  
  370. .links_body a:hover{
  371. color:{color:Hover};
  372. background-color: {color:BG Hover};
  373. -webkit-transition: all 0.3s ease;
  374. -moz-transition: all 0.3s ease;
  375. transition: all 0.3s ease;
  376. }
  377.  
  378. #pagination {
  379. width:126px;
  380. height:auto;
  381. padding: 2px 2px 2px 2px;
  382. font-family: {font:Description Text};
  383. color: {color:Text};
  384. background-color: {color:Pagination Box};
  385. font-size: 17px;
  386. margin-top:273px;
  387. margin-left:120px;
  388. position:fixed;
  389. text-align:center;
  390. }
  391.  
  392. #credits {
  393. font-family: Century Gothic;
  394. float:left;
  395. margin-left:10px;
  396. margin-top:0px;
  397. font-weight: bolder;
  398. font-size:12px;
  399. opacity: 0.3;
  400. position:fixed;
  401. transition: all 0.6s ease-out;
  402. -o-transition-transition: all 0.6s ease-out;
  403. -webkit-transition: all 0.6s ease-out;
  404. -moz-transition: all 0.6s ease-out;
  405. }
  406.  
  407. #credits:hover {
  408. opacity: 1;
  409. transition: all 0.6s ease-out;
  410. -o-transition-transition: all 0.6s ease-out;
  411. -webkit-transition: all 0.6s ease-out;
  412. -moz-transition: all 0.6s ease-out;
  413. }
  414.  
  415. b, strong {
  416. color: {color:Bold};
  417. }
  418.  
  419. i, em {
  420. color: {color:Cursive};
  421. }
  422.  
  423. p {
  424. margin-top: 6px;
  425. margin-bottom:6px;
  426. }
  427.  
  428. img a {
  429. border:none;
  430. }
  431.  
  432. blockquote {
  433. border-left:5px {color:Background} solid; padding-left:5px; margin:8px 15px 8px 15px;
  434. }
  435.  
  436. blockquote img, blockquote a img {
  437. max-width: 300px;
  438. }
  439.  
  440. .notes img {
  441. width:10px;
  442. position:relative;
  443. top:1px;
  444. }
  445.  
  446. ol.notes, .notes li {
  447. list-style:none;
  448. margin:0px;
  449. padding:0px;
  450. font-size:11px;
  451. }
  452.  
  453. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  454. background-color:transparent!important;
  455. }
  456.  
  457. ::-webkit-scrollbar-thumb:vertical {
  458. background-color:{color:Scrollbar BG};
  459. height:50px;
  460. }
  461.  
  462. ::-webkit-scrollbar-thumb:horizontal {
  463. background-color:{color:Scrollbar BG};
  464. height:10px!important;
  465. }
  466.  
  467. ::-webkit-scrollbar {
  468. background-color: #FFFFFF;
  469. height:10px;
  470. width:10px;
  471. }
  472.  
  473. a:link, a:active, a:visited {
  474. text-decoration: none;
  475. color:{color:Link};
  476. transition: all 0.6s ease-out;
  477. -o-transition-transition: all 0.6s ease-out;
  478. -webkit-transition: all 0.6s ease-out;
  479. -moz-transition: all 0.6s ease-out;
  480. }
  481.  
  482. a:hover {
  483. text-decoration:none;
  484. transition: all 0.6s ease-out;
  485. -o-transition-transition: all 0.6s ease-out;
  486. -webkit-transition: all 0.6s ease-out;
  487. -moz-transition: all 0.6s ease-out;
  488. }
  489.  
  490. .entrytags {
  491. background-color:{color:Background Post};
  492. padding:6px;
  493. width:170px;
  494. color: {color:Text};
  495. float:left;
  496. right:-104%;
  497. font-size:11px;
  498. position:relative;
  499. vertical-align:top;
  500. margin-top:-20%;
  501. }
  502.  
  503. .tags {
  504. display:block;
  505. text-transformation:uppercase;
  506. font-size:11px;
  507. font-family:Georgia;
  508. }
  509.  
  510. #box {
  511. width:488px;
  512. background-color: {color:Background};
  513. padding: 7px;
  514. font-family: Georgia;
  515. font-size: 12px;
  516. color:{color:Text};
  517. position:relative;
  518. }
  519.  
  520. #date {
  521. width:240px;
  522. height:auto;
  523. float:left;
  524. margin-right:2px;
  525. border-right:5px solid {color:Chat A};
  526. text-align:center;
  527. }
  528.  
  529. .boh {
  530. width:auto;
  531. }
  532.  
  533.  
  534. .like_and_reblog_buttons {
  535. border-radius:3px;
  536. list-style:none;
  537. }
  538.  
  539. .like_and_reblog_buttons li {
  540. float:left;
  541. margin-top:-10px;
  542. padding: 0px 15px;
  543. height:20px;
  544. }
  545.  
  546. .like_and_reblog_buttons li:first-child {
  547.  
  548. }
  549.  
  550.  
  551. </style>
  552.  
  553. <style type="text/css">{CustomCSS}</style>
  554.  
  555. {block:ifInfiniteScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScrolling}
  556.  
  557. </head>
  558.  
  559. <body>
  560.  
  561. {text:SCM Player}
  562.  
  563. <div id="credits"><a target="_blank" href="http://fireworkprodz.deviantart.com" title="Theme by Mimì"><b>狼</b></a></div>
  564.  
  565. <div id="sidebar">
  566.  
  567. <div id="title"><a href="/">{Title}</a></div>
  568.  
  569. <div id="icon"><img src="{PortraitURL-48}" style="border: 10px solid {color:Description Box}"> </div>
  570.  
  571. <div id="description"><div style="width:110px;height:168px;overflow-y: scroll; border:none;"><div style="margin:5px;">{Description}</div></div></div>
  572.  
  573. <div class="links_list">
  574. <div class="links_body">
  575. <font size="2" style="line-height:7px;">
  576. <a href="/" title="Index"> ♔ </a>
  577. <a href="/ask" title ="{AskLabel}"> ✉ </a>
  578. <a href="/archive" title ="Archive"> ★ </a>
  579.  
  580. {block:ifLink1Title}<a href="{text:Link 1 URL}" title="{text:Link 1 Title}"> ♦ </a>{/block:ifLink1Title}
  581.  
  582. {block:ifLink2Title}<a href="{text:Link 2 URL}" title="{text:Link 2 Title}"> ♥ </a>{/block:ifLink2Title}
  583.  
  584. {block:ifLink3Title}<a href="{text:Link 3 URL}" title="{text:Link 3 Title}"> ♣ </a>{/block:ifLink3Title}
  585.  
  586. {block:ifLink4Title}<a href="{text:Link 4 URL}" title="{text:Link 4 Title}"> ♠ </a>{/block:ifLink4Title}
  587.  
  588. </font></div></div><br>
  589.  
  590. <div style="position:fixed; margin-top:-20px;margin-left:20px;">{text:Billy Player}</div>
  591.  
  592. </div>
  593.  
  594. {block:ifNotInfiniteScrolling}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"> <b>◄</b></a> {/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}"> <b>►</b></a>{/block:NextPage}</div>{/block:ifNotInfiniteScrolling}
  595.  
  596. <div id="entries">
  597. {block:ifInfiniteScrolling}<div class="autopagerize_page_element">{/block:ifInfiniteScrolling}
  598. {block:Posts}
  599. <div id="posts">
  600.  
  601. {block:Audio}<div id="container">
  602. <div class="audio"><div id="playercontainer"><div id="player">{AudioPlayerWhite}</div></div>
  603. <div class="aimage"><img src="{image:Album Cover Unavailable}"></div>
  604. {block:AlbumArt}<div class="aimage"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  605. <table cellpadding="0" cellspacing="1px" style="margin-left:80px; font-size:14px; font-family:Century Gothic; margin-top:-3px;">
  606. <br>
  607. <tr>
  608. <td class="info"> {block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist}</td>
  609. </tr>
  610. {block:Album}
  611. <tr>
  612. <td class="info"><b>Album:</b> {Album}</td>
  613. </tr>
  614. {/block:Album}
  615. <tr>
  616. <td class="info">{PlayCountWithLabel}</td>
  617. </tr>
  618. </table>
  619. </div>
  620. <br>{block:Caption}<div class="post_text">{Caption}</div>{/block:Caption}{/block:Audio}
  621.  
  622. {block:Title}<div class="post_title">{Title}</div>{/block:Title}
  623. {block:Text}<div class="post_text">{Body}</div>{/block:Text}
  624.  
  625. {block:ContentSource}
  626. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}"/>{/block:SourceLogo}
  627. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  628. {/block:ContentSource}
  629.  
  630. {block:Photo}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"></center>
  631. {block:Caption}<div class="post_text">{Caption}</div>{/block:Caption}{/block:Photo}
  632.  
  633. {block:Photoset}<center>{Photoset-500}</center>
  634. {block:Caption}<div class="post_text">{Caption}</div>{/block:Caption}{/block:Photoset}
  635.  
  636. {block:Quote}<div id="quote">{Quote}</div>
  637. <div id="source">{Source}</div>
  638. {/block:Quote}
  639.  
  640. {block:Link}<div id="linker"><a href="{URL}" {Target}>{Name}</a></div>
  641. {block:Description}<div class="post_text">{Description}</div>{/block:Description}{/block:Link}
  642.  
  643. {block:Chat}
  644. {block:Title}{Title}{/block:Title}
  645. {block:Lines}<div class="{Alt}">{block:Label}{Label}{/block:Label} {Line}</div>{/block:Lines}
  646. {/block:Chat}
  647.  
  648. {block:Video}{Video-500}
  649. {block:Caption}<div class="post_text">
  650. <div style="text-align:center; margin-top:5px; margin-bottom:5px; font-size:10px;">{PlayCountWithLabel}</div>
  651. {Caption}</div>{/block:Caption}{/block:Video}
  652.  
  653. {block:Answer}
  654. <table cellpadding="0" cellspacing="2px" style="margin-top:-15px;">
  655. <div id="question">
  656. <tr>
  657. <td>
  658. <img src="{AskerPortraitURL-40}" style="border:10px solid {color:Background};float:left; margin:7px;"/>
  659. </td>
  660. <td>
  661. <b>{Asker}</b> asked: <br>{Question}
  662. </td></tr>
  663. </div></table>
  664. <hr align=”left” size=”1″ width=”200″ color=”white” noshade>
  665. <div id="answer">{Answer}</div><br>
  666. {/block:Answer}
  667.  
  668. <div id="box">
  669. <table cellpadding="0" cellspacing="2px">
  670. {block:Date}
  671. <tr>
  672. <td><div style="margin-top:-2px;width:80px;height:auto!important;padding:9px 9px 9px 9px;background-color:{color:Description Box};float:left;"> <a style="" href="{Permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{Year}</a></div></td>
  673. <td>
  674. <div style="margin-top:0px; padding:6px 6px 6px 40px;"><nobr>
  675. {block:RebloggedFrom}<a style="" href="{ReblogParentURL}" title="{ReblogParentName}"><img src="{ReblogParentPortraitURL-24}"/></a>&nbsp;&nbsp;<a style="" href="{ReblogRootURL}" title="{ReblogRootName}"><img src="{ReblogRootPortraitURL-24}"/></a> {/block:RebloggedFrom}</nobr></div>
  676. </td>
  677.  
  678. <td class="boh">
  679. <ul class="like_and_reblog_buttons">
  680. <li>{LikeButton}</li> <li>{ReblogButton}</li>
  681. {block:NoteCount}
  682. <li><a href="{Permalink}">{NoteCountWithLabel}</a></li>
  683. {/block:NoteCount}
  684. </ul>
  685. </td>
  686.  
  687.  
  688. </tr>{/block:Date}</table></div>
  689.  
  690. {block:HasTags}
  691. <td valign="top">
  692. <div class="entrytags">
  693. <span class="tags">
  694. {block:Tags}
  695. &nbsp;#<a href="/tagged/{Tag}">{Tag}</a>
  696. {/block:Tags}
  697. </span>
  698. </div></td>
  699. {/block:HasTags}
  700. </div><br>
  701.  
  702.  
  703. {/block:Posts}{block:ifInfiniteScrolling}</div>{/block:ifInfiniteScrolling}
  704. {block:PostNotes}{PostNotes}{/block:PostNotes}
  705. </div>
  706.  
  707. {block:ifRightClickDisabled}
  708. <script language=JavaScript>
  709. <!--
  710.  
  711. //Disable right mouse click Script
  712. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  713. //For full source code, visit http://www.dynamicdrive.com
  714.  
  715. var message="Function Disabled!";
  716.  
  717. ///////////////////////////////////
  718. function clickIE4(){
  719. if (event.button==2){
  720. alert(message);
  721. return false;
  722. }
  723. }
  724.  
  725. function clickNS4(e){
  726. if (document.layers||document.getElementById&&!document.all){
  727. if (e.which==2||e.which==3){
  728. alert(message);
  729. return false;
  730. }
  731. }
  732. }
  733.  
  734. if (document.layers){
  735. document.captureEvents(Event.MOUSEDOWN);
  736. document.onmousedown=clickNS4;
  737. }
  738. else if (document.all&&!document.getElementById){
  739. document.onmousedown=clickIE4;
  740. }
  741.  
  742. document.oncontextmenu=new Function("alert(message);return false")
  743.  
  744. // -->
  745. </script>
  746. {/block:ifRightClickDisabled}
  747.  
  748. </body>
  749. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement