Advertisement
Mikaela

Fresh Clicks

Mar 2nd, 2014
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.84 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- THEME #24 'FRESH CLICK' BY HRRYS
  4. I WORKED HARD ON THIS SO IF YOU REMOVE THE CREDIT OR EDIT AND CLAIM IT AS YOUR OWN, I'LL GET HARRY TO STRANGLE YOU.
  5. REMEMBER TO FILL IN THE FAQ, URL FOR ASK & UPDATES!
  6. OKAY ENJOY NOW
  7. -->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12. <head>
  13.  
  14. <title>{Title}</title>
  15.  
  16. {block:Description}<meta name="description" content="{MetaDescription}"/>
  17. {/block:Description}
  18. <link rel="shortcut icon" href="{Favicon}" />
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  20.  
  21. <meta name="color:bg" content="#ffffff">
  22. <meta name="color:bgsidebar" content="#abd4ff">
  23. <meta name="color:sidebarline" content="#ffffff">
  24. <meta name="color:link" content="#434343">
  25. <meta name="color:text" content="#5b5b5b">
  26. <meta name="color:info" content="#b9b7b7">
  27. <meta name="color:hover" content="#eeeeee">
  28. <meta name="color:border" content="#e7e7e7">
  29. <meta name="color:scrollbar" content="#d6d5d5">
  30.  
  31.  
  32. <meta name="image:sidebar1" content=""/>
  33. <meta name="image:sidebar2" content=""/>
  34. <meta name="image:sidebar3" content=""/>
  35.  
  36. <meta name="text:link 1" content="Link">
  37. <meta name="text:link 1 url" content="/">
  38. <meta name="text:link 2" content="Link">
  39. <meta name="text:link 2 url" content="/">
  40. <meta name="text:link 3" content="Link">
  41. <meta name="text:link 3 url" content="/">
  42. <meta name="text:link 4" content="Link">
  43. <meta name="text:link 4 url" content="/">
  44.  
  45. <meta name="if:updates" content="1">
  46.  
  47. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> </script>
  48.  
  49. <script>
  50.  
  51. $(document).ready(function(){
  52.  
  53. $("#link2").click(function(){
  54.  
  55. $("#insideask").slideToggle("medium");
  56.  
  57. });
  58.  
  59. });
  60.  
  61. </script>
  62.  
  63.  
  64. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> </script>
  65.  
  66. <script>
  67.  
  68. $(document).ready(function(){
  69.  
  70. $("#link3").click(function(){
  71.  
  72. $("#insidelinks").slideToggle("medium");
  73.  
  74. });
  75.  
  76. });
  77.  
  78. </script>
  79.  
  80. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> </script>
  81.  
  82. <script>
  83.  
  84. $(document).ready(function(){
  85.  
  86. $("#link4").click(function(){
  87.  
  88. $("#insideupdates").slideToggle("medium");
  89.  
  90. });
  91.  
  92. });
  93.  
  94. </script>
  95.  
  96.  
  97. <style type="text/css">
  98.  
  99.  
  100. /*--scrollbar--*/
  101.  
  102. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  103. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  104. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  105. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  106. }
  107. /*--body--*/
  108.  
  109.  
  110. body {
  111. font-style:none;
  112. background-color:{color:bg};
  113. font-family:calibri;
  114. color:{color:text};
  115. font-size:9px;
  116. }
  117.  
  118.  
  119. a {
  120. color:{color:link};
  121. text-decoration:none;
  122. -webkit-transition: all 0.5s ease-out;
  123. -moz-transition: all 0.5s ease-out;
  124. transition: all 0.5s ease-out;
  125. }
  126.  
  127. a:hover {
  128. color:{color:hover};
  129. text-decoration:none;
  130. -webkit-transition: all 0.8s ease-out;
  131. -moz-transition: all 0.8s ease-out;
  132. transition: all 0.8s ease-out;
  133. }
  134.  
  135. img {
  136. border:none;
  137. }
  138.  
  139. blockquote {
  140. padding-left:5px;
  141. border-left:2px solid {color:border};
  142. }
  143.  
  144. h1 {
  145. font-size:10px;
  146. }
  147.  
  148.  
  149.  
  150. /*--sidebar--*/
  151.  
  152. #sidebar {
  153. position:fixed;
  154. width:140px;
  155. margin-left:190px;
  156. margin-top:200px;
  157. }
  158.  
  159.  
  160. #sidebarimage1 img {
  161. width:115px;
  162. height:115px;
  163. padding:3px;
  164. z-index:9999999999999999999;
  165. border-radius:100px;
  166. margin-left:-165px;
  167. position:fixed;
  168. margin-top:-240px;
  169. }
  170.  
  171. #sidebarimage2 img {
  172. width:115px;
  173. height:115px;
  174. z-index:9999999999999999999;
  175. padding:3px;
  176. border-radius:120px;
  177. margin-left:-165px;
  178. position:fixed;
  179. margin-top:-80px;
  180. }
  181.  
  182. #sidebarimage3 img {
  183. width:115px;
  184. height:115px;
  185. padding:3px;
  186. z-index:9999999999;
  187. border-radius:100px;
  188. margin-left:-165px;
  189. position:fixed;
  190. margin-top:80px;
  191. }
  192.  
  193. #bigsidebar{
  194. width:140px;
  195. background-color:{color:bgsidebar};
  196. position:fixed;
  197. border-left:18px white double;
  198. padding:7px;
  199. z-index:-9999;
  200. height:650px;
  201. margin-top:-260px;
  202. margin-left:-198px;
  203. }
  204.  
  205. #line{
  206. width:3px;
  207. height:510px;
  208. background-color:{color:sidebarline};
  209. margin-top:-255px;
  210. position:fixed;
  211. margin-left:-105px;
  212. }
  213.  
  214. /*--Inside all big, main links--*/
  215.  
  216. #insidelinks {
  217. margin-top:0px;
  218. width:150px;
  219. margin-left:-25px;
  220. font-family:'calibri';
  221. display:none;
  222. padding:3px;
  223. font-size:12px;
  224. text-transform:uppercase;
  225. text-align:left;
  226. }
  227.  
  228. #insideask{
  229. margin-top:0px;
  230. width:250px;
  231. font-size:10px;
  232. position:position;
  233. display:none;
  234. height:auto;
  235. margin-left:-25px;
  236. }
  237.  
  238. #insideupdates{
  239. margin-top:10px;
  240. margin-left:-25px;
  241. width:160px;
  242. font-size:11px;
  243. display:none;
  244. text-align:center;
  245. line-height:100%;
  246. color:#999;/*color of text*/
  247. position:fixed;
  248. height:auto;
  249. }
  250. /*--The big, main links--*/
  251.  
  252. #link1{
  253. margin-top:-250px;
  254. width:100px;
  255. margin-left:-28px;
  256. border-bottom:{color:bgsidebar} solid 2px;
  257. padding:5px;
  258. font-size:18px;
  259. font-family:'Monotype Corsiva';
  260. text-align:center;
  261. }
  262.  
  263.  
  264. #link2{
  265. margin-top:0px;
  266. width:100px;
  267. margin-left:-28px;
  268. border-bottom:{color:bgsidebar} solid 2px;
  269. padding-right:20px;
  270. padding-top:5px;
  271. padding-left:5px;
  272. padding-bottom:5px;
  273. font-size:18px;
  274. font-family:'Monotype Corsiva';
  275. text-align:center;
  276. cursor:help;
  277. }
  278.  
  279.  
  280.  
  281. #link3{
  282. margin-top:0px;
  283. width:100px;
  284. margin-left:-28px;
  285. border-bottom:{color:bgsidebar} solid 2px;
  286. padding-right:40px;
  287. padding-top:5px;
  288. padding-left:5px;
  289. padding-bottom:5px;
  290. font-size:18px;
  291. font-family:'Monotype Corsiva';
  292. text-align:center;
  293. cursor:help;
  294. }
  295.  
  296. #link4{
  297. margin-top:0px;
  298. width:100px;
  299. padding-right:60px;
  300. padding-top:5px;
  301. padding-left:5px;
  302. padding-bottom:5px;
  303. margin-left:-28px;
  304. border-bottom:{color:bgsidebar} solid 2px;
  305. font-size:18px;
  306. font-family:'Monotype Corsiva';
  307. text-align:center;
  308. cursor:help;
  309. }
  310.  
  311.  
  312. /*--description--*/
  313.  
  314. #description {
  315. padding-top:5px;
  316. margin-top:255px;
  317. margin-left:-175px;
  318. border-top:{color:sidebarline} solid 3px;
  319. width:145px;
  320. position:fixed;
  321. color:{color:text};
  322. font-family:'Gautami ';
  323. font-size:11px;
  324. text-align:center;
  325. }
  326.  
  327. /*--pagination--*/
  328.  
  329. #pagination {
  330. width:100px;
  331. margin-top:0px;
  332. margin-left:-25px;
  333. text-align:left;
  334. position:fixed;
  335. padding:5px;
  336. font-size: 8px;
  337. font-family: Consolas;
  338. color:{color:Pagination};
  339. }
  340.  
  341. #pagination a {
  342. color:{color:Pagination};
  343. }
  344.  
  345. #pagination a:hover {
  346. color:{color:Hover};
  347. }
  348.  
  349. /*--posts--*/
  350.  
  351. #posts {
  352. width:500px;
  353. margin-top:20px;
  354. margin-bottom:50px;
  355. font-size:11px;
  356. height:200px;
  357. color:{color:text};
  358. line-height:100%;
  359. text-align:justify;
  360. }
  361.  
  362. #postscontainer {
  363. margin-bottom:10px;
  364. padding:1px;
  365. margin-left:450px;
  366. margin-top:55px;
  367. }
  368.  
  369.  
  370. /*--Info--*/
  371.  
  372. #info {
  373. width:500px;
  374. text-align:right;
  375. font-family:'trebuchet ms';
  376. margin-top:3px;
  377. margin-left:px;
  378. letter-spacing:1px;
  379. font-size:8px;
  380. font-style:none;
  381. padding:1px;
  382. line-height:10px;
  383. text-transform:uppercase;
  384. border-top:1px solid;
  385. border-color:{color:border};
  386. }
  387.  
  388. #info a {
  389. text-align:center;
  390. color:{color:info};
  391. }
  392.  
  393. #info a:hover {
  394. -moz-transition-duration:0.3s;
  395. -webkit-transition-duration:0.3s;
  396. -o-transition-duration:0.3s;
  397. color:{color:hover}
  398. }
  399.  
  400. #tags {
  401. float:left;
  402. width:489px;
  403. margin-top:-7px;
  404. margin-left:-5px;
  405. text-align:left;
  406. font-size:7px;
  407. padding:5px;
  408. font-size:8px;
  409. opacity:1;
  410. transition-duration: 0.5s;
  411. -moz-transition-duration: 0.5s;
  412. -webkit-transition-duration: 0.5s;
  413. -o-transition-duration: 0.5s
  414. color:{color:info};
  415. }
  416.  
  417. #tags a {
  418. letter-spacing:0px;
  419. font-size:8px;
  420. text-align:center;
  421. font-family:'CALIBRI';
  422. text-decoration:none;
  423. display:inline-block;
  424. color:#ddd;
  425. }
  426.  
  427. #tags a:hover {
  428. background-color:#fff;
  429. -moz-transition-duration:0.3s;
  430. -webkit-transition-duration:0.3s;
  431. -o-transition-duration:0.3s;
  432. color:{color:hover};
  433. }
  434.  
  435. /*--asks--*/
  436.  
  437. #question {
  438. margin-left:40px;
  439. margin-top:-50px;
  440. padding-top:0px;
  441. width:450px;
  442. padding:9px;
  443. letter-spacing:1px;
  444. font-style:italic;
  445. font-size:10px;
  446. text-transform:normal;
  447. text-align:justify;}
  448.  
  449. #youranswer {
  450. text-transform:none;
  451. text-align:justify;
  452. font-family:calibri;
  453. width:480px;
  454. padding:9px;
  455. padding-bottom:0px;
  456. font-style:normal;}
  457.  
  458. #portrait img {
  459. border: 1px solid #e3e3e3;
  460. padding:4px;}
  461.  
  462. .asker, .asker a, .asker a:hover {
  463. color:{color:text};
  464. text-transform:uppercase;
  465. text-decoration:underline;
  466. font-family: calibri;
  467. font-size:10px;
  468. margin-left:0px;
  469. border-bottom:none;
  470. font-style:normal;}
  471.  
  472. .asker a:hover {
  473. border-bottom:none;}
  474.  
  475.  
  476. /*--credit--*/
  477.  
  478. #cred {
  479. right:0px;
  480. bottom:0px;
  481. color:{color:text};
  482. position:fixed;
  483. -webkit-transition: all 0.5s ease-out;
  484. -moz-transition: all 0.5s ease-out;
  485. transition: all 0.5s ease-out;
  486. }
  487.  
  488.  
  489. {CustomCSS}
  490.  
  491. </style></head>
  492.  
  493.  
  494. <body>
  495. </div>
  496. <div id="sidebar">
  497. <div id="bigsidebar"></div>
  498. <div id="line"></div>
  499. <div id="sidebarimage1">
  500. <img src="{image:sidebar1}">
  501. </div>
  502. <div id="sidebarimage2">
  503. <img src="{image:sidebar2}">
  504. </div>
  505. <div id="sidebarimage3">
  506. <img src="{image:sidebar3}"></div>
  507. <div id="description">{description}</div>
  508. <div id="link1">
  509. <a href="/">Refresh</a></div><br>
  510. <div id="link2">
  511. Message</a></div><br>
  512. <div id="insideask">
  513. <!-- PUT FAQ HERE IF YOU WANT AND CHANGE 'YOURURLHERE' TO YOUR URL OR ELSE ASK WON'T WORK-->
  514. <iframe frameborder="0" scrolling="yes" width="105%" height="270" src="http://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  515. </div>
  516. <div id="link3">
  517. Links</a></div><br>
  518. <div id="insidelinks">
  519. <a href="{text:link 1 url}">❥ {text:link 1}</a><br>
  520. <a href="{text:link 2 url}">❥ {text:link 2}</a><br>
  521. <a href="{text:link 3 url}">❥ {text:link 3}</a><br>
  522. <a href="{text:link 4 url}">❥ {text:link 4}</a>
  523. </div>
  524. {block:ifupdates}
  525. <div id="link4">
  526. Updates</a>
  527. </div>
  528. <div id="insideupdates">
  529. <!-- PUT UPDATES HERE-->
  530. </div>
  531. {/block:ifupdates}
  532. {block:Pagination}
  533. <div id="pagination">
  534. {block:PreviousPage}
  535. <a href="{PreviousPage}">-</a>
  536. {/block:PreviousPage}
  537.  
  538. {block:JumpPagination length="5"}
  539. {block:CurrentPage}
  540. <span class="current_page">{PageNumber}</span>
  541. {/block:CurrentPage}
  542.  
  543. {block:JumpPage}
  544. <a class="jump_page" href="{URL}">{PageNumber}</a>
  545. {/block:JumpPage}
  546. {/block:JumpPagination}
  547.  
  548. {block:NextPage}
  549. <a href="{NextPage}">+</a>
  550. {/block:NextPage}
  551. </div>
  552. {/block:Pagination}
  553. </div>
  554. </div>
  555. <div id="postscontainer">
  556.  
  557. {block:Posts}
  558.  
  559. <div id="posts">
  560.  
  561.  
  562. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  563.  
  564.  
  565. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  566.  
  567. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  568.  
  569. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  570.  
  571. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  572.  
  573. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  574.  
  575. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  576.  
  577. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  578.  
  579. <td style="vertical-align:top; margin:0px;"><div id="portrait"><img src="{AskerPortraitURL-30}" /></td><td><div id="question"><span class="asker" >{Asker}</span><br><br>{Question}</div></td></tr></table>
  580. <div id="youranswer">{Answer}</div>
  581. {/block:Answer}
  582.  
  583. <div id="info">
  584. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  585. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  586. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  587. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  588. with {NoteCountWithLabel}</a>
  589. {block:HasTags}<div id="tags">
  590.  
  591. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  592. </div>{block:HasTags}
  593. </div>
  594. </div>
  595. {/block:Posts}
  596. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  597. {/block:Posts}</div></div></div>
  598.  
  599.  
  600. </div>
  601.  
  602. </div>
  603.  
  604. <div id="cred"><a href="http://hrrys.tumblr.com"><img src="http://i.imgur.com/o7oww2G.png"></a></div>
  605.  
  606.  
  607. </div>
  608. </body>
  609. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement