Advertisement
karenok

Theme 23

May 26th, 2013
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.50 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script type="text/javascript"
  4. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5.  
  6. <meta name="color:background" content="#FFFFFF" />
  7. <meta name="color:text" content="#57554F" />
  8. <meta name="color:link" content="#f31350" />
  9. <meta name="image:sidebar" content="" />
  10. <meta name="image:background" content="" />
  11. <meta name="text:link 1 title" content="" />
  12. <meta name="text:link 1" content="" />
  13. <meta name="text:link 2 title" content="" />
  14. <meta name="text:link 2" content="" />
  15. <meta name="text:link 3 title" content="" />
  16. <meta name="text:link 3" content="" />
  17. <meta name="text:link 4 title" content="" />
  18. <meta name="text:link 4" content="" />
  19. <meta name="text:link 5" content="" />
  20. <meta name="text:link 5 title" content="" />
  21. <meta name="text:link 6" content="" />
  22. <meta name="text:link 6 title" content="" />
  23. <meta name="text:link 7" content="" />
  24. <meta name="text:link 7 title" content="" />
  25. <meta name="text:link 8" content="" />
  26. <meta name="text:link 8 title" content="" />
  27.  
  28. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  29. <title>{Title}{block:SearchPage} - Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  30. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  31. <link rel="shortcut icon" href="{Favicon}" />
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  33. <style type="text/css">
  34.  
  35. body {color:{color:text};
  36. background-color:{color:background};
  37. background-image: url('{image:background}');
  38. background-position: center;
  39. background-attachment:fixed;
  40. background-repeat: repeat;
  41. font-size:11px;
  42. font-family:arial;
  43. line-height:110%;
  44. text-align:justify
  45. }
  46.  
  47. a{color: {color:link};
  48. text-decoration: none;
  49. }
  50.  
  51. a:hover{
  52. opacity: 0.7; text-shadow: 2px 0px #df8181, -2px 0px #54d2cb;
  53. -webkit-transition: all 1s ease-in-out;
  54. }
  55.  
  56. #content {
  57. margin-left:470px;
  58. margin-top:10px;
  59. width:380px
  60. }
  61.  
  62. #posts{
  63. overflow:hidden;
  64. background-color: {color:background};
  65. border-left:0px solid;
  66. border-right:0px solid;
  67. padding:3px
  68. }
  69.  
  70. #title {
  71. font-size:20px;
  72. text-align:center;
  73. font-family:verdana;
  74. line-height:110%
  75. }
  76.  
  77. #sidebarimg img {
  78. max-width: 250px;
  79. margin-left:0px;
  80. margin-top:0px;
  81. height: auto;
  82. text-align:center;
  83. }
  84.  
  85. div#sidebar{
  86. position:fixed !important;
  87. width: 240px;
  88. height: auto;
  89. margin-left:1000px;
  90. margin-top: 180px;
  91. background: transparent;
  92. text-align: center;
  93. }
  94.  
  95. #description {
  96. font-size:10px;
  97. text-align:center;
  98. font-family:arial;
  99. line-height:110%;
  100. margin-bottom:5px;
  101. margin-top:5px;
  102. }
  103.  
  104.  
  105. h1{
  106. color:{color:link};
  107. font-family:verdana;
  108. font-size:15px;
  109. line-height:15px;
  110. letter-spacing:0px;
  111. font-weight:normal;
  112. margin:0px;
  113. padding:0px;
  114. text-align:left
  115. }
  116.  
  117. h2{
  118. color:{color:title};
  119. font-family:verdana;
  120. font-size:11px;
  121. line-height:14px;
  122. letter-spacing:0px;
  123. font-weight:normal;
  124. margin:0px;
  125. padding:0px;
  126. margin-bottom:-0px;
  127. text-align:justify
  128. }
  129.  
  130. .links{
  131. background:trans;
  132. text-align:center;
  133. }
  134.  
  135. .links a{
  136. background:trans;
  137. display:inline-block;
  138. font-family:arial;
  139. font-size:10px;
  140. text-transform: lowercase;letter-spacing: 0px;
  141. padding:2px 2px 2px 3px;
  142. -webkit-border-radius: 2px;
  143. -moz-border-radius: 2px;
  144. }
  145.  
  146. .user_1 .label {color:{color:link}; font-weight:bold}
  147. .user_2 .label {color:{color:text}; font-weight:bold}
  148. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  149.  
  150. i, em {color: {color:Link};}
  151. b, strong {color: {color:text};}
  152.  
  153. ::selection {
  154. color:{color:Text};
  155. background-color: {color:Link};
  156. }
  157.  
  158. ::-moz-selection {
  159. color:{color:Text};
  160. background-color: {color:Link};
  161. }
  162.  
  163. ::-webkit-selection {
  164. color:{color:Text};
  165. background-color:{color:Link};
  166. }
  167.  
  168. blockquote {
  169. border-left:2px {color:Link} solid;
  170. padding-left:5px;
  171. margin:1px 6px 1px 10px
  172. }
  173.  
  174. p{
  175. margin-top:5px;
  176. margin-bottom:5px;
  177. }
  178.  
  179. blockquote {
  180. padding:0px;
  181. text-align:left;
  182. padding-left:5px;
  183. margin:5px;
  184. background-color:transparent;
  185. border-left:3px solid {color:Link};
  186. }
  187.  
  188.  
  189. ol.notes img {
  190. width: 16px;
  191. display: inline;
  192. position: relative;
  193. top: 3px;
  194. }
  195.  
  196. .entry {
  197. margin: 5px 0px;
  198. {block:indexpage}
  199. width: 380px;
  200. {/block:indexpage}
  201. {block:permalinkpage}
  202. width: 380px;
  203. {/block:permalinkpage}
  204. padding: 0px;
  205. display: block;
  206. position: relative;
  207. }
  208.  
  209. .entry img {
  210. display: block;
  211. max-width: 380px;
  212. {block:indexpage}
  213. {block:iffadedimages}
  214. opacity: .75;
  215. filter: alpha(opacity = 75);
  216. {/block:iffadedimages}
  217. {/block:indexpage}
  218. }
  219.  
  220.  
  221. .entry:hover img {
  222. max-width: 100%;
  223. {block:indexpage}
  224. {block:iffadedimages}
  225. opacity: 1.0;
  226. filter: alpha(opacity = 100);
  227. {/block:iffadedimages}
  228. {/block:indexpage}
  229. }
  230.  
  231. blockquote, q {
  232. quotes: "«" "»" "'" "'";
  233. padding-left: 5px;
  234. border-left: 1px solid {color:border color};
  235. background: {color:blockquote};
  236. }
  237.  
  238.  
  239. p {
  240. margin: 5px 0px;
  241. }
  242.  
  243.  
  244. p.tags a {
  245. opacity: 1;
  246. filter: alpha(opacity = 100);
  247. }
  248.  
  249. p.tags a:hover {
  250. opacity: 1.0;
  251. filter: alpha(opacity = 100);
  252. }
  253. p.tags {
  254. border-top: 1px solid {color:border color};
  255. margin: 0px;
  256. font-size: 8px;
  257. text-transform: uppercase;
  258. }
  259.  
  260.  
  261.  
  262.  
  263.  
  264. #bite .death {
  265. margin-top: -15px;
  266. filter: alpha(opacity = 0);
  267. opacity: 1;
  268. -webkit-transition: all 0.3s ease-out;
  269. -moz-transition: all 0.3s ease-out;
  270. transition: all 0.3s ease-out;
  271. }
  272. #titexcel {
  273. position: absolute;
  274. right: 3px;
  275. top: 26px;
  276. }
  277.  
  278. .question{background: {color:Entries}; font-size: 9px; font-weight:bold; color: {color:Text}; padding: 10px;}
  279.  
  280. .ask{font-size: 10px; background-color:{color:ask background}; color:{color:Text};margin-bottom:0px;
  281.  
  282. padding: 7px;}
  283.  
  284. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #ddd;}
  285.  
  286.  
  287.  
  288.  
  289. .perma {
  290. opacity: 0.0;
  291. filter: alpha(opacity = 1);
  292. z-index:9999991;
  293. display: inline-block;
  294. position: absolute;
  295. left: 5px;
  296. height: 20px;
  297. top: 5px;
  298. margin-left: 40px;
  299. }
  300.  
  301. .entry:hover .perma {
  302. margin-left: 0px;
  303. opacity: 1;
  304. filter: alpha(opacity = 100); -webkit-transition: all 0.7s ease-out;
  305.  
  306. -moz-transition: all 0.7s ease-out;
  307.  
  308. transition: all 0.7s ease-out;
  309. }
  310.  
  311. .likep {
  312. width: 21px;
  313. height: 20px;
  314. overflow: hidden;
  315. z-index: 9999999;
  316. display: inline-block;
  317. }
  318.  
  319. .rep {
  320. width: 24px;
  321. height: 20px;
  322. overflow: hidden;
  323. z-index: 9999999;
  324. display: inline-block;
  325. }
  326.  
  327. .likep a:hover {
  328. background-position: 0px 0px;
  329. }
  330.  
  331. .likep a {
  332. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  333. background-position: 0px 0px;
  334. display: block;
  335. z-index: 9999999;
  336. }
  337.  
  338. .likep img {
  339. width: 21px;
  340. height: 20px;
  341. }
  342.  
  343. .rep img{
  344. width: 24px;
  345. height: 20px;
  346. line-height: 30px;
  347. display: inline;
  348. }
  349.  
  350.  
  351.  
  352. #background{ repeat;}
  353.  
  354. .entry:hover .rep, .entry:hover .likep {
  355. opacity: 1;
  356. filter: alpha(opacity = 80);
  357. margin-right: 0; -webkit-transition: all 0.7s ease-out;
  358.  
  359. -moz-transition: all 0.7s ease-out;
  360.  
  361. transition: all 0.7s ease-out;
  362. }
  363.  
  364. .rep:hover, .likep:hover {
  365. opacity: 1!important;
  366. filter: alpha(opacity = 100)!important;
  367. }
  368.  
  369. .t {
  370. text-align: right;
  371. opacity: 1;
  372. filter: alpha(opacity = 100);
  373. }
  374.  
  375. p.t {
  376. margin: -5px 0px 0px 0px;
  377. font-size: 8px;
  378. line-height: 9px;
  379. }
  380.  
  381. .entry:hover .t {
  382. opacity: 1;
  383. filter: alpha(opacity = 100);
  384. }
  385.  
  386.  
  387.  
  388. </style>
  389. <style type="text/css">{CustomCSS}</style>
  390.  
  391. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  392.  
  393. </head>
  394.  
  395. <body>
  396. <div id="sidebar">
  397. <div id="sidebarimg">
  398. <div id="description"><center>{Description}</center></div>
  399. <img src="{image:sidebar}"></div>
  400. <div class="links">
  401. <a href="{text:link 1}">{text:link 1 title}</a> \
  402. <a href="{text:link 2}">{text:link 2 title}</a> \
  403. <a href="{text:link 3}">{text:link 3 title}</a> \
  404. <a href="{text:link 4}">{text:link 4 title}</a> \
  405. <a href="{text:link 5}">{text:link 5 title}</a> \
  406. <a href="{text:link 6}">{text:link 6 title}</a> \
  407. <a href="{text:link 7}">{text:link 7 title}</a> \
  408. <a href="{text:link 8}">{text:link 8 title}</a> </div>
  409.  
  410.  
  411.  
  412.  
  413. </div>
  414.  
  415. <div id="content">
  416. {block:Posts}
  417. <div class="entry">
  418. {block:IndexPage}<div class="perma">
  419. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  420.  
  421. </div>
  422. {/block:IndexPage}
  423. {block:Text}
  424. <div class="text">
  425. {block:Title}
  426. <h3><a href="{Permalink}">{Title}</a></h3>
  427. {/block:Title}
  428. {Body}
  429. </div>
  430. {/block:Text}
  431.  
  432. {block:Photo}
  433. {block:IndexPage}
  434. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="380"/>{LinkCloseTag}
  435. {/block:IndexPage}
  436. {block:permalinkpage}{LinkOpenTag}
  437. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="380"/>{LinkCloseTag}
  438. {/block:permalinkpage}
  439.  
  440. {/block:Photo}
  441.  
  442. {block:Photoset}
  443. {block:IndexPage}
  444. {Photoset-500}
  445. {/block:IndexPage}
  446. {block:permalinkpage}
  447. {Photoset-500}
  448. {/block:permalinkpage}
  449. {/block:Photoset}
  450.  
  451. {block:Quote}
  452. <div class="text">
  453. "{Quote}"
  454. {block:Source}
  455. <div class="source">{Source}</div>
  456. {/block:Source}
  457. </div>
  458. {/block:Quote}
  459.  
  460. {block:Link}
  461. <div class="text">
  462. <a href="{URL}" class="link" {Target}>{Name}</a>
  463. {block:Description}
  464. <div class="description">{Description}</div>
  465. {/block:Description}
  466. </div>
  467. {/block:Link}
  468.  
  469. {block:Chat}
  470. <div class="text">
  471. {block:Title}
  472. <h3><a href="{Permalink}">{Title}</a></h3>
  473. {/block:Title}
  474. <ul class="chat">
  475. {block:Lines}
  476. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  477.  
  478. {Line} </li>
  479. {/block:Lines}
  480. </ul>
  481. </div>
  482. {/block:Chat}
  483.  
  484. {block:Video}
  485.  
  486. {block:IndexPage}
  487. {Video-500}
  488. {/block:IndexPage}
  489. {block:permalinkpage}
  490. {Video-500}
  491. {/block:permalinkpage}
  492. {/block:Video}
  493.  
  494. {block:Audio}
  495. {AudioPlayerBlack}
  496. <div class="text">
  497. {block:Caption}
  498. {Caption}
  499. {/block:Caption}
  500. </div>
  501. {/block:Audio}
  502. {block:PermalinkPage}
  503. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} - Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  504. {/block:PermalinkPage}
  505. {block:PostNotes}{PostNotes}{/block:PostNotes}
  506. </div>
  507. {/block:Posts}
  508. </div>
  509. </div>
  510.  
  511.  
  512.  
  513. {block:ifendlessscroll}
  514. {block:Pagination}
  515. <ul id="pagination">
  516. {block:PreviousPage}
  517. <li><a href="{PreviousPage}"</a></li>
  518. {/block:PreviousPage}
  519. {block:JumpPagination length="5"}
  520. {block:CurrentPage}
  521. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  522. {/block:CurrentPage}
  523. {block:JumpPage}
  524. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  525. {/block:JumpPage}
  526. {/block:JumpPagination}
  527. {block:NextPage}
  528. <li><a id="nextPage" href="{NextPage}"></a></li>
  529. {/block:NextPage}
  530. </ul>
  531. {/block:Pagination}
  532. {block:IndexPage}
  533. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  534. <script type="text/javascript">
  535. $(window).load(function () {
  536. var $content = $('#content');
  537. $content.infinitescroll({
  538. navSelector : '#pagination',
  539. nextSelector : '#pagination a#nextPage',
  540. itemSelector : '.entry',
  541. loading: {
  542. finishedMsg: '',
  543. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  544. },
  545. bufferPx : 200,
  546. debug : false,
  547. });
  548. });
  549. </script>
  550. {/block:IndexPage}{/block:ifendlessscroll}
  551. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  552. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  553. <span id="scriptsinsert"> </span>
  554.  
  555. </body>
  556.  
  557. </a><div style="position:fixed; bottom:10px; right:10px;">
  558. <a href="http://fvckanonymous.tumblr.com/">C R E D I T</a>
  559.  
  560. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement