Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.04 KB | None | 0 0
  1. <!-- THEME 9 by ADRIANIVASHKOVS.TUMBLR.COM-->
  2.  
  3.  
  4. <!------------
  5.  
  6. p l e a s e r e a d
  7.  
  8. by using my themes, you’ve agreed to the following conditions:
  9. don't steal my codes,
  10. don't use them as base,
  11. don't claim them as your own,
  12. leave all credit intact.
  13.  
  14. ------------>
  15.  
  16.  
  17. <html><head>
  18. <title>{Title}</title>
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20. <link rel="shortcut icon" href="{Favicon}" />
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  22. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  23.  
  24.  
  25. <meta name="color:scrollbar" content="#D1CECE" />
  26. <meta name="color:scrollbar background" content="#FFFFFF" />
  27. <meta name="color:scrollbar hover" content="#BEBEBE" />
  28.  
  29. <meta name="color:text" content="#000000" />
  30. <meta name="color:link" content="#606060" />
  31. <meta name="color:hover" content="#6F7BB0" />
  32. <meta name="color:border" content="#E7E7E7" />
  33.  
  34. <meta name="color:highlight" content="#DCDCDC" />
  35. <meta name="color:highlight text" content="#000000" />
  36.  
  37. <meta name="color:background" content="#FFFFFF" />
  38. <meta name="color:container" content="#F5F5F5" />
  39. <meta name="color:entries" content="#FFFFFF" />
  40.  
  41. <meta name="color:tags" content="#F3F3F3" />
  42. <meta name="color:tags text" content="#8C8C8C" />
  43.  
  44. <meta name="color:title" content="#000000" />
  45. <meta name="color:navigation link" content="#000000" />
  46. <meta name="color:navigation" content="#FFFFFF" />
  47.  
  48. <meta name="color:sidebar" content="#FFFFFF" />
  49. <meta name="color:sidebar title background" content="#000000" />
  50. <meta name="color:sidebar title" content="#000000" />
  51. <meta name="color:sidebar link" content="#000000" />
  52. <meta name="color:sidebar link hover" content="#000000" />
  53. <meta name="color:star" content="#FFB700" />
  54. <meta name="color:icons background" content="#FCFCFC" />
  55. <meta name="color:icons" content="#000000" />
  56.  
  57. <meta name="color:audio" content="#FCFCFC" />
  58. <meta name="color:audio text" content="#000000" />
  59.  
  60. <meta name="color:italic" content="#000000" />
  61. <meta name="color:bold" content="#000000" />
  62.  
  63. <meta name="color:question" content="#F5F5F5" />
  64. <meta name="color:question text" content="#000000" />
  65.  
  66. <meta name="color:chat person 1" content="#EDEDED" />
  67. <meta name="color:chat person 2" content="#E7E7E7" />
  68. <meta name="color:chat text" content="#000000"/>
  69.  
  70. <meta name="if:Lazy Load" content="0" />
  71.  
  72. <meta name="image:header" content="http://static.tumblr.com/45aeb660cbbd3055aff726f342ddeab4/4oreovg/kmUnoghzg/tumblr_static_dnf4gr1ryqoko4ckss8808s8s.png" />
  73.  
  74. <meta name="text:font family body" content="calibri"/>
  75. <meta name="text:font family navigation" content="calibri"/>
  76.  
  77. <!----------------------STICKY NAVIGATION------------------------>
  78.  
  79. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  80.  
  81. <script>
  82. $(window).scroll(function(){
  83. var sticky = $(document).scrollTop();
  84.  
  85. if (sticky > 320) {
  86. $('#navigation').addClass('sticky');
  87. }
  88.  
  89. else {
  90. $('#navigation').removeClass('sticky');
  91. }
  92. });
  93. </script>
  94.  
  95. <!-------------------------LAZY LOAD--------------------------->
  96.  
  97. {block:ifLazyLoad}
  98. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  99. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  100. <script type="text/javascript" charset="utf-8">
  101. var $j = jQuery.noConflict();
  102. $j(function() {
  103. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  104. $j("img").lazyload({
  105. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  106. effect: "fadeIn",
  107. });
  108. });
  109. </script>
  110. {/block:ifLazyLoad}
  111.  
  112. <!-------------------------TOOLTIPS--------------------------->
  113.  
  114. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  115.  
  116. <script type="text/javascript" src="http://static.tumblr.com/ko1mcho/PMbmlkh9e/jquery.style-my-tooltips.js"></script>
  117.  
  118. <script>
  119. (function($){
  120. $(document).ready(function(){
  121. $("[title],a[title],img[title]").style_my_tooltips({
  122. tip_follows_cursor:"true",
  123. tip_delay_time:100,
  124. tip_fade_speed:100,
  125. attribute:"title"
  126. });
  127. });
  128. })(jQuery);
  129. </script>
  130.  
  131.  
  132. <link href='https://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'>
  133.  
  134.  
  135.  
  136.  
  137. <style type="text/css">
  138.  
  139. #s-m-t-tooltip {
  140. color:{color:text};
  141. background-color:{color:background};
  142. display:none;
  143. text-align:left;
  144. position:absolute;
  145. z-index:9999;
  146. font-size:8px;
  147. font-family:arial;
  148. text-transform:uppercase;
  149. padding:1px 5px 1px 3px;
  150. margin-top:27px;
  151. -webkit-transition:all 0.2s ease-out
  152. -moz-transition:all 0.2s ease-out;
  153. transition:all 0.2s ease-out;
  154. }
  155.  
  156. iframe#tumblr_controls {
  157. white-space:nowrap;
  158. -webkit-filter: invert(100%);
  159. -moz-filter: invert(100%);
  160. -o-filter: invert(100%);
  161. -ms-filter: invert(100%); filter: invert(100%);
  162. opacity:1;
  163. transition: .8s ease-in-out;
  164. -webkit-transition: .8s ease-in-out;
  165. -moz-transition: .8s ease-in-out;
  166. -o-transition: .8s ease-in-out;
  167. }
  168.  
  169. /*<!-------------------------SCROLLBAR--------------------------->*/
  170.  
  171. ::-webkit-scrollbar {
  172. width:6px;
  173. height:8px!important
  174. }
  175.  
  176. ::-webkit-scrollbar-track {
  177. background-color:{color:scrollbar background};
  178. }
  179.  
  180. ::-webkit-scrollbar-thumb {
  181. background-color:{color:scrollbar};
  182. }
  183.  
  184. ::-webkit-scrollbar-thumb:hover {
  185. background-color:{color:scrollbar hover};
  186. }
  187.  
  188. ::-webkit-scrollbar-thumb:horizontal {
  189. background-color:{color:scrollbar};
  190. height:7px!important
  191. }
  192.  
  193. ::selection {
  194. background: {color:highlight};
  195. }
  196.  
  197. ::-moz-selection {
  198. background: {color:highlight};
  199. }
  200.  
  201.  
  202. /*<!-------------------------ENTRIES TEXT----------------------->*/
  203.  
  204. h1 {
  205. color:{color:text};
  206. font-size:18px;
  207. margin-top:-3px;
  208. letter-spacing:1px;
  209. font-family:{text:font family body};
  210. margin-left:-3px;
  211. font-style:italic;
  212. text-transform:uppercase;
  213. background-color:{color:container};
  214. padding:12px;
  215. line-height:18px;
  216. -webkit-transition:opacity 0.8s linear;
  217. -webkit-transition:all 0.5s ease-out;
  218. -moz-transition:all 0.5s ease-out;
  219. transition:all 0.5s ease-out;
  220. }
  221.  
  222.  
  223. h2 {
  224. color:{color:text};
  225. padding:5px 0px;
  226. margin-bottom:5px;
  227. text-align:center;
  228. font size:100px;
  229. display:block;
  230. font-weight:400;
  231. font-family:{text:font family body};
  232. }
  233.  
  234.  
  235.  
  236.  
  237. hr {
  238. border:0px solid transparent;
  239. color:#040404;
  240. background-color:#040404;
  241. width:60%;
  242. height:1px;
  243. margin:2px 20%;
  244. }
  245.  
  246.  
  247.  
  248. /*<!-------------------------QUOTE--------------------------->*/
  249.  
  250. h3 {
  251. font-size:14px;
  252. line-height:17px;
  253. letter-spacing:1px;
  254. font-family:{text:font family body};
  255. font-weight:bold;
  256. font-style:italic;
  257. text-transform:lowercase;
  258. text-align:justify;
  259. width:450px;
  260. margin-left:25px;
  261. margin-top:20px;
  262. margin-bottom:40px;
  263. }
  264.  
  265. /*<!-------------------------SIDEBAR--------------------------->*/
  266.  
  267. #sidebar {
  268. position:absolute;
  269. border:1px solid {color:border};
  270. margin-left:25px;
  271. width:277px;
  272. padding:0px 15px 15px 15px;
  273. background-color:{color:sidebar};
  274. letter-spacing:0px;
  275. margin-top:15px;
  276. }
  277.  
  278. /*<!--------------------------SIDEBAR PIC---------------------------->*/
  279.  
  280. #sidebarpic img {
  281. margin-left:-15px;
  282. width:308px;
  283. height:150px;
  284. }
  285.  
  286. /*<!-------------------------SIDEBAR TITLE--------------------------->*/
  287.  
  288. h4 {
  289. width:276px;
  290. margin-top:0px;
  291. margin-bottom:0px;
  292. letter-spacing:-1px;
  293. font-size:16px;
  294. font-family:arial;
  295. text-transform:lowercase;
  296. text-align:left;
  297. border-top:1px solid {color:border};
  298. border-bottom:1px solid {color:border};
  299. margin-left:-16px;
  300. font-weight:bold;
  301. padding:15px 4px 15px 29px;
  302. background-color:{color:container};
  303. color:{color:sidebar title};
  304. }
  305.  
  306. /*<!-------------------------SIDEBAR CONTENT--------------------------->*/
  307.  
  308. h5 {
  309. width:240px;
  310. line-height:15px;
  311. padding:20px;
  312. margin-top:5px;
  313. margin-bottom:5px;
  314. font-weight:normal;
  315. font-size:10px;
  316. letter-spacing:1px;
  317. margin-left:-5px;
  318. }
  319.  
  320. /*<!-------------------------SIDEBAR CONTENT--------------------------->*/
  321.  
  322. h6 {
  323. width:240px;
  324. line-height:15px;
  325. padding:13px 20px 13px 20px;
  326. margin-top:5px;
  327. margin-bottom:5px;
  328. letter-spacing:-1px;
  329. font-size:16px;
  330. font-family:arial;
  331. text-transform:lowercase;
  332. text-align:left;
  333. margin-left:-5px;
  334. color:{color:sidebar title};
  335. }
  336.  
  337. /*<!-------------------------SOCIAL MEDIA---------------------------->*/
  338.  
  339. #icons {
  340. text-align:center;
  341. }
  342.  
  343. #icons a {
  344. display:inline-block;
  345. background-color:{color:icons background};
  346. color:{color:icons};
  347. padding:12px;
  348. margin-left:2px;
  349. margin-right:2px;
  350. width:25px;
  351. border:1px solid {color:border};
  352. border-radius:10px;
  353. }
  354.  
  355. #icons a:hover {
  356. opacity:0.5;
  357. }
  358.  
  359. /*<!-------------------------SIDEBAR LINKS--------------------------->*/
  360.  
  361. #sidebarlink {
  362. margin-bottom:3px;
  363. margin-top:20px;
  364. margin-left:10px;
  365. padding-bottom:8px;
  366. width:250px;
  367. }
  368.  
  369. #sidebarlink a {
  370. font-weight:normal;
  371. font-size:10px;
  372. display:block;
  373. text-transform:uppercase;
  374. font-family:{text:font family body};
  375. width:250px;
  376. padding-bottom:10px;
  377. padding-top:10px;
  378. color:{color:sidebar link};
  379. border-bottom:1px solid {color:border};
  380. }
  381.  
  382. #sidebarlink a:hover {
  383. padding-left:10px;
  384. color:{color:sidebar link};
  385. }
  386.  
  387. /*<!-------------------------BASICS--------------------------->*/
  388.  
  389. b {
  390. color:{color:bold};
  391. }
  392.  
  393. i {
  394. color:{color:italic};
  395. font-weight:bold;
  396. }
  397.  
  398. body {
  399. color:{color:text};
  400. background-color:{color:background};
  401. font-style:normal;
  402. text-align:justify;
  403. font-family: Muli;
  404. font-size:10px;
  405. letter-spacing:1px;
  406. text-decoration:none;
  407. line-height:110%;
  408. }
  409.  
  410. a {
  411. color: {color:link};
  412. cursor:help;
  413. text-decoration:none;
  414. -webkit-transition:opacity 0.8s linear;
  415. -webkit-transition:all 0.5s ease-out;
  416. -moz-transition:all 0.5s ease-out;
  417. transition:all 0.5s ease-out;
  418. }
  419.  
  420. a:hover {
  421. color:{color:hover};
  422. -webkit-transition:opacity 0.8s linear;
  423. -webkit-transition:all 0.5s ease-out;
  424. -moz-transition:all 0.5s ease-out;
  425. transition:all 0.5s ease-out;}
  426.  
  427. #container {
  428. width:952px;
  429. height:900%;
  430. margin:0 auto;
  431. padding-bottom:30px;
  432. z-index:-1000;
  433. background-color:{color:container};
  434. border:1px solid {color:border};
  435. }
  436.  
  437. #entries {
  438. text-align:justify;
  439. width:540px;
  440. z-index:99999;
  441. margin-left:355px;
  442. margin-top:20px;
  443. }
  444.  
  445. #entries p img, .entry blockquote img {
  446. max-width:100%;
  447. }
  448.  
  449. pre {
  450. white-space:pre-wrap;
  451. white-space:-moz-pre-wrap;
  452. white-space:-pre-wrap;
  453. white-space:-o-pre-wrap;
  454. word-wrap:break-word;
  455. }
  456.  
  457. #posts {
  458. width:540px;
  459. z-index:99999;
  460. color:{color:text};
  461. background:{color:entries};
  462. padding:15px;
  463. border:1px solid {color:border};
  464. }
  465.  
  466. /*<!------------------------PAGINATION-------------------------->*/
  467.  
  468. #pagination {
  469. font-size:14px;
  470. margin-top:10px;
  471. margin-bottom:20px;
  472. font-family:{text:font family body};
  473. letter-spacing:1px;
  474. font-weight:bold;
  475. width:530px;
  476. text-align:center;
  477. }
  478.  
  479. #pagination a {
  480. padding:4px 8px;
  481. font-weight:bold;
  482. color:{color:text};
  483. font-family:{text:font family body};
  484. font-size:14px;
  485. text-decoration:none;
  486. }
  487.  
  488. .current {
  489. padding:4px 8px;
  490. font-weight:bold;
  491. color:{color:text};
  492. font-family:{text:font family body};
  493. font-size:14px;
  494. text-decoration:none;
  495. }
  496.  
  497. /*<!-------------------------POSTINFO--------------------------->*/
  498.  
  499. #tags {
  500. padding:6px 15px 6px 15px;
  501. margin-top:10px;
  502. font-size:9px;
  503. margin-left:-15px;
  504. font-family:{text:font family body};
  505. width:540px;
  506. letter-spacing:1px;
  507. font-weight:bold;
  508. background-color:{color:tags};
  509. margin-bottom:0px;
  510. color:{color:tags text};
  511. text-transform:uppercase;
  512. }
  513.  
  514. #tags a {
  515. text-align:left;
  516. font-size:9px;
  517. font-weight:bold;
  518. font-family:{text:font family body};
  519. letter-spacing:1px;
  520. color:{color:tags text};
  521. text-transform:uppercase;
  522. }
  523.  
  524. #date {
  525. font-weight:bold;
  526. margin-top:10px;
  527. margin-bottom:0px;
  528. width:540px;
  529. font-size:9px;
  530. word-spacing:3px;
  531. text-transform:uppercase;
  532. color:{color:link};
  533. }
  534.  
  535. #date a {
  536. font-weight:bold;
  537. font-style:italic;
  538. font-size:9px;
  539. text-transform:uppercase;
  540. color:{color:link};
  541. }
  542.  
  543. /*<!-------------------------HEADER--------------------------->*/
  544.  
  545. #header img {
  546. margin-left:0px;
  547. margin-top:0px;
  548. z-index:9;
  549. border:1px solid {color:border};
  550. width:950px;
  551. height:400px;
  552. background-repeat:repeat-x;
  553. }
  554.  
  555. /*<!-----------------------NAVIGATION-------------------------->*/
  556.  
  557. #navigation.sticky {position:fixed; margin-top:-410px; z-index:10;}
  558.  
  559. #navigation {
  560. text-align:center;
  561. padding:20px;
  562. z-index:99999;
  563. width:911px;
  564. margin-left:-1px;
  565. margin-bottom:5px;
  566. border:1px solid {color:border};
  567. background-color:{color:navigation};
  568. margin-top:-4px;
  569. color:{color:navigation link};
  570. letter-spacing:1px;
  571. font-family:{text:font family navigation};
  572. text-align:center;
  573. text-transform:uppercase;
  574. font-size:20px;
  575. font-weight:bold;
  576. }
  577.  
  578. #navigation a {
  579. color:{color:navigation link};
  580. letter-spacing:1px;
  581. padding-left:2px;
  582. border-bottom:1px solid {color:border};
  583. padding-right:2px;
  584. margin-left:5px;
  585. margin-right:5px;
  586. padding-bottom:3px;
  587. font-family:{text:font family navigation};
  588. text-align:center;
  589. text-transform:uppercase;
  590. font-size:8px;
  591. font-weight:bold;
  592. }
  593.  
  594. #navigation a:hover {
  595. opacity:0.6;
  596. font-style:italic;
  597. }
  598.  
  599. /*<!-------------------------BLOCKQUOTE--------------------------->*/
  600.  
  601. blockquote {
  602. margin-left:0px;
  603. letter-spacing:1px;
  604. padding-left:10px;
  605. border-left:1px solid {color:text};
  606. width:97%;
  607. }
  608.  
  609. blockquote blockquote {
  610. padding: 0 0 0 10px;
  611. margin: 0 0 0 0px;
  612. color:{color:text};
  613. }
  614.  
  615. blockquote, small {
  616. font-size:10px;
  617. letter-spacing:1px;
  618. }
  619.  
  620. blockquote img {
  621. max-width:300px;
  622. height:auto;
  623. }
  624.  
  625. /*<!-------------------------CHAT--------------------------->*/
  626.  
  627. .chat {
  628. list-style:none;
  629. margin-top:0px;
  630. margin-bottom:0px;
  631. font-size:10px;
  632. {block:IfNotPosts400px}
  633. width:540px;
  634. {/block:IfNotPosts400px}
  635. {block:IfPosts400px}
  636. width:400px;
  637. {/block:IfPosts400px}
  638. }
  639.  
  640. .chat ul {
  641. line-height:15px;
  642. list-style:none;
  643. padding:0px;
  644. line-height:17px;
  645. }
  646.  
  647. .person1, .person3, .person5, .person7, .person9, .person11, .person13{
  648. background-color:{color:chat person 1};
  649. padding:5px 10px 5px 10px;
  650. color:{color:chat text};
  651. border-bottom:2px solid {color:background};
  652. }
  653.  
  654. .person2, .person4, .person6, .person8, .person10, .person12, .person14{
  655. padding:5px 10px 5px 10px;
  656. background-color:{color:chat person 2};
  657. border-bottom:2px solid {color:background};
  658. color:{color:chat text};
  659. }
  660.  
  661. /*<!-------------------------CREDIT--------------------------->*/
  662.  
  663. #credit {
  664. right:35px;
  665. bottom:8px;
  666. padding:5px;
  667. background:{color:container};
  668. font-size:8px;
  669. position:fixed;
  670. font-family:{text:font family body};
  671. }
  672.  
  673. #credit a {
  674. color:{color:link};
  675. padding:5px;
  676. }
  677.  
  678. /*<!-------------------------ASK--------------------------->*/
  679.  
  680. #question {
  681. background-color:{color:question};
  682. color:{color:question text};
  683. padding:20px 20px 20px 60px;
  684. margin-top:0px;
  685. width:460px;
  686. margin-bottom:5px;
  687. line-height:20px;
  688. font-size:10px;
  689. font-weight:bold;
  690. font-family:{text:font family body};
  691. text-align:left;
  692. }
  693.  
  694. #question img {
  695. position:absolute;
  696. padding:4px;
  697. background-color:{color:background};
  698. margin-left:-45px;
  699. margin-top:-6px;
  700. float:left;
  701. }
  702.  
  703. #question a {
  704. color:{color:question text};
  705. font-weight:bold;
  706.  
  707. }
  708.  
  709. #answer a {
  710. text-decoration:underline;
  711. font-weight:bold;
  712. }
  713.  
  714. /*<!-------------------------AUDIO--------------------------->*/
  715.  
  716. .audioplayer {
  717. width:25px;
  718. height:25px;
  719. margin-top:13px;
  720. position:absolute;
  721. margin-left:10px;
  722. overflow:hidden;
  723. padding:3px;
  724. }
  725.  
  726. .info {
  727. width:440px;
  728. height:50px;
  729. margin-left:0px;
  730. display:block;
  731. line-height:20px;
  732. margin-top:0px;
  733. padding-top:10px;
  734. font-family:{text:font family body};
  735. font-size:12px;
  736. letter-spacing:0px;
  737. font-weight:400;
  738. letter-spacing:1px;
  739. padding-right:55px;
  740. text-align:right;
  741. margin-bottom:0px;
  742. color:{color:audio text};
  743. background-color:{color:audio};
  744. }
  745.  
  746. /*<!-------------------------NOTES--------------------------->*/
  747.  
  748. ol.notes {
  749. padding:0px;
  750. width:530px;
  751. margin-top:5px;
  752. list-style-type:none;
  753. background-color:{color:entries};
  754. border-bottom: 3px solid {color:border};
  755. }
  756.  
  757. ol.notes li.note {
  758. border-bottom:2px solid {color:container};
  759. padding:10px;
  760. }
  761.  
  762. ol.notes li.note img.avatar {
  763. vertical-align:-4px;
  764. margin-right:10px;
  765. width:16px;
  766. height:16px;
  767. }
  768.  
  769. ol.notes li.note blockquote {
  770. padding:4px 10px;
  771. margin:10px 0px 0px 25px;
  772. }
  773.  
  774. /*<!-------------------------AFFILIATES--------------------------->*/
  775.  
  776. #outer img {
  777. transition:0.3s ease-in-out;
  778. width:60px;
  779. height:50px;
  780. -webkit-transition:0.3s ease-in-out;
  781. -moz-transition:0.3s ease-in-out;
  782. -o-transition:0.3s ease-in-out;
  783. }
  784.  
  785. #affiliates img:hover {
  786. opacity:0.7;
  787. transition:0.7s ease-in-out;
  788. -webkit-transition:0.7s ease-in-out;
  789. -moz-transition:0.7s ease-in-out;
  790. -o-transition:0.7s ease-in-out;
  791. }
  792.  
  793. #affiliates {
  794. text-align:center;
  795. margin-top:0px;
  796. }
  797.  
  798. #outer {
  799. overflow:auto;
  800. width:267px;
  801. margin-left:-10px;
  802. padding:0px;
  803. height:105px;
  804. margin-top:0px;
  805. background:{color:sidebar};
  806. }
  807.  
  808. /*<!----------------------SEARCH BAR------------------------>*/
  809.  
  810. .search input {
  811. background-color:{color:container};
  812. color:{color:text};
  813. font-size:9px;
  814. border:0px;
  815. margin-left:10px;
  816. text-transform:uppercase;
  817. margin-top:18px;
  818. font-weight:bold;
  819. width:160px;
  820. padding:8px 9px;
  821. font-family:{text:font family body};
  822. }
  823.  
  824. #searchbar {
  825. margin-bottom:20px;
  826. }
  827.  
  828. /*<!------------------------CREDIT------------------------->*/
  829.  
  830. #credit {
  831. right:10px;
  832. bottom:7px;
  833. padding:5px;
  834. background:transparent;
  835. font-size:8px;
  836. position:fixed;
  837. font-weight:bold;
  838. font-family:{text:font family body};
  839. }
  840.  
  841. #credit a {
  842. color:{color:link};
  843. padding:5px;
  844. letter-spacing:1px;
  845. text-decoration:none;
  846. font-weight:bold;
  847. }
  848.  
  849. </style><style type="text/css">{CustomCSS}</style>
  850.  
  851. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js%22%3E</script>
  852. <script>
  853. /* questions? ask oddhour.tumblr.com */
  854. var updatePhotosetCss = "<style id='updatePhotosetStyle'> .photoset .photoset_row img { display: block; } .photoset .photoset_row.photoset_row_1 img { max-width: 540px; } .photoset .photoset_row.photoset_row_2 img { max-width: 268px; } .photoset .photoset_row.photoset_row_3 img { max-width: 177px; } .photoset .photoset_row .photoset_photo { margin-left: 4px; } .photoset .photoset_row { text-align: center; width: 540px; } .photoset { width: 540px; }</style>";
  855. function updatePhotoset() {
  856.  
  857. $(".photoset:not(.540-resized)").each( function (i, e) {
  858. if($(this.contentDocument).find("#updatePhotosetStyle").size() <= 0)
  859. $(this.contentDocument).find("head").append(updatePhotosetCss);
  860. var photoset = $(this.contentDocument).find(".photoset");
  861. var photosetRows = photoset.find(".photoset_row");
  862. photoset.find(".photoset_photo")
  863. .each(function () {
  864. var hiResSrc = $(this).attr("href");
  865. var img = $(this).find('img');
  866. img.attr("src", hiResSrc );
  867. img.attr("style", "");
  868. });
  869. photosetRows.attr("style", "");
  870. photoset.attr("style","");
  871. photoset.addClass("540-resized");
  872. $(this).height($(this.contentDocument.body).height());
  873. });
  874. }
  875.  
  876. updatePhotoset();
  877.  
  878. var photosetTimer = setInterval(updatePhotoset, 1500);
  879. $(window).on('load', function () { setTimeout(function() {clearInterval(photosetTimer)}, 2000); })
  880. </script>
  881.  
  882.  
  883. </head><body>
  884.  
  885.  
  886.  
  887.  
  888. <div style="margin-top:-10px;">
  889.  
  890. <div id="container">
  891.  
  892. <!------------------------HEADER---------------------------->
  893.  
  894. <div id="header">
  895. <img src="{image:header}">
  896. </div>
  897.  
  898. <!----------------------NAVIGATION-------------------------->
  899.  
  900. <div id="navigation">
  901. <a href="/">index</a>
  902. <a href="/ask">contact</a>
  903. <a href="/">navigation</a>
  904. <a href="URL">storyline</a>
  905. <a href="URL">campsites</a>
  906. <a href="URL">infection</a>
  907. <a href="URL">application</a>
  908. </div>
  909.  
  910. <!------------------------SIDEBAR--------------------------->
  911.  
  912. <div id="sidebar">
  913.  
  914.  
  915. <!-----TITLE------>
  916.  
  917. <h6>
  918. <i class="fa fa-star" style="
  919. color:{color:star};
  920. font-size:13px;"></i>
  921. panic on the streets of omaha <b><i>!</i></b>
  922. </h6>
  923.  
  924. <!--SIDEBAR PIC
  925.  
  926. DELETE THIS PART IF YOU DO NOT WANT A SIDEBAR PIC AND NOT ONLY THE URL OTHERWISE YOU WILL HAVE A WHITE BLANK SPACE !!!
  927.  
  928. -->
  929.  
  930. <div id="sidebarpic">
  931. <img src="https://78.media.tumblr.com/f04d2825f320400e24ea4d74ca82c8ae/tumblr_p2n0aaXtFY1uly531o1_400.gif">
  932. </div>
  933.  
  934. <!--SEARCH BAR-->
  935.  
  936. <div id="searchbar">
  937. <form action="/search" method="get" class="search">
  938. <input type="text" name="q" value="{SearchQuery}"/>
  939. <input type="submit" value="Search" id="sb" style="width:60px;" />
  940. </form>
  941. </div>
  942.  
  943. <!----ABOUT---->
  944.  
  945. <h4>
  946. <i class="fa fa-angle-right" style="color:{color:sidebar title}"></i> the heartland of america</h4>
  947.  
  948. <h5>{description}</h5>
  949.  
  950.  
  951. <!------LINKS------->
  952.  
  953. <h4><i class="fa fa-angle-right" style="color:{color:sidebar title}"></i> city directory</h4>
  954.  
  955. <div id="sidebarlink">
  956. <a href="URL">guidelines</a>
  957. <a href="URL">map of omaha</a>
  958. <a href="URL">taken faceclaims</a>
  959. <a href="URL">inhabitants of omaha</a>
  960. <a href="URL">application count</a>
  961. </div>
  962.  
  963. <br>
  964. <br>
  965.  
  966. <!------SITE INFO------->
  967.  
  968. <h4> <i class="fa fa-angle-right" style="color:{color:sidebar title}"></i> updates</h4>
  969.  
  970. <h5>
  971.  
  972. <b>ACCEPTING</b> ⋯ Every Doopsday<br>
  973. <b>OPENING</b> ⋯ Soop 15th, 3451<br>
  974. <b>UNVEILED</b> ⋯ 14th of Feburary
  975.  
  976. </h5>
  977.  
  978.  
  979. <!------PROJECTS------->
  980.  
  981. <h4><i class="fa fa-angle-right" style="color:{color:sidebar title}"></i> camp vacancy</h4>
  982.  
  983. <div style="margin-top:-10px;">
  984.  
  985. <h5>
  986.  
  987. <!--start of project 1-->
  988. <img src="http://78.media.tumblr.com/02ceb261c021130232f89170efbb370c/tumblr_inline_p2oklqowMQ1tas6k0_400.png"
  989. style="width:308px;height:119px;margin-left:-30px;margin-top:-15px;">
  990. <br>
  991. <p>
  992. <br>
  993. <div style="border-left:1px solid {color:text};padding-left:10px;word-spacing:2px;line-height:15px;">
  994. <b>CAMPSITE MCGEE</b> ⋯ 10 / 20<br>
  995. <b>CAMPSITE MCG00</b> ⋯ 01 / 20<br>
  996. <b>CAMPSITE SHOOPLAWOOP</b> ⋯ 20 / 20<br>
  997. </div><br>
  998. <center><big><a href="/camps."><b><i>DETAILS</i></b></a></big></center>
  999.  
  1000. <!--end of project 1-->
  1001.  
  1002.  
  1003. </h5>
  1004.  
  1005. </div>
  1006.  
  1007.  
  1008. <!---BLOG MEMBERS--->
  1009.  
  1010. <h4><i class="fa fa-angle-right" style="color:{color:sidebar title}"></i> TEAM</h4>
  1011.  
  1012. <h5>
  1013.  
  1014. {block:GroupMembers}
  1015. {block:GroupMember}
  1016. <img src="http://78.media.tumblr.com/2b01aa27b8b782fb7dbdd82eeecb7952/tumblr_inline_p2o8u3su6q1tas6k0_100.gif" style="-webkit-border-radius:10px;width:40px;">
  1017. <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
  1018. <a href="/tagged/(-admin-rachel.-)"><b>ADMIN RACHEL</b></a>
  1019. <br>24, EST, SHE/HER</div> <br><br>
  1020. {/block:GroupMember}
  1021. {/block:GroupMembers}</a>
  1022. <div style="margin-bottom:-23px;"></div>
  1023. </h5>
  1024.  
  1025. <!------SITE INFO------->
  1026.  
  1027. <h4> <i class="fa fa-angle-right" style="color:{color:sidebar title}"></i> SITE INFO</h4>
  1028.  
  1029. <h5>
  1030.  
  1031. <b>ABOUT</b> ⋯ An original character roleplay set during a zombie apocalypse in Omaha, Nebraska, United States.
  1032.  
  1033. <br>
  1034.  
  1035. <b>ONLINE</b> ⋯ 1 survivor<br>
  1036. <b>HITS</b> ⋯ 0 unndead
  1037.  
  1038. </h5>
  1039.  
  1040. </div>
  1041.  
  1042. <!------------------------ENTRIES--------------------------->
  1043.  
  1044. <div id="entries">
  1045.  
  1046. {block:Posts}
  1047.  
  1048. <div id="posts">
  1049.  
  1050. {block:Text}
  1051. {block:Title}
  1052. <h1>{Title}</h1>
  1053. {/block:Title}
  1054. {Body}
  1055. {/block:Text}
  1056.  
  1057. {block:Quote}
  1058. <h3>
  1059. <font style="font-family:times;font-size:15px;">&#8220; </font> {Quote} <font style="font-family:times;font-size:15px;">”</font> - {Source}</h3>
  1060. {/block:Quote}
  1061.  
  1062. {block:Link}
  1063. <a href="{URL}"><h1>{Name}</h1></a>{block:Description}
  1064. {Description}{/block:Description}
  1065. {/block:Link}
  1066.  
  1067. {block:Photo}<img src="{PhotoURL-HighRes}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1068.  
  1069. {block:Photoset}
  1070. {Photoset}{block:Caption}{Caption}{/block:Caption}
  1071. {/block:Photoset}
  1072.  
  1073. {block:Video}
  1074. {Video-500}{block:Caption}{Caption}{/block:Caption}
  1075. {/block:Video}
  1076.  
  1077. {block:Chat}
  1078. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  1079. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  1080. {/block:Chat}
  1081.  
  1082. {block:Answer}
  1083. <div id="question">
  1084. <img src="{AskerPortraitURL-24}">
  1085. <b>{asker}:</b>
  1086. {Question}
  1087. </div>
  1088. <div id="answer">
  1089. {answer}
  1090. </div>
  1091. {/block:Answer}
  1092.  
  1093. {block:Audio}
  1094. <div class="audio">
  1095. <div class="audioplayer">{AudioPlayerWhite}</div>
  1096. <div class="info">
  1097. {block:TrackName}
  1098. <font style="text-transform:lowercase;letter-spacing:1px;font-weight:bold;color:{color:bold};font-family:arial;font-size:10px;font-style:italic;">{TrackName}&nbsp;&nbsp;&nbsp;&nbsp;</font>{/block:TrackName}<br>
  1099. {block:Artist}<small>{Artist}</small>{/block:Artist}
  1100. </div>
  1101. {block:Caption}{Caption}{/block:Caption}
  1102. </div>
  1103. {/block:Audio}
  1104.  
  1105.  
  1106.  
  1107. <!------POSTINFO------->
  1108.  
  1109.  
  1110. <div id="tags">filed under:
  1111. {block:Tags}<a href="/tagged/{Tag}"> &nbsp;#{Tag}</a>{/block:Tags}
  1112. </div>
  1113.  
  1114. <div id="date">
  1115. {block:GroupMembers}posted by <a href="{PostAuthorURL}">{PostAuthorName}</a>{/block:GroupMembers}
  1116. {block:Date} on
  1117. <a href="{Permalink}" title="{Month} {DayOfMonthWithZero}, {Year}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear} at {12Hour}:{Minutes}{CapitalAmPm}</a>
  1118. {block:NoteCount}<a href="{Permalink}"> with {notecountwithlabel} &nbsp; </a>{/block:Notecount}
  1119.  
  1120. <font style="float:right;">
  1121. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">via </a><a href="{ReblogRootURL}" title="{ReblogRootName}">- source</a>{/block:RebloggedFrom}
  1122. </font>
  1123.  
  1124. {block:ContentSource}
  1125. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1126. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1127. {/block:SourceLogo}
  1128. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1129. {/block:ContentSource}
  1130. {/block:Date}
  1131.  
  1132. </div>
  1133.  
  1134. </div>
  1135.  
  1136.  
  1137.  
  1138. <br>
  1139. <br>
  1140.  
  1141.  
  1142. {block:PostNotes}
  1143. {PostNotes}
  1144. {/block:PostNotes}
  1145.  
  1146.  
  1147.  
  1148. {/block:Posts}
  1149.  
  1150.  
  1151. <!------PAGINATION------->
  1152.  
  1153. <br>
  1154. <br>
  1155.  
  1156.  
  1157. <br>
  1158. <br>
  1159.  
  1160.  
  1161. <div id="pagination">
  1162. {block:Pagination}
  1163. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  1164. {block:JumpPagination length="5"}
  1165. {block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}
  1166. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  1167. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  1168. {/block:Pagination}
  1169. </div>
  1170.  
  1171.  
  1172.  
  1173. <br>
  1174. <br>
  1175.  
  1176. <br>
  1177. <br>
  1178.  
  1179. <br>
  1180. <br>
  1181.  
  1182.  
  1183. <div id="credit">
  1184. <a href="http://adrianivashkovs.tumblr.com/">A I</a>
  1185. </div>
  1186.  
  1187. </div>
  1188. </div></div>
  1189. </div>
  1190.  
  1191.  
  1192. </body>
  1193. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement