Advertisement
quietbun

skate or die theme

Mar 1st, 2014
8,250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.42 KB | None | 0 0
  1. <!--
  2.  
  3. . .o8 oooo
  4. .o8 "888 `888
  5. .o888oo oooo oooo ooo. .oo. .oo. 888oooo. 888 oooo d8b
  6. 888 `888 `888 `888P"Y88bP"Y88b d88' `88b 888 `888""8P
  7. 888 888 888 888 888 888 888 888 888 888
  8. 888 . 888 888 888 888 888 888 888 888 888 .o.
  9. "888" `V88V"V8P' o88o o888o o888o `Y8bod8P' o888o d888b Y8P
  10.  
  11. skate or die redux edit by quietbun. remove the credit and DIE >:)
  12.  
  13. redux theme originally by jacob bijani!
  14.  
  15. -->
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17.  
  18. <head>
  19.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21.  
  22. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23.  
  24. <script>
  25.  
  26. (function($){
  27.  
  28. $(document).ready(function(){
  29.  
  30. $("a[title]").style_my_tooltips({
  31.  
  32. tip_follows_cursor:true,
  33.  
  34. tip_delay_time:90,
  35.  
  36. tip_fade_speed:600,
  37.  
  38. attribute:"title"
  39.  
  40. });
  41.  
  42. });
  43.  
  44. })(jQuery);
  45.  
  46. </script>
  47. <!--basic tooltip from tutorial-baby! Enjoy-->
  48. <style>
  49. .tooltip{
  50. display: inline;
  51. position: relative;
  52. }
  53. #s-m-t-tooltip {
  54. max-width:300px; /*how big the tooltip can be at most*/
  55. border-radius: 0px; /*change your border radius*/
  56. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  57. margin:20px 7px -2px 20px; /*distance from word*/
  58. background-color:#ffffff; /*background color*/
  59. border:1px solid #E0E0E0; /*border info*/
  60. {block:ifpixelfont}
  61. font-family:silkscreen;
  62. {/block:ifpixelfont}
  63. {block:ifnotpixelfont}
  64. font-family:{font:Body}; /*tooltip font*/
  65. {/block:ifnotpixelfont}
  66. font-size:9px; /*tooltip font size*/
  67. letter-spacing:2px; /*tooltip letter spacing*/
  68. text-transform:uppercase; /*makes the tooltip title uppercase*/
  69. color:#000; /*tooltip font color*/
  70. z-index:999999999999999999999999999999999999;
  71. }
  72. </style>
  73.  
  74.  
  75. {block:ifmousesparkles}
  76.  
  77. <script type="text/javascript">
  78. // <![CDATA[
  79. var colour="{color:mouse sparkles}"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red"
  80. var sparkles=50;
  81.  
  82. /****************************
  83. * Tinkerbell Magic Sparkle *
  84. *(c)2005-13 mf2fm web-design*
  85. * http://www.mf2fm.com/rv *
  86. * DON'T EDIT BELOW THIS BOX *
  87. ****************************/
  88. var x=ox=400;
  89. var y=oy=300;
  90. var swide=800;
  91. var shigh=600;
  92. var sleft=sdown=0;
  93. var tiny=new Array();
  94. var star=new Array();
  95. var starv=new Array();
  96. var starx=new Array();
  97. var stary=new Array();
  98. var tinyx=new Array();
  99. var tinyy=new Array();
  100. var tinyv=new Array();
  101.  
  102. window.onload=function() { if (document.getElementById) {
  103. var i, rats, rlef, rdow;
  104. for (var i=0; i<sparkles; i++) {
  105. var rats=createDiv(3, 3);
  106. rats.style.visibility="hidden";
  107. rats.style.zIndex="999";
  108. document.body.appendChild(tiny[i]=rats);
  109. starv[i]=0;
  110. tinyv[i]=0;
  111. var rats=createDiv(5, 5);
  112. rats.style.backgroundColor="transparent";
  113. rats.style.visibility="hidden";
  114. rats.style.zIndex="999";
  115. var rlef=createDiv(1, 5);
  116. var rdow=createDiv(5, 1);
  117. rats.appendChild(rlef);
  118. rats.appendChild(rdow);
  119. rlef.style.top="2px";
  120. rlef.style.left="0px";
  121. rdow.style.top="0px";
  122. rdow.style.left="2px";
  123. document.body.appendChild(star[i]=rats);
  124. }
  125. set_width();
  126. sparkle();
  127. }}
  128.  
  129. function sparkle() {
  130. var c;
  131. if (Math.abs(x-ox)>1 || Math.abs(y-oy)>1) {
  132. ox=x;
  133. oy=y;
  134. for (c=0; c<sparkles; c++) if (!starv[c]) {
  135. star[c].style.left=(starx[c]=x)+"px";
  136. star[c].style.top=(stary[c]=y+1)+"px";
  137. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  138. star[c].childNodes[0].style.backgroundColor=star[c].childNodes[1].style.backgroundColor=(colour=="random")?newColour():colour;
  139. star[c].style.visibility="visible";
  140. starv[c]=50;
  141. break;
  142. }
  143. }
  144. for (c=0; c<sparkles; c++) {
  145. if (starv[c]) update_star(c);
  146. if (tinyv[c]) update_tiny(c);
  147. }
  148. setTimeout("sparkle()", 40);
  149. }
  150.  
  151. function update_star(i) {
  152. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  153. if (starv[i]) {
  154. stary[i]+=1+Math.random()*3;
  155. starx[i]+=(i%5-2)/5;
  156. if (stary[i]<shigh+sdown) {
  157. star[i].style.top=stary[i]+"px";
  158. star[i].style.left=starx[i]+"px";
  159. }
  160. else {
  161. star[i].style.visibility="hidden";
  162. starv[i]=0;
  163. return;
  164. }
  165. }
  166. else {
  167. tinyv[i]=50;
  168. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  169. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  170. tiny[i].style.width="2px";
  171. tiny[i].style.height="2px";
  172. tiny[i].style.backgroundColor=star[i].childNodes[0].style.backgroundColor;
  173. star[i].style.visibility="hidden";
  174. tiny[i].style.visibility="visible"
  175. }
  176. }
  177.  
  178. function update_tiny(i) {
  179. if (--tinyv[i]==25) {
  180. tiny[i].style.width="1px";
  181. tiny[i].style.height="1px";
  182. }
  183. if (tinyv[i]) {
  184. tinyy[i]+=1+Math.random()*3;
  185. tinyx[i]+=(i%5-2)/5;
  186. if (tinyy[i]<shigh+sdown) {
  187. tiny[i].style.top=tinyy[i]+"px";
  188. tiny[i].style.left=tinyx[i]+"px";
  189. }
  190. else {
  191. tiny[i].style.visibility="hidden";
  192. tinyv[i]=0;
  193. return;
  194. }
  195. }
  196. else tiny[i].style.visibility="hidden";
  197. }
  198.  
  199. document.onmousemove=mouse;
  200. function mouse(e) {
  201. if (e) {
  202. y=e.pageY;
  203. x=e.pageX;
  204. }
  205. else {
  206. set_scroll();
  207. y=event.y+sdown;
  208. x=event.x+sleft;
  209. }
  210. }
  211.  
  212. window.onscroll=set_scroll;
  213. function set_scroll() {
  214. if (typeof(self.pageYOffset)=='number') {
  215. sdown=self.pageYOffset;
  216. sleft=self.pageXOffset;
  217. }
  218. else if (document.body && (document.body.scrollTop || document.body.scrollLeft)) {
  219. sdown=document.body.scrollTop;
  220. sleft=document.body.scrollLeft;
  221. }
  222. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  223. sleft=document.documentElement.scrollLeft;
  224. sdown=document.documentElement.scrollTop;
  225. }
  226. else {
  227. sdown=0;
  228. sleft=0;
  229. }
  230. }
  231.  
  232. window.onresize=set_width;
  233. function set_width() {
  234. var sw_min=999999;
  235. var sh_min=999999;
  236. if (document.documentElement && document.documentElement.clientWidth) {
  237. if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
  238. if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
  239. }
  240. if (typeof(self.innerWidth)=='number' && self.innerWidth) {
  241. if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
  242. if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
  243. }
  244. if (document.body.clientWidth) {
  245. if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
  246. if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
  247. }
  248. if (sw_min==999999 || sh_min==999999) {
  249. sw_min=800;
  250. sh_min=600;
  251. }
  252. swide=sw_min;
  253. shigh=sh_min;
  254. }
  255.  
  256. function createDiv(height, width) {
  257. var div=document.createElement("div");
  258. div.style.position="absolute";
  259. div.style.height=height+"px";
  260. div.style.width=width+"px";
  261. div.style.overflow="hidden";
  262. return (div);
  263. }
  264.  
  265. function newColour() {
  266. var c=new Array();
  267. c[0]=255;
  268. c[1]=Math.floor(Math.random()*256);
  269. c[2]=Math.floor(Math.random()*(256-c[1]/2));
  270. c.sort(function(){return (0.5 - Math.random());});
  271. return ("rgb("+c[0]+", "+c[1]+", "+c[2]+")");
  272. }
  273. // ]]>
  274. </script>
  275. {/block:ifmousesparkles}
  276.  
  277.  
  278.  
  279.  
  280.  
  281. <!-- DEFAULT VARIABLES -->
  282. <meta name="color:Background" content="#3b627e" />
  283. <meta name="color:body" conten="#000" />
  284. <meta name="color:avatar border" content=""/>
  285. <meta name="color:scrollbar" content=""/>
  286. <meta name="color:scrollbar background" content=""/>
  287. <meta name="color:scrollbar border" content=""/>
  288. <meta name="color:shadow color" content=""/>
  289. <meta name="color:post border color" content=""/>
  290. <meta name="color:sidebar border color" content=""/>
  291. <meta name="color:link" content=""/>
  292. <meta name="color:link hover" content=""/>
  293. <meta name="color:search button" content=""/>
  294. <meta name="color:ask background" content=""/>
  295. <meta name="color:mouse sparkles" content="#fff"/>
  296. <meta name="color:description text" content=""/>
  297. <meta name="color:jump pagination color" content=""/>
  298. <meta name="color:highlight" content=""/>
  299.  
  300. <meta name="font:Title" content="Arial" />
  301. <meta name="font:Body" content="Arial" />
  302.  
  303.  
  304. <meta name="if:show tags" content="1" />
  305. <meta name="if:background cover" content=""/>
  306. <meta name="if:pixel font" content=""/>
  307. <meta name="if:250px posts" content=""/>
  308. <meta name="if:400px posts" content=""/>
  309. <meta name="if:show album art" content="1" />
  310. <meta name="if:rounded corners" content="">
  311. <meta name="if:shadow" content=""/>
  312. <meta name="if:searchbar" content=""/>
  313. <meta name="if:image fade on hover" content=""/>
  314. <meta name="if:white tumblr controls" content=""/>
  315. <meta name="if:mouse sparkles" content=""/>
  316. <meta name="if:post border" content=""/>
  317. <meta name="if:sidebar border" content="1"/>
  318. <meta name="if:show avatar"content=""/>
  319. <meta name="if:circle avatar" content=""/>
  320. <meta name="if:image links" content=""/>
  321. <meta name="if: navigation menu" content=""/>
  322. <meta name="if:link 1" content=""/>
  323. <meta name="if:link 2" content=""/>
  324. <meta name="if:link 3" content=""/>
  325. <meta name="if:link 4" content=""/>
  326. <meta name="if:link 5" content=""/>
  327. <meta name="if:img link 1" content=""/>
  328. <meta name="if:img link 2" content=""/>
  329. <meta name="if:img link 3" content=""/>
  330. <meta name="if:img link 4" content=""/>
  331. <meta name="if:img link 5" content=""/>
  332.  
  333.  
  334. <meta name="text:sidebar position x" content="400"/>
  335. <meta name="text:sidebar position y" content="100"/>
  336. <meta name="text:sidebar image x" content=""/>
  337. <meta name="text:sidebar image y" content=""/>
  338. <meta name="text:sb opacity" content=""/>
  339. <meta name="text:post opacity" content=""/>
  340. <meta name="text:post position" content=""/>
  341. <meta name="text:navigation title" content=""/>
  342. <meta name="text:link 1 title" content=""/>
  343. <meta name="text:link 1 url" content=""/>
  344. <meta name="text:link 2 title" content=""/>
  345. <meta name="text:link 2 url" content=""/>
  346. <meta name="text:link 3 title" content=""/>
  347. <meta name="text:link 3 url" content=""/>
  348. <meta name="text:link 4 title" content=""/>
  349. <meta name="text:link 4 url" content=""/>
  350. <meta name="text:link 5 title" content=""/>
  351. <meta name="text:link 5 url" content=""/>
  352. <meta name="text:img link 1 title" content=""/>
  353. <meta name="text:img link 1 url" content=""/>
  354. <meta name="text:img link 2 title" content=""/>
  355. <meta name="text:img link 2 url" content=""/>
  356. <meta name="text:img link 3 title" content=""/>
  357. <meta name="text:img link 3 url" content=""/>
  358. <meta name="text:img link 4 title" content=""/>
  359. <meta name="text:img link 4 url" content=""/>
  360. <meta name="text:img link 5 title" content=""/>
  361. <meta name="text:imglink 5 url" content=""/>
  362.  
  363.  
  364. <meta name="image:Background" content="" />
  365.  
  366. <meta name="image:sidebar" content=""/>
  367. <meta name="image:cursor" content=""/>
  368. <meta name="image:Favicon" content=""/>
  369. <meta name="image:image link 1" content=""/>
  370. <meta name="image:image link 2" content=""/>
  371. <meta name="image:image link 3" content=""/>
  372. <meta name="image:image link 4" content=""/>
  373. <meta name="image:image link 5" content=""/>
  374.  
  375.  
  376. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  377. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  378. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  379. <link rel="shortcut icon" href="{image:Favicon}" />
  380.  
  381.  
  382.  
  383. <style type="text/css">
  384.  
  385.  
  386.  
  387. ::selection {
  388. background: {color:highlight}; /* Safari */
  389. }
  390. ::-moz-selection {
  391. background: {color:highlight}; /* Firefox */
  392. }
  393.  
  394. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  395. @font-face {font-family: 'pixel'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff'); }
  396. @font-face { font-family: "handy"; src: url('http://static.tumblr.com/yqxw8ss/qOClwq07v/handy00.ttf'); }
  397. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  398.  
  399. {block:ifwhitetumblrcontrols}
  400. #tumblr_controls{
  401.  
  402. position:fixed !important;
  403.  
  404. -webkit-filter: invert(100%)
  405.  
  406. }
  407. {/block:ifwhitetumblrcontrols}
  408.  
  409.  
  410. ::-webkit-scrollbar {
  411.  
  412. width: 8px;
  413.  
  414. background-color: {color:scrollbar background};
  415.  
  416. }
  417.  
  418. ::-webkit-scrollbar-thumb {
  419.  
  420. background-color: {color:scrollbar background};
  421.  
  422. background:{color:scrollbar};
  423. border:1px solid {color:scrollbar border};
  424.  
  425. background-repeat: repeat;
  426.  
  427. -moz-border-radius: 1ex;
  428.  
  429. -khtml-border-radius: 1ex;
  430.  
  431. -webkit-border-radius: 1ex;
  432.  
  433. border-radius: 1ex;
  434.  
  435. min-height: 10px;
  436.  
  437. }
  438. ::-moz-scrollbar {
  439.  
  440. width: 9px;
  441.  
  442. background-color: {color:scrollbar background};
  443.  
  444. }
  445.  
  446.  
  447.  
  448.  
  449. body {
  450. {block:ifbackgroundcover}
  451. background: {color:Background} url('{image:Background}') top left fixed no-repeat;
  452. background-size:cover;
  453. {/block:ifbackgroundcover}
  454. {block:ifnotbackgroundcover}
  455. background: {color:Background} url('{image:Background}') top left fixed repeat;
  456. {/block:ifnotbackgroundcover}
  457.  
  458. margin: 0;
  459. padding: 0;
  460. {block:ifnotpixelfont}
  461. font-family: {font:body};
  462. font-size:11;
  463. {/block:ifnotpixelfont}
  464.  
  465. }
  466.  
  467. * {
  468. {block:ifpixelfont}
  469. font-family: silkscreen;
  470. font-size:8px;
  471. {/block:ifpixelfont}
  472.  
  473. }
  474.  
  475. }
  476.  
  477. .clear {
  478. clear: both;
  479. height: 0px;
  480. overflow: hidden;
  481. }
  482.  
  483. a img {
  484. border: none;
  485.  
  486. }
  487.  
  488. .post {
  489. top:20px;
  490. left:{text:post position}px;
  491. word-wrap:break-word;
  492.  
  493.  
  494. }
  495.  
  496. #wrapper {
  497. width: 845px;
  498. margin: 0 auto;
  499. }
  500.  
  501.  
  502.  
  503. #wrapper #content {
  504. {block:if400pxposts}
  505. width: 420px;
  506. {/block:if400pxposts}
  507. {block:if250pxposts}
  508. width:270px;
  509. {/block:if250pxposts}
  510. float:left;
  511. {block:PermalinkPage}
  512. width:400px;
  513. {/block:PermalinkPage}
  514. }
  515.  
  516. #wrapper #content .post {
  517. font-family: {font:Body};
  518. background:rgba(255,255,255, {text:post opacity});
  519. padding: 10px;
  520. position: relative;
  521. {block:ifpostborder}
  522. border:1px solid {color:post border color};
  523. {/block:ifpostborder}
  524. {block:ifroundedcorners}
  525. border-radius:8px;
  526. {/block:ifroundedcorners}
  527. {block:ifshadow}
  528. box-shadow:8px 8px {color:shadow color};
  529. {/block:ifshadow}
  530.  
  531.  
  532. }
  533.  
  534. #wrapper #content .post .media {
  535. text-align: center;
  536. margin-bottom: 0px;
  537.  
  538. }
  539.  
  540. #wrapper #content .post .quotebg {
  541. font-family: georgia, serif;
  542. font-size: 150px;
  543. color: {color:body};
  544. opacity: 0.2;
  545. filter: alpha(opacity=20);
  546. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  547. position: absolute;
  548. top: 70px;
  549. left: 10px;
  550. }
  551.  
  552. #wrapper #content .post .quote {
  553. color: {color:body};
  554. font-weight: bold;
  555. padding: 20px 20px 5px 20px;
  556. }
  557.  
  558. #wrapper #content .post .quote.short {
  559. font-size: 33px;
  560. line-height: 35px;
  561. }
  562.  
  563. #wrapper #content .post .quote.medium {
  564. font-size: 25px;
  565. line-height: 28px;
  566. }
  567.  
  568. #wrapper #content .post .quote.long {
  569. font-size: 18px;
  570. line-height: 22px;
  571. }
  572.  
  573. #wrapper #content .post .quote_source *:first-child {
  574. margin-top: 0px;
  575. }
  576.  
  577. #wrapper #content .post .quote_source *:last-child {
  578. margin-bottom: 0px;
  579. }
  580.  
  581. #wrapper #content .post .quote *:first-child {
  582. margin-top: 0px;
  583. }
  584.  
  585. #wrapper #content .post .quote *:last-child {
  586. margin-bottom: 0px;
  587. }
  588.  
  589. #wrapper #content .post .copy {
  590. color: {color:body};
  591. padding: 10px;
  592. {block:ifpixelfont}
  593. font-size: 8px;
  594. {/block:ifpixelfont}
  595. {block:ifnotpixelfont}
  596. font-size:11px;
  597. {/block:ifnotpixelfont}
  598. line-height: 15px;
  599. }
  600.  
  601. #wrapper #content .post .copy a {
  602. color: {color:link};
  603.  
  604. letter-spacing:0;
  605. transition:0.3s letter-spacing;
  606. -webkit-transition:0.3s letter-spacing;
  607. -moz-transition:0.3s letter-spacing;
  608. }
  609.  
  610. #wrapper #content .post copy a:hover {
  611. letter-spacing:2px;
  612. color: {color:link hover};
  613.  
  614. }
  615.  
  616. #wrapper #content .post .copy p {
  617. margin: 10px 0 0 0;
  618. padding: 0;
  619. }
  620.  
  621. #wrapper #content .post .copy pre {
  622. margin: 10px 0px 10px 0px;
  623. padding: 10px;
  624. background-color: #e6e6e6;
  625. font: normal 11px Courier, monospace;
  626. overflow: auto;
  627. }
  628.  
  629. #wrapper #content .post .copy > p:first-child {
  630. margin-top: 0;
  631. }
  632.  
  633. #wrapper #content .post .copy img {
  634. max-width: 100%;
  635. }
  636.  
  637. #wrapper #content .post .audio {
  638.  
  639.  
  640. padding: 7px;
  641. margin-bottom: 10px;
  642.  
  643. {block:ifroundedcorners}
  644. -moz-border-radius: 8px;
  645. -webkit-border-radius: 8px;
  646. border-radius: 8px;
  647. {/block:ifroundedcorners}
  648. }
  649.  
  650. #wrapper #content .post .audio .player {
  651. float: left;
  652. }
  653.  
  654. #wrapper #content .post .audio .player .audio_player embed {
  655. border: 1px solid {color:audio player border};
  656. }
  657.  
  658. #wrapper #content .post .audio .meta {
  659. padding: 8px 13px;
  660. height: 13px;
  661. float: left;
  662. color: #666;
  663. font-family: {font:Accent};
  664. font-size: 11px;
  665. text-transform: lowercase;
  666. }
  667.  
  668. #wrapper #content .post .audio .meta a {
  669. color: #666;
  670. text-decoration: none;
  671. }
  672.  
  673. #wrapper #content .post .album_art {
  674. text-align: center;
  675.  
  676. }
  677.  
  678. #wrapper #content .post .question {
  679. color: {color:body};
  680. font-size: 14px;
  681. text-align:center;
  682. background: {color:ask background};
  683. {block:ifroundedcorners}
  684. -moz-border-radius: 8px;
  685. -webkit-border-radius: 8px;
  686. border-radius: 8px;
  687. {/block:ifroundedcorners}
  688. margin: 0 0 15px 0;
  689. padding: 15px 20px;
  690. position: relative;
  691. {block:ifpixelfont}
  692. font-family:silkscreen;
  693. {/block:ifpixelfont}
  694. }
  695.  
  696.  
  697. #wrapper #content .post .asker_container {
  698. margin: 0 0 20px 24px;
  699. }
  700.  
  701. #wrapper #content .post .asker_container img {
  702. margin: 0 12px -7px 0;
  703. }
  704.  
  705. #wrapper #content .post .asker_container a.asker {
  706. color: {color:Body};
  707. }
  708.  
  709. #wrapper #content .post .title {
  710. color: #494949;
  711. font-size: 16px;
  712. font-weight: bold;
  713. padding: 10px 10px 0 10px;
  714. }
  715.  
  716. #wrapper #content .post img {
  717. {block:ifroundedcorners}
  718. border-radius:3px;
  719. {/block:ifroundedcorners}
  720. opacity: 1;
  721. {block:ifimagefadeonhover}
  722. transition: opacity .8s ease-in-out;
  723. -moz-transition: opacity .8s ease-in-out;
  724. -webkit-transition: opacity .8s ease-in-out;
  725. }
  726.  
  727.  
  728. #wrapper #content .post img:hover {
  729. opacity: 0.6;
  730. {/block:ifimagefadeonhover}
  731. }
  732.  
  733.  
  734.  
  735.  
  736. #wrapper #content .post .chat {
  737. background-color: #fff;
  738. border-left: 5px solid #dedddd;
  739. margin: 10px 10px 0 10px;
  740. font-size: 14px;
  741. }
  742.  
  743. #wrapper #content .post .chat .lines {
  744. margin-left: 1px;
  745. }
  746.  
  747. #wrapper #content .post .chat .lines .line {
  748. background-color: #eaeaea;
  749. color: #494949;
  750. margin-bottom: 1px;
  751. padding: 3px 5px;
  752. }
  753.  
  754. #wrapper #content .post .chat .lines .line.even {
  755. background-color: #dedddd;
  756. }
  757.  
  758. #wrapper #content .post .link {
  759. margin: 4px 0 2px 0;
  760. font-size: 16px;
  761. line-height: 25px;
  762. }
  763.  
  764. #wrapper #content .post .link a {
  765. background-color: {color:Background};
  766. color: #fff;
  767. padding: 5px 7px;
  768. -moz-border-radius: 4px;
  769. -webkit-border-radius: 4px;
  770. border-radius: 4px;
  771. }
  772.  
  773. #wrapper #content .post .link a:hover {
  774. opacity: 0.9;
  775. filter: alpha(opacity=90);
  776. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  777. }
  778.  
  779. #wrapper #content .post .footer {
  780. background:transparent;
  781. opacity:0;
  782.  
  783. font-family: {font:Accent};
  784. {block:ifpixelfont}
  785. font-size: 8px;
  786. {/block:ifpixelfont}
  787. {block:ifnotpixelfont}
  788. font-size:11px;
  789. {/block:ifnotpixelfont}
  790. color: #666;
  791. padding: 5px 10px;
  792.  
  793. margin-top: -15px;
  794. {block:permalinkpage}
  795. transition:none;
  796. {/block:permalinkpage}
  797. transition:0.4s margin-top;
  798. -moz-transition:0.4s margin-top;
  799. -webkit-transition:0.4s margin-top;
  800. transition-timing-function:ease-in-out;
  801. -webkit-transition-timing-function:ease-in-out;
  802. {block:permalinkpage}
  803. display:none;
  804. {/block:permalinkpage}
  805.  
  806. }
  807.  
  808. #wrapper #content .post:hover .footer {
  809. margin-top:5px;
  810. opacity:1;
  811. border-top:1px solid {color:post border};
  812. {block:if250pxposts}
  813. width:230px;
  814. {/block:if250pxposts}
  815. {block:if400pxposts}
  816. width:380px;
  817. {/block:if400pxposts}
  818. {block:permalinkpage}
  819. margin-top:-15px;
  820. border-top:none;
  821. {/block:permalinkpage}
  822.  
  823. }
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831. #wrapper #content .post .footer .date {
  832.  
  833. text-align:center;
  834. color: #666;
  835. }
  836.  
  837.  
  838.  
  839.  
  840. #wrapper #content .post .footer .notes {
  841.  
  842.  
  843. text-align: center;
  844. color: #666;
  845. }
  846.  
  847. #wrapper #content .post .footer .notes a {
  848. color: #666;
  849. }
  850.  
  851.  
  852.  
  853.  
  854.  
  855. #wrapper #content .post .footer .tags .tag-commas:last-child {
  856. display: block;
  857. background:transparent;
  858. opacity:0;
  859.  
  860. {block:ifroundedcorners}
  861. -moz-border-radius: 4px;
  862. -webkit-border-radius: 4px;
  863. border-radius: 4px;
  864. {/block:ifroundedcorners}
  865. font-family: {font:Accent};
  866. {block:ifpixelfont}
  867. font-size: 8px;
  868. {/block:ifpixelfont}
  869. {block:ifnotpixelfont}
  870. font-size:11px;
  871. {/block:ifnotpixelfont}
  872. color: #666;
  873. padding: 5px 10px;
  874.  
  875. margin-top: -15px;
  876. transition:0.4s margin-top;
  877. -moz-transition:0.4s margin-top;
  878. -webkit-transition:0.4s margin-top;
  879. transition-timing-function:ease-in-out;
  880. -webkit-transition-timing-function:ease-in-out;
  881.  
  882. }
  883.  
  884.  
  885.  
  886. #wrapper #content .post a {
  887. color: {color:link};
  888. text-decoration: none;
  889. letter-spacing:0px;
  890.  
  891. }
  892. #wrapper #content .post a:hover {
  893. color:{color:link hover};
  894. letter-spacing:2px;
  895. transition:0.3s letter-spacing;
  896. -webkit-transition:0.3s letter-spacing;
  897. -moz-transition:0.3s letter-spacing;
  898. }
  899.  
  900.  
  901.  
  902.  
  903. #wrapper #content .post .copy blockquote {
  904. margin: 10px 0px 10px 10px;
  905. padding-left: 15px;
  906. border-left: solid 2px {color:body};
  907. }
  908.  
  909.  
  910. #wrapper #content .bottom {
  911.  
  912. width: 513px;
  913. height: 40px;
  914. margin: 0 auto;
  915. }
  916.  
  917. #wrapper #content #navigation {
  918. text-align: right;
  919. padding-bottom: 35px;
  920. text-transform: lowercase;
  921. }
  922.  
  923. #wrapper #content #navigation a {
  924. background-color:transparent;
  925. color:{color:jump pagination color};
  926. padding: 5px 10px;
  927.  
  928. text-decoration: none;
  929. margin-left: 25px;
  930. }
  931.  
  932. #wrapper #content #navigation a:hover {
  933. opacity: 0.9;
  934. filter: alpha(opacity=90);
  935. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  936. }
  937.  
  938. #wrapper #content #navigation.jump_pagination {}
  939.  
  940. #wrapper #content #navigation.jump_pagination a {
  941. margin: 0 0 0 4px;
  942. }
  943.  
  944. #wrapper #content #navigation.jump_pagination .current_page {
  945. color: #fff;
  946. background-color: rgba(255,255,255, 0.1);
  947. border: 2px solid #fff;
  948. padding: 3px 8px;
  949. margin: 0 0 0 4px;
  950. cursor: default;
  951. }
  952.  
  953. #wrapper #content #navigation.jump_pagination .jump_page {}
  954.  
  955. #wrapper #content .post .notecontainer {
  956. background: #eaeaea;
  957. border-radius:4px;
  958. font-family: {font:Accent};
  959. {block:ifpixelfont}
  960. font-size: 8px;
  961. {/block:ifpixelfont}
  962. {block:ifnotpixelfont}
  963. font-size:11px;
  964. {/block:ifnotpixelfont}
  965. color: #666;
  966. margin-top: 10px;
  967. margin-bottom: -10px;
  968. }
  969.  
  970. #wrapper #content .post .notecontainer a {
  971. color: #666;
  972. text-decoration: underline;
  973. }
  974.  
  975. #wrapper #content .post .notecontainer ol.notes {
  976. padding: 0px 0 10px 0;
  977. list-style-type: none;
  978. {block:ifpixelfont}
  979. font-size: 8px;
  980. {/block:ifpixelfont}
  981. {block:ifnotpixelfont}
  982. font-size:11px;
  983. {/block:ifnotpixelfont}
  984. }
  985.  
  986. #wrapper #content .post .notecontainer ol.notes li.note {
  987. padding: 10px 10px 0 10px;
  988. }
  989.  
  990. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  991. vertical-align: -4px;
  992. margin-right: 10px;
  993. width: 16px;
  994. height: 16px;
  995. }
  996.  
  997. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  998. font-weight: normal;
  999. }
  1000.  
  1001. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  1002. font-weight: normal;
  1003. }
  1004.  
  1005. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  1006. border-left: 2px solid #666;
  1007. padding: 4px 10px;
  1008. margin: 10px 0px 0px 25px;
  1009. }
  1010.  
  1011. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  1012. text-decoration: none;
  1013. }
  1014.  
  1015. #wrapper #content #searchresults {
  1016. color: #fff;
  1017. margin: 0 0 15px 0;
  1018. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  1019. {block:ifnotpixelfont}
  1020. font-family: {font:Body};
  1021. {/block:ifnotpixelfont}
  1022. {block:ifpixelfont}
  1023. font-family:silkscreen;
  1024. {/block:ifpixelfont}
  1025. font-size: 20px;
  1026. }
  1027.  
  1028. #wrapper #content #searchresults .search_query {
  1029. font-weight: bold;
  1030. }
  1031.  
  1032. #wrapper #content #searchresults .search_query:before {
  1033. content:'“';
  1034. }
  1035.  
  1036. #wrapper #content #searchresults .search_query:after {
  1037. content:'”';
  1038. }
  1039.  
  1040. #wrapper #sidebar {
  1041. position:fixed;
  1042. float:right;
  1043. top:{text:sidebar position y}px;
  1044. right:{text:sidebar position x}px;
  1045. width: 190px;
  1046. height:auto;
  1047. padding-bottom:15px;
  1048. float: right;
  1049.  
  1050. font-family: {font:Accent};
  1051.  
  1052.  
  1053.  
  1054. }
  1055. #wrapper #sidebar #imagelink {
  1056. position:fixed;
  1057.  
  1058.  
  1059. }
  1060.  
  1061.  
  1062. .gay {
  1063. position:fixed;
  1064. z-index:999;
  1065. bottom:5px;
  1066. right:5px;
  1067. color:white;
  1068.  
  1069. }
  1070.  
  1071.  
  1072. #wrapper #sidebar a {
  1073. color: {color:sidebar links};
  1074. }
  1075.  
  1076.  
  1077.  
  1078.  
  1079. #wrapper #sidebar #top {
  1080. background: rgba(255,255,255, {text:sb opacity});
  1081. padding: 0 20px;
  1082. padding-bottom:10px;
  1083. padding-top:10px;
  1084. {block:ifsidebarborder}
  1085. border:1px solid {color:sidebar border color};
  1086. {/block:ifsidebarborder}
  1087. {block:ifshadow}
  1088. box-shadow:8px 8px {color:shadow color};
  1089. {/block:ifshadow}
  1090. {block:ifroundedcorners}
  1091.  
  1092. -webkit-border-top-left-radius: 10px;
  1093. -webkit-border-top-right-radius: 10px;
  1094. -moz-border-radius-topleft: 10px;
  1095. -moz-border-radius-topright: 10px;
  1096. border-top-left-radius: 10px;
  1097. border-top-right-radius: 10px;
  1098. border-bottom-left-radius: 10px;
  1099. border-bottom-right-radius: 10px;
  1100. {/block:ifroundedcorners}
  1101. }
  1102.  
  1103.  
  1104. #wrapper #sidebar #top #avatar {
  1105. width: 96px;
  1106. height: 96px;
  1107. padding:0 0 0 0;
  1108. border:7px solid {color:avatar border};
  1109.  
  1110. position: relative;
  1111. margin-top:auto;
  1112. margin-left:auto;
  1113. margin-right:auto;
  1114. {block:ifcircleavatar}
  1115.  
  1116. overflow:hidden;
  1117. border-radius:100%;
  1118. margin-top:auto;
  1119. margin-left:auto;
  1120. margin-right:auto;
  1121. {/block:ifcircleavatar}
  1122.  
  1123. }
  1124.  
  1125.  
  1126. #wrapper #sidebar #top #description {
  1127. {block:ifpixelfont}
  1128. font-size: 8px;
  1129. {/block:ifpixelfont}
  1130. {block:ifnotpixelfont}
  1131. font-size:11px;
  1132. {/block:ifnotpixelfont}
  1133. position: relative;
  1134. top:10px;
  1135. padding-bottom:15px;
  1136. color:{color:description text};
  1137. }
  1138.  
  1139. #wrapper #sidebar #top #description a {
  1140. color:{color:link};
  1141. text-decoration: none;
  1142. letter-spacing:0px;
  1143. transition:0.3s letter-spacing;
  1144. }
  1145.  
  1146.  
  1147. #wrapper #sidebar #top #description a:hover {
  1148. letter-spacing:2px;
  1149. color:{color:link hover};
  1150. }
  1151. {block:ifsearchbar}
  1152. #wrapper #sidebar #top #search {
  1153. background:transparent;
  1154. border: 1px solid {color:search button};
  1155.  
  1156.  
  1157. }
  1158.  
  1159. #wrapper #sidebar #top #search-scope {
  1160. padding-top: 5px;
  1161. font-size: 11px;
  1162. text-align:center;
  1163.  
  1164. }
  1165.  
  1166. #wrapper #sidebar #top #search-scope input,
  1167. #wrapper #sidebar #top #search-scope label {
  1168. cursor: pointer;
  1169. }
  1170.  
  1171. #wrapper #sidebar #top #search form {
  1172. margin: 0;
  1173. height:20px;
  1174. }
  1175.  
  1176. #wrapper #sidebar #top #search form .query {
  1177. padding: 5px;
  1178. border: none;
  1179. background: transparent;
  1180. outline: none;
  1181. width: 95px;
  1182.  
  1183. float: left;
  1184. color: {color:search button};
  1185. }
  1186.  
  1187. #wrapper #sidebar #top #search form .submit {
  1188. background: transparent;
  1189. color: {color:search button};
  1190. border: none;
  1191. padding: 4px 5px;
  1192. vertical-align:center;
  1193. margin: -16px 3px 2px 0;
  1194. float: right;
  1195.  
  1196. cursor: pointer;
  1197. }
  1198.  
  1199. #wrapper #sidebar #top #search form .submit:hover {
  1200. opacity: 0.9;
  1201. filter: alpha(opacity=90);
  1202. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  1203. }
  1204. {/block:ifsearchbar}
  1205.  
  1206.  
  1207. #wrapper #sidebar #top .content {
  1208. margin-top: 2px;
  1209. padding: 7px 10px;
  1210. background: #fff;
  1211. color: #7a7a7a;
  1212. font-size: 11px;
  1213. overflow: hidden;
  1214. }
  1215.  
  1216. #wrapper #sidebar #top a {
  1217. text-decoration: none;
  1218. }
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226. </style>
  1227.  
  1228. <style type="text/css">{CustomCSS}</style>
  1229.  
  1230.  
  1231. </style>
  1232.  
  1233.  
  1234.  
  1235. </head>
  1236.  
  1237. <body>
  1238.  
  1239. <style> *,body, #wrapper, #post, #sidebar, a, a:hover { cursor:url("{image:cursor}"), auto; }</style>
  1240.  
  1241. <div class="gay">
  1242. <a href="http://plantgay.tumblr.com" title="theme credit ^__^"><img src="http://media.tumblr.com/tumblr_m53c5nt1NS1qid2nw.gif"/></a>
  1243. </div>
  1244.  
  1245. <div id="wrapper">
  1246.  
  1247.  
  1248. <div id="content">
  1249.  
  1250. {block:SearchPage}
  1251. {block:SearchResults}
  1252. <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
  1253. {/block:SearchResults}
  1254.  
  1255. {block:NoSearchResults}
  1256. <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
  1257. {/block:NoSearchResults}
  1258. {/block:SearchPage}
  1259.  
  1260. {block:Posts}
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267. <div class="post">
  1268.  
  1269.  
  1270.  
  1271. {block:Photo}
  1272. {block:if400pxposts}
  1273. <div class="media">{LinkOpenTag}<img src="{PhotoURL-400}" "{Photoset-400}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  1274. {/block:if400pxposts}
  1275. {block:if250pxposts}
  1276. <div class="media">{LinkOpenTag}<img src="{PhotoURL-250}" "{Photoset-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>{/block:if250pxposts}
  1277.  
  1278. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  1279. {/block:Photo}
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288. {block:Video}
  1289. {block:if400pxposts}
  1290. <div class="media">{Video-400}</div>
  1291. {/block:if400pxposts}
  1292. {block:if250pxposts}
  1293. <div class="media">{Video-250}</div>
  1294. {/block:if250pxposts}
  1295.  
  1296. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  1297. {/block:Video}
  1298.  
  1299. {block:Audio}
  1300.  
  1301. {block:AudioEmbed}
  1302. {AudioEmbed}
  1303. {/block:AudioEmbed}
  1304.  
  1305. {block:AudioPlayer}
  1306. {block:Ifshowalbumart}
  1307. {block:AlbumArt}
  1308. <div class="album_art">
  1309. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;width:50%" />
  1310. </div>
  1311. {/block:AlbumArt}
  1312. {/block:Ifshowalbumart}
  1313.  
  1314. <div class="audio">
  1315. <div class="player">{AudioPlayerWhite}</div>
  1316. <div class="meta">{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  1317. <div class="clear"></div>
  1318. </div>
  1319. {/block:AudioPlayer}
  1320.  
  1321. <div class="clear"></div>
  1322.  
  1323. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  1324.  
  1325. {/block:Audio}
  1326.  
  1327. {block:Quote}
  1328. <div class="quote {Length}">{Quote}</div>
  1329. <div class="copy">
  1330. <div class="quotebg">“</div>
  1331. {block:Source}
  1332. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  1333. <tr>
  1334. <td valign="top" style="width:20px;">&mdash;</td>
  1335. <td valign="top" class="quote_source">
  1336. {Source}
  1337. </td>
  1338. </tr>
  1339. </table>
  1340. {/block:Source}
  1341. </div>
  1342. {/block:Quote}
  1343.  
  1344. {block:Text}
  1345. {block:Title}<div class="title">{Title}</div>{/block:Title}
  1346. <div class="copy">{Body}</div>
  1347. {/block:Text}
  1348.  
  1349. {block:Answer}
  1350. <div class="question">
  1351. <div class="nipple"></div>
  1352. {Question}
  1353. </div>
  1354. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  1355. <div class="copy">{Answer}</div>
  1356. {/block:Answer}
  1357.  
  1358. {block:Chat}
  1359. {block:Title}<div class="title">{Title}</div>{/block:Title}
  1360. <div class="chat">
  1361. <div class="lines">
  1362. {block:Lines}
  1363. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  1364. {/block:Lines}
  1365. </div>
  1366. </div>
  1367. <div class="clear"></div>
  1368. <div style="height:10px;"></div>
  1369. {/block:Chat}
  1370.  
  1371. {block:Link}
  1372. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  1373. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  1374. {/block:Link}
  1375.  
  1376. {block:Date}
  1377. <a href="{Permalink}">
  1378. <div class="footer for_permalink">
  1379.  
  1380.  
  1381. <div class="date">
  1382.  
  1383.  
  1384. {block:reblog}
  1385. {12Hour}:{Minutes}{AmPm}
  1386.  
  1387. {/block:Reblog}
  1388.  
  1389. {block:NotReblog}
  1390. {12Hour}:{Minutes}{AmPm}
  1391. {/block:NotReblog}
  1392.  
  1393. <div class="notes">{block:NoteCount}{NoteCount} notes /{/block:NoteCount}<a href="{ReblogURL}" class="details" > reblog</a> </div></div>
  1394.  
  1395. <div class="clear"></div>
  1396. </div>
  1397. </a>
  1398. {/block:Date}
  1399.  
  1400. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  1401. display:none;
  1402. {block:Ifshowtags}{block:HasTags}display:block;{/block:HasTags}{/block:Ifshowtags}
  1403.  
  1404. ">
  1405. {block:IfShowTags}
  1406. <center>
  1407. {block:HasTags}<div class="tags">#{block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}</div>{/block:HasTags}
  1408. {/block:IfShowTags}
  1409.  
  1410. {block:ContentSource}
  1411.  
  1412. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  1413.  
  1414. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  1415.  
  1416. {/block:SourceLogo}
  1417.  
  1418. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1419.  
  1420. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  1421.  
  1422. </center>
  1423.  
  1424.  
  1425. <div class="clear"></div>
  1426. </div>
  1427.  
  1428. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  1429.  
  1430.  
  1431.  
  1432. </div>
  1433. <div class="bottom"> </div>
  1434.  
  1435.  
  1436.  
  1437. {/block:Posts}
  1438.  
  1439.  
  1440.  
  1441. {block:Pagination}
  1442. <div id="navigation" class="jump_pagination">
  1443. {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  1444.  
  1445.  
  1446. {block:JumpPagination length="5"}
  1447. {block:CurrentPage}
  1448. <span class="current_page">{PageNumber}</span>
  1449. {/block:CurrentPage}
  1450.  
  1451. {block:JumpPage}
  1452. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1453. {/block:JumpPage}
  1454.  
  1455. {/block:JumpPagination}
  1456.  
  1457.  
  1458. {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  1459. </div>
  1460. {/block:Pagination}
  1461.  
  1462.  
  1463. </div>
  1464.  
  1465. <div id="sidebar">
  1466.  
  1467.  
  1468. <div id="top">
  1469. {block:ifshowavatar}
  1470. <div id="avatar"><a href="/"><img src="{PortraitURL-96}" /></a></div>{/block:ifshowavatar}
  1471.  
  1472. <center>
  1473. <br>
  1474. {block:ifimagelinks}
  1475. <div class="imagelink">
  1476. {block:ifimglink1}
  1477. <a href="{text:img link 1 url}" title="{text:img link 1 title}"><img src="{image:image link 1}"></a>{/block:ifimglink1}
  1478. {block:ifimglink2}
  1479. <a href="{text:img link 2 url}" title="{text:img link 2 title}"><img src="{image:image link 2}"></a>{/block:ifimglink2}
  1480. {block:ifimglink3}
  1481. <a href="{text:img link 3 url}" title="{text:img link 3 title}"><img src="{image:image link 3}"></a>{/block:ifimglink3}
  1482. {block:ifimglink4}
  1483. <a href="{text:img link 4 url}" title="{text:img link 4 title}"><img src="{image:image link 4}"></a>{/block:ifimglink4}
  1484. {block:ifimglink5}
  1485. <a href="{text:img link 5 url}" title="{text:img link 5 title}"><img src="{image:image link 5}"></a>{/block:ifimglink5}
  1486. </div>
  1487. {/block:ifimagelinks}
  1488. </center>
  1489.  
  1490.  
  1491. <div id="description">{Description}
  1492. <br>
  1493. {block:ifnavigationmenu}
  1494. <center>
  1495.  
  1496. <select onchange='location=this.options[this.selectedIndex].value;' style='max-width:100px;height:15px'>
  1497.  
  1498. <option>{text:navigation title}</option>
  1499.  
  1500. {block:iflink1}
  1501. <option value="{text:link 1 url}">{text:link 1 title}</option>{/block:iflink1}
  1502.  
  1503. {block:iflink2}
  1504. <option value="{text:link 2 url}">{text:link 2 title}</option>{/block:iflink2}
  1505.  
  1506. {block:iflink3}
  1507. <option value="{text:link 3 url}">{text:link 3 title}</option>{/block:iflink3}
  1508.  
  1509. {block:iflink4}
  1510. <option value="{text:link 4 url}">{text:link 4 title}</option>{/block:iflink4}
  1511.  
  1512. {block:iflink5}
  1513. <option value="{text:link 5 url}">{text:link 5 title}</option>{/block:iflink5}
  1514.  
  1515. </select>
  1516. </center>
  1517. {/block:ifnavigationmenu}
  1518. </div>
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524. {block:ifsearchbar}
  1525. <div id="search">
  1526.  
  1527. <form action="/search" method="get" id="search-form">
  1528. <input type="hidden" name="t" value="{name}" />
  1529.  
  1530. <input type="text" name="q" class="query" value="{SearchQuery}" />
  1531. <input type="submit" value="{lang:search}" class="submit" />
  1532. <div class="clear"></div>
  1533.  
  1534. </form>
  1535.  
  1536.  
  1537. </div>
  1538. {/block:ifsearchbar}
  1539. <div style="position:fixed; z-index:0; right:{text:sidebar image x}px; top:{text:sidebar image y}px; opacity:1;"><img style="width:auto;" src="{image:sidebar}"></div>
  1540.  
  1541.  
  1542. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement