Advertisement
unethicalities

100% Fr00t Juice theme

Sep 11th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.17 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!--This renders the title that appears in the browser tab. You can add {*block:PostSummary} (without the asterisk)after title if you want to. The block will show you the post summary when you visited a post's permalink.-->
  9.  
  10. <html>
  11. <head>
  12.  
  13. <!--
  14.  
  15. 100% Fr00t Juice Theme by Astin @gaykratosaurion. edit of Sunlight Avenue by kuzuriha
  16.  
  17. -->
  18. <meta name="image:background" content=""/>
  19. <meta name="image:sidebar" content=""/>
  20.  
  21. <meta name="color:background" content="#F7F7F7"/>
  22. <meta name="color:body" content="#C9C9C9"/>
  23. <meta name="color:post background" content="#fff"/>
  24. <meta name="color:blockquote" content="#FFC9B2"/>
  25. <meta name="color:link" content="#E8D2A2"/>
  26. <meta name="color:link hover" content="#FFE5BF"/>
  27. <meta name="color:post title color" content="#FFC9B2"/>
  28. <meta name="color:post info background" content="#E8D2A2"/>
  29. <meta name="color:post info text" content="#fff"/>
  30. <meta name="color:link background" content="#E8D2A2"/>
  31. <meta name="color:link text" content="#fff"/>
  32. <meta name="color:dropdown background" content="#fff"/>
  33. <meta name="color:question background" content="#F7F7F7"/>
  34. <meta name="color:sidebar background" content="#fff"/>
  35. <meta name="color:blog title" content="#383838"/>
  36. <meta name="color:title background" content="#fff"/>
  37. <meta name="color:description" content="#383838"/>
  38. <meta name="color:desc background" content="#fff"/>
  39. <meta name="color:navigation link background" content="#fff"/>
  40. <meta name="color:navigation link text" content="#FFC9B2"/>
  41. <meta name="color:custom link background" content="#fff"/>
  42. <meta name="color:custom link text" content="#FFC9B2"/>
  43. <meta name="color:scrollbar background" content="#FFEFB2"/>
  44. <meta name="color:tooltip background" content="#FFE5BF"/>
  45. <meta name="color:tooltip text" content="#fff"/>
  46.  
  47. <meta name="text:link1" content=""/>
  48. <meta name="text:link1URL" content=""/>
  49. <meta name="text:link2" content=""/>
  50. <meta name="text:link2URL" content=""/>
  51. <meta name="text:link3" content=""/>
  52. <meta name="text:link3URL" content=""/>
  53. <meta name="text:link4" content=""/>
  54. <meta name="text:link4URL" content=""/>
  55. <meta name="font:font"content="">
  56.  
  57. <meta name="if:400px" content="0"/>
  58. <meta name="if:500px" content="0"/>
  59. <meta name="if:600px" content="0"/>
  60. <meta name="if:750px" content="1"/>
  61. <meta name="if:fadingphoto" content="0"/>
  62. <meta name="if:grayscale" content="0"/>
  63.  
  64. <!--scripts-->
  65.  
  66. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  67.  
  68. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  69.  
  70. <script>
  71.  
  72. (function($){
  73.  
  74. $(document).ready(function(){
  75.  
  76. $("a[title]").style_my_tooltips({
  77.  
  78. tip_follows_cursor:true,
  79.  
  80. tip_delay_time:0,
  81.  
  82. tip_fade_speed:0,
  83.  
  84. attribute:"title"
  85.  
  86. });
  87.  
  88. });
  89.  
  90. })(jQuery);
  91.  
  92. </script>
  93.  
  94. <style type="text/css">
  95. /**webkit scrollbar**/
  96.  
  97. ::-webkit-scrollbar{
  98. width:4px;
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb:vertical{
  102. background:{color:scrollbar background};
  103. height:auto;
  104. }
  105. /**tooltips**/
  106.  
  107. #s-m-t-tooltip {
  108. max-width:150px;
  109. padding:5px 10px 5px 10px;
  110. margin:20px 14px 7px 10px;
  111. background-color:{color:tooltipbg}; /* change the background color */
  112. font-family:{font:font}; /* change the font */
  113. font-style: normal;
  114. font-size:10px; /* change the font size */
  115. line-height:11px;
  116. letter-spacing:1px; /* change the letter spacing */
  117. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  118. color:{color:tooltipt}; /* change the text color */
  119. z-index:999999;
  120. }
  121.  
  122. /**general appearance**/
  123.  
  124. body{
  125. margin:0;
  126. padding:0;
  127. font-family:{font:font};
  128. color:{color:body};
  129. background:{color:background} url('{image:background}') fixed;
  130. overflow-x:hidden;
  131. }
  132.  
  133. a{
  134. color:{color:link};
  135. text-decoration:none;
  136. }
  137.  
  138. a:hover{
  139. color:{color:link hover};
  140. }
  141.  
  142. blockquote{
  143. padding-left:10px;
  144. border-left:3px solid {color:blockquote};
  145. }
  146.  
  147. blockquote blockquote{
  148. padding-left:10px;
  149. border-left:3px solid {color:blockquote};
  150. }
  151. /**sidebar block**/
  152.  
  153. #sidebar{
  154. background:{color:sidebar background};
  155. width:100px;
  156. height:100px;
  157. position:fixed;
  158. margin-left:49px;
  159. margin-top:120px;
  160. padding:5px;
  161. }
  162.  
  163. #sidebar img{
  164. width:100px;
  165. height:100px;
  166. }
  167.  
  168. #blogtitle{
  169. background:{color:title background};
  170. position:fixed;
  171. display:block;
  172. min-width:120px;
  173. font-family:{font:font};
  174. text-align:center;
  175. padding:10px;
  176. font-weight:700;
  177. text-transform:uppercase;
  178. color:{color:blog title};
  179. margin-left:192px;
  180. margin-top:120px;
  181. }
  182.  
  183. #desc{
  184. background:{color:desc background};
  185. font-family:{font:font};
  186. text-align:center;
  187. width:120px;
  188. padding:10px;
  189. margin-left:192px;
  190. margin-top:150px;
  191. position:fixed;
  192. color:{color:description};
  193. }
  194.  
  195. /**navigation block.**/
  196.  
  197. #nav_bar{
  198. width:294px;
  199. position:fixed;
  200. margin-left:40px;
  201. margin-top:75px;
  202. padding:5px;
  203. }
  204.  
  205. .nav_link a{
  206. min-width:58px;
  207. background:{color:navigation link background};
  208. color:{color:navigation link text};
  209. display:inline-block;
  210. margin:4px;
  211. font-family:{font:font};
  212. text-align:center;
  213. padding:2px;
  214. text-transform:uppercase;
  215. }
  216.  
  217. #container{
  218. margin-left:500px;
  219. position:relative;
  220. }
  221.  
  222. .post{
  223.  
  224. {block:if400px}
  225. width:400px;
  226. {/block:if400px}
  227.  
  228. {block:if500px}
  229. width:500px;
  230. {/block:if500px}
  231.  
  232. {block:if600px}
  233. width:600px;
  234. {/block:if600px}
  235.  
  236. {block:if750px}
  237. width:750px;
  238. {/block:if750px}
  239.  
  240. position:relative;
  241. word-wrap:break-word;
  242. margin-top:50px;
  243. margin-bottom:50px;
  244. padding:12px;
  245. background:{color:post background};
  246. }
  247.  
  248. .post img{
  249. max-width:100%;
  250. }
  251.  
  252. .title{
  253. display:block;
  254. padding:10px;
  255. text-align:center;
  256. font-family:{font:font};
  257. color:{color:post title color};
  258. text-transform:uppercase;
  259. font-weight:700;
  260. }
  261.  
  262. /**photo post**/
  263. .photopost{
  264. {block:if400px}
  265. max-width:400px;
  266. {/block:if400px}
  267.  
  268. {block:if500px}
  269. max-width:500px;
  270. {/block:if500px}
  271.  
  272. {block:if750px}
  273. max-width:750px;
  274. {/block:if750px}
  275.  
  276. {block:iffadingphoto}
  277. opacity:0.7;
  278. transition:0.5s ease-in-out;
  279. -moz-transition:0.5s ease-in-out;
  280. -webkit-transition:0.5s ease-in-out;
  281. {/block:iffadingphoto}
  282.  
  283. {block:ifgrayscale}
  284. -webkit-filter:grayscale(100%);
  285. transition:0.5s ease-in-out;
  286. -moz-transition:0.5s ease-in-out;
  287. -webkit-transition:0.5s ease-in-out;
  288. {/block:ifgrayscale}
  289. }
  290.  
  291. .photopost:hover{
  292. {block:iffadingphoto}
  293. opacity:1;
  294. {/block:iffadingphoto}
  295.  
  296. {block:ifgrayscale}
  297. -webkit-filter:grayscale(0);
  298. {/block:ifgrayscale}
  299. }
  300.  
  301. /**quote post**/
  302. #quote{
  303. text-align:center;
  304. font-family:{font:font};
  305. font-weight:700;
  306. font-style:italic;
  307. }
  308.  
  309. #source{
  310. display:block;
  311. text-align:right;
  312. text-transform:uppercase;
  313. font-family:{font:font};
  314. margin-bottom:10px;
  315. }
  316.  
  317. /**link post**/
  318. #link{
  319. display:block;
  320. padding:10px;
  321. background:{color:link background};
  322. color:{color:link text};
  323. text-transform:lowercase;
  324. font-family:{font:font};
  325. text-align:center;
  326. font-weight:700;
  327. }
  328.  
  329. /**chat post**/
  330. .chat li{
  331. list-style-type:none !important;
  332. padding:8px;
  333. margin-left:-40px;
  334. margin-top:4px;
  335. margin-bottom:2px;
  336. font:13px courier;
  337. }
  338. /**audio post**/
  339.  
  340.  
  341. /**ask post**/
  342. #askimg{
  343. width:48px;
  344. height:48px;
  345. float:left;
  346. }
  347.  
  348. #asker, #asker a{
  349. text-transform:uppercase;
  350. display:inline-block;
  351.  
  352. }
  353.  
  354. .qtext{
  355. margin-left:10px;
  356. }
  357.  
  358. .qbox{
  359. {block:if400px}
  360. width:80%;
  361. {/block:if400px}
  362.  
  363. {block:if500px}
  364. width:83%;
  365. {/block:if500px}
  366.  
  367. {block:if750px}
  368. width:85%;
  369. {/block:if750px}
  370.  
  371. padding:10px;
  372. min-height:30px;
  373. background:{color:question background};
  374. margin-left:60px;
  375. }
  376.  
  377. /**post info**/
  378. .postinfo{
  379. display:block;
  380. padding:5px;
  381. height:20px;
  382. text-align:center;
  383. background:{color:post info background};
  384. color:{color:post info text};
  385. text-transform:uppercase;
  386. font:14px calibri;
  387. line-height:150%;
  388. font-weight:700;
  389. font-family:{font:font};
  390. }
  391.  
  392. .postinfo a{
  393. color:{color:post info text};
  394. }
  395.  
  396. /**post tags**/
  397. .tagcont{
  398. margin-top:10px;
  399. }
  400.  
  401. .tagcont a{
  402. display:inline;
  403. text-transform:bold;
  404. }
  405.  
  406. /**pagination**/
  407. #pagcont{
  408. position:fixed;
  409. width:100px;
  410. margin-left:230px;
  411. margin-top:370px;
  412. text-align:center;
  413. background:{color:post background};
  414. font-family:{font:font};
  415. }
  416.  
  417. #pagcont a{
  418. text-align:center;
  419. background:{color:post background};
  420. color:{color:body}
  421. font-family:{font:font};
  422. }
  423.  
  424. }
  425. </style>
  426. </head>
  427.  
  428. <body>
  429. <div id="sidebar"><img src="{image:sidebar}"></div>
  430. <div id="blogtitle">{Title}</div>
  431. <div id="desc">{Description}
  432. <!-- menu from
  433. http://manatopia.tumblr.com/post/29513159116/teach-me-how-08-simple-drop-down-box -->
  434. <select style="align: center; width: 100px; border: 0px solid; padding: 3px; color: {color:body}; background-color: {color:dropdown background}; font-family;{font:font}; font-size: 12px; letter-spacing: 1px;" onChange="location.href=this.options[this.selectedIndex].value;">
  435. <option value="/">navigation</option>
  436. <option value="{text:link1url}">{text:link1}</option>
  437. <option value="{text:link2url}">{text:link2}</option>
  438. <option value="{text:link3url}">{text:link3}</option>
  439. <option value="{text:link4url}">{text:link4}</option>
  440. <option value="http://aurion.co.vu">credit</option>
  441. <option value="https://kuzuriha.tumblr.com">base</option>
  442. </select></div>
  443.  
  444. <!--navigation block-->
  445. <div id="nav_bar">
  446. <div class="nav_link">
  447. <a href="/">home</a>
  448. <a href="/ask">ask</a>
  449. <a href="/archive">past</a>
  450. <a href="/submit">submit</a>
  451. </div>
  452. </div><!--end nav_bar-->
  453. <div id="pagcont">
  454. {block:Pagination}
  455. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  456. <span class="current_page">{CurrentPage}</span>/{TotalPages}
  457. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  458. {/block:Pagination}
  459. </div>
  460. <div id="container">
  461. <!--This is the real content of your theme. You can refer to the Tumblr docs for reference as what each block does.-->
  462.  
  463. {block:Posts}
  464. <div class="post">
  465. {block:Text}
  466. {block:Title}<div class="title">{Title}</div>{/block:Title}
  467. {Body}
  468. {/block:Text}
  469.  
  470. {block:Photo}
  471. {linkopentag}<div class="photopost"><center><img class="photo" src="{PhotoURL-HighRes}"></center></div>{linkclosetag}
  472. {block:Caption}<font="{font:post body}">{Caption}</font>{/block:Caption}
  473. {/block:Photo}
  474.  
  475. {block:Photoset}
  476. {block:if500px}<div class="photopost">{Photoset-500}</div>{/block:if500px}
  477. {block:if400px}<div class="photopost">{Photoset-400}</div>{/block:if400px}
  478. {block:Caption}<font="{font:post body}">{Caption}</font>{/block:Caption}
  479. {/block:Photoset}
  480.  
  481. {block:Video}
  482. {block:if750px}{Video-750}{/block:if750px}
  483. {block:if500px}{Video-500}{/block:if500px}
  484. {block:if400px}{Video-400}{/block:if400px}
  485. {block:Caption}{Caption}{/block:Caption}
  486. {/block:Video}
  487.  
  488. {block:Quote}
  489. <div id="quote">{Quote}</div>
  490. {block:Source}<div id="source"><font="{font:post body}">{Source}</font></div>{/block:Source}
  491. {/block:Quote}
  492.  
  493. {block:Link}
  494. <a href="{URL}"><div id="link">{Name} →</div></a>
  495. {block:Description}{Description}{/block:Description}
  496. {/block:Link}
  497.  
  498. {block:Chat}
  499. {block:Title}<div class="title">{Title}</div>{/block:Title}
  500. <ul class="chat">
  501. {block:Lines}
  502. <li class="line_{Alt}"><span class="label">{block:Label}{Label}{/block:Label}</span> {Line}
  503. {/block:Lines}
  504. </li>
  505. </ul>
  506. {/block:Chat}
  507.  
  508. {block:Audio}
  509. {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
  510. {block:Caption}{Caption}{/block:Caption}
  511. {/block:Audio}
  512.  
  513. {block:Answer}
  514. <img src="{AskerPortraitURL-48}" id="askimg"/><div class="qbox"><div id="asker">{Asker}:</div> {Question}</div>
  515.  
  516. <div class="ans">{Answer}</div>
  517. {/block:Answer}
  518.  
  519. {block:IndexPage}
  520. {block:Date}<div class="postinfo"><a href="{Permalink}">{DayOfMonth} {Month} {Year}</a> || {NoteCountWithLabel} || <a href="{ReblogURL}">rblg</a>
  521. {block:RebloggedFrom} || <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> || <a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
  522.  
  523. </div>
  524. {/block:IndexPage}
  525. {block:HasTags}
  526. <div class="tagcont">{block:Tags}<a href="{TagURL}">#{Tag}</a>
  527. {/block:Tags}
  528. </div>
  529. {/block:HasTags}
  530.  
  531. {/block:IndexPage}
  532.  
  533. {block:PermalinkPage}
  534. {block:Date}<div class="pinfoperma">Posted on {MonthNumber}/{DayOfMonth} at {24HourWithZero}:{Minutes} with {NoteCountWithLabel}</div>{/block:Date}
  535.  
  536. {block:PostNotes}
  537. <div class="pnotes">
  538. <ol class="notes">{PostNotes}</ol>
  539. </div>
  540. {/block:PostNotes}
  541.  
  542. {/block:Posts}
  543. </div>
  544. {/block:PermalinkPage}
  545.  
  546. </div><!--end main container-->
  547.  
  548. </body>
  549. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement