Advertisement
Guest User

Untitled

a guest
May 20th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.02 KB | None | 0 0
  1. <title>{Title}</title>
  2. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  3. <link rel="shortcut icon" href="{Favicon}">
  4. {block:Description}
  5. <meta name="description" content="{MetaDescription}">
  6. {/block:Description}
  7.  
  8. <!----
  9.  
  10. ©priorish.tumblr.com/ theme 02.
  11.  
  12. keep the credit in its place.
  13. do not take parts/redistrubute as your own.
  14. send an ask if you have any questions.
  15.  
  16. enjoy
  17. ---->
  18.  
  19. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  20. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  21.  
  22.  
  23. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("a[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time: 90,
  30. tip_fade_speed: 600,
  31. attribute:"title"
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37. <script>
  38. function openAlytut(evt, alytutName) {
  39. var i, x, tablinks;
  40. x = document.getElementsByClassName("alytut");
  41. for (i = 0; i < x.length; i++) {
  42. x[i].style.display = "none";
  43. }
  44. tablinks = document.getElementsByClassName("tablink");
  45. for (i = 0; i < x.length; i++) {
  46. tablinks[i].className = tablinks[i].className.replace(" tabzact", "");
  47. }
  48. document.getElementById(alytutName).style.display = "block";
  49. evt.currentTarget.className += " tabzact";
  50. }
  51. </script>
  52.  
  53. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  54.  
  55.  
  56.  
  57. <!---- fonts ---->
  58.  
  59. <link href="https://fonts.googleapis.com/css?family=Allerta+Stencil|Athiti|Italiana|Montserrat+Alternates|Prata|Shrikhand" rel="stylesheet">
  60.  
  61. <!---- meta tags ---->
  62.  
  63. <meta name="image:background" content="1"/>
  64. <meta name="image:sidebar" content="1"/>
  65. <meta name="image:sidebar2" content="1"/>
  66. <meta name="image:update tab" content="1"/>
  67. <meta name="image:admin1" content="1"/>
  68. <meta name="image:admin2" content="1"/>
  69. <meta name="image:plot1" content="1"/>
  70. <meta name="image:plot2" content="1"/>
  71. <meta name="image:nav1" content="1"/>
  72. <meta name="image:nav2" content="1"/>
  73.  
  74. <meta name="color:background" content="#fff"/>
  75. <meta name="color:sidebar background" content="#fff"/>
  76. <meta name="color:post" content="#fff"/>
  77. <meta name="color:text" content="#777"/>
  78. <meta name="color:link" content="#7f5550"/>
  79. <meta name="color:hover" content="#a97a75"/>
  80. <meta name="color:bold" content="#8c605b"/>
  81. <meta name="color:italic" content="#cca39f"/>
  82. <meta name="color:border" content="#cec19b"/>
  83. <meta name="color:accent" content="#a97a75"/>
  84. <meta name="color:container" content="#e7e7e7"/>
  85.  
  86. <meta name="select:title font" title="lemon" content="lemon"/>
  87. <meta name="select:title font" title="Shrikhand" content="'Shrikhand', cursive"/>
  88.  
  89. <meta name="select:body font" title="Prata" content="'Prata', serif"/>
  90. <meta name="select:body font" title="Montserrat Alt" content="'Montserrat Alternates', sans-serif"/>
  91. <meta name="select:body font" title="Athiti" content="'Athiti', sans-serif"/>
  92. <meta name="select:body font" title="Italiana" content="'Italiana', serif"/>
  93.  
  94. <meta name="if:cover" content="0"/>
  95. <meta name="if:Show Captions" content="1" />
  96. <meta name="if:Show Tags" content="1" />
  97.  
  98. <meta name="text:title size" content="45px"/>
  99. <meta name="text:title spacing" content="0px"/>
  100. <meta name="text:font size" content="10px"/>
  101. <meta name="text:title" content="american girl."/>
  102. <meta name="text:subtitle" content="living one day at a time"/>
  103. <meta name="text:Link One url" content="/"/>
  104. <meta name="text:Link Two url" content="/ask"/>
  105. <meta name="text:admin1" content="admin one info here."/>
  106. <meta name="text:admin2" content="admin two info here."/>
  107.  
  108. </style>
  109. <style type="text/css">
  110.  
  111. /* fonts */
  112.  
  113. @font-face { font-family: lemon; src: url('https://dl.dropboxusercontent.com/s/17j3mm6xein8a57/Lemon%20Tuesday.otf?dl=0') ; }
  114.  
  115.  
  116. /* ----------------------- GENERAL ------------------------ */
  117.  
  118. /* tumblr controls */
  119.  
  120. .tmblr-iframe{ white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:.2;transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;-moz-transition: .4s ease-in-out;-o-transition: .4s ease-in-out;position:fixed!important;right:-20px!important;transform:scale(0.7,0.7); }
  121.  
  122. .tmblr-iframe:hover { opacity:1; }
  123.  
  124. /* scrollbar */
  125.  
  126. ::-webkit-scrollbar { width: 0px; background:transparent; }
  127.  
  128. ::-webkit-scrollbar-thumb { background: transparent; }
  129.  
  130. /* basic */
  131.  
  132. body { margin: 0; padding: 0; width: 100%; height: 100%; color: {color:Text}; font-family: {select:body font}; font-size: {text:font size}; line-height: -moz-calc({text:font size} + 5px); line-height: -webkit-calc({text:font size} + 5px); line-height: -o-calc({text:font size} + 5px); line-height: calc({text:font size} + 5px); background-color: {color:background}; background-image: url({image:Background}); background-attachment: fixed; background-repeat: repeat; {block:ifcover}-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;{/block:ifcover}}
  133.  
  134. /* don't touch this */
  135.  
  136. iframe, img, embed, object, video { margin:auto; max-width: 100%; border: none; }
  137.  
  138. select, textarea, input, a { outline: none; }
  139.  
  140. /* paragraph */
  141.  
  142. p { margin-top: 20px; margin-bottom: 5px; }
  143.  
  144. small{ font-size: 90%; }
  145.  
  146. big { font-size: 110%; }
  147.  
  148. /* titles */
  149.  
  150. h1 { margin: 0; margin-top: 10px; margin-bottom: 10px; color: {color:accent}; font-weight:normal; font-family: {select:title font}; font-size: 20px; text-align:center;}
  151.  
  152. h2 { left: 0px; font-size: 15px; line-height: 20px; font-weight: normal; font-family: {select:body font} }
  153.  
  154. /* links */
  155.  
  156. a { color: {color:link}; text-decoration:none; }
  157.  
  158. a:hover { color: {color:hover}; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s; }
  159.  
  160. ul, ol, li { margin: 5px 10px; padding: 0px; }
  161.  
  162. /* styles */
  163.  
  164. b, strong { color: {color:bold}; }
  165.  
  166. i, em { color: {color:italic}; }
  167.  
  168. blockquote { margin: 10px; padding-left: 10px; border-left: 1px solid {color:border}; }
  169.  
  170. /* tooltip */
  171.  
  172. #s-m-t-tooltip { margin: 15px; max-width: 200px; padding: 5px; color: {color:Text}; background: {color:post}; border: 1px solid {color:Border}; font-size: 12px; line-height: 15px; z-index: 10000; }
  173.  
  174. /* tabs */
  175.  
  176. .tabz { margin-top:440px; margin-left:190px; padding:10px; position:fixed; width:120px; overflow:hidden; opacity:0.7;
  177. }
  178.  
  179. .tabz a { padding:15px; width:20px; text-align:center; font-family:{select:title font}; color:{color:container}; font-size:25px; display:inline-block; margin-left:5px; transition:.2s; -webkit-transition:.2s; -moz-transition:.2s; background:{color:accent}; }
  180.  
  181. .tabz a:hover { color:{color:border}; background:{color:post}; transition:.2s; -webkit-transition:.2s; -moz-transition:.2s; transform: rotate(9deg); }
  182.  
  183. .tabz a:focus, .active { color:{color:container}; background:{color:border}; }
  184.  
  185. .tabzcon { margin-top:20px; margin-left:20px; padding:10px; position:fixed; width:240px;height:370px; font-family:{select:body font}; overflow:auto; border:10px solid {color:container}; background-color:{color:post}; color:{color:text}; z-index:999999999999999999999999;}
  186.  
  187. .tabztitle { line-height:30px; font-size:25px; color:{color:accent}; text-align: left; font-family:{select:title font}; z-index:99999; height:10px; letter-spacing:0px; text-align:center; border-bottom:5px solid {color:border}; height:17px; text-shadow: 0 2px 2px {color:border}; }
  188.  
  189. .tabzcon b { font-size:12px; padding:2px; background:{color:accent}; color:{color:border}; text-transform:uppercase; font-family:{select:title font}; }
  190.  
  191. #updates { margin-top:-2px; background:{color:container};height:19px; padding-top:4px; color:{color:accent}; font-family:{select:body font}; }
  192.  
  193. #updates b { font-size:11px; padding:4px; height:28px; background:{color:accent}; color:{color:background}; text-transform:uppercase; font-family:{select:body font}; }
  194.  
  195. #updates span { font-size:11px; padding:4px; color:{color:accent}; text-transform:uppercase; font-family:{select:body font}; }
  196.  
  197. #updateimg { margin: 105px 0px; position:fixed; padding:3px; }
  198.  
  199. #updateimg img { width:235px; height:100px; }
  200.  
  201. #admins { margin-top:-10px; margin-left:-7px; padding:5px; width:245px; position:fixed; }
  202.  
  203. #admins a { color:{color:border}; }
  204.  
  205. .admin { padding:3px; margin-left:0px; }
  206.  
  207. .admin img { border:3px solid {color:border};height:40px; width:40px; z-index:99999999; margin-left:0px;transform: rotate(5deg); }
  208.  
  209. .admintxt { padding:10px;padding-left:53px;margin-top:-46px; background:{color:container}; font-family:{select:body font};position:fixed; font-size:10px; height:22px; overflow:auto; z-index:-999; width:175px; }
  210.  
  211. .rulz { width:200px; padding:20px; height:280px; font-family:{select:body font}; font-size:10px; overflow:auto; line-height:120%; }
  212.  
  213. .rulz p { font-family:{select:body font}; font-size:10px; text-align:justify; padding:5px; }
  214.  
  215. .rulz p::first-letter { font-size:25px; font-family:{select:title font}; padding:2px; }
  216.  
  217. #taabimg { position:auto; }
  218.  
  219. #taabimg img { border:3px solid {color:border};height:40px; width:40px; margin-left:0px;transform: rotate(5deg); }
  220.  
  221. .rulztit { position:fixed; padding:2px; margin-left:20px; margin-top:20px; width:200px; line-height:10px; font-size:12px; color:{color:container}; text-align: center; font-family:{select:body font}; background:{color:accent}; z-index:-999; height:10px; text-shadow: 0 2px 2px {color:border};transform: rotate(-3deg);
  222. }
  223.  
  224. .tabbubble { line-height:210%; text-align:justify; margin-top:55px; position: relative; width: 200px; height: 60px; padding: 20px; background: {color:container}; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
  225.  
  226. .tabbubble:after { content: ''; position: absolute; border-style: solid; border-width: 0 15px 15px;border-color: {color:container} transparent; display: block; width: 0; z-index: 1; top: -15px; left: 110px; }
  227.  
  228. .tabbubble a { padding:2px; background:{color:border}; color:{color:container}; font-family:{select:body font}; font-size:12px; text-align:justify; }
  229.  
  230. /* container */
  231.  
  232. #container { position:fixed; top:calc(5%); left:calc(20%); width:790px; background:{color:container}; height:610px; box-shadow: 0 0 3px {color:accent}; border-bottom:30px solid {color:border}; }
  233.  
  234. /* sidebar */
  235.  
  236. #sidebar { width:330px; background:{color:Sidebar}; margin-left:0px; z-index:10; margin-top:0px; overflow:hidden; }
  237.  
  238. /* images */
  239.  
  240. #avatar { margin-left:10px; margin-top:10px; position:fixed; margin-bottom:10px; }
  241.  
  242. #avatar img { width:300px; height:429px; }
  243.  
  244. #sb2 { margin-left:10px; margin-top:10px; position:fixed; margin-bottom:10px; -webkit-transition: all 7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -ms-transition: all 0.7s ease; transition: all 0.7s ease; }
  245.  
  246. #sb2 img { width:300px; height:429px; }
  247.  
  248. #sb2:hover { opacity:0; -webkit-transition: all 7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -ms-transition: all 0.7s ease; transition: all 0.7s ease; }
  249.  
  250. /* blogtitle */
  251.  
  252. #blogtitle { margin-top:577px; position:fixed; margin-left:10px; width:300px; line-height:30px; font-size:{text:title size}; color:{color:accent}; text-align: left; font-family:{select:title font}; z-index:99999; height:10px; letter-spacing:{text:title spacing}; text-shadow: 0 2px 2px {color:border};transform: rotate(-5deg); }
  253.  
  254. #blogsubtitle { margin-top:607px; position:fixed; margin-left:10px; padding:2px; width:260px; line-height:10px; font-size:10px; color:{color:border}; text-align: center; font-family:{select:body font}; background:{color:background}; z-index:999; height:10px; text-shadow: 0 2px 2px {color:border};transform: rotate(-5deg); }
  255.  
  256. /* dscription */
  257.  
  258. #description { margin:450px 10px; position:fixed; width: 160px; max-height:110px; padding:10px; border:5px solid {color:container}; color:{color:text}; font-size:10px; line-height:22px; text-align:justify; background:{color:container}; overflow:auto; -webkit-clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%); clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%); }
  259.  
  260. #description a { color:{color:accent}; }
  261.  
  262. /* sidebar links */
  263.  
  264. #links { margin-top:614px; height:22px; position:fixed; margin-left:620px; width:230px; padding:0px; color:{color:post};z-index:9999!important; -webkit-transition: all 7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -ms-transition: all 0.7s ease; transition: all 0.7s ease; }
  265.  
  266. #links a { height:10px; text-transform:uppercase; padding:0px 5px; font-size:14px; line-height:25px; color:{color:post}; z-index:99999999; opacity:1; -webkit-transition: all 7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -ms-transition: all 0.7s ease; transition: all 0.7s ease; }
  267.  
  268. #links a:hover { font-style:italic; color:{color:Hover}; -webkit-transition: all 7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -ms-transition: all 0.7s ease; transition: all 0.7s ease; z-index:999999; }
  269.  
  270. #links b { color:{color:link}; margin-left:0px; margin-right:10px; z-index:999999!important; }
  271.  
  272. /* posts */
  273.  
  274. #posts { margin-top:0px; width: 480px; height:580px; overflow:auto; margin-left:0px; z-index:100; position:fixed; }
  275.  
  276. .entry { display: inline-block; float: left; margin: 0px 10px 30px 10px; z-index:100!important; width: 400px; padding:10px 10px; height:auto; background:{color:post}; border-radius:{text:Border radius}; overflow: hidden; -webkit-transition: all 7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -ms-transition: all 0.7s ease; transition: all 0.7s ease; z-index:999999;}
  277.  
  278. .entry a { color:{color:accent}; }
  279.  
  280. .entry img { margin:0px; padding:0px; }
  281.  
  282. .cont { position:fixed; margin-top: 15px; margin-left:335px; height:570px; width:480px; overflow:auto; border-radius:10px; }
  283.  
  284. /* chat posts */
  285.  
  286. .chat { width: -moz-calc(100% - 10px); width: -webkit-calc(100% - 10px); width: -o-calc(100% - 10px); width: calc(100% - 10px); list-style: none;overflow: hidden; }
  287.  
  288. .chat ul { width: -moz-calc(100% - 10px); width: -webkit-calc(100% - 10px); width: -o-calc(100% - 10px); width: calc(100% - 10px); list-style: none; margin: auto; padding: auto; height:auto; }
  289.  
  290. .chat li { border-radius: 0.2em; border: 1px solid rgba(0, 0, 0, 0.05); box-shadow: 1px 1px 1px rgb(255, 255, 255) inset; margin-bottom: 2%; padding: 2%; width: 50%; height:auto; }
  291.  
  292. .chat .odd { float: left; background:{color:border}; color:{color:accent}; }
  293.  
  294. .chat .even { float: right; background:{color:accent}; color:{color:border}; }
  295.  
  296. /* quote posts */
  297.  
  298. .quote { margin: 10px; padding: 5px; font-family: {select:title font}; font-size: 20px; color: {color:Italic}; text-align: left; letter-spacing: 2px; }
  299.  
  300. .source { text-align:right; font-size: 12px; line-height: 20px; }
  301.  
  302. /* ask posts */
  303.  
  304. .ask { margin-left:70px; text-align:font-family:{select:body font}; font-size:13px; color:{color:accent}; }
  305.  
  306. .ask b { font-family:{select:title font}; font-size:23px; color:{color:accent}; }
  307.  
  308. .ask a { font-family:{select:title font}; font-size:23px; color:{color:accent}; }
  309.  
  310. .asker { margin: 5px; margin-top: -32px; width: -moz-calc(100% - 10px); width: -webkit-calc(100% - 10px); width: -o-calc(100% - 10px); width: calc(100% - 10px); height: auto; }
  311.  
  312. .bubble { margin-left:50px; width: -moz-calc(100% - 70px); width: -webkit-calc(100% - 70px); width: -o-calc(100% - 70px); width: calc(100% - 70px); height: auto; min-height: 35px; padding: 10px; line-height: 20px; background: {color:border}; z-index:10; margin-top:30px; border-radius:5px; color:{color:link};}
  313.  
  314. .triangle { position: absolute; margin-left: -20px; width: 0; z-index:0; border-right: 10px solid {color:border}; border-bottom: 10px solid transparent; border-top: 10px solid transparent; }
  315.  
  316. .asker img { float: left; margin-right: 0px; max-width: 30px; border: 5px solid {color:accent}; border-radius: 2px; z-index:1000; border-radius:50px; opacity:1; }
  317.  
  318. .answer { margin: 10px; margin-bottom: 0; }
  319.  
  320. /* link posts */
  321.  
  322. .linktitle { margin: 0; margin-top: 10px; margin-bottom: 10px; color: {color:link}; font-weight: normal; font-family: {select:title font}; font-size:10px; }
  323.  
  324. /* top info */
  325.  
  326. .topinfo { padding-bottom:10px; margin-left:0px; margin-bottom:10px; padding: 5px; width: 98%; height: auto;padding-top:10px; line-height: 25px; background:{color:container}; text-align:center; }
  327.  
  328. .topinfo a { margin-left: 5px; color:{color:border};font-size:9px; padding:0px; border-radius:5px; }
  329.  
  330. .tags { text-align:left; font-size:9px; opacity:0; margin-top:-20px; {block:ifNotShowTags} display: none; {/block:ifNotShowTags} -webkit-transition: all 7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -ms-transition: all 0.7s ease; transition: all 0.7s ease; z-index:999999; }
  331.  
  332. .tags a { color:{color:links}; text-decoration:underline; padding-bottom:7px; }
  333.  
  334. .entry:hover .tags { margin-top:20px;opacity:1; -webkit-transition: all 7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -ms-transition: all 0.7s ease; transition: all 0.7s ease; z-index:999999; }
  335.  
  336. .notec { float: left; overflow:auto; }
  337.  
  338. /* post notes */
  339.  
  340. #notes { background:{color:post}; margin: 10px; width: 430px; font-size: 10px; color: {color:Text}; }
  341.  
  342. ol.notes { padding: 10px; border-top:5px solid {color:border}; margin: 0px; list-style-type: none; }
  343.  
  344. ol.notes li.note { margin:0px; padding: 10px 10px; }
  345.  
  346. ol.notes li.note a{ color:{color:accent}; }
  347.  
  348. ol.notes li.note img.avatar { float:left; vertical-align:-5px; margin-left:0px; margin-right:10px; width: 20px; height: 20px; border:3px solid {color:border};transform: rotate(5deg); padding:2px; }
  349.  
  350. li.more_notes_link_container { font-size: 12px; background:{color:container}; }
  351.  
  352. /* pagination */
  353.  
  354. #pagination { position:fixed; margin:620px 180px; height: 30px; text-align: center; width: 220px; z-index:999999999999; }
  355.  
  356. .previous, .next { display:inline; font-size:12px; padding:5px; margin:10px; color:{color:accent}; }
  357.  
  358. .previous:hover, .next:hover { color:{color:Hover}; }
  359.  
  360. .previous i, .next i { color:{color:accent}; font-size:12px; margin:10px; text-decoration:none; }
  361.  
  362. .previous:hover i, .next:hover i { color:{color:accent}; }
  363.  
  364. /* infinite scroll -- don't touch! */
  365.  
  366. #infscr-loading { display:none!important; }
  367.  
  368. /* credit -- don't touch! */
  369.  
  370. .cred { bottom:8px; right:2px; padding:2px; font-size:12px; letter-spacing:-2px; font-family:{select:title font}; }
  371.  
  372. #credit { padding: 5px; font-size:5px; font-family:{select:body font}; color:{color:accent}; position:fixed; bottom:8px; left:2px; }
  373.  
  374. #credit a { font-size:10px; padding:2px; background:{color:border}; }
  375.  
  376.  
  377.  
  378. </style>
  379. </head>
  380. <body>
  381.  
  382. <!--- main content. ---->
  383.  
  384. <div id="container">
  385. <div id="sidebar">
  386.  
  387. <div id="avatar"><img src="{image:sidebar}"></div>
  388. <div id="sb2"><img src="{image:sidebar2}"></div>
  389. <div id="blogtitle">{text:title}</div>
  390. <div id="blogsubtitle">{text:subtitle}</div>
  391.  
  392. {block:Pagination}
  393. <div id="pagination">{block:PreviousPage}<a class="previous" href="{PreviousPage}"><i>back</i> </a>{/block:PreviousPage}
  394.  
  395. {block:NextPage}<a class="next" href="{NextPage}"> <i>next</i> </a>{/block:NextPage}</div>
  396. {/block:Pagination}
  397.  
  398. <div id="description">{description}</div>
  399.  
  400. <div id="links">
  401. <a href="{text:Link One url}" title="{text:link one}"><b>home.</b></a>
  402. <a href="{text:Link Two url}" title="{text:link two}"><b>message.</b></a>
  403. </div>
  404.  
  405.  
  406. <!-- < tabs links > -->
  407.  
  408. <div class="tabz">
  409. <a href="javascript:void(0)" class="tablink tabzact" onclick="openAlytut(event, 'TabzOne');">1.</a>
  410. <a href="javascript:void(0)" class="tablink" onclick="openAlytut(event, 'TabzTwo');" style="margin-top:-2px;">2.</a><br><br>
  411. <a href="javascript:void(0)" class="tablink" onclick="openAlytut(event, 'TabzThree');" style="margin-top:-2px;">3.</a>
  412. <a href="javascript:void(0)" class="tablink" onclick="openAlytut(event, 'TabzFour');" style="margin-top:-4px;">4.</a>
  413. </div>
  414.  
  415. <!-- < tabs content > -->
  416.  
  417. <div id="TabzOne" class="tabzcon alytut" style="display:none">
  418. <div class="tabztitle">recent updates.</div><br><br>
  419.  
  420. <!--- for new updates, copy from here --->
  421. <div id="updates" style="width:240px;">
  422. <b>02.05.18</b><span style="width:300px;">-- opened makeovers.</span>
  423. </div><br>
  424. <!--- to here. --->
  425.  
  426. <div id="updates" style="width:240px;">
  427. <b>02.05.18</b><span style="width:300px;">-- revamped blog.</span>
  428. </div><br>
  429.  
  430. <div id="updates" style="width:240px;">
  431. <b>01.28.18</b><span style="width:300px;">-- released theme 01.</span>
  432. </div><br>
  433.  
  434. <div id="updateimg"><img src="{image:update tab}"> </div>
  435.  
  436. <div id="admins">
  437. <div class="admin"><img src="{image:admin1}"> <div class="admintxt">{text:admin1}</div></div>
  438. <div class="admin" style="margin-top:-3px;"><img src="{image:admin2}"> <div class="admintxt">{text:admin2}</div></div>
  439. </div>
  440. </div>
  441.  
  442. <div id="TabzTwo" class="tabzcon alytut" style="display:none">
  443. <div class="tabztitle">what i do. </div><br>
  444.  
  445. <div id="taabimg"><img src="{image:plot1}" align="left" style="padding:2px;margin-left:10px;"></div><div class="rulztit">what i do.</div>
  446. <div class="tabbubble">
  447.  
  448. <a href="/makeover.">makeovers.</a> &nbsp; <a href="/tagged/coding.">coding help.</a> &nbsp; <a href="/graphic.">graphics.</a> &nbsp; <a href="/tagged/icon*">icon packs.</a> &nbsp; <a href="#">shout outs.</a> &nbsp;
  449.  
  450. </div>
  451. <br>
  452. <div id="taabimg"><img src="{image:plot2}" align="left" style="padding:2px;margin-left:10px;"></div><div class="rulztit">what i don't do.</div>
  453. <div class="tabbubble">
  454.  
  455. <a href="#">opinions.</a> &nbsp; <a href="#">gif hunts.</a> &nbsp;
  456.  
  457. </div>
  458. </div>
  459.  
  460. <div id="TabzThree" class="tabzcon alytut" style="display:none">
  461. <div class="tabztitle">frequently asked.</div><br>
  462. <div class="rulz">
  463.  
  464. <h3 style="background:{color:border};color:white;padding:2px;">Your download link is not working for your theme 01.</h3>
  465. <p style="background:{color:container};margin-top:-10px;">i'm aware! if you go to the original post <a href="https://priorish.tumblr.com/post/170256532048/priorish-presents-theme-01-the-code-is-as-neat">HERE</a>, you'll find the working download link.</p>
  466.  
  467. <h3 style="background:{color:border};color:white;padding:2px;">question here.</h3>
  468. <p style="background:{color:container};margin-top:-10px;">answer here, edit in the html.</p>
  469.  
  470. <h3 style="background:{color:border};color:white;padding:2px;">question here.</h3>
  471. <p style="background:{color:container};margin-top:-10px;">answer here, edit in the html.</p>
  472.  
  473. </div>
  474. </div>
  475.  
  476. <div id="TabzFour" class="tabzcon alytut" style="display:none">
  477. <div class="tabztitle">navigation.</div><br>
  478.  
  479. <div id="taabimg"><img src="{image:nav1}" align="left" style="padding:2px;margin-left:10px;"></div><div class="rulztit">my creations.</div>
  480. <div class="tabbubble">
  481.  
  482. <a href="/tagged/t*">themes.</a> &nbsp; <a href="/tagged/p*">pages.</a> &nbsp; <a href="/tagged/psd*">psds.</a> &nbsp; <a href="/tagged/tem*">templates.</a> &nbsp; <a href="/tagged/tut*">tutorials.</a> &nbsp; <a href="/tagged/tfaq">theme faq.</a> &nbsp;
  483.  
  484. </div>
  485. <br>
  486. <div id="taabimg"><img src="{image:nav2}" align="left" style="padding:2px;margin-left:10px;"></div><div class="rulztit">other links.</div>
  487. <div class="tabbubble">
  488.  
  489. <a href="/tagged/theme.">themes.</a> &nbsp; <a href="/tagged/page.">pages.</a> &nbsp; <a href="/tagged/psd.">psds.</a> &nbsp; <a href="/tagged/template.">templates.</a> &nbsp; <a href="/tagged/tutorial.">tutorials.</a> &nbsp;
  490.  
  491. </div>
  492.  
  493.  
  494. </div>
  495. </div>
  496.  
  497. <div class="cont">
  498. <div id="posts">
  499.  
  500. {block:Posts}<div class="entry">
  501.  
  502. <!-- Text post -->
  503.  
  504. {block:Text}{block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}{Body}{/block:Text}
  505.  
  506. <!-- Photo post -->
  507.  
  508. {block:Photo}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px"/></a>{/block:Photo}
  509.  
  510. <!-- Photoset post -->
  511.  
  512. {block:Photoset}{Photoset-400}{/block:Photoset}<Br>
  513.  
  514. <!-- Chat post -->
  515.  
  516. {block:Chat} <div class="chat"> <ul> {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines} </ul> </div> {/block:Chat}
  517.  
  518. <!-- Quote post -->
  519.  
  520. {block:Quote}<div class="quote">"{Quote}"</div><div class="source"> — {Source}</div>{/block:Quote}
  521.  
  522. <!-- Link post -->
  523.  
  524. {block:Link}<div class="linktitle"><a href="{URL}"><h1>{Name}</h1></a></div>{block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  525.  
  526. <!-- Video post -->
  527.  
  528. {block:Video}{Video-400}{/block:Video}
  529.  
  530. <!-- Audio post -->
  531.  
  532. {block:Audio}{block:AudioEmbed} <div style="height:85px">{AudioEmbed-500}</div>{/block:AudioEmbed}{/block:Audio}
  533.  
  534. <!-- Ask post -->
  535.  
  536. {block:Answer}<div class="ask"><b>{Asker}</b></div><div class="asker"><img src="{AskerPortraitURL-48}"><div class="bubble" style="border-color: {color:Ask bubble}; background: {color:Ask bubble};"> <div class="triangle"></div>{Question}</div></div><div class="answer">
  537. {Answer}</div>{/block:Answer}
  538.  
  539. {block:Caption}{Caption}{/block:Caption}{block:Date}
  540.  
  541. {block:Date}<br>
  542. <div class="topinfo">
  543.  
  544.  
  545. <a href="{permalink}"> {timeago}</a> //{block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}</div> {/block:Date}
  546.  
  547. <!-- Tags -->
  548.  
  549. {block:HasTags}<div class="tags"><span>filed under:</span> {block:Tags}<a href="{TagURL}">#{Tag}</a> &nbsp;{/block:Tags}</div>{/block:HasTags}
  550.  
  551.  
  552. {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom}
  553.  
  554. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  555.  
  556.  
  557. </div>
  558.  
  559. {block:PostNotes}
  560. <div id="notes">
  561. {PostNotes}
  562. </div>
  563. {/block:PostNotes}
  564. {/block:Posts}</div></div>
  565.  
  566. {/block:Posts}
  567.  
  568.  
  569. </div>
  570.  
  571. </div>
  572. </div>
  573. <div id="credit"><a href="http://www.priorish.tumblr.com/">prior</a></div>
  574. </body>
  575. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement