Advertisement
shotforthesky

Pika Theme (Yellow)

Aug 18th, 2012
722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.85 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4. theme by Mimì @ drogont.tumblr.com
  5. -->
  6.  
  7. <head>
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Qwigley' rel='stylesheet' type='text/css'>
  10. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Condiment' rel='stylesheet' type='text/css'>
  12.  
  13. <meta name="text:Search Label" content="" />
  14. <script type="text/javascript" src="http://static.tumblr.com/p2evvtm/Wycm17d1m/tumblr_search_box.js"></script>
  15.  
  16. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://lotsofhugs.weebly.com/uploads/1/1/1/7/11172292/2517306.png" width="50px" height="35px" borde="0"/></a>
  17.  
  18. <meta name="color:Background" content="#FFFFFF"/>
  19. <meta name="color:Sidebar" content="#FFFFE0"/>
  20. <meta name="color:Title" content="#FFFFCO"/>
  21. <meta name="color:Description" content="#FFC090"/>
  22. <meta name="color:Link" content="#FFF080"/>
  23. <meta name="color:Hover" content="#FFC080"/>
  24. <meta name="color:BLink" content="#FFC080"/>
  25. <meta name="color:BHover" content="#FFF080"/>
  26. <meta name="color:Scrollbar" content="#FFF080"/>
  27. <meta name="color:PTitle" content="#FFD060"/>
  28. <meta name="color:PDescription" content="#E08050"/>
  29. <meta name="color:Bold" content="#F0C020"/>
  30. <meta name="color:Selection" content="#000000"/>
  31. <meta name="color:BG Selection" content="#FFFFFF" />
  32. <meta name="color:Tags" content="#FFB050" />
  33.  
  34. <meta name="font:Body" content="Georgia"/>
  35. <meta name="font:Title" content="Georgia"/>
  36.  
  37. <meta name="image:Background" content=""/>
  38. <meta name="image:Sidebar" content=""/>
  39.  
  40. <meta name="if:Infinite Scrolling" content="0"/>
  41. <meta name="if:Right Click Disabled" content="0"/>
  42. <meta name="if:Search Box" content="0"/>
  43.  
  44. <meta name="text:Link 1" content="Link 1"/>
  45. <meta name="text:URL Link 1" content="/" />
  46. <meta name="text:Link 2" content="Link 2"/>
  47. <meta name="text:URL Link 2" content="/" />
  48. <meta name="text:Link 3" content="Link 3" />
  49. <meta name="text:URL Link 3" content="/" />
  50. <meta name="text:Link 4" content="Link 4"/>
  51. <meta name="text:URL Link 4" content="/" />
  52. <meta name="text:Link 5" content="Link 5"/>
  53. <meta name="text:URL Link 5" content="/" />
  54.  
  55. <title>{Title}</title>
  56. <link rel="shortcut icon" href="{Favicon}">
  57. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  58. {block:Description}
  59. <meta name="description" content="{MetaDescription}" />
  60. {/block:Description}
  61.  
  62. <style type="text/css">
  63.  
  64. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 10px; right: 20px;}
  65.  
  66. body {
  67. background-color:{color:Background};
  68. background-image:url ({image:Background});
  69. background-attachment:fixed;
  70. }
  71.  
  72. a:link, a:active, a:visited {
  73. color:{color:Link};
  74. text-decoration:none;
  75. transition: all 0.4s ease-out;
  76. -o-transition-transition: all 0.4s ease-out;
  77. -webkit-transition: all 0.4s ease-out;
  78. -moz-transition: all 0.4s ease-out;
  79. }
  80. a:hover {
  81. color:{color:Hover};
  82. transition: all 0.4s ease-out;
  83. -o-transition-transition: all 0.4s ease-out;
  84. -webkit-transition: all 0.4s ease-out;
  85. -moz-transition: all 0.4s ease-out;
  86. }
  87.  
  88. #entries {
  89. width:521px;
  90. margin-left:500px;
  91. margin-top:15px;
  92. }
  93.  
  94. #posts {
  95. background-color:{color:Sidebar};
  96. color: {color:PDescription};
  97. padding:10px;
  98. font-size:13px;
  99. }
  100.  
  101. #sidebar {
  102. width:250px;
  103. height:120%;
  104. text-align:center;
  105. background-color: {color:Background};
  106. color: {color:Description};
  107. float:left;
  108. position:fixed;
  109. }
  110.  
  111. .title {
  112. text-align:center;
  113. color:{color:Title};
  114. font-size:16px;
  115. font-family: 'Codystar', cursive;
  116. margin-top:100px;
  117. }
  118.  
  119. #title {
  120. text-align:center;
  121. color:{color:Title};
  122. font-size:16px;
  123. font-family: 'Condiment', cursive;
  124. margin-top:100px;
  125. }
  126.  
  127. #sbar {
  128. width:200px;
  129. height:120%;
  130. margin-top:-20px;
  131. background-color:{color:Sidebar};
  132. color:{color:Description};
  133. text-align:center;
  134. line-height:10px;
  135. margin-left:260px;
  136. position:fixed;
  137. padding:5px;
  138. }
  139.  
  140. #sidebarimg {
  141. width:150px;
  142. height:auto;
  143. }
  144.  
  145. #pagination {
  146. font-family:Georgia;
  147. font-size:15px;
  148. text-transform:lowercase;
  149. }
  150.  
  151. #links {
  152. width:250px;
  153. height:10px;
  154. position:fixed;
  155. overflow:hidden;
  156. transition: all 0.6s ease-out;
  157. -o-transition-transition: all 0.6s ease-out;
  158. -webkit-transition: all 0.6s ease-out;
  159. -moz-transition: all 0.6s ease-out;
  160. }
  161.  
  162. #links:hover {
  163. padding-bottom:200px;
  164. transition: all 0.6s ease-out;
  165. -o-transition-transition: all 0.6s ease-out;
  166. -webkit-transition: all 0.6s ease-out;
  167. -moz-transition: all 0.6s ease-out;
  168. }
  169.  
  170. .links a{
  171. width:250px;
  172. height:0px;
  173. display:block;
  174. background-color:{color:BLink};
  175. color:{color:Link};
  176. text-transform:uppercase;
  177. text-decoration:none;
  178. letter-spacing:0px;
  179. padding-top:10px;
  180. padding-bottom:10px;
  181. text-align:center;
  182. font-size:7px;
  183. font-family:Arial;
  184. transition: all 0.6s ease-out;
  185. -o-transition-transition: all 0.6s ease-out;
  186. -webkit-transition: all 0.6s ease-out;
  187. -moz-transition: all 0.6s ease-out;
  188. }
  189.  
  190. .links a:hover{
  191. background-color:{color:BHover};
  192. color:{color:Hover};
  193. letter-spacing:3px;
  194. transition: all 0.6s ease-out;
  195. -o-transition-transition: all 0.6s ease-out;
  196. -webkit-transition: all 0.6s ease-out;
  197. -moz-transition: all 0.6s ease-out;
  198. }
  199.  
  200. h1 {
  201. color:{color:PTitle};
  202. text-align:center;
  203. font-family:{font:Title};
  204. font-size:17px;
  205. letter-spacing:1px;
  206. font-weight:normal;
  207. margin:5px;
  208. padding:0px;
  209. text-transform:none;
  210. transition: all 0.4s ease-out;
  211. -o-transition-transition: all 0.4s ease-out;
  212. -webkit-transition: all 0.4s ease-out;
  213. -moz-transition: all 0.4s ease-out;
  214. }
  215. h1:hover {
  216. color:{color:Hover};
  217. transition: all 0.4s ease-out;
  218. -o-transition-transition: all 0.4s ease-out;
  219. -webkit-transition: all 0.4s ease-out;
  220. -moz-transition: all 0.4s ease-out;
  221. }
  222. h2 {
  223. color:{color:PDescription};
  224. font-family:{font:Body};
  225. font-size:13px;
  226. line-height:14px;
  227. font-weight:normal;
  228. font-style:italic;
  229. text-align:left;
  230. text-transform:none;
  231. }
  232.  
  233. #scatola {
  234. position:relative;
  235. background-color:{color:Background};
  236. width:488px;
  237. padding:6px;
  238. text-align:center;
  239. }
  240.  
  241. #tags {
  242. font-size:8px;
  243. font-family: Arial;
  244. color:{color:Tags};
  245. text-transform: uppercase;
  246. margin:2px;
  247. }
  248.  
  249. #answer {
  250. margin:15px;
  251. margin-top:10px;
  252. }
  253.  
  254. #question {
  255. font:13px arial;
  256. letter-spacing:0px;
  257. margin-left:5px;
  258. }
  259. #asker a {
  260. color: {color:Link};
  261. }
  262. #asker img {
  263. float:left;
  264. margin:10px;
  265. }
  266.  
  267. blockquote {
  268. border-left:2px {color:Background} solid;
  269. padding-left:5px;
  270. margin:0px 2px 0px 10px;
  271. }
  272. blockquote img, blockquote a img {max-width: 370px}
  273.  
  274. b, strong {
  275. color:{color:Bold};
  276. }
  277. i, em {
  278. color:{color:Description};
  279. }
  280. p {
  281. margin-top:3px;
  282. margin-bottom:3px;
  283. }
  284.  
  285. img a {border:none}
  286.  
  287. #audiocontainer{
  288. width:500px;
  289. background-color:transparent;
  290. height:100px;
  291. }
  292.  
  293. #audioplayercontainer{
  294. opacity:0.5;
  295. width:40px;
  296. height:40px;
  297. background-color:#ffffff;
  298. top:30px;
  299. left:30px;
  300. position:absolute;
  301. z-index:500;
  302. -webkit-border-radius: 50px;
  303. -moz-border-radius: 50px;
  304. border-radius: 50px;
  305. -webkit-transition: all 0.4s ease-in-out;
  306. -moz-transition: all 0.4s ease-in-out;
  307. -o-transition: all 0.4s ease-in-out;
  308. transition: all 0.4s ease-in-out;
  309. }
  310.  
  311. #audioplayercontainer:hover{
  312. opacity:1;
  313. -webkit-transition: all 0.4s ease-in-out;
  314. -moz-transition: all 0.4s ease-in-out;
  315. -o-transition: all 0.4s ease-in-out;
  316. transition: all 0.4s ease-in-out;
  317. padding:5px;
  318. margin-top:-5px;
  319. margin-left:-5px;
  320. }
  321.  
  322. #audioplayer{
  323. width:20px;
  324. height:25px;
  325. overflow:hidden;
  326. margin: 7px 0px 0px 7px;
  327. background-color:#ffffff;
  328. }
  329.  
  330. .audio{
  331. width:40px;
  332. height:40px;
  333. position:absolute;
  334. }
  335.  
  336. .audioimage{
  337. width:90px;
  338. height:90px;
  339. position:absolute;
  340. padding:5px;
  341. background-color:{color:Scrollbar};
  342. -webkit-transition: all 0.6s ease-in-out;
  343. -moz-transition: all 0.6s ease-in-out;
  344. -o-transition: all 0.6s ease-in-out;
  345. transition: all 0.6s ease-in-out;
  346. }
  347.  
  348. .audioimage img{
  349. width:90px;
  350. float:left;
  351. -webkit-transition: all 0.6s ease-in-out;
  352. -moz-transition: all 0.6s ease-in-out;
  353. -o-transition: all 0.6s ease-in-out;
  354. transition: all 0.6s ease-in-out;
  355. }
  356.  
  357. #audiocontainer table{
  358. float:right;
  359. margin-top:-2px;
  360. width:430px;
  361. }
  362.  
  363. .audioinfo{
  364. font-size:10px;
  365. padding:1px 7px 1px 35px;
  366. background-color:none;
  367. -webkit-transition: all 0.5s ease-in-out;
  368. -moz-transition: all 0.5s ease-in-out;
  369. -o-transition: all 0.5s ease-in-out;
  370. transition: all 0.5s ease-in-out;
  371. }
  372.  
  373. .chat .line{
  374. padding:3px 5px 3px 5px;
  375. margin-bottom:1px;
  376. }
  377. .chat .line.odd{
  378. padding:3px 5px 3px 5px;
  379. margin-bottom:1px;
  380. }
  381.  
  382. .notes img {
  383. width:10px;
  384. position:relative;
  385. top:1px;
  386. }
  387. ol.notes, .notes li {
  388. list-style:none;
  389. margin:0px;
  390. padding:0px;
  391. }
  392. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  393. background-color:transparent!important;
  394. }
  395.  
  396. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px;}
  397. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:10px!important;}
  398. ::-webkit-scrollbar {background-color:#ffffff; height:10px; width:10px;}
  399. ::-moz-selection {background-color:transparent; color:{color:Selection};}
  400. ::selection {background-color:{color:BG Selection}; color:{color:Selection};}
  401.  
  402. <!----- FOLLOWING ----->
  403.  
  404. #following {
  405.  
  406. }
  407.  
  408. #following img {
  409. opacity:.7;
  410. -webkit-transition-duration:.7s;
  411. align-text:center;
  412. -webkit-border-radius: 16px;
  413. -moz-border-radius:16px;
  414. border-radius: 16px;
  415. width:40px;
  416. height:40px;
  417. }
  418.  
  419. #following img:hover {
  420. opacity:1;
  421. }
  422.  
  423. <!----- FOLLOWING ----->
  424.  
  425. </style>
  426. <style type="text/css">{CustomCSS}</style>
  427.  
  428. {block:ifInfiniteScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScrolling}
  429.  
  430. </head>
  431.  
  432. <body>
  433.  
  434. <div id="sidebar">
  435. <center>
  436. <br>
  437.  
  438. <div style="margin-top:-110px;">
  439. <div class="title"><strong>FOLLOWING</strong></div>
  440. <div style="margin:5px;position:fixed;border:none;width:250px;height:100px;overflow:auto;background-color:none;position:fixed;">
  441. <div id="following">
  442. {block:Following}{block:Followed}
  443. <a target="_blank" href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-40}"/></a>
  444. {/block:Followed}{/block:Following}</div>
  445. </div></div>
  446.  
  447. <div style="margin-top:130px">
  448. <div class="title"><strong>{AskLabel}</strong></div>
  449. <iframe frameborder="0" scrolling="no" width="100%" height="250" src="http://www.tumblr.com/ask_form/YOURURL.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></div>
  450.  
  451. <div class="title"><div style="margin-top:-80px;"><strong>Navigation</strong></div>
  452. <div id="links"><div class="links">
  453. <a href="/">Home</a>
  454. <a href="/ask">{AskLabel}</a>
  455. <a href="/archive">Archive</a>
  456. {block:ifLink1}<a href="{text:URL Link 1}">{text:Link 1}</a>{/block:ifLink1}
  457. {block:ifLink2}<a href="{text:URL Link 2}">{text:Link 2}</a>{/block:ifLink2}
  458. {block:ifLink3}<a href="{text:URL Link 3}">{text:Link 3}</a>{/block:ifLink3}
  459. {block:ifLink4}<a href="{text:URL Link 4}">{text:Link 4}</a>{/block:ifLink4}
  460. {block:ifLink5}<a href="{text:URL Link 5}">{text:Link 5}</a>{/block:ifLink5}
  461. <a target="_blank" href="http://thearmyinside.tumblr.com/tagged/themes">(C)</a>
  462. </div></div></div>
  463.  
  464. </center>
  465. </div>
  466.  
  467. <div id="sbar">
  468. <div id="title">{Title}</div><br>
  469. {block:ifSidebarImage}<img src="{image:Sidebar}" width="200" height="auto"/>{/block:ifSidebarImage}<br><br>
  470. <br><font size="1">{Description}</font><br><br>
  471.  
  472. {block:ifSearchBox}<form onsubmit="return tagSearch(this)">
  473. <input type="text" name="tag" value="Search Tags" onfocus="if (this.value == '{text:Search Label}') {this.value=''}" onblur="if (this.value == '') {this.value='{text:Search Label}'}" />
  474. <input type="submit" value="Search" />
  475. </form>{/block:ifSearchBox}<br>
  476.  
  477. {block:ifNotInfiniteScrolling}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"> prev </a> {/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}"> next </a></a>{/block:NextPage}
  478. </div>{/block:ifNotInfiniteScrolling}
  479.  
  480. <br><br>
  481.  
  482. </div>
  483.  
  484. <div id="entries">
  485. {block:ifInfiniteScrolling}<div class="autopagerize_page_element">{/block:ifInfiniteScrolling}
  486. {block:Posts}
  487. <div id="posts">
  488. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  489. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  490. {block:Text}{Body}{/block:Text}
  491.  
  492. {block:ContentSource}
  493. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  494. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  495. {/block:SourceLogo}
  496. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  497. {/block:ContentSource}
  498.  
  499. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  500. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  501.  
  502. <p style="margin-top:5px;">{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  503. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</p>
  504.  
  505. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  506.  
  507. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  508.  
  509. {block:Answer}
  510. <div id="question"> <img src="{AskerPortraitURL-40}" border="5" style=" float: left; margin:2px; border-color:{color:Border};" /> <b>{Asker}</b> asked: <br />{Question}</div><br>
  511. <div id="answer">{Answer}</div>{/block:Answer}
  512.  
  513. {block:Audio}<div id="audiocontainer">
  514. <div class="audio"><div id="audioplayercontainer"><div id="audioplayer">{AudioPlayerWhite}</div></div>
  515. <div class="audioimage"><img src="http://dl.dropbox.com/u/38384326/Stars/MusicPlayer.png"></div>
  516. {block:AlbumArt}<div class="audioimage"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  517. <table cellpadding="0" cellspacing="1px">
  518. <br>
  519. <tr>
  520. <td class="audioinfo"> {block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist}</td>
  521. </tr>
  522. {block:Album}
  523. <tr>
  524. <td class="audioinfo"><b>Album:</b> {Album}</td>
  525. </tr>
  526. {/block:Album}
  527. <tr>
  528. <td class="audioinfo">{PlayCountWithLabel}</td>
  529. </tr>
  530. </table>
  531. </div>
  532. <br>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  533.  
  534. {block:Date}<div id="scatola"><div id="tags"><a style="" href="{Permalink}">{ShortMonth} {DayOfMonth}</a>&nbsp -&nbsp <a style="" href="{Permalink}">{NoteCount} notes</a>{block:RebloggedFrom}&nbsp -&nbsp <a style="" href="{ReblogParentURL}" title="{ReblogParentName}" >via</a>&nbsp -&nbsp <a style="" href="{ReblogRootURL}" title="{ReblogRootName}" >original</a> {/block:RebloggedFrom} <br>{block:HasTags}{block:Tags}&nbsp # <a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>{/block:Date}</div><br>
  535.  
  536. {/block:Posts}{block:ifInfiniteScrolling}</div>{/block:ifInfiniteScrolling}
  537. {block:PostNotes}{PostNotes}{/block:PostNotes}
  538. </div>
  539.  
  540. {block:ifRightClickDisabled}<script language=JavaScript>
  541. <!--
  542.  
  543. //Disable right mouse click Script
  544. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  545. //For full source code, visit http://www.dynamicdrive.com
  546.  
  547. var message="Function Disabled!";
  548.  
  549. ///////////////////////////////////
  550. function clickIE4(){
  551. if (event.button==2){
  552. alert(message);
  553. return false;
  554. }
  555. }
  556.  
  557. function clickNS4(e){
  558. if (document.layers||document.getElementById&&!document.all){
  559. if (e.which==2||e.which==3){
  560. alert(message);
  561. return false;
  562. }
  563. }
  564. }
  565.  
  566. if (document.layers){
  567. document.captureEvents(Event.MOUSEDOWN);
  568. document.onmousedown=clickNS4;
  569. }
  570. else if (document.all&&!document.getElementById){
  571. document.onmousedown=clickIE4;
  572. }
  573.  
  574. document.oncontextmenu=new Function("alert(message);return false")
  575.  
  576. // -->
  577. </script>{/block:ifRightClickDisabled}
  578.  
  579. </body>
  580. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement