Advertisement
alokasenna

Rainicorn (Theme 02)

Mar 17th, 2014
2,958
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.06 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.  
  3. <!--
  4.  
  5. THEME 02 BY LAUNTS (LAUNTS.TUMBLR.COM). DON'T STEAL OR USE AS BASE PLEASE AND THANK. IF YOU HAVE ANY ISSUES MESSAGE ME.
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15. <script>
  16. $(document).ready(function() {
  17. //
  18. $('a.poplight[href^=#]').click(function() {
  19. var popID = $(this).attr('rel'); //Get Popup Name
  20. var popURL = $(this).attr('href'); //Get Popup href to define size
  21. var query= popURL.split('?');
  22. var dim= query[1].split('&');
  23. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  24. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  25. var popMargTop = ($('#' + popID).height() + 80) / 2;
  26. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  27. //Apply Margin to Popup
  28. $('#' + popID).css({
  29. 'margin-top' : -popMargTop,
  30. 'margin-left' : -popMargLeft
  31. });
  32. $('body').append('<div id="fade"></div>');
  33. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  34. return false;
  35. });
  36. $('a.close, #fade').live('click', function() {
  37. $('#fade , .popup_block').fadeOut(function() {
  38. $('#fade, a.close').remove(); //fade them both out
  39. });
  40. return false;
  41. });
  42. });
  43. </script>
  44.  
  45. <title>{Title}</title>
  46. <link rel="shortcut icon" href="{Favicon}">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49.  
  50.  
  51. <meta name="color:about bg" content="#fff"/>
  52. <meta name="color:about border" content="#42c8e3"/>
  53. <meta name="color:about text" content="#42c8e3"/>
  54. <meta name="color:all posts bg" content="#fce277"/>
  55. <meta name="color:all posts border" content="#42c8e3"/>
  56. <meta name="color:ask bg" content="#42c8e3"/>
  57. <meta name="color:ask border" content="#42c8e3"/>
  58. <meta name="color:ask text" content="#fff"/>
  59. <meta name="color:asker" content="#fff"/>
  60. <meta name="color:background" content="#fff"/>
  61. <meta name="color:blockquote" content="#42c8e3"/>
  62. <meta name="color:character name" content="#42c8e3"/>
  63. <meta name="color:credit" content="#42c8e3"/>
  64. <meta name="color:description bg" content="#fff"/>
  65. <meta name="color:description border" content="#42c8e3"/>
  66. <meta name="color:description text" content="#42c8e3"/>
  67. <meta name="color:left sb border" content="#42c8e3"/>
  68. <meta name="color:links" content="#fce277"/>
  69. <meta name="color:nav links bg" content="#42c8e3"/>
  70. <meta name="color:nav links bg hover" content="#fff"/>
  71. <meta name="color:nav links" content="#fff"/>
  72. <meta name="color:nav links hover" content="#42c8e3"/>
  73. <meta name="color:pagination" content="#42c8e3"/>
  74. <meta name="color:popup bg" content="#fff"/>
  75. <meta name="color:popup border" content="#42c8e3"/>
  76. <meta name="color:popup title" content="#42c8e3"/>
  77. <meta name="color:post bg" content="#fff"/>
  78. <meta name="color:post border" content="#fce277"/>
  79. <meta name="color:post bottom border" content="#fce277"/>
  80. <meta name="color:post title" content="#fff"/>
  81. <meta name="color:post title bg" content="#42c8e3"/>
  82. <meta name="color:scrollbar" content="#42c8e3"/>
  83. <meta name="color:selection" content="#42c8e3"/>
  84. <meta name="color:selection text" content="#fff"/>
  85. <meta name="color:sidebar border" content="#42c8e3"/>
  86. <meta name="color:side info border" content="#42c8e3"/>
  87. <meta name="color:side info bg" content="#42c8e3"/>
  88. <meta name="color:side info text" content="#fff"/>
  89. <meta name="color:tags" content="#42c8e3"/>
  90. <meta name="color:tags border" content="#42c8e3"/>
  91. <meta name="color:tags hover" content="#fce277"/>
  92. <meta name="color:text" content="#42c8e3"/>
  93. <meta name="color:topbar bg" content="#42c8e3"/>
  94. <meta name="color:topbar border" content="#42c8e3"/>
  95. <meta name="color:top links bg" content="#fff"/>
  96. <meta name="color:top links bg hover" content="#42c8e3"/>
  97. <meta name="color:top links text" content="#42c8e3"/>
  98. <meta name="color:top links text hover" content="#fff"/>
  99.  
  100. <meta name="image:bg" content=""/>
  101. <meta name="image:left sidebar" content=""/>
  102. <meta name="image:sidebar" content=""/>
  103.  
  104. <meta name="text:about" content="/"/>
  105. <meta name="text:character name" content="chara's name"/>
  106. <meta name="text:popup title" content="Navigation"/>
  107. <meta name="text:sideinfo one name" content="TITLE"/>
  108. <meta name="text:sideinfo one text" content="text"/>
  109. <meta name="text:sideinfo two name" content="TITLE"/>
  110. <meta name="text:sideinfo two text" content="text"/>
  111. <meta name="text:sideinfo three name" content="TITLE"/>
  112. <meta name="text:sideinfo three text" content="text"/>
  113. <meta name="text:sideinfo four name" content="TITLE"/>
  114. <meta name="text:sideinfo four text" content="text"/>
  115. <meta name="text:url" content="your url including tumblr.com"/>
  116. <meta name="text:one title" content="one"/>
  117. <meta name="text:one url" content="/"/>
  118. <meta name="text:two title" content="two"/>
  119. <meta name="text:two url" content="/"/>
  120. <meta name="text:three title" content="three"/>
  121. <meta name="text:three url" content="/"/>
  122. <meta name="text:four title" content="four"/>
  123. <meta name="text:four url" content="/"/>
  124. <meta name="text:five title" content="five"/>
  125. <meta name="text:five url" content="/"/>
  126. <meta name="text:six title" content="six"/>
  127. <meta name="text:six url" content="/"/>
  128. <meta name="text:seven title" content="seven"/>
  129. <meta name="text:seven url" content="/"/>
  130. <meta name="text:eight title" content="eight"/>
  131. <meta name="text:eight url" content="/"/>
  132. <meta name="text:nine title" content="nine"/>
  133. <meta name="text:nine url" content="/"/>
  134. <meta name="text:ten title" content="ten"/>
  135. <meta name="text:ten url" content="/"/>
  136.  
  137.  
  138.  
  139.  
  140. <style type="text/css">
  141.  
  142.  
  143. ::-webkit-scrollbar-thumb {
  144. background-color: {color:scrollbar};
  145. height:auto;
  146. border-bottom:none;
  147. }
  148. ::-webkit-scrollbar {
  149. height:9px;
  150. width:5px;
  151. background-color: {color:scrollbar};
  152. border: 2px solid {color:background};
  153.  
  154. }
  155.  
  156. ::selection {
  157. background-color: {color:selection};
  158. color: {color:selection text};
  159. }
  160.  
  161. @font-face {
  162. font-family: blo;
  163. src: url('http://static.tumblr.com/6g4nmsd/aYbn2csd0/respective_2.0_2_.ttf') format('truetype');
  164. font-weight: normal;
  165. font-style: normal;
  166.  
  167. }
  168.  
  169. @font-face {
  170. font-family: wolf;
  171. src: url('http://static.tumblr.com/6acw4l0/IyBn2jxqf/wolf_in_the_city_1_.ttf') format('truetype');
  172. font-weight: normal;
  173. font-style: normal;
  174.  
  175. }
  176.  
  177.  
  178. body {
  179. background-color:{color:background};
  180. background-image: url({image:bg});
  181. background-repeat: repeat;
  182. margin:0px;
  183. color:{color:text};
  184. font-family:Arial, Helvetica;
  185. font-size:9px;
  186. line-height:100%;
  187. }
  188.  
  189. a {
  190. text-decoration:none;
  191. -moz-outline-style:none;
  192. color:{color:links};
  193. }
  194.  
  195. img {
  196. border:none;
  197. }
  198.  
  199.  
  200. h1 {
  201. font-size:12px;
  202. text-transform:uppercase;
  203. background-color: {color:post title bg};
  204. color: {color:post title};
  205. line-height: 110%;
  206. padding: 5px;
  207. font-style: italic;
  208. }
  209.  
  210. h1:hover{
  211. background-color: {color:post bg};
  212. color: {color:post title bg};
  213. -webkit-transition: all 0.8s ease;
  214. -moz-transition: all 0.8s ease;
  215. -o-transition: all 0.8s ease;
  216. }
  217.  
  218. h1 a {
  219. color: {color:post title};
  220. }
  221.  
  222. h1 a:hover {
  223. color: {color:post title bg};
  224. -webkit-transition: all 0.8s ease;
  225. -moz-transition: all 0.8s ease;
  226. -o-transition: all 0.8s ease;
  227. }
  228.  
  229. blockquote {
  230. padding-left:5px;
  231. border-left:2px solid {color:blockquote};
  232. border-top: 2px solid {color:post bg};
  233. border-bottom: 2px solid {color:post bg};
  234. }
  235.  
  236. blockquote blockquote {
  237. padding-left:5px;
  238. border-left:2px solid {color:blockquote};
  239. border-top: 2px solid {color:post bg};
  240. border-bottom: 2px solid {color:post bg};
  241. }
  242.  
  243.  
  244. a:hover {
  245. opacity:1;
  246. color:{color:hover};
  247. -webkit-transition: all 0.5s ease;
  248. -moz-transition: all 0.5s ease;
  249. -o-transition: all 0.5s ease
  250. }
  251.  
  252. #topbar {
  253. width: 290px;
  254. height: 27px;
  255. padding-top: 5px;
  256. padding-bottom: 3px;
  257. padding-left: 130px;
  258. padding-right: 30px;
  259. background-color: {color:topbar bg};
  260. border: 5px solid {color:topbar border};
  261. margin-left: 410px;
  262. margin-top: -532px;
  263. }
  264.  
  265.  
  266.  
  267. #mainnavi {
  268. height: 7px;
  269. width: 33px;
  270. background-color: {color:top links bg};
  271. padding-top: 8px;
  272. padding-bottom: 10px;
  273. padding-left: 12px;
  274. padding-right: 10px;
  275. margin-left: -20px;
  276. }
  277.  
  278. #mainnavi:hover {
  279. background-color: {color:top links bg hover};
  280. }
  281.  
  282. #mainnavii {
  283. height: 7px;
  284. width: 28px;
  285. background-color: {color:top links bg};
  286. padding-top: 8px;
  287. padding-bottom: 10px;
  288. padding-left: 17px;
  289. padding-right: 10px;
  290. margin-left: 40px;
  291. margin-top: -25px;
  292. }
  293.  
  294. #mainnavii:hover {
  295. background-color: {color:top links bg hover};
  296. }
  297.  
  298. #mainnaviii {
  299. height: 7px;
  300. width: 37px;
  301. background-color: {color:top links bg};
  302. padding-top: 8px;
  303. padding-bottom: 10px;
  304. padding-left: 8px;
  305. padding-right: 10px;
  306. margin-left: 100px;
  307. margin-top: -25px;
  308. }
  309.  
  310. #mainnaviii:hover {
  311. background-color: {color:top links bg hover};
  312. }
  313.  
  314. #mainnaviv {
  315. height: 7px;
  316. width: 30px;
  317. background-color: {color:top links bg};
  318. padding-top: 8px;
  319. padding-bottom: 10px;
  320. padding-left: 15px;
  321. padding-right: 10px;
  322. margin-left: 160px;
  323. margin-top: -25px;
  324. }
  325.  
  326. #mainnaviv:hover {
  327. background-color: {color:top links bg hover};
  328. }
  329.  
  330.  
  331. #topbar a {
  332. color: {color:top links text};
  333. font-family: ARIAL;
  334. font-size: 10px;
  335. text-transform: uppercase;
  336. text-align: center;
  337. }
  338.  
  339. #topbar a:hover {
  340. color: {color:top links text hover};
  341. }
  342.  
  343.  
  344. #sidebar {
  345. position:fixed;
  346. width:120px;
  347. margin-left:100px;
  348. margin-top:-386px;
  349. opacity:1;
  350. }
  351.  
  352. #sidebarimage {
  353. width 150px;
  354. }
  355.  
  356. #sidebarimage img {
  357. width:150px;
  358. height: 200px;
  359. padding: 6px;
  360. border: 5px solid {color:sidebar border};
  361. }
  362.  
  363. #sidebarii {
  364. position: fixed;
  365. width: 273px;
  366. height: 500px;
  367. margin-top: -595px;
  368. }
  369.  
  370. #sidebarii img {
  371. width: 284px;
  372. height: 520px;
  373. padding: 6px;
  374. border-top: 20px solid {color:left sb border};
  375. border-bottom: 20px solid {color:left sb border};
  376. border-left: 5px solid {color:background};
  377. border-right: 5px solid {color:background};
  378.  
  379. margin-left: 900px;
  380. }
  381.  
  382. #secondtitle {
  383. font-size: 100px;
  384. font-family: blo;
  385. color: {color:character name};
  386. text-transform: lowercase;
  387. margin-top: -590px;
  388. margin-left: 1080px;
  389. position: fixed;
  390. }
  391.  
  392.  
  393. #charaname {
  394. font-size: 100px;
  395. font-family: blo;
  396. color: {color:character name};
  397. text-transform: lowercase;
  398. margin-top: -405px;
  399. margin-left: 110px;
  400. position: fixed;
  401. }
  402. #infobox {
  403. position: fixed;
  404. margin-left: 280px;
  405. width: 100px;
  406. height: 200px;
  407. margin-top: -365px;
  408. }
  409.  
  410. #info {
  411. margin-top:10px;
  412. width: 80px;
  413. height: 30px;
  414. border: 5px solid {color:side info border};
  415. background-color: {color:side info bg};
  416. color: {color:side info text};
  417. font-family: ARIAL;
  418. font-size: 10px;
  419. overflow-y: scroll;
  420. }
  421.  
  422. #linkbox {
  423. opacity: 0;
  424. margin-left: 27px;
  425. width: 100px;
  426. height: 200px;
  427. margin-top: 439px;
  428. }
  429.  
  430.  
  431. #lokicont {
  432. width: 220px;
  433. height: 40px;
  434. border: 5px solid {color:sidebar border};
  435. margin-top: 10px;
  436. margin-left: 0px;
  437. overflow-y: scroll;
  438. padding: 20px;
  439. }
  440.  
  441. #thorcont {
  442. width: 220px;
  443. height: 180px;
  444. border: 5px solid {color:about border};
  445. background-color: {color:about bg};
  446. color: {color:about text};
  447. margin-top: 10px;
  448. margin-left: 0px;
  449. overflow-y: scroll;
  450. padding: 20px;
  451. font-family: ARIAL;
  452. }
  453.  
  454. #pagi{
  455. width:100px;
  456. font-size:20px;
  457. text-align:center;
  458. margin-left:15px;
  459. margin-top:400px;
  460. position:fixed;
  461. font-family:ARIAL;
  462. letter-spacing:0px;
  463. }
  464.  
  465. #pagi a {
  466. color: {color:pagination};
  467. }
  468.  
  469.  
  470. #all {
  471. padding:10px;
  472. width:430px;
  473. margin-left:0px;
  474. margin-top:-50px;
  475. font-size:10px;
  476. background-color: {color:all posts bg};
  477. border: 5px solid {color:all posts border};
  478. }
  479.  
  480. #contain {
  481. width: 450px;
  482. height: 400px;
  483. border-bottom: 5px solid {color:post bottom border};
  484. border-left: 5px solid {color:background};
  485. border-right: 5px solid {color:background};
  486. border-top: 5px solid {color:background};
  487. overflow-y: scroll;
  488. overflow-x: scroll;
  489. padding: 30px;
  490. margin-top: -493px;
  491. margin-left: 375px;
  492. }
  493.  
  494.  
  495.  
  496. #posts {
  497. width:400px;
  498. padding-bottom:20px;
  499. padding:10px;
  500. margin-top:30px;
  501. background-color:{color:post bg};
  502. border: 5px solid {color:post border};
  503. }
  504.  
  505.  
  506. #details {
  507. text-align:right;
  508. margin-top:8px;
  509. text-transform:uppercase;
  510. font-size:8px;
  511. font-style:none;
  512. border-top:1px solid {color:Line};
  513. }
  514.  
  515.  
  516. #tags {
  517. width:394px;
  518. height: 50px;
  519. font-family:cambria;
  520. letter-spacing:0px;
  521. text-transform:lowercase;
  522. font-size:10px;
  523. margin-top:2px;
  524. text-align:left;
  525. border-left: 5px solid {color:tags border};
  526. border-top: 5px solid {color:background};
  527. border-bottom: 5px solid {color:background};
  528. border-right: 5px solid {color:background};
  529. overflow-y: scroll;
  530. padding: 3px;
  531. }
  532.  
  533. #tags a {
  534. display:inline-block;
  535. padding:-3px;
  536. text-align:right;
  537. color:{color:tags};
  538. -webkit-transition: all 0.6s ease-in-out;
  539. -moz-transition: all 0.6s ease-in-out;
  540. -o-transition: all 0.6s ease-in-out;
  541. -ms-transition: all 0.6s ease-in-out;
  542. -transition: all 0.6s ease-in-out;
  543. }
  544.  
  545. #tags a:hover {
  546. color: {color:tags hover};
  547. }
  548.  
  549.  
  550. #question {
  551. padding:8px;
  552. font-family:cambria;
  553. letter-spacing:2px;
  554. text-align:right;
  555. font-style:italic;
  556. border:5px {color:ask border} solid;
  557. color:{color:ask text};
  558. background-color:{color:ask bg}
  559. }
  560.  
  561. #question a {
  562. color: {color:asker};
  563. }
  564.  
  565. .chat .line {
  566. color: {color:post title bg};
  567. background-color: {color:post bg};
  568. padding: 2px;
  569. }
  570.  
  571. .chat .line.odd {
  572. color: {color:post bg};
  573. background-color: {color:post title bg};
  574. padding: 2px;
  575. }
  576.  
  577. #navbox {
  578. width: 180px;
  579. height: 180px;
  580. overflow-y: scroll;
  581. margin-left: 50px;
  582. margin-top: -10px;
  583. padding: 10px;
  584. }
  585.  
  586. .links {
  587. background-color: {color:nav links bg};
  588. padding: 5px;
  589. margin-top: 10px;
  590. -webkit-transition: 0.8;
  591. -moz-transition: 0.8;
  592. transition: 0.8;
  593. }
  594.  
  595. .links:hover {
  596. background-color: {color:nav links bg hover};
  597. -webkit-transition: 0.8;
  598. -moz-transition: 0.8;
  599. transition: 0.8;
  600.  
  601. }
  602.  
  603. .links a {
  604. color: {color:nav links};
  605. font-size: 12px;
  606. font-family: ARIAL;
  607. text-align: center;
  608. -webkit-transition: 0.8;
  609. -moz-transition: 0.8;
  610. transition: 0.8;
  611. }
  612.  
  613. .links a:hover {
  614. color: {color:nav links hover};
  615. -webkit-transition: 0.8;
  616. -moz-transition: 0.8;
  617. transition: 0.8;
  618. }
  619.  
  620. #popuptit {
  621. font-size: 100px;
  622. text-align: center;
  623. color: {color:popup title};
  624. font-family: wolf;
  625.  
  626.  
  627. }
  628.  
  629. .back, .next {
  630. font-size:70px;
  631. font-family:arial;
  632. color: {color:pagination};
  633. position:fixed;
  634. -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s;
  635. transition-duration: 0.8s; -o-transition-duration: 0.8s;
  636. }
  637.  
  638. .next {
  639. float:right;
  640. bottom: 20px;
  641. right: 500px;
  642. }
  643. .back {
  644. float:left;
  645. bottom: 20px;
  646. left: 400px;
  647. }
  648.  
  649. .popup_block{
  650. display:none;
  651. background: {color:popup bg};
  652. padding:20px;
  653. border:5px solid {color:popup border};
  654. float:left;
  655. position:fixed;
  656. top:50%;left:50%;
  657. z-index: 99999;
  658. -webkit-box-shadow: 0px 0px 20px #000;
  659. -moz-box-shadow: 0px 0px 20px #000;
  660. box-shadow: 0px 0px 20px #000;}
  661.  
  662. img.btn_close {
  663. float: right;
  664. margin: -20 -20px 0 0;
  665. }
  666. *html #fade {
  667. position: absolute;
  668. }
  669. *html .popup_block {
  670. position: absolute;
  671. }
  672. #fade {
  673. display:none;
  674. background:#000;
  675. position:fixed;
  676. left:0;
  677. top:0;
  678. width:100%;
  679. height:100%;
  680. opacity:0.8;
  681. z-index:9999;
  682. }
  683.  
  684. {CustomCSS}</style></head><body>
  685. <div id="sidebar">
  686. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  687. <div id="lokicont">
  688. {Description}
  689. </div>
  690.  
  691. <div id="thorcont">
  692. {text:about}
  693. </div>
  694.  
  695. </div>
  696.  
  697. <div id="charaname">
  698. {text:character name}
  699. </div>
  700.  
  701. <div id="infobox">
  702. <div id="info">
  703. <b>{text:sideinfo one name}:</b> {text:sideinfo one text}
  704. </div>
  705. <div id="info">
  706. <b>{text:sideinfo two name}:</b> {text:sideinfo two text}
  707. </div>
  708. <div id="info">
  709. <b>{text:sideinfo three name}:</b> {text:sideinfo three text}
  710. </div>
  711. <div id="info">
  712. <b>{text:sideinfo four name}:</b> {text:sideinfo four text}
  713. </div>
  714.  
  715. </div>
  716.  
  717.  
  718.  
  719. <div id="linkbox">
  720. <form name="gotolocation1" method="POST" ACTION=URI>
  721. <select name="cherrybammenu1" style="font-family:ARIAL; font-size:10px; color:#000; background:#fff; width: 80px, height: 30px; border: 5px solid {color:side info border}; background-color: {color:side info bg}; color: {color:side info text}; margin-top: 10px;">
  722. <option >{text:dropdown one title}</option>
  723. <option value="{text:one url}">{text:one title}</option>
  724. <option value="{text:two url}">{text:two title}</option>
  725. <option value="{text:three url}">{text:three title}</option>
  726. </select>
  727.  
  728. <form name="gotolocation1" method="POST" ACTION=URI>
  729. <select name="cherrybammenu1" style="font-family:ARIAL; font-size:10px; color:#000; background:#fff; width: 80px, height: 30px; border: 5px solid {color:side info border}; background-color: {color:side info bg}; color: {color:side info text}; margin-top: 10px;">
  730. <option >{text:dropdown two title}</option>
  731. <option value="{text:four url}">{text:four title}</option>
  732. <option value="{text:five url}">{text:five title}</option>
  733. <option value="{text:six url}">{text:six title}</option>
  734. </select>
  735.  
  736. <form name="gotolocation1" method="POST" ACTION=URI>
  737. <select name="cherrybammenu1" style="font-family:ARIAL; font-size:10px; color:#000; background:#fff; width: 80px, height: 30px; border: 5px solid {color:side info border}; background-color: {color:side info bg}; color: {color:side info text}; margin-top: 10px;">
  738. <option >{text:dropdown three title}</option>
  739. <option value="{text:seven url}">{text:seven title}</option>
  740. <option value="{text:eight url}">{text:eight title}</option>
  741. <option value="{text:nine url}">{text:nine title}</option>
  742. </select>
  743.  
  744. <form name="gotolocation1" method="POST" ACTION=URI>
  745. <select name="cherrybammenu1" style="font-family:ARIAL; font-size:10px; color:#000; background:#fff; width: 80px, height: 30px; border: 5px solid {color:side info border}; background-color: {color:side info bg}; color: {color:side info text}; margin-top: 10px;">
  746. <option >{text:dropdown four title}</option>
  747. <option value="{text:ten url}">{text:ten title}</option>
  748. <option value="{text:eleven url}">{text:eleven title}</option>
  749. <option value="{text:twelve url}">{text:twelve title}</option>
  750. </select>
  751.  
  752. <form name="gotolocation1" method="POST" ACTION=URI>
  753. <select name="cherrybammenu1" style="font-family:ARIAL; font-size:10px; color:#000; background:#fff; width: 80px, height: 30px; border: 5px solid {color:side info border}; background-color: {color:side info bg}; color: {color:side info text}; margin-top: 10px;">
  754. <option >{text:dropdown five title}</option>
  755. <option value="{text:thirteen url}">{text:thirteen title}</option>
  756. <option value="{text:fourteen url}">{text:fourteen title}</option>
  757. <option value="{text:fifteen url}">{text:fifteen title}</option>
  758. </select>
  759.  
  760. </div>
  761.  
  762. <div id="sidebarii">
  763. <img src="{image:left sidebar}">
  764.  
  765. <div id="secondtitle">
  766. {Title}
  767. </div>
  768.  
  769. </div>
  770.  
  771.  
  772.  
  773.  
  774. <div id="contain">
  775. <div id="all">{block:Posts}<div id="posts">
  776.  
  777. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  778.  
  779. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  780.  
  781. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  782.  
  783. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  784.  
  785. {block:Quote}{Quote}{/block:Quote}
  786.  
  787. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  788. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  789. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  790. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  791. {/block:Audio}
  792.  
  793. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  794.  
  795. {block:Chat}
  796. {block:Title}<h1>{Title}</h1>{/block:Title}
  797. <div class="chat">
  798. {block:Lines}<div class="chat"><div class="line {Alt}">
  799. <div class="{Alt} user_{UserNumber}">
  800. {block:Label}
  801. <span class="label">{Label}</span>
  802. {/block:Label}
  803. {Line}</div>
  804. </div></div>
  805. {/block:Lines}
  806. </div>
  807. {/block:Chat}
  808.  
  809.  
  810. {block:Answer}<div id="question"><span style="text-transform:lowercase;font-size:9px;font-style:italic;"> <b>{Asker} whispered:</b> </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  811.  
  812. <div id="details">
  813. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, at {12 Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  814. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  815. {/block:Posts}
  816. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  817. {/block:Posts}</div></div></div>
  818. </div>
  819.  
  820. <div id="topbar">
  821.  
  822. <div id="mainnavi">
  823. <a href="/">home</a>
  824. </div>
  825. <div id="mainnavii">
  826. <a href="#?w=300" rel="box2" class="poplight">ask</a>
  827. </div>
  828. <div id="mainnaviii">
  829. <a href="#?w=300" rel="box3" class="poplight">submit</a>
  830. </div>
  831.  
  832. <div id="mainnaviv">
  833. <a href="#?w=300" rel="box1" class="poplight">nav</a>
  834. </div>
  835.  
  836.  
  837. </div>
  838. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;"><a style="color:{color:credit};" href="http://launts.tumblr.com/">@LAUNTS</a></center></div>
  839.  
  840. {block:Pagination}
  841.  
  842. {block:NextPage}<a class="next" href="{NextPage}">»</a>{/block:NextPage}
  843. {block:PreviousPage}<a class="back" href="{PreviousPage}">«</a>{/block:PreviousPage}
  844.  
  845. {/block:Pagination}
  846.  
  847.  
  848. </body>
  849.  
  850. <div id="box1" class="popup_block">
  851.  
  852.  
  853.  
  854. <div id="navbox">
  855. <div class="links">
  856. <a href="{text:one url}">{text:one title}</a>
  857. </div>
  858.  
  859. <div class="links">
  860. <a href="{text:two url}">{text:two title}</a>
  861. </div>
  862.  
  863. <div class="links">
  864. <a href="{text:three url}">{text:three title}</a>
  865. </div>
  866.  
  867. <div class="links">
  868. <a href="{text:four url}">{text:four title}</a>
  869. </div>
  870.  
  871. <div class="links">
  872. <a href="{text:five url}">{text:five title}</a>
  873. </div>
  874.  
  875. <div class="links">
  876. <a href="{text:six url}">{text:six title}</a>
  877. </div>
  878.  
  879. <div class="links">
  880. <a href="{text:seven url}">{text:seven title}</a>
  881. </div>
  882.  
  883. <div class="links">
  884. <a href="{text:eight url}">{text:eight title}</a>
  885. </div>
  886.  
  887. <div class="links">
  888. <a href="{text:nine url}">{text:nine title}</a>
  889. </div>
  890.  
  891. <div class="links">
  892. <a href="{text:ten url}">{text:ten title}</a>
  893. </div>
  894.  
  895. </div>
  896.  
  897. <div id="popuptit">
  898. {text:popup title}
  899. </div>
  900. </div>
  901.  
  902. <div id="box2" class="popup_block">
  903. <p><iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:url}" width="100%"></iframe></p>
  904. </div>
  905.  
  906. <div id="box3" class="popup_block">
  907. <p><iframe frameborder="0" height="200" id="submit_form" scrolling="yes" src="http://www.tumblr.com/submit_form/{text:url}" width="100%"></iframe></p>
  908. </div>
  909.  
  910. </div></div></div></div></div></div></div></div></div></div>
  911.  
  912. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement