Advertisement
Guest User

danny theme

a guest
Aug 24th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.02 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!--- THEME 4 BY WEHRMXCHT
  6. DO NOT COPY, REDISTRUBUTE AS YOUR OWN, REMOVE CREDIT, LIFT CODE, OR STEAL, THAT'S A REAL SHITTY THING TO DO, K? --->
  7.  
  8. <!--- CUSTOM FONTS --->
  9.  
  10. <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  13.  
  14. <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  15. <link href='https://fonts.googleapis.com/css?family=Roboto:700' rel='stylesheet' type='text/css'>
  16. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  17.  
  18. <!--- CUSTOM FONTS --->
  19.  
  20.  
  21. <!--- TOOLTIP --->
  22.  
  23. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  24. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  25. <script>
  26. (function($){
  27. $(document).ready(function(){
  28. $("a[title]").style_my_tooltips({
  29. tip_follows_cursor:true,
  30. tip_delay_time:7,
  31. tip_fade_speed:7,
  32. attribute:"title"
  33. });
  34. });
  35. })(jQuery);
  36. </script>
  37.  
  38. <!--- TOOLTIP --->
  39.  
  40.  
  41.  
  42.  
  43.  
  44. <!---META--->
  45.  
  46. <title>{title}</title>
  47. <link rel="shortcut icon" href="http://mazeguy.net/weather/lightningbolt.gif">
  48. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  49. <meta name="description" content="" />
  50. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  51.  
  52. <!--- COLOR OPTIONS --->
  53. <meta name="color:Background" content="#000000"/>
  54. <meta name="color:Posts BG" content="#222222"/>
  55. <meta name="color:Text" content="#ffffff"/>
  56. <meta name="color:Post Bold" content="#65bb71"/>
  57. <meta name="color:Post Italic" content="#7d9a8c"/>
  58. <meta name="color:Link" content="#1b6731"/>
  59. <meta name="color:Link Hover" content="#65bb71"/>
  60. <meta name="color:Scrollthumb" content="#ffffff"/>
  61. <meta name="color:Info BG" content="#000000"/>
  62. <meta name="color:Tooltip BG" content="#000000"/>
  63. <meta name="color:Tooltip Font" content="#ffffff"/>
  64. <meta name="text:link2" content="" />
  65. <meta name="text:link2 url" content="/">
  66. <meta name="text:link3" content="" />
  67. <meta name="text:link3 url" content="/">
  68. <meta name="text:link4" content="" />
  69. <meta name="text:link4 url" content="/">
  70. <meta name="text:link5" content="" />
  71. <meta name="text:link5 url" content="/">
  72.  
  73. <!---META--->
  74.  
  75. <style type="text/css">
  76.  
  77. *, body, a, a:hover {cursor: url(http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;}
  78.  
  79. /* --- TO MAKE POSTS BLACK AND WHITE THEN COLOUR ON HOVER. REMOVE THIS IF YOU DON'T WANT THAT OPTION ---*/
  80.  
  81. img {
  82. -webkit-filter: grayscale(75%);
  83. z-index: -9999999999999999999999999px;
  84. -webkit-transition: all 0.9s ease-in-out;
  85. -moz-transition: all 0.9s ease-in-out;
  86. -o-transition: all 0.9s ease-in-out;
  87. -ms-transition: all 0.9s ease-in-out;
  88. transition: all 0.9s ease-in-out;
  89. }
  90.  
  91. img:hover {
  92. -webkit-filter: grayscale(0%);
  93. z-index: -9999999999999999999999999px;
  94. -webkit-transition: all 0.9s ease-in-out;
  95. -moz-transition: all 0.9s ease-in-out;
  96. -o-transition: all 0.9s ease-in-out;
  97. -ms-transition: all 0.9s ease-in-out;
  98. transition: all 0.9s ease-in-out;
  99. }
  100.  
  101.  
  102.  
  103. /* --- DESCRIPTION/SIDEBAR ---*/
  104.  
  105. #description {
  106. border-top:solid 1px transparent;
  107. border-bottom:solid 1px transparent;
  108. width: 130px;
  109. height: 190px;
  110. font-size: 8px;
  111. font-family:helvetica;
  112. text-align: justify;
  113. top: 275px;
  114. line-height:15px;
  115. position: fixed;
  116. overflow-y: scroll;
  117. padding-right: 5px;
  118. left: 1002px;
  119.  
  120. }
  121.  
  122. #description b, strong {
  123. color: #b09689;
  124. font-family: 'Oswald', sans-serif;
  125. text-transform:uppercase;
  126. text-shadow: 0px 0px 1px #9c3b3b;
  127. font-size:17px;
  128. letter-spacing:0px;
  129.  
  130. }
  131.  
  132. #description i, em {
  133. color: #fff;
  134. font-family: 'Homemade Apple', cursive;
  135. text-transform:none;
  136. font-size:12px;
  137. letter-spacing:1px;
  138. }
  139.  
  140.  
  141. /* --- DESCRIPTION/SIDEBAR ---*/
  142.  
  143.  
  144. /* --- CSS --- */
  145.  
  146.  
  147.  
  148. /* --- BACKGROUND --- */
  149.  
  150. html {
  151. background:#000;
  152. background-image:url('http://i.imgur.com/xnB0PSy.png');
  153. background-attachment:fixed;
  154. background-repeat:no-repeat;
  155. background-position: top left;
  156. margin:0px;
  157. word-wrap:break-word;
  158.  
  159. /* --- SCROLLBAR --- */
  160.  
  161. }
  162.  
  163. ::-webkit-scrollbar {
  164. width: 1px;
  165. height: 4px;
  166. padding:2px;
  167. background: transparent;
  168. }
  169.  
  170. ::-webkit-scrollbar-thumb {
  171. background-color: #000;
  172. }
  173.  
  174. /* --- FONTS AND STUFF --- */
  175.  
  176. body {
  177. margin:0px;
  178. color:{color:text};
  179. font-family:helvetica;
  180. font-size:8px;
  181. text-align: justify;
  182. line-height:1.25em;
  183. letter-spacing:1px;
  184. margin-left:435px;
  185. }
  186.  
  187. h1 { /* --- Title style --- */
  188. font-family: 'Oswald', sans-serif;
  189. font-weight:bold;
  190. font-size:15px;
  191. text-align:center;
  192. font-style:bold;
  193. line-height:100%;
  194. letter-spacing:0px;
  195. color:{color:text};
  196. }
  197.  
  198. h2 { /* --- Subitle style --- */
  199. font-family:tahoma;
  200. font-size:16px;
  201. text-align:center;
  202. font-style:italic;
  203. line-height:100%;
  204. letter-spacing:1px;
  205. color:{color:text};
  206. padding:5px;
  207. padding-bottom:2px;
  208. }
  209.  
  210.  
  211. hr {
  212. border-color: #737373;
  213. }
  214.  
  215.  
  216. a { /* --- Link style --- */
  217. text-transform:uppercase;
  218. font-family: 'Raleway', sans-serif;
  219. color:#ff0000;
  220. text-decoration:none;
  221. -moz-transition-duration:0.5s;
  222. -webkit-transition-duration:0.5s;
  223. -o-transition-duration:0.5s;
  224. }
  225.  
  226. a:hover {
  227. text-shadow: 0 0 4px #3f3f3f;
  228. text-decoration:none
  229. -moz-transition-duration:0.5s;
  230. -webkit-transition-duration:0.5s;
  231. -o-transition-duration:0.5s;
  232. }
  233.  
  234.  
  235. blockquote {
  236. padding-left:5px;
  237. border-left:2px solid;
  238. }
  239.  
  240.  
  241. blockquote {
  242. border-left: solid;
  243. border-radius: 0px;
  244. border-left-width: 1px;
  245. border-color: #99daee;
  246. padding:5px;
  247. padding-left: 7px;
  248. margin-left: 10px; }
  249.  
  250. #post { /* --- Post width/size --- */
  251. width:260px;
  252. padding-bottom:10px;
  253. padding-right:5px;
  254. }
  255.  
  256. #post b, strong { /* --- Bold font style --- */
  257. color: #ff0000;
  258. font-family: 'Roboto Condensed', sans-serif;
  259. text-transform:uppercase;
  260. text-shadow: 0px 0px 1px #000;
  261. font-size:15px;
  262. letter-spacing:0px;
  263. }
  264.  
  265.  
  266. #post i, em { /* --- Italic font style --- */
  267. color: #fff;
  268. font-family: 'Homemade Apple', cursive;
  269. text-shadow: 0px 0px 3px #fff;
  270. text-transform:none;
  271. font-size:12px;
  272. letter-spacing:1px;
  273. }
  274.  
  275. #post pre {
  276. font-family: times;
  277. color:{color:Post Bold};
  278. white-space: pre-wrap;
  279. white-space: -moz-pre-wrap;
  280. white-space: -pre-wrap;
  281. white-space: -o-pre-wrap;
  282. word-wrap: break-word;
  283. }
  284.  
  285. /* --- SMALL TEXT AND SUB-TEXT STYLES --- */
  286.  
  287. small {
  288.  
  289. word-spacing:0px;
  290. font-size:8px;
  291. letter-spacing:0px;
  292. line-height:130%;
  293. }
  294.  
  295. }
  296.  
  297. sup, sub {
  298. word-spacing:0px;
  299. font-size:8.5px;
  300. }
  301.  
  302.  
  303. big {
  304. font-size:12px;
  305. line-height:110%;
  306. text-shadow:1px 1px 0px #ff0000;
  307. }
  308.  
  309. pre {
  310. font-family: 'Oswald', sans-serif;
  311. text-align:center;
  312. text-transform:uppercase;
  313. font-size:11px;
  314. color:#fff;
  315. background:url('http://i.imgur.com/jwHPtVE.png');
  316. padding:5px;
  317. word-wrap: break-word;
  318. }
  319.  
  320.  
  321.  
  322.  
  323. /* --- THIS IS HERE TO KEEP IMAGES IN TEXT
  324. POSTS FROM GETTING BIGGER THAN THE CONTAINER,
  325. SO DON'T MESS WITH IT BRO --- */
  326.  
  327. #post img.main_photo {
  328. width: 100%;
  329. }
  330.  
  331. #post img {
  332. max-width: 100%;
  333. height: auto;
  334. }
  335.  
  336. #post .photo img {
  337. opacity: 1;
  338. -webkit-transition: all 0.5s ease;
  339. -moz-transition: all 0.5s ease;
  340. -o-transition: all 0.5s ease;
  341. transition: all 0.5s ease;
  342. margin: 0;
  343. line-height: 0;
  344.  
  345. }
  346.  
  347. .tumblr_post.photo p {
  348. display: none;
  349. }
  350.  
  351. /* --- CSS --- */
  352.  
  353. .content { /* --- Entries within the container --- */
  354. padding:5px;
  355. width:265px;
  356. height:182px;
  357. margin-left:10px;
  358. margin-top:10px;
  359. margin-bottom:40px;
  360. position:fixed;
  361. overflow:scroll;
  362. overflow-x:hidden;
  363. background-color:transparent;
  364.  
  365.  
  366. }
  367.  
  368. .backcont { /* --- Container itself --- */
  369. padding:2px;
  370. width:345px;
  371. height:294px;
  372. left:695px;
  373. top:262px;
  374. position:fixed;
  375. background-color:transparent;
  376. }
  377.  
  378. /* --- NAVIGATION LINKS --- */
  379.  
  380. .links {
  381. transform: rotate(0deg);
  382. color:#000;
  383. background: transparent;
  384. padding: 2px;
  385. position: fixed;
  386. height:auto;
  387. width: 100px;
  388. top:257px;
  389. left:582px;
  390. font-family: times;
  391. text-transform:uppercase;
  392. text-align: right;
  393. font-size: 28px;
  394. letter-spacing:3px;
  395. line-height:130%;
  396. padding-top: 2px;
  397. }
  398.  
  399. .links a {
  400. color:#fff;
  401. border-color:#000;
  402. text-shadow: -1px 1px 5px #000;
  403. }
  404.  
  405. .links a:hover {
  406.  
  407. text-transform: uppercase;
  408. -webkit-transition:all .2s ease-in-out;
  409. -moz-transition:all .2s ease-in-out;
  410. transition:all .2s ease-in-out;
  411. -moz-transition-duration:0.2s;
  412. -webkit-transition-duration:0.2s;
  413. -o-transition-duration:0.2s;
  414. color:#373218; font-style: ; font-weight:00px; text-shadow: -1px 1px 5px #373218, 1px -1px 5px #373218; -webkit-filter: blur(15px); -webkit-transition:all 1.2s; -moz-transition:all 1.2s; -ms-transition:all 1.2s; -o-transition:all 1.2s; transition:all 1.2s; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;
  415. }
  416.  
  417.  
  418.  
  419.  
  420.  
  421. .asker {
  422. min-height:auto;
  423. padding:5px;
  424. padding-bottom:0px;
  425. margin-top:-5px;
  426. margin-left:7px;
  427. height:40px;
  428. color:#fff;
  429. font-family: 'Homemade Apple', cursive;
  430. text-transform:lowercase;
  431. background-color:transparent;
  432. position:relative;
  433. font-size:15px;
  434. text-align:center;
  435. }
  436.  
  437.  
  438. .asker a{
  439. color:#fff;
  440. -webkit-transition: all 0.5s ease-in-out;
  441. -moz-transition: all 0.5s ease-in-out;
  442. -o-transition: all 0.5s ease-in-out;
  443. transition: all 0.5s ease-in-out;
  444. }
  445.  
  446.  
  447.  
  448.  
  449. .question {
  450. margin-top:0px;
  451. margin-left:5px;
  452. text-align:center;
  453. color:#ff0000;
  454. background:transparent;
  455. background-image: url('http://i.imgur.com/jwHPtVE.png');
  456. text-transform:none;
  457. font-size:11px;
  458. letter-spacing:3px;
  459. font-family: 'Prata', serif;
  460. width:230px;
  461. padding:10px;
  462. position:relative;
  463. overflow-x:hidden;
  464. overflow-y:scroll;
  465. }
  466.  
  467. .answer {
  468. text-align:left;
  469. padding-top:0px;
  470. padding-left:0px;
  471. padding-right:0px;
  472. margin-top:20px;
  473. color:#fff;
  474. width:240px;
  475. }
  476.  
  477.  
  478.  
  479.  
  480. /* --- PAGINATION --- */
  481.  
  482. .navigation {
  483. transform: rotate(-10deg);
  484. transform-origin: left top 0;
  485. position:absolute;
  486. width:300px;
  487. text-align:left;
  488. margin-top:73px;
  489. margin-left:175px;
  490. letter-spacing:2px;
  491. word-spacing:6px;
  492. text-align:center;
  493. font-size:10px;
  494. word-spacing:0px;
  495. position:fixed;
  496. font-family: 'Oswald', sans-serif;
  497. z-index:999;
  498. }
  499.  
  500. .navigation a {
  501. font-weight:800;
  502. width:300px;
  503. color:#fff;
  504. text-shadow:0px 0px 1px #2e2e2d;
  505. font-family: 'Oswald', sans-serif;
  506. border-bottom:1px dotted transparent;
  507. -moz-transition-duration:.7s;
  508. -webkit-transition-duration:.7s;
  509. -o-transition-duration:.7s;
  510. }
  511.  
  512. .navigation a:hover {
  513. text-decoration:none;
  514. color:#fff;
  515. text-shadow:3px 3px 3px #2e2e2d;
  516. -moz-transition-duration:.7s;
  517. -webkit-transition-duration:.7s;
  518. -o-transition-duration:.7s;
  519. color:#db0102; font-style: ; font-weight:00px; text-shadow: -1px 1px 5px #45484b, 1px -1px 5px #45484b; -webkit-filter: blur(15px); -webkit-transition:all 1.2s; -moz-transition:all 1.2s; -ms-transition:all 1.2s; -o-transition:all 1.2s; transition:all 1.2s; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;
  520.  
  521. }
  522.  
  523. /* --- TIMESTAMPS, REBLOGS, SOURCE, ETC --- */
  524.  
  525. #info {
  526. font-family: 'VT323',serif ;
  527. width:240px;
  528. height:15px;
  529. margin-top:0px;
  530. padding-top:4px;
  531. margin-left:auto;
  532. margin-right:auto;
  533. padding-BOTTOM:2px;
  534. font-size:15px;
  535. color:#fff;
  536. text-transform:uppercase;
  537. letter-spacing:1px;
  538. font-style:normal;
  539. text-align:center;
  540. padding:4px;
  541.  
  542. background:url('http://i.imgur.com/puciDoD.png');
  543.  
  544. text-shadow: 1px 1px 3px #000000;
  545.  
  546. }
  547.  
  548.  
  549.  
  550. #info a {
  551. color:#fff;
  552. font-size:15px;
  553. padding:5px;
  554. text-shadow: none;
  555. letter-spacing:1px;
  556. font-style:normal;
  557. text-shadow: 1 0 2px #000;
  558.  
  559. }
  560.  
  561. #info a:hover {
  562. text-shadow: 0px 0px 1px #fff;
  563. color: transparent;
  564. -moz-transition-duration:0.2s;
  565. -webkit-transition-duration:0.2s;
  566. -o-transition-duration:0.2s;
  567. color:#45484b; font-style: ; font-weight:00px; text-shadow: -1px 1px 5px #45484b, 1px -1px 5px #45484b; -webkit-filter: blur(15px); -webkit-transition:all 1.2s; -moz-transition:all 1.2s; -ms-transition:all 1.2s; -o-transition:all 1.2s; transition:all 1.2s; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;
  568. }
  569.  
  570. .tags {
  571. width:240px;
  572. text-transform:uppercase;
  573. margin-left:auto;
  574. margin-right:auto;
  575. padding:3px;
  576. font-size:12px;
  577. font-style:normal;
  578. font-family: helvetica;
  579. padding-top:4px;
  580. line-height:100%;
  581. color:#fff;
  582. font-size:12px;
  583. text-align:center;
  584. opacity:1;
  585. -moz-transition-duration:.7s;
  586. -webkit-transition-duration:.7s;
  587. -o-transition-duration:.7s;
  588.  
  589. }
  590.  
  591. .tags a{
  592. font-size:9px;
  593. font-family: helvetica;
  594. text-transform:none;
  595. font-weight:0;
  596. font-weight:none;
  597. text-shadow: none;
  598. color:#fff;
  599. opacity:1;
  600. font-weight:none;
  601.  
  602. }
  603. .tags a:hover{
  604. color:;
  605. opacity:1;
  606. font-weight:none;
  607. -moz-transition-duration:0.8s;
  608. -webkit-transition-duration:0.8s;
  609. -o-transition-duration:0.8s;
  610.  
  611. }
  612.  
  613.  
  614. .audio{
  615. overflow:hidden;
  616. }
  617.  
  618. #ask {
  619. float:left;
  620. color:{color:text};
  621. }
  622.  
  623. /* --- TOOLTIP --- */
  624.  
  625. #s-m-t-tooltip {
  626. max-width:140px;
  627. padding:5px 5px 5px 5px;
  628. margin:20px 14px 7px 10px;
  629. background-color:#101010;
  630. font-family: 'Roboto Condensed', sans-serif;
  631. font-style: bold;
  632. font-size:8px;
  633. line-height:11px;
  634. letter-spacing:0px;
  635. text-transform:uppercase;
  636. color:{color:Tooltip Font};
  637. z-index:999;
  638. }
  639.  
  640. }
  641.  
  642. /* --- REMOVE THIS SHIT AND I'LL HAVE YOUR HEAD --- */
  643.  
  644. #credit {
  645. font-size:9px;
  646. font-family:verdana;
  647. font-style:none;
  648. letter-spacing:1px;
  649. -moz-transition-duration:0.5s;
  650. -webkit-transition-duration:0.5s;
  651. -o-transition-duration:0.5s;
  652. }
  653.  
  654. #credit a {
  655. background-color:transparent;
  656. padding:5px;
  657. position:fixed;
  658. right:15px;
  659. bottom:10px
  660. }
  661.  
  662. #credit a:hover {
  663. color:{color:Link Hover};
  664. background-color:{color:background};
  665. }
  666.  
  667.  
  668.  
  669.  
  670.  
  671. {CustomCSS}
  672.  
  673.  
  674. </style></head><body>
  675.  
  676. <!-- DESCRIPTION HTML -->
  677.  
  678. <div id="description">
  679. <center>
  680. <p>
  681. <strong>Boldly Go </strong>
  682. <br>
  683. <i>Italy is amazing </i>
  684. <p><br><strong>Strongest man alive</strong><br>
  685. Write as much as you want, the box will scroll with you<br><br>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent laoreet scelerisque est. Nullam elementum sodales nulla eu auctor. Ut tristique et quam vel porta. Nam volutpat sodales urna vel dictum. Integer condimentum convallis urna non tincidunt. Donec condimentum ornare dictum. Nunc mollis hendrerit mi, nec efficitur libero pharetra sed. Morbi nisl ligula, suscipit et turpis non, congue mollis nisi.
  686.  
  687. Mauris lectus augue, fringilla vitae leo eu, volutpat pulvinar leo. Aenean et mollis velit, eu convallis est. Maecenas facilisis non nisi id efficitur. Etiam nec eleifend dui. Duis quis vulputate velit. Sed eget suscipit neque. Sed sed elementum turpis. Quisque tristique, velit sit amet maximus tincidunt, risus nulla gravida velit, vel gravida nisi augue vitae magna.
  688.  
  689. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut viverra, ligula quis accumsan tincidunt, metus risus consectetur turpis, at posuere lacus tortor eu lorem. Maecenas imperdiet tortor non arcu faucibus maximus. Integer interdum mi ac vehicula scelerisque. Morbi euismod augue eu augue bibendum, non malesuada nisi viverra. Morbi et imperdiet metus, ac fermentum libero. Sed ornare accumsan consequat. Morbi feugiat velit gravida odio lacinia placerat. Cras malesuada dolor eu elit dapibus, at sollicitudin tortor vulputate. Proin in consequat dui, nec vehicula odio. Nullam non nulla nisi. Praesent bibendum sem at quam semper, non lobortis diam suscipit. Morbi porttitor, justo sed vehicula consequat, tellus odio efficitur odio, eu cursus odio tellus sit amet eros.
  690.  
  691. Mauris aliquam ut lacus quis bibendum. Mauris luctus sem orci, ac tempor risus egestas ac. Nam posuere justo sapien, eu viverra eros placerat nec. Duis sed mauris consectetur, imperdiet orci ac, egestas nisi. Sed at vulputate mi. Vestibulum sed euismod felis, eu euismod ipsum. Duis dictum dapibus urna id blandit. Sed tempus interdum odio, eu volutpat odio rutrum ac. Phasellus imperdiet sodales commodo. Morbi accumsan eros et viverra elementum. Aenean justo turpis, finibus sed lectus at, consequat rhoncus ligula. Sed lobortis, enim a faucibus sollicitudin, odio lectus lobortis sem, at pretium felis risus eget est. Nunc nec magna eget felis imperdiet tempus.
  692.  
  693. Vivamus pharetra dolor at bibendum ornare. Mauris diam odio, tincidunt quis nisl ac, lobortis sollicitudin ligula. Fusce porttitor nulla eros, sed maximus nisl tempor in. Nam magna ipsum, suscipit quis ultrices at, volutpat quis mauris. Vestibulum bibendum ligula vitae nunc bibendum, sit amet scelerisque nunc feugiat. Cras id luctus neque. In hac habitasse platea dictumst. In euismod, ligula ut vestibulum sagittis, nunc ex sagittis nibh, in elementum orci tortor non eros.
  694. </center>
  695.  
  696. </div>
  697.  
  698. <!--- CHANGE LINK NAMES HERE --->
  699.  
  700. <div class="links">
  701. <a href="/" title="refresh"> ●</a><br>
  702.  
  703. <a href="/ask" title="ask." >
  704. ●</span></a><br>
  705.  
  706. <a href="{text:link2 url}" title="{text:link2}"> ●</a><br>
  707. <a href="{text:link3 url}" title="{text:link3}"> ●</a><br>
  708. <a href="{text:link4 url}" title="{text:link4}"> ●</a><br>
  709. <a href="{text:link5 url}" title="{text:link5}"> ●</a><br>
  710. </div>
  711.  
  712. <div class="navigation">
  713. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> go back </a>{/block:PreviousPage} <br><br> {block:NextPage}<a href="{NextPage}">go forth </a><br><br>{/block:NextPage}{/block:Pagination}</div>
  714.  
  715.  
  716.  
  717. <div class="backcont">
  718. <div class="content">
  719.  
  720. <div class="postcol">
  721. {block:Posts}<div id="post">
  722.  
  723. {block:Text}<h1>{block:Title}<a href={Permalink}>{Title}</a>{/block:Title}</h1>{Body}{/block:Text}
  724.  
  725. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  726.  
  727. <center>{block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
  728.  
  729. {block:Quote}<div style="padding:4px;font-size:15px;line-height:1.5em;color:{color:text};text-align:center;text-transform:lowercase;font-family: 'Homemade Apple', cursive;font-style:italic;">{Quote}</div>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  730.  
  731. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  732.  
  733. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  734.  
  735. {block:Audio}<div class="audio">{AudioPlayerBlack}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  736.  
  737. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  738.  
  739. {block:Answer}
  740. <div class="question">{question}</div>
  741. <div class="asker">{Asker}</div>
  742. {Answer}{/block:Answer}
  743.  
  744.  
  745. {block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}"> ●</a>
  746. {/block:Date} {block:NoteCount} <a href="{Permalink}" title="{NoteCount}">●</a> {/block:NoteCount}
  747.  
  748. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}"> ●</a> {/block:RebloggedFrom}{block:ContentSource} <a title="{SourceTitle}" href="{SourceURL}"> ●</a>{/block:ContentSource} {/block:RebloggedFrom} <a href="{ReblogURL}"target="_blank" title="reblog."> ●</a> </div>
  749.  
  750. {block:HasTags}
  751. <div class="tags">
  752. <center> {block:Tags} <a href="{TagURL}">&nbsp; #{Tag} </a> {/block:Tags} </div></center>
  753. {/block:HasTags}
  754. <div class="postnote">
  755. {block:PostNotes}{PostNotes}{/block:PostNotes}
  756. </div>
  757. </div>
  758. {/block:Posts}
  759. </div>
  760. </div>
  761. </div>
  762. </div></div>
  763.  
  764. <div id="credit"><a href="http://wehrmxcht.tumblr.com">✠</a></div> </div></div>
  765.  
  766.  
  767.  
  768. <script language=JavaScript>
  769. <!--
  770.  
  771. //Disable right mouse click Script
  772. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  773. //For full source code, visit http://www.dynamicdrive.com
  774.  
  775. var message="My themes can be found at amysthemes.tumblr.com";
  776.  
  777. ///////////////////////////////////
  778. function clickIE4(){
  779. if (event.button==2){
  780. alert(message);
  781. return false;
  782. }
  783. }
  784.  
  785. function clickNS4(e){
  786. if (document.layers||document.getElementById&&!document.all){
  787. if (e.which==2||e.which==3){
  788. alert(message);
  789. return false;
  790. }
  791. }
  792. }
  793.  
  794. if (document.layers){
  795. document.captureEvents(Event.MOUSEDOWN);
  796. document.onmousedown=clickNS4;
  797. }
  798. else if (document.all&&!document.getElementById){
  799. document.onmousedown=clickIE4;
  800. }
  801.  
  802. document.oncontextmenu=new Function("alert(message);return false")
  803.  
  804. // -->
  805. </script>
  806.  
  807. </div></div></div></div></div></div></div></div></div></div>
  808.  
  809. </html>
  810.  
  811. </body>
  812. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement