Advertisement
Guest User

fritz

a guest
Oct 23rd, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.60 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'>
  4. <head>
  5. <title>PRO CAPTURER</title>
  6.  
  7. <link href='https://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
  8. <link href='https://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
  9. <link href='https://fonts.googleapis.com/css?family=Arapey' rel='stylesheet' type='text/css'>
  10. <link href='https://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'>
  11. <link href='https://fonts.googleapis.com/css?family=Basic' rel='stylesheet' type='text/css'>
  12. <link href='https://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
  13. <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  14. <link href='https://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  15. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  16. <link href='https://fonts.googleapis.com/css?family=Dosis:400,300' rel='stylesheet' type='text/css'>
  17. <meta name="image:Avatar" content="http://i.imgur.com/Bkpr1oL.png" />
  18.  
  19. <link rel="shortcut icon" href="http://static.tumblr.com/kwavwkj/j86ofiz0w/star.png">
  20.  
  21. <!-- start of script tooltip -->
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23.  
  24. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  25.  
  26. <script>
  27.  
  28. (function($){
  29.  
  30. $(document).ready(function(){
  31.  
  32. $("a[title]").style_my_tooltips({
  33.  
  34. tip_follows_cursor:true,
  35.  
  36. tip_delay_time:90,
  37.  
  38. tip_fade_speed:600,
  39.  
  40. attribute:"title"
  41.  
  42. });
  43.  
  44. });
  45.  
  46. })(jQuery);
  47.  
  48. </script>
  49.  
  50. <!-- end of script tooltip -->
  51.  
  52. <style rel='stylesheet' type='text/css'>
  53.  
  54. #s-m-t-tooltip {
  55. position:absolute;
  56. padding: 1px 5px;
  57. margin-left:20px;
  58. font-size:8px;
  59. font-weight:bold;
  60. z-index: 999999999;
  61. color: #aa827a;
  62. font-family: helvetica, sans-serif;
  63. background: #404142;
  64. border: 3px double #aa827a;
  65.  
  66. }
  67.  
  68.  
  69. ::-webkit-scrollbar-thumb:vertical {background-color:#a3a3a3; height:10px;}
  70. ::-webkit-scrollbar-thumb:horizontal {background-color:; height:5px;}
  71. ::-webkit-scrollbar {background-color: ; height:5px; width:7px;}
  72.  
  73. body {
  74. background-color: #404142;
  75. background-position: top left;
  76. background-attachment: fixed;
  77. background-repeat: no-repeat;
  78. font-family: helvetica;
  79. font-size: 10px;
  80. font-weight: normal;
  81. word-wrap: break-word;
  82. line-height: 110%;
  83. height: 100%;
  84. margin: 0px;
  85. }
  86.  
  87. b, strong {
  88. color: #ac423f;
  89. font-weight: bold;
  90. font-size: 14px;
  91. font-family: 'Montserrat';
  92. text-shadow:1px 1px 0px #0e0e0e,
  93. 1px -1px 0px #0e0e0e,
  94. -1px -1px 0px #0e0e0e,
  95. -1px 1px 0px #0e0e0e,
  96. 0px 1px 0px #0e0e0e,
  97. 0px -1px 0px #0e0e0e,
  98. 1px 0px 0px #0e0e0e,
  99. -1px 0px 0px #0e0e0e;
  100. letter-spacing:1px;
  101. text-align:center;}
  102.  
  103.  
  104. i, em {
  105. color: #0e0e0e;
  106. font-weight: bold;
  107. font-size: 16px;
  108. font-family: 'Satisfy', cursive;
  109. text-shadow: -1px 0 #698fa4, 0 1px #698fa4, 1px 0 #698fa4, 0 -1px #698fa4;
  110. }
  111.  
  112. h1 {
  113. font-weight: bold;
  114. font-size: 20px;
  115. text-align: left;
  116. font-style: normal;
  117. line-height: 20px;
  118. letter-spacing: 1px;
  119. text-transform: uppercase;
  120. text-shadow: 0px 0px 1px #0e0e0e, 0px 2px 1px #0e0e0e;
  121. color: #58788e;
  122. margin-bottom: 5px;
  123. margin-top: 0px;
  124.  
  125. }
  126.  
  127. h2 {
  128. border: 3px double #aa827a;
  129. background-color: #404142;
  130. font-size: 20px;
  131. text-align: center;
  132. line-height: 40px;
  133. vertical-align: middle;
  134. text-transform: uppercase;
  135. color: #aa827a;
  136. font-weight: bold;
  137. margin-bottom: 5px;
  138. margin-top: 0px;
  139. text-shadow: 0px 0px 1px #0e0e0e, 0px 2px 1px #0e0e0e;
  140. }
  141.  
  142. h3 {
  143. font-size: 16px;
  144. text-align: center;
  145. text-transform: uppercase;
  146. line-height: 16px;
  147. margin: 0px;
  148. color: #c5c5c5;
  149. text-shadow: -1px 0 #aa827a, 0 1px #aa827a, 1px 0 #aa827a, 0 -1px #aa827a;
  150. }
  151.  
  152. h4 {
  153. font-size: 30px;
  154. text-align: left;
  155. text-transform: uppercase;
  156. line-height: 30px;
  157. margin: 5px;
  158. margin-top: 5px;
  159. margin-bottom:0px;
  160. color: #0e0e0e;
  161. text-shadow: -1px 0 #aa827a, 0 1px #aa827a, 1px 0 #aa827a, 0 -1px #aa827a;
  162.  
  163. }
  164.  
  165. h4 a {
  166. text-decoration:none;
  167. outline:none;
  168. color:#0e0e0e;
  169. -moz-outline-style:none;
  170. -moz-transition-duration:0.5s;
  171. -webkit-transition-duration:0.5s;
  172. -o-transition-duration:0.5s;
  173. }
  174.  
  175. h5 {
  176. font-size: 30px;
  177. text-align: center;
  178. text-transform: uppercase;
  179. line-height: 30px;
  180. margin: 5px;
  181. margin-top: 0px;
  182. color: #404142;
  183. text-shadow: -1px 0 #aa827a, 0 1px #aa827a, 1px 0 #aa827a, 0 -1px #aa827a;}
  184.  
  185. h5 a {
  186. text-decoration:none;
  187. outline:none;
  188. color:#404142;
  189. -moz-outline-style:none;
  190. -moz-transition-duration:0.5s;
  191. -webkit-transition-duration:0.5s;
  192. -o-transition-duration:0.5s;
  193. }
  194.  
  195. .sexyline {
  196. margin: 25px 0;
  197. margin-bottom: 25px;
  198. height: 1px;
  199. background: black;
  200. background: -webkit-gradient(linear, 0 0, 100% 0, from(#0e0e0e), to(#0e0e0e), color-stop(50%, #aa827a));
  201. }
  202.  
  203. .sexyline2 {
  204. margin-left: 55px;
  205. margin-right: 5px;
  206. margin-top: 0;
  207. margin-bottom: 15px;
  208. height: 1px;
  209. background: black;
  210. background: -webkit-gradient(linear, 0 0, 100% 0, from(#0e0e0e), to(#0e0e0e), color-stop(50%, #aa827a));
  211. }
  212. .sexyline3 {
  213. margin-left: 5px;
  214. margin-right: 5px;
  215. margin-top: 15px;
  216. margin-bottom: 15px;
  217. height: 1px;
  218. background: black;
  219. background: -webkit-gradient(linear, 0 0, 100% 0, from(#0e0e0e), to(#0e0e0e), color-stop(50%, #aa827a));
  220. }
  221.  
  222. blockquote {
  223. border-left: 1px solid #aa827a;
  224. padding: 5px;
  225. margin: 5px;
  226. letter-spacing: 1px;
  227. background-color: #282828;
  228. -moz-border-radius-topleft: 5px;
  229. -webkit-border-top-left-radius: 5px;
  230. -moz-border-radius-bottomleft: 5px;
  231. -webkit-border-bottom-left-radius: 5px;
  232. -moz-border-radius-topright: 5px;
  233. -webkit-border-top-right-radius: 5px;
  234. -moz-border-radius-bottomright: 5px;
  235. -webkit-border-bottom-right-radius: 5px;
  236. }
  237.  
  238. blockquote blockquote {
  239. border-left: 1px solid #aa827a;
  240. padding: 5px;
  241. margin: 5px;
  242. letter-spacing: 1px;
  243. background-color: #ababab;
  244. -moz-border-radius-topleft: 5px;
  245. -webkit-border-top-left-radius: 5px;
  246. -moz-border-radius-bottomleft: 5px;
  247. -webkit-border-bottom-left-radius: 5px;
  248. -moz-border-radius-topright: 5px;
  249. -webkit-border-top-right-radius: 5px;
  250. -moz-border-radius-bottomright: 5px;
  251. -webkit-border-bottom-right-radius: 5px;
  252. }
  253.  
  254. blockquote img{
  255. max-width:100%;
  256. height:auto;
  257. }
  258.  
  259. blockquote blockquote img{
  260. max-width:100%;
  261. height:auto;
  262. }
  263.  
  264.  
  265.  
  266. pre {
  267. white-space: pre-wrap; /* CSS 3 */
  268. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  269. white-space: -pre-wrap; /* Opera 4-6 */
  270. white-space: -o-pre-wrap; /* Opera 7 */
  271. word-wrap: break-word; /* Internet Explorer 5.5+ */
  272. text-align: center;
  273. padding: 10px 0px;
  274. text-transform: uppercase;
  275. font-size: 12px;
  276. width: 100%;
  277. height: auto;
  278. line-height: 10px;
  279. letter-spacing: 1px;
  280. color: #aa827a;
  281. border: 3px double #aa827a;
  282. background-color: #404142;
  283. margin-top: -1px;
  284. }
  285.  
  286. a {
  287. text-decoration:none;
  288. outline:none;
  289. color:#ac423f;
  290. -moz-outline-style:none;
  291. -moz-transition-duration:0.5s;
  292. -webkit-transition-duration:0.5s;
  293. -o-transition-duration:0.5s;
  294. }
  295.  
  296. a:hover {
  297. text-decoration:none;
  298. outline:none;
  299. color:#a6a4a7;
  300. text-shadow: #0e0e0e 0 0 5px;
  301. }
  302.  
  303. #left {
  304. margin-left: 0px;
  305. bottom: 0;
  306. left: 0px;
  307. position:fixed;
  308. width:731px;
  309. height: 100%;
  310. z-index: 99;
  311. }
  312.  
  313. .left img {
  314. width: 731px;
  315. display: block;
  316. z-index: 99;
  317. margin-top: 0px;
  318. }
  319.  
  320. #right {
  321. top: 0;
  322. bottom: 0;
  323. left: 1251px;
  324. position:fixed;
  325. width: 662px;
  326. height: 100%x;
  327. z-index: 99;
  328. }
  329.  
  330. .right img {
  331. height: 100%;
  332. width: 667px;
  333. display: block;
  334. z-index: 999999;
  335. margin-top: 0px;
  336. }
  337.  
  338.  
  339.  
  340. #sidelinks1 {
  341. position:fixed;
  342. top:670px;
  343. left: 169px;
  344. text-align: center;
  345. width: 120px;
  346. height:15px;
  347. line-height: 15px;
  348. border: 2px solid #698fa4;
  349. padding: 5px;
  350. margin: 5px;
  351. letter-spacing: 1px;
  352. background: #0e0e0e;
  353. z-index: 999999;
  354. -moz-border-radius-topleft: 5px;
  355. -webkit-border-top-left-radius: 5px;
  356. -moz-border-radius-bottomleft: 5px;
  357. -webkit-border-bottom-left-radius: 5px;
  358. -moz-border-radius-topright: 5px;
  359. -webkit-border-top-right-radius: 5px;
  360. -moz-border-radius-bottomright: 5px;
  361. -webkit-border-bottom-right-radius: 5px;
  362. }
  363.  
  364. #sidelinks1:hover {
  365. letter-spacing: 1px;
  366. background: #282828;
  367. color:#aa827a;
  368. -moz-transition-duration:0.5s;
  369. -webkit-transition-duration:0.5s;
  370. -o-transition-duration:0.5s;
  371. }
  372.  
  373. #sidelinks2 {
  374. position:fixed;
  375. top:670px;
  376. left: 312px;
  377. text-align: center;
  378. width: 120px;
  379. height:15px;
  380. line-height: 15px;
  381. border: 2px solid #698fa4;
  382. padding: 5px;
  383. margin: 5px;
  384. letter-spacing: 1px;
  385. background: #0e0e0e;
  386. z-index: 999999;
  387. -moz-border-radius-topleft: 5px;
  388. -webkit-border-top-left-radius: 5px;
  389. -moz-border-radius-bottomleft: 5px;
  390. -webkit-border-bottom-left-radius: 5px;
  391. -moz-border-radius-topright: 5px;
  392. -webkit-border-top-right-radius: 5px;
  393. -moz-border-radius-bottomright: 5px;
  394. -webkit-border-bottom-right-radius: 5px;
  395. }
  396.  
  397. #sidelinks2:hover {
  398. letter-spacing: 1px;
  399. background: #282828;
  400. color:#aa827a;
  401. -moz-transition-duration:0.5s;
  402. -webkit-transition-duration:0.5s;
  403. -o-transition-duration:0.5s;
  404. }
  405.  
  406. #sidelinks3 {
  407. position:fixed;
  408. top:670px;
  409. left: 454px;
  410. text-align: center;
  411. width: 120px;
  412. height:15px;
  413. line-height: 15px;
  414. border: 2px solid #698fa4;
  415. padding: 5px;
  416. margin: 5px;
  417. letter-spacing: 1px;
  418. background: #0e0e0e;
  419. z-index: 999999;
  420. -moz-border-radius-topleft: 5px;
  421. -webkit-border-top-left-radius: 5px;
  422. -moz-border-radius-bottomleft: 5px;
  423. -webkit-border-bottom-left-radius: 5px;
  424. -moz-border-radius-topright: 5px;
  425. -webkit-border-top-right-radius: 5px;
  426. -moz-border-radius-bottomright: 5px;
  427. -webkit-border-bottom-right-radius: 5px;
  428. }
  429.  
  430. #sidelinks3:hover {
  431. letter-spacing: 1px;
  432. background: #282828;
  433. color:#aa827a;
  434. -moz-transition-duration:0.5s;
  435. -webkit-transition-duration:0.5s;
  436. -o-transition-duration:0.5s;
  437. }
  438.  
  439. #sidelinks4 {
  440. position:fixed;
  441. top:705px;
  442. left: 169px;
  443. text-align: center;
  444. width: 120px;
  445. height:15px;
  446. line-height: 15px;
  447. border: 2px solid #698fa4;
  448. padding: 5px;
  449. margin: 5px;
  450. letter-spacing: 1px;
  451. background: #0e0e0e;
  452. z-index: 999999;
  453. -moz-border-radius-topleft: 5px;
  454. -webkit-border-top-left-radius: 5px;
  455. -moz-border-radius-bottomleft: 5px;
  456. -webkit-border-bottom-left-radius: 5px;
  457. -moz-border-radius-topright: 5px;
  458. -webkit-border-top-right-radius: 5px;
  459. -moz-border-radius-bottomright: 5px;
  460. -webkit-border-bottom-right-radius: 5px;
  461. }
  462.  
  463. #sidelinks4:hover {
  464. letter-spacing: 1px;
  465. background: #282828;
  466. color:#aa827a;
  467. -moz-transition-duration:0.5s;
  468. -webkit-transition-duration:0.5s;
  469. -o-transition-duration:0.5s;
  470. }
  471.  
  472. #sidelinks5 {
  473. position:fixed;
  474. top:705px;
  475. left: 312px;
  476. text-align: center;
  477. width: 120px;
  478. height:15px;
  479. line-height: 15px;
  480. border: 2px solid #698fa4;
  481. padding: 5px;
  482. margin: 5px;
  483. letter-spacing: 1px;
  484. background: #0e0e0e;
  485. z-index: 999999;
  486. -moz-border-radius-topleft: 5px;
  487. -webkit-border-top-left-radius: 5px;
  488. -moz-border-radius-bottomleft: 5px;
  489. -webkit-border-bottom-left-radius: 5px;
  490. -moz-border-radius-topright: 5px;
  491. -webkit-border-top-right-radius: 5px;
  492. -moz-border-radius-bottomright: 5px;
  493. -webkit-border-bottom-right-radius: 5px;
  494. }
  495.  
  496. #sidelinks5:hover {
  497. letter-spacing: 1px;
  498. background: #282828;
  499. color:#aa827a;
  500. -moz-transition-duration:0.5s;
  501. -webkit-transition-duration:0.5s;
  502. -o-transition-duration:0.5s;
  503. }
  504.  
  505. #sidelinks6 {
  506. position:fixed;
  507. top:705px;
  508. left: 454px;
  509. text-align: center;
  510. width: 120px;
  511. height:15px;
  512. line-height: 15px;
  513. border: 2px solid #698fa4;
  514. padding: 5px;
  515. margin: 5px;
  516. letter-spacing: 1px;
  517. background: #0e0e0e;
  518. z-index: 999999;
  519. -moz-border-radius-topleft: 5px;
  520. -webkit-border-top-left-radius: 5px;
  521. -moz-border-radius-bottomleft: 5px;
  522. -webkit-border-bottom-left-radius: 5px;
  523. -moz-border-radius-topright: 5px;
  524. -webkit-border-top-right-radius: 5px;
  525. -moz-border-radius-bottomright: 5px;
  526. -webkit-border-bottom-right-radius: 5px;
  527. }
  528.  
  529. #sidelinks6:hover {
  530. letter-spacing: 1px;
  531. background: #282828;
  532. color:#aa827a;
  533. -moz-transition-duration:0.5s;
  534. -webkit-transition-duration:0.5s;
  535. -o-transition-duration:0.5s;
  536. }
  537.  
  538. #pagination {
  539. top: 560px;
  540. margin-left: 175px;
  541. position: fixed;
  542. width: 400px;
  543. z-index: 99999;
  544. text-align: center;
  545. color: #404142;
  546. font-family: 'Dosis', sans-serif;
  547. font-size: 15px;
  548. text-shadow: -1px 0 #aa827a, 0 1px #aa827a, 1px 0 #aa827a, 0 -1px #aa827a;
  549. -webkit-font-smoothing: antialiased;
  550.  
  551. }
  552.  
  553.  
  554.  
  555. #description {
  556. top: 510px;
  557. margin-left: 184px;
  558. position: fixed;
  559. width: 400px;
  560. z-index: 99999;
  561. text-align: center;
  562. color: #c5c5c5;
  563. font-family: 'Dosis', sans-serif;
  564. font-size: 15px;
  565. line-height: 95%;
  566. }
  567.  
  568. #pagination a {
  569. line-height: 100%;
  570. text-align: center;
  571. color: #404142;
  572.  
  573. }
  574.  
  575. #pagination a:hover {
  576. text-decoration:none;
  577. -moz-outline-style:none;
  578. color: #aa827a;
  579. -webkit-transition: all 0.6s ease-in-out;
  580. -moz-transition: all 0.6s ease-in-out;
  581. -o-transition: all 0.6s ease-in-out;
  582. -ms-transition: all 0.6s ease-in-out;
  583. text-shadow: #aa827a 0 0 5px;
  584. }
  585.  
  586. #entries {
  587. background-color:;
  588. top: 0px;
  589. margin-bottom: 0px;
  590. margin-left: 736px;
  591. width:520px;
  592. margin-top: 0px;
  593. height: auto !important;
  594. min-height: 100%;
  595. z-index: 9999999;
  596. overflow-x: visible;
  597. overflow-y: hidden;
  598. }
  599.  
  600. #posts {
  601. width: 500px;
  602. text-align: justify;
  603. font-size: 13px;
  604. line-height: 100%;
  605. padding: 5px;
  606. margin-top: 0px;
  607. margin-bottom: 20px;
  608. margin-right: 10px;
  609. color: #777777;
  610. z-index: 9;
  611. background-color: #0e0e0e;
  612. }
  613.  
  614. #permalink {
  615. text-align: center;
  616. padding: 10px 1px;
  617. text-transform: uppercase;
  618. font-size: 8px;
  619. width: 98%;
  620. height: auto;
  621. letter-spacing: 1px;
  622. border: 3px double #aa827a;
  623. margin-top: -1px;
  624. margin: auto;
  625. float: center;
  626. background-image:url("http://static.tumblr.com/kwavwkj/OtYofj00a/starinfobg.png");
  627. background-attachment: fixed;
  628. }
  629.  
  630. #permalink a {
  631. color:#0e0e0e;
  632. text-shadow:1px 1px 0px #aa827a,
  633. 1px -1px 0px #aa827a,
  634. -1px -1px 0px #aa827a,
  635. -1px 1px 0px #aa827a,
  636. 0px 1px 0px #aa827a,
  637. 0px -1px 0px #aa827a,
  638. 1px 0px 0px #aa827a,
  639. -1px 0px 0px #aa827a;
  640. font-size:7px;
  641. text-transform:uppercase;
  642. letter-spacing:1px;
  643. text-align:center;
  644. }
  645.  
  646.  
  647. #permalink a:hover {
  648. text-decoration:none;
  649. outline:none;
  650. color:#c7c7c7;
  651. text-shadow: #0e0e0e 0 0 5px;
  652. }
  653.  
  654. #tags {
  655. margin-top: -10px;
  656. text-align: center;
  657. font-size: 5px;
  658. }
  659.  
  660. #tags a {
  661. color: #aa827a;
  662. font-size: 10px;
  663. }
  664.  
  665. #tags a:hover {
  666. text-decoration:none;
  667. outline:none;
  668. color:#b8b8b8;
  669. text-shadow: #373737 0 0 5px;}
  670.  
  671. #img {
  672. border: none;
  673. max-width: 100%;
  674. }
  675.  
  676. ol.notes {
  677. padding: 0px;
  678. padding-left: 5px;
  679. margin-top: 5px;
  680. margin auto 0;
  681. margin-right: 10px;
  682. margin-bottom: 20px;
  683. list-style-type: none;
  684. background-color: #;
  685. color: #8a8a8a;
  686. }
  687.  
  688. ol.notes li.note {
  689. padding: 10px;
  690. }
  691.  
  692.  
  693. ol.notes li.note .answer_content {
  694. font-weight: normal;
  695. }
  696.  
  697. ol.notes li.note blockquote {
  698. border-color: #eee;
  699. padding: 4px 10px;
  700. margin: 10px 0px 0px 25px;
  701. }
  702.  
  703. ol.notes li.note blockquote a {
  704. text-decoration: none;
  705. }
  706.  
  707.  
  708. .ask {
  709. text-align: left;
  710. color: #777777;
  711. padding: 10px;
  712. text-transform: none;
  713. font-size: 13px;
  714. height: auto;
  715. line-height: 120%;
  716. letter-spacing: 0px;
  717. margin-top: -1px;
  718. }
  719.  
  720. .askheader {
  721.  
  722. }
  723.  
  724. .answer {
  725. text-align:left;
  726. margin-top: 5px;
  727. padding-top: 10px;
  728.  
  729. }
  730.  
  731.  
  732. .quote {
  733. font-size: 16px;
  734. line-height:23px;
  735. letter-spacing:1px;
  736. text-align: center;
  737. padding-bottom:3px;
  738. quotes: "\201C""\201D""\2018""\2019";
  739.  
  740. }
  741.  
  742. .quotesource {
  743. font-size:12px;
  744. text-align:right;
  745. margin-bottom:5px;
  746. }
  747.  
  748. .quote:before {
  749. color: #aa827a;
  750. content: open-quote;
  751. font-size: 5em;
  752. line-height: 0.1em;
  753. margin-right: 20.1em;
  754. vertical-align: -0.6em;
  755. opacity: 0.5;
  756. }
  757.  
  758. .quote p {
  759. display: inline;
  760. }
  761.  
  762. .quote:after {
  763. color:#aa827a;
  764. content:close-quote;
  765. font-size: 5em;
  766. line-height:.1em;
  767. margin-left: 5.9em;
  768. vertical-align:-.6em;
  769. opacity: 0.5;
  770. }
  771.  
  772. #audio1 {
  773. margin-top:-10px;
  774. width:{select:Post Size};}
  775.  
  776. #audioplayer {
  777. z-index:1;
  778. height:75px;
  779. width:75px;
  780. margin-top:10px;
  781. display:block;
  782. overflow:hidden;
  783. position:absolute;
  784. background-color:#0e0e0e0e0e0e;
  785. opacity: 0.5;filter:alpha(opacity=60);
  786. -webkit-transition: all 0.7s ease;
  787. -moz-transition: all 0.7s ease;
  788. -o-transition: all 0.7s ease;}
  789.  
  790. #audioplayer2 {
  791. width:25px;
  792. height:25px;
  793. margin-top:25px;
  794. margin-left:25px;
  795. overflow:hidden;
  796. padding:3px;}
  797.  
  798.  
  799. #audioinfo {
  800. text-transform:uppercase;
  801. letter-spacing:1px;
  802. float:left;
  803. text-align:left;
  804. padding:5px;
  805. height:65px;
  806.  
  807. letter-spacing:1;
  808. font-size:8px;
  809. margin-left:80px;
  810. position:absolute;}
  811.  
  812. </style>
  813. </head>
  814. <body>
  815.  
  816.  
  817.  
  818. <SCRIPT TYPE="text/javascript">
  819. <!--
  820. function clickIE() {if (document.all) {(message);return false;}}
  821. function clickNS(e) {if
  822. (document.layers||(document.getElementById&&!document.all)) {
  823. if (e.which==2||e.which==3) {(message);return false;}}}
  824. if (document.layers)
  825. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  826. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  827. document.oncontextmenu=new Function("return false")
  828. // -->
  829. </SCRIPT>
  830.  
  831. <div id="left">
  832. <img src="http://static.tumblr.com/kwavwkj/no4ofizpo/starleft.png"></div>
  833. <div id="right">
  834. <img src="http://static.tumblr.com/kwavwkj/folofiyzt/starright.png"></div>
  835. <a href="/"><div id="sidelinks1">index</div></a>
  836. <a href="/ask"><div id="sidelinks2">ask</div></a>
  837. <a href="/rules"><div id="sidelinks3">rules</div></a>
  838. <a href="/about"><div id="sidelinks4">about</div></a>
  839. <a href="/verses"><div id="sidelinks5">verses</div></a>
  840. <a href="/navi"><div id="sidelinks6">navi</div></a>
  841.  
  842.  
  843. <div id="description">
  844. <h3>independent crystal of the pokemon series</h3>
  845. <br>written by <b>Fritz</b>
  846.  
  847. <br><br><p><i>Look at the <b>stars</b>. Look how they <b>shine</b>
  848. <br>for you & <b>everything</b> you do.</i>
  849. </div>
  850.  
  851. <center>{block:Pagination}
  852. <div id="pagination">
  853. {block:PreviousPage}
  854. <a href="{PreviousPage}">ยซ</a>
  855. {/block:PreviousPage}
  856. {block:JumpPagination length="10"}
  857. {block:CurrentPage}
  858. <span class="current_page"><big><big>{PageNumber}</big></big></span>
  859. {/block:CurrentPage}
  860. {block:JumpPage}
  861. <a class="jump_page" href="{URL}">{PageNumber}</a>
  862. {/block:JumpPage}
  863. {/block:JumpPagination}
  864. {block:NextPage}
  865. <a href="{NextPage}">ยป</a>
  866. {/block:NextPage}
  867. </div>
  868. {/block:Pagination}</center></div>
  869.  
  870. <div id="entries">
  871. {block:Posts}
  872.  
  873. {block:ContentSource}<!-- {SourceURL}
  874. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  875. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  876. {/block:ContentSource}
  877.  
  878. <div id="posts">
  879.  
  880.  
  881.  
  882.  
  883. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  884. {block:Photo}
  885. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a><div class="sexyline"></div>{caption}
  886. {/block:Photo}
  887.  
  888. {block:Photoset}
  889. {Photoset-500}<div class="sexyline"></div>{caption}
  890. {/block:Photoset}
  891.  
  892. {block:Quote}
  893. <div class="quote">
  894. <br>
  895. {Quote}
  896. </div>
  897. <div class="quotesource">
  898. <div align="right">
  899. {block:Source}{Source}{/block:Source}
  900. </div></div>
  901.  
  902. <br>
  903. {/block:Quote}
  904.  
  905.  
  906. {block:Video}
  907. {Video-500}<br>
  908. {PlayCountWithLabel}
  909. {/block:Video}
  910.  
  911.  
  912. {block:Link}
  913. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  914. {block:Description}{Description}{/block:Description}
  915. {/block:Link}
  916.  
  917.  
  918. {block:Chat}<div class="sexyline"></div>
  919. {block:Title}<h5>{Title}</h5>{/block:Title}<div class="sexyline"></div>
  920. {block:Lines}
  921. {block:Label}
  922. <br>{Label}
  923. {/block:Label}
  924. <br>{Line}
  925. <br>
  926. {/block:Lines}
  927. <br>
  928. {/block:Chat}
  929.  
  930.  
  931. {block:Audio}
  932. <div id="audio1">
  933. <div id="audioplayer"><div id="audioplayer2">{AudioPlayerBlack}</div></div><br>
  934. <div id="albumart">
  935. {block:AlbumArt}<img src="{AlbumArtURL}" align="left" style="width:75px; height:75px;">{/block:AlbumArt} </div>
  936. <div id="audioinfo">
  937. {block:TrackName}<b>{TrackName}</b><br>{/block:TrackName}
  938. {block:Artist}{Artist}<br>{/block:Artist}
  939. {block:Album}{Album}<br>{/block:Album}
  940. {PlayCountWithLabel}</div></br></br></br></br></br>
  941. <div id="caption">{block:caption}{Caption}{/block:caption}</div>
  942. </div>
  943. {/block:Audio}
  944.  
  945. {block:Answer}<img src="http://static.tumblr.com/kwavwkj/W5Vofiz0r/star2.png" align="left"><div class="askheader"><h4>{ASKER}</h4></div><div class="sexyline2"></div> <div class="ask"> {Question}</div><div class="sexyline3"></div><div class="answer">{Answer}</div>{/block:answer}
  946.  
  947.  
  948.  
  949. <div id="permalink">
  950. {block:Date}
  951. <a href="{Permalink}">{TimeAgo}</a>
  952. {/block:Date}
  953. &nbsp;
  954. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>{/block:RebloggedFrom}
  955.  
  956. {block:NoteCount}&nbsp;
  957. <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}
  958.  
  959. </div>
  960.  
  961. <div id="tags">
  962.  
  963. {block:HasTags}<br />{block:Tags}<a href="{TagURL}">&nbsp;#{Tag}&nbsp;</a>{/block:Tags}{/block:HasTags}
  964. </div>
  965.  
  966. </div>
  967. {block:PostNotes} {PostNotes} {/block:PostNotes}
  968.  
  969. {/block:Posts}
  970. </div>
  971. </div>
  972.  
  973.  
  974. </div>
  975.  
  976. </body>
  977. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement