Advertisement
hor4ny

"Stand Up" theme - twistedmiracles

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