Fucking_Aj

oh look theme 6

Sep 15th, 2013
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.82 KB | None | 0 0
  1. <!--
  2. ▒█▀▀█ ░▀░ █░█ █▀▀█ █▀▀ █░░█ █░░█ █▀▀█ █▀▀█  
  3. ▒█▄▄█ ▀█▀ █▀▄ █▄▄█ █░░ █▀▀█ █░░█ █▄▄▀ █░░█  
  4. ▒█░░░ ▀▀▀ ▀░▀ ▀░░▀ ▀▀▀ ▀░░▀ ░▀▀▀ ▀░▀▀ ▀▀▀▀  
  5.  
  6. ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀   █
  7. ░▒█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█   ▀
  8. ░▒█░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀   ▄
  9.  
  10. -->
  11.  
  12. <html lang="en">
  13. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14. <html xmlns="http://www.w3.org/1999/xhtml">
  15. <head>
  16. <div id="credit"><a href="http://aj-ing.tumblr.com/"><font color=black>©</font></a></div>
  17.  
  18. <script type="text/javascript">
  19. <!--
  20.  
  21. // Disable Right Click Script
  22.  
  23. function IE(e)
  24. {
  25. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  26. {
  27. return false;
  28. }
  29. }
  30. function NS(e)
  31. {
  32. if (document.layers || (document.getElementById && !document.all))
  33. {
  34. if (e.which == "2" || e.which == "3")
  35. {
  36. return false;
  37. }
  38. }
  39. }
  40. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  41.  
  42. //-->
  43. </script>
  44.  
  45.  
  46. <script type="text/javascript"
  47. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  48.  
  49. <!--DEFAULT VARIABLES-->
  50. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  51. <meta name="color:background" content="#fff"/>
  52. <meta name="color:link" content="#777"/>
  53. <meta name="color:text" content="#777"/>
  54. <meta name="color:title" content="#333"/>
  55. <meta name="color:hover" content="#fff"/>
  56. <meta name="image:sidebar" content="1"/>
  57. <meta name="image:background" content="1"/>
  58.  
  59. <meta name="text:put your name here" content="put your name here"/>
  60. <meta name="text:title1" content="blog title"/>
  61. <meta name="text:link one" content="feet one"/>
  62. <meta name="text:link 1 msg" content="link 1 msg"/>
  63. <meta name="text:link two" content="feet two"/>
  64. <meta name="text:link 2 msg" content="link 2 msg"/>
  65. <meta name="text:link three" content="feet three"/>
  66. <meta name="text:link 3 msg" content="link 3 msg"/>
  67. <meta name="text:link four" content="feet four"/>
  68. <meta name="text:link 4 msg" content="link 4 msg"/>
  69. <meta name="text:link five" content="feet five"/>
  70. <meta name="text:link 5 msg" content="link 5 msg"/>
  71.  
  72. <meta name="color:title1" content="#ddd"/>
  73. <meta name="color:sidebar border1" content="#ddd"/>
  74. <meta name="color:sidebar border2" content="#ddd"/>
  75. <meta name="color:border1" content="#ddd"/>
  76. <meta name="color:border2" content="#ddd"/>
  77. <meta name="color:borders" content="7c7c7c">
  78. <meta name="color:border" content="#ddd"/>
  79. <meta name="color:scrollbar" content="7c7c7c">
  80.  
  81. <style type="text/css">
  82.  
  83.  
  84. ::-webkit-scrollbar-thumb{
  85. background-color: {color:scrollbar};
  86. border: 2px solid white;
  87. height:auto;
  88. -moz-border-radius: 10px;
  89. border-radius: 10px;
  90. }
  91.  
  92. ::-webkit-scrollbar {
  93. height:3px;
  94. width:3px;
  95. background-color:#aaa;
  96. }
  97.  
  98.  
  99.  
  100. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  101.  
  102. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  103.  
  104. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  105.  
  106. p {
  107. margin:0px;
  108. margin-top:0px;
  109. }
  110.  
  111.  
  112. body {
  113. padding: 0px;
  114. margin: 0px;
  115. color:{color:text};
  116. font-family: dixel;
  117. line-height:7px;
  118. font-size:8px;
  119. background-color: {color:Background};
  120. background-image:url({image:Background});
  121. background-attachment: fixed;
  122. background-repeat: repeat;
  123. }
  124.  
  125.  
  126. a:link, a:active, a:visited{
  127. text-decoration: none;
  128. -webkit-transition: color 0.3s ease-out;
  129. -moz-transition: color 0.3s ease-out;
  130. transition: color 0.3s ease-out;
  131. color:{color:link};
  132. }
  133.  
  134. a:hover {
  135. text-decoration: none;
  136. font-style:;
  137. color: {color:Hover};
  138. }
  139.  
  140. div#center{
  141. margin:auto;
  142. position:relative;
  143. width:1000px;
  144. background-color:;
  145. overflow:auto;
  146. overflow-y:hidden;
  147. }
  148.  
  149.  
  150. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  151. .entry {
  152. float:left;
  153. display: block;
  154. margin:6px;
  155. overflow:hidden;
  156. width:232px;
  157. padding:7px;
  158. padding-bottom:3px;
  159. border:3px double #ccc;
  160. box-shadow:0px 0px 0px #ccc;
  161. border-radius: 3px;
  162. font-family:calibri;
  163. font-size:13px;
  164. line-height:18px;
  165. {block:PermalinkPage}
  166. width:450px;
  167. text-align:left;
  168. line-height:18px;
  169. {/block:PermalinkPage}
  170. background:white;
  171. background-image:URL();
  172. -webkit-animation:fadeInLeft 2s;
  173. -moz-animation:fadeInLeft 2s;
  174. -ms-animation:fadeInLeft 2s;
  175. }
  176.  
  177.  
  178. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  179. .perma a { color:#000; }
  180.  
  181. .perma2 a { color:#000; }
  182.  
  183. .entry .perma {
  184. width:180px;
  185. height:25px;
  186. margin-left:18px;
  187. position: absolute;
  188. line-height: 28px;
  189. overflow:hidden;
  190. text-align:center;
  191. margin-top:30px;
  192. font-family:calibri;
  193. font-size:14px;
  194. background:white;
  195. word-spacing:0px;
  196. letter-spacing:1px;
  197. opacity: 0.0;
  198. transform: rotateX(220deg);
  199. -webkit-transform: rotateX(220deg); /* Safari and Chrome */
  200. border:6px solid {color:bar1};
  201. border-top:1px dotted {color:bar1};
  202. border-bottom:1px dotted {color:bar1};
  203. -webkit-transition: all .7s ease;
  204. -moz-transition: all .7s ease;
  205. -o-transition: all .7s ease;
  206. transition: all .7s ease;
  207. }
  208.  
  209. .entry:hover .perma {
  210. overflow:visible;
  211. opacity:1;
  212. margin-top:30px;
  213. transform: rotateX(0deg);
  214. -webkit-transform: rotateX(0deg); /* Safari and Chrome */
  215. }
  216.  
  217. .entry .perma2 {
  218. width:200px;
  219. height:25px;
  220. margin-left:12px;
  221. position: absolute;
  222. line-height: 28px;
  223. overflow:hidden;
  224. text-align:center;
  225. margin-top:90px;
  226. font-family:calibri;
  227. font-size:14px;
  228. background:white;
  229. word-spacing:0px;
  230. letter-spacing:0px;
  231. opacity: 0.0;
  232. transform: rotateX(220deg);
  233. -webkit-transform: rotateX(220deg); /* Safari and Chrome */
  234. border:6px solid {color:bar1};
  235. border-top:1px dotted {color:bar1};
  236. border-bottom:1px dotted {color:bar1};
  237. -webkit-transition: all .7s ease;
  238. -moz-transition: all .7s ease;
  239. -o-transition: all .7s ease;
  240. transition: all .7s ease;
  241. }
  242.  
  243. .entry:hover .perma2 {
  244. overflow:visible;
  245. opacity:1;
  246. margin-top:90px;
  247. transform: rotateX(0deg);
  248. -webkit-transform: rotateX(0deg); /* Safari and Chrome */
  249. }
  250.  
  251.  
  252. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  253. #posts {
  254. width:800px;
  255. margin-top:50px;
  256. z-index:99;
  257. margin-left:200px;
  258. right:auto;
  259. background:transparent;
  260. margin-right:auto;
  261. position:relative;
  262. overflow-y: hidden;
  263. }
  264.  
  265.  
  266. /*CUSTOMIZE SIDEBAR HERE*/
  267. #sidebar{
  268.  
  269. z-index: 3;
  270. position:fixed !important;
  271. width:270px;
  272. background: white;
  273. height:auto;
  274. padding: 10px;
  275. padding-bottom: 10px;
  276. padding-top: 12px;
  277. border-top: 8px inset {color:border};
  278. border-left: 8px inset {color:border};
  279. border-right: 8px inset {color:border};
  280. border-bottom: 8px inset {color:border};
  281. border-top-left-radius: 5px;
  282. border-top-right-radius: 5px;
  283. border-bottom-left-radius: 5px;
  284. border-bottom-right-radius: 5px;
  285. margin-top:135px;
  286. box-shadow: 0px 0px 5px #ddd;
  287. margin-left:-120px;
  288. text-align:center;
  289. }
  290.  
  291.  
  292. #sidebar img:hover{
  293. -webkit-filter:blur(2px);
  294. transition: all 0.5s ease-i-out;
  295. -o-transition-transition: all 0.3s ease-in-out;
  296. -webkit-transition: all 0.3s ease-in-out;
  297. -moz-transition: all 0.3s ease-in-out;
  298. }
  299.  
  300.  
  301. @font-face{font-family: "swag";src:url("http://static.tumblr.com/vtg00tr/nmnmousgo/fennl___.ttf");}
  302.  
  303.  
  304.  
  305. #link1{
  306. position:fixed;
  307. z-index:3;
  308. width:55px;
  309. height:55px;
  310. opacity: 0;
  311. padding:3px;
  312. padding-top: 6px;
  313. padding-bottom: 0px;
  314. margin-left:100px;
  315. margin-top:-30px;
  316. background:white;
  317. -moz-border-radius: 25px 10px / 10px 25px;
  318. border-radius: 25px 10px / 10px 25px;
  319. line-height:50px;
  320. text-align:center;
  321. color: #000;
  322. font-size: 40px;
  323. letter-spacing: 1px;
  324. font-family: swag;
  325. border-top: 5px solid {color:border1};
  326. border-left: 5px solid {color:border2};
  327. border-right: 3px solid {color:border2};
  328. border-bottom: 3px solid {color:border1};;
  329. transition: all 0.6s ease-out;
  330. -o-transition-transition: all 0.4s ease-out;
  331. -webkit-transition: all 0.4s ease-out;
  332. -moz-transition: all 0.4s ease-out;
  333. }
  334.  
  335.  
  336.  
  337.  
  338. #sidebar:hover #link1{
  339. margin-left: 20px;
  340. margin-top: 40px;
  341. opacity:1;
  342. }
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351. #link2{
  352.  
  353. position:fixed;
  354. z-index:3;
  355. width:55px;
  356. height:55px;
  357. opacity: 0;
  358. padding:3px;
  359. padding-top: 6px;
  360. padding-bottom: 0px;
  361. margin-left:400px;
  362. margin-top:-380px;
  363. background:white;
  364. -moz-border-radius: 25px 10px / 10px 25px;
  365. border-radius: 25px 10px / 10px 25px;
  366. line-height:50px;
  367. text-align:higher;
  368. color: #000;
  369. font-size: 40px;
  370. letter-spacing: 1px;
  371. font-family: swag;
  372. border-top: 5px solid {color:border1};
  373. border-left: 5px solid {color:border2};
  374. border-right: 3px solid {color:border2};
  375. border-bottom: 3px solid {color:border1};;
  376. transition: all 0.6s ease-out;
  377. -o-transition-transition: all 0.4s ease-out;
  378. -webkit-transition: all 0.4s ease-out;
  379. -moz-transition: all 0.4s ease-out;
  380. }
  381.  
  382.  
  383. #sidebar:hover #link2{
  384. margin-left: 95px;
  385. margin-top: 40px;
  386. opacity: 1;
  387. }
  388.  
  389.  
  390.  
  391.  
  392.  
  393. #link5{
  394. position:fixed;
  395. z-index:3;
  396. width:55px;
  397. height:55px;
  398. opacity: 0;
  399. padding:3px;
  400. padding-top: 6px;
  401. padding-bottom: 0px;
  402. margin-left:400px;
  403. margin-top:-380px;
  404. background:white;
  405. -moz-border-radius: 25px 10px / 10px 25px;
  406. border-radius: 25px 10px / 10px 25px;
  407. line-height:50px;
  408. text-align:center;
  409. color: #000;
  410. font-size:40px;
  411. letter-spacing: 1px;
  412. font-family: swag;
  413. border-top: 5px solid {color:border1};
  414. border-left: 5px solid {color:border2};
  415. border-right: 3px solid {color:border2};
  416. border-bottom: 3px solid {color:border1};;
  417. transition: all 0.6s ease-out;
  418. -o-transition-transition: all 0.4s ease-out;
  419. -webkit-transition: all 0.4s ease-out;
  420. -moz-transition: all 0.4s ease-out;
  421. }
  422.  
  423.  
  424. #sidebar:hover #link5{
  425. margin-left: 95px;
  426. margin-top: 150px;
  427. opacity: 1;
  428.  
  429. }
  430.  
  431.  
  432.  
  433.  
  434. #link3{
  435. position:fixed;
  436. z-index:3;
  437. width:55px;
  438. height:55px;
  439. opacity: 0;
  440. padding:3px;
  441. padding-top: 6px;
  442. padding-bottom: 0px;
  443. margin-left:400px;
  444. margin-top:-380px;
  445. background:white;
  446. -moz-border-radius: 25px 10px / 10px 25px;
  447. border-radius: 25px 10px / 10px 25px;
  448. line-height:50px;
  449. text-align:center;
  450. color: #000;
  451. font-size:40px;
  452. letter-spacing: 1px;
  453. font-family: swag;
  454. border-top: 5px solid {color:border1};
  455. border-left: 5px solid {color:border2};
  456. border-right: 3px solid {color:border2};
  457. border-bottom: 3px solid {color:border1};;
  458. transition: all 0.6s ease-out;
  459. -o-transition-transition: all 0.4s ease-out;
  460. -webkit-transition: all 0.4s ease-out;
  461. -moz-transition: all 0.4s ease-out;
  462. }
  463.  
  464.  
  465. #sidebar:hover #link3{
  466. margin-left: 180px;
  467. margin-top: 40px;
  468. opacity:1;
  469. }
  470.  
  471.  
  472.  
  473.  
  474. #link4{
  475. position:fixed;
  476. z-index:3;
  477. width:55px;
  478. height:55px;
  479. opacity: 0;
  480. padding:3px;
  481. padding-top: 6px;
  482. padding-bottom: 0px;
  483. margin-left:400px;
  484. margin-top:-380px;
  485. background:white;
  486. -moz-border-radius: 25px 10px / 10px 25px;
  487. border-radius: 25px 10px / 10px 25px;
  488. line-height:50px;
  489. text-align:center;
  490. color: #000;
  491. font-size: 40px;
  492. letter-spacing: 1px;
  493. font-family: swag;
  494. border-top: 5px solid {color:border1};
  495. border-left: 5px solid {color:border2};
  496. border-right: 3px solid {color:border2};
  497. border-bottom: 3px solid {color:border1};;
  498. transition: all 0.6s ease-out;
  499. -o-transition-transition: all 0.4s ease-out;
  500. -webkit-transition: all 0.4s ease-out;
  501. -moz-transition: all 0.4s ease-out;
  502. }
  503.  
  504.  
  505.  
  506. #sidebar:hover #link4{
  507. margin-left: 10px;
  508. margin-top: 150px;
  509. opacity: 1;
  510. }
  511.  
  512.  
  513. #link6{
  514. position:fixed;
  515. z-index:3;
  516. width:55px;
  517. height:55px;
  518. opacity: 0;
  519. padding:3px;
  520. padding-top: 6px;
  521. padding-bottom: 0px;
  522. margin-left:400px;
  523. margin-top:80px;
  524. background:white;
  525. -moz-border-radius: 25px 10px / 10px 25px;
  526. border-radius: 25px 10px / 10px 25px;
  527. line-height:50px;
  528. text-align:center;
  529. color: #000;
  530. font-size: 40px;
  531. letter-spacing: 1px;
  532. font-family: swag;
  533. border-top: 5px solid {color:border1};
  534. border-left: 5px solid {color:border2};
  535. border-right: 3px solid {color:border2};
  536. border-bottom: 3px solid {color:border1};;
  537. transition: all 0.6s ease-out;
  538. -o-transition-transition: all 0.4s ease-out;
  539. -webkit-transition: all 0.4s ease-out;
  540. -moz-transition: all 0.4s ease-out;
  541. }
  542.  
  543.  
  544.  
  545. #sidebar:hover #link6{
  546. margin-left: 180px;
  547. margin-top: 150px;
  548. opacity: 1;
  549. }
  550.  
  551. #desc{
  552. z-index:2;
  553. position:fixed !important;
  554. opacity: 0;
  555. width:235px;
  556. height:auto;
  557. padding:4px;
  558. margin-left:100px;
  559. margin-top:-407px;
  560. transform:rotate(20deg);
  561. -ms-transform:rotate(20deg);
  562. -webkit-transform:rotate(20deg);
  563. color:black;
  564. box-shadow:0px 0px 1px #333;
  565. border: 3px solid {color:sidebar border2};
  566. background:white;
  567. letter-spacing:1px;
  568. font-family: calibri;
  569. font-size:13px;
  570. line-height:18px;
  571. transition: all 0.6s ease-out;
  572. -o-transition-transition: all 0.4s ease-out;
  573. -webkit-transition: all 0.4s ease-out;
  574. -moz-transition: all 0.4s ease-out;
  575. }
  576.  
  577. #sidebar:hover #desc{
  578. opacity:3;
  579. transform:rotate(0deg);
  580. -ms-transform:rotate(0deg);
  581. -webkit-transform:rotate(0deg);
  582. -moz-border-radius: 25px 10px / 10px 25px;
  583. border-radius: 25px 10px / 10px 25px;
  584. margin-top:-100px;
  585. height: auto;
  586. width: 235px;
  587. margin-left:5px;
  588. }
  589. @font-face { font-family: "basket";src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,}
  590.  
  591.  
  592. #niggy{
  593.  
  594. -webkit-animation:bounceIn 2s;
  595. -moz-animation:bounceIn 2s;
  596. -ms-animation:bounceIn 2s;
  597.  
  598.  
  599.  
  600. text-shadow: -1px 0 {color:title shadow}, 0 1px {color:title shadow}, 1px 0 {color:title shadow}, 0 -1px {color:title shadow};
  601.  
  602. position:fixed !important;
  603. z-index:99;
  604. width:326px;
  605. height:30px;
  606. opacity: 1;
  607. padding:3px;
  608. padding-bottom:3px;
  609. margin-top:65px;
  610. margin-left:-10px;
  611. background:transparent;
  612. line-height:45px;
  613. text-align:center;
  614. color: {color:title1};
  615. letter-spacing:2px;
  616. font-size: 50px;
  617. font-family: basket;
  618. }
  619. #credit{
  620. position:fixed;
  621. z-index:999999999999999;
  622. bottom:0px;
  623. left:5px;
  624. width:15px;
  625. height:10px;
  626. background-color:white;
  627. color: #626285;
  628. font-family: calibri;
  629. font-size:15px;
  630. line-height:0px;
  631. text-align:center;
  632. transition: all 0.6s ease-out;
  633. -o-transition-transition: all 0.6s ease-out;
  634. -webkit-transition: all 0.6s ease-out;
  635. -moz-transition: all 0.6s ease-out;
  636. opacity:1;
  637. }
  638.  
  639. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/vtg00tr/nmnmousgo/fennl___.ttf'); }
  640.  
  641.  
  642. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  643. .title{
  644. line-height: 12px;
  645. color:{color:Title};
  646. font-weight: normal;
  647. }
  648.  
  649.  
  650. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  651. .permalink{
  652. text-transform: normal;
  653. display: block;
  654. text-align: right;
  655. text-decoration: none;
  656. }
  657.  
  658.  
  659. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  660. #infscr-loading{
  661. bottom: -70px;
  662. position: absolute;
  663. left: 50%;
  664. margin-left:-8px;
  665. width:16px;
  666. height:11px;
  667. overflow:hidden;
  668. margin-bottom: 50px;
  669. }
  670.  
  671. #postnotes{
  672. text-align: justify;}
  673.  
  674. #postnotes blockquote{
  675. border: 0px;}
  676.  
  677. blockquote{
  678. padding:0px 0px 2px 5px;
  679. margin:0px 0px 2px 10px;
  680. border-left: 1px dotted #555555;
  681. }
  682.  
  683. blockquote p, ul{
  684. margin:0px;
  685. padding:0px;
  686. }
  687.  
  688. a img{border: 0px;}
  689.  
  690.  
  691. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  692.  
  693. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  694. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  695.  
  696. .notes img{width:10px; position:relative; top:3px;}
  697. <--ses-->
  698. small{font-size: 90%;}
  699.  
  700. {CustomCSS}
  701.  
  702. </style>
  703.  
  704. {block:IndexPage}
  705. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  706. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  707.  
  708. <script type="text/javascript">
  709. $(window).load(function(){
  710. var $wall = $('#posts');
  711. $wall.imagesLoaded(function(){
  712. $wall.masonry({
  713. itemSelector: '.entry, .entry_photo',
  714. isAnimated : false
  715. });
  716. });
  717.  
  718. $wall.infinitescroll({
  719. navSelector : '#pagination',
  720. nextSelector : '#pagination a',
  721. itemSelector : '.entry, .entry_photo',
  722. bufferPx : 2000,
  723. debug : false,
  724. errorCallback: function() {
  725. $('#infscr-loading').fadeOut('normal');
  726. }},
  727. function( newElements ) {
  728. var $newElems = $( newElements );
  729. $newElems.hide();
  730. $newElems.imagesLoaded(function(){
  731. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  732. });
  733. }); $('#posts').show(500);
  734. });
  735. </script>
  736.  
  737.  
  738. {/block:IndexPage}
  739.  
  740.  
  741. <title>{title}</title>
  742.  
  743. <link rel="shortcut icon" href="{Favicon}" />
  744. <meta name="viewport" content="width=820" />
  745. </head>
  746.  
  747. <body>
  748. <BODY onselectstart="return false;" ondragstart="return false;">
  749. <div class="wrapper">
  750. <div class="header">
  751.  
  752. <div id="niggy">{text:title1}</center></div>
  753.  
  754. </div>
  755.  
  756. <div id="cage">
  757. <div id="center">
  758.  
  759. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  760. <div id="sidebar">
  761. <center>
  762. <div id="link1"><a href="{text:link one}" title="{text:link one msg}">.01</a></div>
  763. <div id="link2"><a href="{text:link two}" title="{link two msg}">.02</a></div>
  764. <div id="link3"><a href="{text:link three}" title="{link three msg}">.03</a></div>
  765. <div id="link4"><a href="{text:link four}" title="{link four msg}">.04</a></div>
  766. <div id="link5"><a href="{text:link five}" title="{link five msg}">.05</a></div>
  767. <div id="link6"><a href="{text:link six}" title="{link six msg}">.06</a></div>
  768. <a href="/"><img src="{image:sidebar}" width=100%></a>
  769.  
  770. <div id="desc"> {description}
  771.  
  772. </center>
  773. </div>
  774. <!------------------------------------->
  775.  
  776.  
  777. <div class="left">
  778. <div id="posts">
  779. {block:Posts}
  780. <div class="entry">
  781.  
  782. {block:Answer}
  783. <div style="margin-left:5px; margin-top:16px; min-height:auto; border: 1px dotted {color:bar2};
  784. border-right: 3px solid {color:bar2};
  785. border-left: 3px solid {color:bar2}; padding: 10px; background-color:#f1f1f1; {block:IndexPage} width: 200px; {/block:IndexPage}{block:PermalinkPage} width:410px; {/block:PermalinkPage} ;">
  786. <img src="{AskerPortraitURL-30}" width="25" height="25" align="left" style="margin-left: -11px; margin-top: -6px ;padding: 2px; background: white; border:1px solid #ccc; border-left:3px solid {color:bar2}}; z-index:1;opacity:1; border-radius:40px;"/>
  787. <ask>{Asker}</ask>: {Question}</div> </p> <br>
  788. <img src="{PostAuthorPortraitURL-30}" width="25" align="right" style="margin-right: 4px; margin-top: 13px ;padding: 2px; background: white; border:1px solid #ccc; border-right:3px solid {color:bar2}}; z-index:1;opacity:1; border-radius:40px;"/>
  789. <div style="margin-left:5px; margin-top:9px; min-height:auto; border: 1px dotted {color:bar2}};
  790. border-right: 3px solid {color:bar2};
  791. border-left: 3px solid {color:bar2}; padding: 10px; background-color:#f1f1f1; {block:IndexPage} width: 200px; {/block:IndexPage}{block:PermalinkPage} width:410px; {/block:PermalinkPage} ;"><center>{Answer}</center></div><br><br>
  792.  
  793. {block:indexpage}
  794. <span class="permalink1"><a href="{Permalink}">posted {timeago}</a> with <a href="{Permalink}">{notecountwithlabel}</a> </span>
  795. {/block:indexpage}
  796.  
  797.  
  798. {/block:Answer}
  799.  
  800.  
  801. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>
  802.  
  803. {block:IndexPage}
  804.  
  805. <div class="permalink">
  806. <a href="{permalink}">posted {timeago}</a> with <a href="{Permalink}">{notecountwithlabel}</a>
  807. </div>
  808.  
  809. {/block:IndexPage}
  810.  
  811. {/block:Text}
  812.  
  813. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  814.  
  815. {block:IndexPage}
  816.  
  817. <div class="permalink">
  818. <a href="{permalink}">posted {timeago}</a> with <a href="{Permalink}">{notecountwithlabel}</a>
  819. </div>
  820.  
  821. {/block:IndexPage}
  822.  
  823. {block:Link}
  824.  
  825. {block:Photo}
  826. {block:IndexPage}
  827. <center>
  828.  
  829. <div class="perma">
  830. <a href="{ReblogURL}" target="_blank"> Buy - </a> <a href="{Permalink}" target="_blank">${notecount}</a>
  831. </div>
  832.  
  833. <div class="perma2">
  834. <a href="{permalink}">bought {timeago}</a>
  835. </div>
  836.  
  837. <div class="photo"><div style="padding:2px; padding-bottom:0px;"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div></div>
  838. {/block:IndexPage}
  839. {block:PermalinkPage}
  840. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  841.  
  842. {LinkCloseTag}
  843. {/block:PermalinkPage}
  844. {/block:Photo}
  845.  
  846. {block:Photoset}
  847. {block:IndexPage}
  848. <center>
  849.  
  850. <div class="perma">
  851. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  852.  
  853. {Photoset-250}</center>
  854. {/block:IndexPage}
  855. {block:PermalinkPage}
  856. <center>
  857. {Photoset-500}</center>
  858. {/block:PermalinkPage}
  859. {/block:Photoset}
  860.  
  861. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  862.  
  863. {block:IndexPage}
  864.  
  865. <div class="permalink">
  866. <a href="{permalink}">posted {timeago}</a> with <a href="{Permalink}">{notecountwithlabel}</a>
  867. </div>
  868.  
  869. {/block:IndexPage}
  870.  
  871. {/block:Quote}
  872.  
  873. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  874. <ul class="chat">
  875. {block:Lines}
  876. <li class="user_{UserNumber}">
  877. {block:Label}
  878. <span class="label">{Label}</span>
  879. {/block:Label}
  880.  
  881. {Line}
  882. </li>
  883. {/block:Lines}
  884.  
  885. {block:IndexPage}
  886.  
  887. <div class="permalink">
  888. <a href="{permalink}">posted {timeago}</a> with <a href="{Permalink}">{notecountwithlabel}</a>
  889. </div>
  890.  
  891. {/block:IndexPage}
  892.  
  893. {/block:Chat}
  894.  
  895. {block:Audio}
  896. <div style="width:200px; height:30px;">
  897. {AudioPlayerBlack}
  898. </div>
  899. {block:IndexPage}
  900.  
  901. {block:IndexPage}
  902.  
  903. <div class="permalink">
  904. <a href="{permalink}">posted {timeago}</a> with <a href="{Permalink}">{notecountwithlabel}</a>
  905. </div>
  906.  
  907. {/block:IndexPage}
  908.  
  909. </span>{/block:IndexPage}
  910. {/block:Audio}
  911.  
  912. {block:Video}
  913. {block:IndexPage}
  914. <center>
  915. <div class="perma">
  916. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  917. {Video-250}</center>
  918. {/block:IndexPage}
  919. {block:PermalinkPage}
  920. <center>
  921. {Video-400}</center>
  922. {/block:PermalinkPage}
  923. {block:Video}
  924.  
  925.  
  926. {block:PostNotes}<div align="middle">{caption}</div>
  927. <center>
  928.  
  929. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  930.  
  931. {block:HasTags}
  932. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  933. {block:RebloggedFrom}
  934. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  935. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  936.  
  937. {/block:RebloggedFrom}
  938. </center></span>
  939. <br>
  940. <div id="postnotes">{PostNotes}</div><br>
  941.  
  942. <center>{block:ContentSource}
  943. <br><a href="{SourceURL}">
  944. {lang:Source}:
  945. {block:SourceLogo}
  946. <img src="{BlackLogoURL}" width="{LogoWidth}"
  947. height="{LogoHeight}" alt="{SourceTitle}" />
  948. {/block:SourceLogo}
  949. {block:NoSourceLogo}
  950. {SourceLink}
  951. {/block:NoSourceLogo}
  952. </a>
  953. {/block:ContentSource}</center>
  954.  
  955. {/block:PostNotes}
  956. </div>
  957. {/block:Posts}
  958. </div></div>
  959.  
  960. {block:IndexPage}
  961. {block:Pagination}
  962. <div id="pagination">
  963. {block:NextPage}
  964. <a id="nextPage" href="{NextPage}"></a>
  965. {/block:NextPage}
  966. {block:PreviousPage}
  967. <a href="{PreviousPage}"></a>
  968. {/block:PreviousPage}
  969. </div>
  970. {/block:Pagination}
  971. {/block:IndexPage}
  972. </body>
  973. </html>
Add Comment
Please, Sign In to add comment