Advertisement
lokiphile

Lokiphile Tumblr theme 15-with random image script

Jun 24th, 2013
1,450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.63 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <head>
  6.  
  7.  
  8.  
  9.  
  10. <!---- theme by noelle @ accioloki.tumblr.com
  11.  
  12. Please don’t remove or alter the credit
  13. Do not redistribute as your own
  14. Edit away! but please don’t use it as a base code
  15. Don't use snippets from this please
  16. I think that’s everything, enjoy! if you have any questions, just ask me and I’ll help you! :D
  17.  
  18. How to add images:
  19. Ctrl+f Random sidebar and put the url of your image where it says "URL OF IMAGE"
  20. --->
  21.  
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:text" content="#838282"/>
  25. <meta name="color:link" content="#b8b8b8"/>
  26. <meta name="color:link hover" content="#b8b8b8"/>
  27. <meta name="color:button" content="#b8b8b8"/>
  28. <meta name="color:button hover" content="#b8b8b8"/>
  29. <meta name="color:title" content="#b8b8b8"/>
  30. <meta name="color:sidebar" content="#b8b8b8"/>
  31. <meta name="color:pagination" content="#b8b8b8"/>
  32. <meta name="color:title background" content="#b8b8b8"/>
  33. <meta name="color:description" content="#b8b8b8"/>
  34. <meta name="color:info" content="#b8b8b8"/>
  35. <meta name="color:tooltip" content="#b8b8b8"/>
  36. <meta name="color:sidebarimage border" content="#b8b8b8"/>
  37.  
  38.  
  39. <meta name="image:background" content=""/>
  40. <meta name="image:mainsidebar" content=""/>
  41. <meta name="image:sidebarimage top" content=""/>
  42. <meta name="image:sidebarimage bottom" content=""/>
  43.  
  44. <meta name="text:Link One" content="" />
  45. <meta name="text:Link One Hover" content="" />
  46.  
  47. <meta name="text:Link Two" content="" />
  48. <meta name="text:Link Two Hover" content="" />
  49.  
  50. <meta name="text:Link Three" content="" />
  51. <meta name="text:Link Three Hover" content="" />
  52.  
  53. <meta name="text:Link Four" content="" />
  54. <meta name="text:Link Four Hover" content="" />
  55.  
  56. <meta name="text:Link Five" content="" />
  57. <meta name="text:Link Five Hover" content="" />
  58.  
  59. <meta name="text:Link Six" content="" />
  60. <meta name="text:Link Six Hover" content="" />
  61.  
  62.  
  63.  
  64. <meta name="color:scroll" content= />
  65.  
  66. <meta name="color:scrollbg" content= />
  67.  
  68. <meta name="if:Webkit Scrollbar" content="1" />
  69.  
  70. <title>{Title}</title>
  71. <link rel="shortcut icon" href="{Favicon}">
  72. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  73. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  74.  
  75. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  76.  
  77. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  78.  
  79.  
  80. <link href='http://fonts.googleapis.com/css?family=News+Cycle' rel='stylesheet' type='text/css'>
  81.  
  82. <link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
  83.  
  84. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400italic' rel='stylesheet' type='text/css'>
  85.  
  86. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  87. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  88.  
  89. <script>
  90. (function($){
  91. $(document).ready(function(){
  92. $("[title]").style_my_tooltips();
  93. });
  94. })(jQuery);
  95. </script>
  96.  
  97.  
  98.  
  99. <style type="text/css">
  100.  
  101.  
  102.  
  103. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  104.  
  105. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  106.  
  107. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  108.  
  109. body {
  110. background: {color:Background} url("{image:Background}") fixed;
  111. margin:0px;
  112. color:{color:text};
  113. font-family: 'Anaheim', sans-serif;
  114. font-size:11px;
  115. line-height:100%;
  116. letter-spacing:1px;
  117. }
  118.  
  119. a {
  120. text-decoration:none;
  121. outline:none;
  122. -moz-outline-style:none;
  123. color:{color:link};
  124. }
  125.  
  126.  
  127. a{
  128. text-decoration:none;
  129. color:{color:link};
  130. -webkit-transition: all 0.3s ease-out;
  131. -moz-transition: all 0.3s ease-out;
  132. transition: all 0.3s ease-out;
  133. }
  134.  
  135. a:hover {
  136. color:{color:link hover};
  137. -webkit-transition: all 0.3s ease-out;
  138. -moz-transition: all 0.3s ease-out;
  139. transition: all 0.3s ease-out;
  140. }
  141.  
  142. img {
  143. max-width:500px !important;
  144. border:none;
  145. }
  146.  
  147. blockquote {
  148. padding-left:5px;
  149. border-left:2px solid;
  150. }
  151.  
  152. blockquote blockquote {
  153. padding-left:5px;
  154. border-left:2px solid;
  155. }
  156.  
  157. h1 {
  158. font-style:italic;
  159. font-family: 'Libre Baskerville', serif;
  160. font-size:18px;
  161. font-style:italic;
  162. text-align:center;
  163. line-height:110%;
  164. }
  165.  
  166. /**-------------------------------TOOLTIP------------------------------**/
  167.  
  168. #s-m-t-tooltip{
  169. width:auto;
  170. z-index:9999;
  171. margin:10px;
  172. font-family: 'Libre Baskerville', serif;
  173. font-style:italic;
  174. font-size:9px;
  175. padding:5px;
  176. line-height:16px;
  177. color:{color:text};
  178. background-color:{color:tooltip};
  179. word-wrap: break-word;
  180. text-align:center;
  181. outline: 1px solid #cecece;
  182. }
  183.  
  184. /**----------------------------TOOLTIP-END-----------------------------**/
  185.  
  186. #entries {
  187. padding:10px;
  188. width:510px;
  189. margin-left:580px;
  190. margin-top:-20px;
  191. overflow:hidden;
  192. font-weight:normal;
  193. }
  194.  
  195. #post {
  196. opacity:0.8;
  197. width:500px;
  198. margin-top:20px;
  199. padding-top:20px;
  200. overflow:hidden;
  201. margin-bottom:10px;
  202. border-bottom:1px solid #cecece;
  203. transition-duration: 0.8s;
  204. -moz-transition-duration: 0.8s;
  205. -webkit-transition-duration: 0.8s;
  206. -o-transition-duration: 0.8s;
  207.  
  208. }
  209.  
  210. #post:hover{
  211. opacity:1;
  212. border-bottom:1px solid {color:background};
  213. transition-duration: 0.8s;
  214. -moz-transition-duration: 0.8s;
  215. -webkit-transition-duration: 0.8s;
  216. -o-transition-duration: 0.8s;
  217. }
  218.  
  219. /**----------------------------TITLE-----------------------------**/
  220.  
  221.  
  222. #title {
  223. padding:5px;
  224. margin-left:75px;
  225. opacity:1;
  226. width:50px;
  227. height:auto;
  228. position:fixed;
  229. margin-top:200px;
  230. padding-top:8px;
  231. padding-bottom:8px;
  232. font-size:11px;
  233. font-style:italic;
  234. font-family: 'Libre Baskerville', serif;
  235. text-align:center;
  236. color:{color:title};
  237. background: rgba(255,255,255,1); /** BACKGROUND COLOUR **/
  238. z-index:200;
  239. transition-duration: 0.8s;
  240. -moz-transition-duration: 0.8s;
  241. -webkit-transition-duration: 0.8s;
  242. -o-transition-duration: 0.8s;
  243.  
  244. }
  245.  
  246.  
  247. /**----------------------------TITLE-END-----------------------------**/
  248.  
  249.  
  250. #sidebar:hover #title{
  251. margin-left:-40px;
  252. opacity:0;
  253. transition-duration: 0.8s;
  254. -moz-transition-duration: 0.8s;
  255. -webkit-transition-duration: 0.8s;
  256. -o-transition-duration: 0.8s;
  257. }
  258.  
  259.  
  260.  
  261. #sidebar {
  262. opacity:0.8;
  263. width:200px;
  264. height:465px;
  265. position:fixed;
  266. margin-left:300px;
  267. margin-top:100px;
  268. text-align:center;
  269. font-size:11px;
  270. line-height:110%;
  271. font-family: 'Voltaire', sans-serif;
  272. background:{color:sidebar};
  273. transition-duration: 0.8s;
  274. -moz-transition-duration: 0.8s;
  275. -webkit-transition-duration: 0.8s;
  276. -o-transition-duration: 0.8s;
  277. }
  278.  
  279. #sidebar:hover{
  280. opacity:1;
  281. transition-duration: 0.8s;
  282. -moz-transition-duration: 0.8s;
  283. -webkit-transition-duration: 0.8s;
  284. -o-transition-duration: 0.8s;
  285. }
  286.  
  287. #container{
  288. position:fixed;
  289. margin-top:10px;
  290. margin-left:25px;
  291. width:160px;
  292. height:420px;
  293. text-align:center;
  294. z-index:0;
  295. transition-duration: 0.8s;
  296. -moz-transition-duration: 0.8s;
  297. -webkit-transition-duration: 0.8s;
  298. -o-transition-duration: 0.8s;
  299. }
  300.  
  301.  
  302. #mainsidebar{
  303. margin-left:-8px;
  304. pargin-top:-8px;
  305. opacity:1;
  306. position:fixed;
  307. width:200px;
  308. height:450px;
  309. z-index:50;
  310. border: solid 8px #ffffff;
  311. outline: solid 1px {color:sidebarimage border};
  312. transition-duration: 1s;
  313. -moz-transition-duration: 1s;
  314. -webkit-transition-duration: 1s;
  315. -o-transition-duration: 1s;
  316. }
  317.  
  318. #sidebar:hover #mainsidebar{
  319. opacity:0;
  320. z-index:-10;
  321. transition-duration: 0.8s;
  322. -moz-transition-duration: 0.8s;
  323. -webkit-transition-duration: 0.8s;
  324. -o-transition-duration: 0.8s;
  325. }
  326.  
  327.  
  328. #mainsidebar img{
  329. width:200px;
  330. height:450px;
  331. }
  332.  
  333. #sidebarimage1{
  334. z-index:9999;
  335. position:fixed;
  336. width:130px;
  337. height:130px;
  338. display:block;
  339. margin-left:auto;
  340. margin-right:auto;
  341. margin-top:10px;
  342. border: solid 8px #ffffff;
  343. outline: solid 1px {color:sidebarimage border};
  344. transition-duration: 0.8s;
  345. -moz-transition-duration: 0.8s;
  346. -webkit-transition-duration: 0.8s;
  347. -o-transition-duration: 0.8s;
  348. }
  349.  
  350.  
  351. #sidebarimage1 img{
  352. width:130px;
  353. height:130px;
  354.  
  355. }
  356.  
  357.  
  358. #container:hover #sidebarimage1{
  359. margin-top:272px;
  360. transition-duration: 0.8s;
  361. -moz-transition-duration: 0.8s;
  362. -webkit-transition-duration: 0.8s;
  363. -o-transition-duration: 0.8s;
  364. }
  365.  
  366.  
  367. #sidebarimage2{
  368. z-index:9999;
  369. position:fixed;
  370. width:130px;
  371. height:130px;
  372. display:block;
  373. margin-top:270px;
  374. margin-left:auto;
  375. margin-right:auto;
  376. border: solid 8px #ffffff;
  377. outline: solid 1px {color:sidebarimage border};
  378. transition-duration: 0.8s;
  379. -moz-transition-duration: 0.8s;
  380. -webkit-transition-duration: 0.8s;
  381. -o-transition-duration: 0.8s;
  382.  
  383. }
  384.  
  385. #sidebarimage2 img{
  386. width:130px;
  387. height:130px;
  388. }
  389.  
  390.  
  391. #container:hover #sidebarimage2{
  392. margin-top:10px;
  393. transition-duration: 0.8s;
  394. -moz-transition-duration: 0.8s;
  395. -webkit-transition-duration: 0.8s;
  396. -o-transition-duration: 0.8s;
  397. }
  398.  
  399. #description{
  400. opacity:1;
  401. padding:3px;
  402. margin-top:157px;
  403. margin-left:0px;
  404. position:fixed;
  405. padding-top:5px;
  406. width:140px;
  407. height:105px;
  408. background:{color:description};
  409. text-align:left;
  410. overflow:hidden;
  411. z-index:-20;
  412. font-family: 'Open Sans Condensed', sans-serif;
  413. transition-duration: 0.8s;
  414. -moz-transition-duration: 0.8s;
  415. -webkit-transition-duration: 0.8s;
  416. -o-transition-duration: 0.8s;
  417. }
  418.  
  419.  
  420. #container:hover #description{
  421. opacity:0;
  422. transition-duration: 0.8s;
  423. -moz-transition-duration: 0.8s;
  424. -webkit-transition-duration: 0.8s;
  425. -o-transition-duration: 0.8s;
  426. }
  427.  
  428. #navigation{
  429. padding:3px;
  430. font-family: 'Old Standard TT', serif;
  431. font-style: italic;
  432. opacity:0;
  433. position:absolute;
  434. margin-top:156px;
  435. padding-top:10px;
  436. padding-bottom:5px;
  437. width:140px;
  438. height:100px;
  439. z-index:300;
  440. background:#ffffff;
  441. text-align:center;
  442. transition-duration: 0.8s;
  443. -moz-transition-duration: 0.8s;
  444. -webkit-transition-duration: 0.8s;
  445. -o-transition-duration: 0.8s;
  446. }
  447.  
  448. #container:hover #navigation{
  449. z-index:300;
  450. opacity:1;
  451. transition-duration: 0.8s;
  452. -moz-transition-duration: 0.8s;
  453. -webkit-transition-duration: 0.8s;
  454. -o-transition-duration: 0.8s;
  455. }
  456.  
  457. .button a{
  458. margin-top:2px;
  459. text-align: center;
  460. width:10px;
  461. padding-top:8px;
  462. background:{color:button};
  463. position:relative;
  464. font-size:9px;
  465. width: 40px;
  466. height:20px;
  467. z-index:300;
  468. display: inline-block;
  469. transition-duration: 0.7s;
  470. -moz-transition-duration: 0.7s;
  471. -webkit-transition-duration: 0.7s;
  472. -o-transition-duration: 0.7s;
  473. }
  474.  
  475. .button a:hover{
  476. opacity:1;
  477. background:{color:button hover};
  478. z-index:200;
  479. transition-duration: 0.7s;
  480. -moz-transition-duration: 0.7s;
  481. -webkit-transition-duration: 0.7s;
  482. -o-transition-duration: 0.7s;
  483. }
  484.  
  485. #pagination{
  486. margin-top:410px;
  487. opacity:0;
  488. padding-top:5px;
  489. height:18px;
  490. position:fixed;
  491. width:200px;
  492. font-family:Calibri;
  493. font-size:10px;
  494. text-align:center;
  495. background:{color:pagination};
  496. z-index:300;
  497. transition-duration: 0.7s;
  498. -moz-transition-duration: 0.7s;
  499. -webkit-transition-duration: 0.7s;
  500. -o-transition-duration: 0.7s;
  501. }
  502.  
  503. #sidebar:hover #pagination {
  504. opacity:1;
  505. margin-top:430px;
  506. transition-duration: 0.7s;
  507. -moz-transition-duration: 0.7s;
  508. -webkit-transition-duration: 0.7s;
  509. -o-transition-duration: 0.7s;
  510.  
  511.  
  512. }
  513.  
  514.  
  515. #prev{
  516. padding-top:5px;
  517. position:fixed;
  518. margin-top:-5px;
  519. margin-left:0px;
  520. font-family:Georgia;
  521. font-style:italic;
  522. width:100px;
  523. height:18px;
  524. opacity:1;
  525. border-right: 1px solid #d8d8d8;
  526. }
  527.  
  528. #next{
  529. padding-top:5px;
  530. position:fixed;
  531. margin-top:-5px;
  532. margin-left:100px;
  533. font-family:Georgia;
  534. font-style:italic;
  535. width:100px;
  536. height:18px;
  537. z-index:4;
  538. opacity:1;
  539. }
  540.  
  541.  
  542.  
  543. #quote{
  544. padding-top:5px;
  545. font-family:georgia;
  546. position:absolute;
  547. font-size:38px;
  548. margin-left:-3px;
  549. }
  550.  
  551.  
  552. #info{
  553. opacity:0;
  554. font-size:10px;
  555. width:250px;
  556. padding:5px;
  557. height:10px;
  558. position:relative;
  559. margin-top:0px;
  560. margin-left:350px;
  561. background:{color:info};
  562. text-align:right;
  563. z-index:30;
  564. transition-duration: 0.8s;
  565. -moz-transition-duration: 0.8s;
  566. -webkit-transition-duration: 0.8s;
  567. -o-transition-duration: 0.8s;
  568. }
  569.  
  570. #post:hover #info{
  571. opacity:1;
  572. margin-left:240px;
  573. transition-duration: 0.8s;
  574. -moz-transition-duration: 0.8s;
  575. -webkit-transition-duration: 0.8s;
  576. -o-transition-duration: 0.8s;
  577. }
  578.  
  579.  
  580. .line{
  581. margin-top:-7px;
  582. margin-left:-260px;
  583. position:absolute;
  584. width:500px;
  585. height:1px;
  586. background:{color:info};
  587. opacity:0px;
  588. z-index:-1;
  589. transition-duration: 0.8s;
  590. -moz-transition-duration: 0.8s;
  591. -webkit-transition-duration: 0.8s;
  592. -o-transition-duration: 0.8s;
  593. }
  594.  
  595.  
  596.  
  597. #tags{
  598. opacity:0;
  599. font-size:9px;
  600. max-width:250px !important;
  601. padding:5px;
  602. position:relative;
  603. margin-left:-100px;
  604. margin-top:-2px;
  605. background:{color:info};
  606. text-align:left;
  607. z-index:30;
  608. transition-duration: 0.8s;
  609. -moz-transition-duration: 0.8s;
  610. -webkit-transition-duration: 0.8s;
  611. -o-transition-duration: 0.8s;
  612. }
  613.  
  614.  
  615. #post:hover #tags{
  616. opacity:1;
  617. margin-left:0px;
  618. transition-duration: 0.8s;
  619. -moz-transition-duration: 0.8s;
  620. -webkit-transition-duration: 0.8s;
  621. -o-transition-duration: 0.8s;
  622. }
  623.  
  624.  
  625. .line2{
  626. top:50%;
  627. margin-left:-5px;
  628. position:absolute;
  629. width:500px;
  630. height:1px;
  631. background:{color:info};
  632. opacity:0px;
  633. z-index:-1;
  634. transition-duration: 0.8s;
  635. -moz-transition-duration: 0.8s;
  636. -webkit-transition-duration: 0.8s;
  637. -o-transition-duration: 0.8s;
  638. }
  639.  
  640. #reblog{
  641. opacity:0.5;
  642. float:left;
  643. margin-top:-2px;
  644. margin-left:10px;
  645. padding-right:10px;
  646. transition-duration: 0.8s;
  647. -moz-transition-duration: 0.8s;
  648. -webkit-transition-duration: 0.8s;
  649. -o-transition-duration: 0.8s;
  650. }
  651.  
  652.  
  653. #like{
  654. opacity:0.5;
  655. float:left;
  656. margin-top:-3px;
  657. transition-duration: 0.8s;
  658. -moz-transition-duration: 0.8s;
  659. -webkit-transition-duration: 0.8s;
  660. -o-transition-duration: 0.8s;
  661. }
  662.  
  663.  
  664. ol.notes {
  665. width:500px;
  666. padding: 0px;
  667. margin: 25px 0px;
  668. list-style-type: none;
  669. border-bottom: solid 1px #ccc;
  670. word-wrap:break-word;
  671. }
  672.  
  673. ol.notes li.note {
  674. border-top: solid 1px #ccc;
  675. padding: 10px;
  676. }
  677.  
  678. ol.notes li.note img.avatar {
  679. vertical-align: -4px;
  680. margin-right: 10px;
  681. width: 16px;
  682. height: 16px;
  683. padding:3px;
  684. }
  685.  
  686. ol.notes li.note span.action {
  687. font-weight: bold;
  688. }
  689.  
  690. ol.notes li.note .answer_content {
  691. font-weight: normal;
  692. }
  693.  
  694. ol.notes li.note blockquote {
  695. border-color: #eee;
  696. padding: 4px 10px;
  697. margin: 10px 0px 0px 25px;
  698. }
  699.  
  700. ol.notes li.note blockquote a {
  701. text-decoration: none;
  702. }
  703.  
  704. #asker {
  705. float:left;
  706. margin-right:5px;
  707.  
  708. }
  709.  
  710. .bubble {
  711. align:right;background: #eee;
  712. margin:7px 0px 5px 66px;padding:10px;
  713. position: relative;
  714. }
  715.  
  716. .bubble p {
  717. margin:1px 0px;
  718. }
  719.  
  720. .bubble span {
  721. display:block;
  722. position:absolute;
  723. width:1px;height:1px;
  724. font-size: 0;
  725. line-height: 1px;
  726. left:-10px;top:10px;
  727. border-top:7px solid transparent;
  728. border-bottom:7px solid transparent;
  729. border-right:10px solid #eee;
  730. }
  731.  
  732. .askborder {
  733. float: left;
  734. margin: 1px 4px 0 0;
  735. padding: 2px;
  736. background: #eee
  737. }
  738.  
  739. #audioplayer {
  740. position:absolute;
  741. margin-top:37px;
  742. margin-bottom:45px;
  743. margin-left:34px;
  744. width:30px;
  745. height:30px;
  746. z-index:5;
  747. opacity:0.8;
  748. overflow:hidden;
  749. transition-duration: 0.4s;
  750. -moz-transition-duration: 0.4s;
  751. -webkit-transition-duration: 0.4s;
  752. -o-transition-duration: 0.4s;
  753. }
  754.  
  755. #musicinfo{
  756. position:absolute;
  757. margin-left:110px;
  758. margin-top:-100px;
  759. padding:right:5px;
  760. width:400px;
  761. height:100px;
  762. overflow:auto;
  763. word-wrap:break-word;
  764. }
  765.  
  766. #albumart2 {
  767. position:relative;
  768. padding-right:5px;
  769. width:100px;
  770. height:100px;
  771.  
  772.  
  773. }
  774.  
  775. #albumart2 img {
  776. width:100px;
  777. height:100px;
  778.  
  779.  
  780. }
  781. #albumart {
  782. position:relative;
  783. margin-top:-100px;
  784. margin-left:0px;
  785. padding-right:5px;
  786. width:100px;
  787. height:100px;
  788. z-index:3;
  789. }
  790.  
  791. #albumart img {
  792. width:100px;
  793. height:100px;
  794.  
  795.  
  796. }
  797.  
  798. .chat{
  799. background: #ffffff;
  800. margin: 0;
  801. font-size:11px;
  802. font-family: 'News Cycle', sans-serif;
  803. }
  804.  
  805. .chat.chat1 {
  806. margin-left: 0px;
  807. }
  808.  
  809. .chat .chat1 .chat2 {
  810. background: # ffffff;
  811. color:{color:text};
  812. margin-bottom: 1px;
  813. padding: 4px 4px 5px 5px;
  814. border-style:none;
  815. }
  816.  
  817. .chat2 {
  818. background:#ececec;
  819. color:{color:text};
  820. margin-bottom: 1px;
  821. padding: 4px 4px 5px 5px;
  822. border-style:none;
  823. }
  824.  
  825. .chat .chat1 .chat2.even {
  826. background: #ffffff;
  827. color: {color:text};
  828. }
  829.  
  830. .chat .chat1 .chat2 span {
  831. font-weight: bold;
  832.  
  833. }
  834.  
  835. #credit {
  836. margin-top:0px;
  837. position:fixed;
  838. width:80px;
  839. right:0px;
  840. bottom:3px;
  841. left:40px
  842. line-height:5px;
  843. letter-spacing:0px;
  844. font:10px trebuchet ms;
  845. color: {color:text};
  846. text-transform:uppercase;
  847. transition-duration: 0.4s;
  848. -moz-transition-duration: 0.4s;
  849. -webkit-transition-duration: 0.4s;
  850. -o-transition-duration: 0.4s;
  851. }
  852.  
  853. #credit:hover{
  854. margin-top:0px;
  855. position:fixed;
  856. width:80px;
  857. right:0px;
  858. bottom:9px;
  859. line-height:5px;
  860. letter-spacing:0px;
  861. font:10px trebuchet ms;
  862. color: {color:text};
  863. text-transform:uppercase;
  864. transition-duration: 0.4s;
  865. -moz-transition-duration: 0.4s;
  866. -webkit-transition-duration: 0.4s;
  867. -o-transition-duration: 0.4s;
  868. }
  869.  
  870.  
  871.  
  872.  
  873. iframe#tumblr_controls {
  874. white-space:nowrap;
  875. filter: invert(50%); opacity:0.3;
  876. transition-duration: 0.8s;
  877. -moz-transition-duration: 0.8s;
  878. -webkit-transition-duration: 0.8s;
  879. -o-transition-duration: 0.8s;
  880. }
  881.  
  882. iframe#tumblr_controls:hover{
  883. filter: invert(50%); opacity:1;
  884. transition-duration: 0.8s;
  885. -moz-transition-duration: 0.8s;
  886. -webkit-transition-duration: 0.8s;
  887. -o-transition-duration: 0.8s;
  888. }
  889.  
  890.  
  891.  
  892.  
  893. {block:ifWebkitScrollbar}
  894.  
  895. ::-webkit-scrollbar {width: 5px; height:5px; background:{color:scrollbg};}
  896.  
  897. ::-webkit-scrollbar-corner {background:{color:scroll};}
  898.  
  899. ::-webkit-scrollbar-thumb:vertical {background:{color:scroll}; }
  900.  
  901. ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
  902.  
  903. {/block:ifWebkitScrollbar}
  904.  
  905.  
  906.  
  907. {CustomCSS}</style></head>
  908.  
  909. <body>
  910.  
  911.  
  912. <div id="sidebar">
  913.  
  914.  
  915. <div id="title">{Title}</div>
  916.  
  917.  
  918. <!--------------------------RANDOM SIDEBAR------------------------------>
  919.  
  920. <div id="mainsidebar"><script language="JavaScript">
  921. <!--
  922.  
  923. /*
  924. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  925. Over 400+ free JavaScripts here!
  926. Keep this notice intact please
  927. */
  928.  
  929. function random_imglink(){
  930. var myimages=new Array()
  931. myimages[1]="URL OF IMAGE"
  932. myimages[2]="URL OF IMAGE"
  933. myimages[3]="URL OF IMAGE"
  934. myimages[4]="URL OF IMAGE"
  935. myimages[5]="URL OF IMAGE"
  936. myimages[6]="URL OF IMAGE"
  937. myimages[7]="URL OF IMAGE"
  938. myimages[8]="URL OF IMAGE"
  939.  
  940.  
  941. var ry=Math.floor(Math.random()*myimages.length)
  942. if (ry==0)
  943. ry=1
  944. document.write('<img src="'+myimages[ry]+'" border=0 width="200px" height="450px">')
  945. }
  946. random_imglink()
  947. //-->
  948. </script>
  949. </div>
  950.  
  951. <! YOU CAN ADD AS MANY IMAGES AS YOU WANT BY COPYING AND PASTING myimages[1]="URL OF IMAGE" BUT MAKE SURE YOU CHANGE THE NUMBERS AS WELL. >
  952.  
  953. <!-----------------RANDOM SIDEBAR END----------------------------------->
  954.  
  955. <div id="pagination">
  956. {block:Pagination}
  957. <div id="prev">
  958. {block:PreviousPage}
  959. <a href="{PreviousPage}">prev</a>
  960. {/block:PreviousPage}
  961. </div>
  962. <div id="next">
  963. {block:NextPage}
  964. <a href="{NextPage}">next</a>
  965. {/block:NextPage}
  966. </div>
  967. {/block:Pagination}
  968. </div>
  969.  
  970. <div id="container">
  971.  
  972. <div id="navigation"><div class="button">
  973.  
  974.  
  975. <a href="/" title="home">i</a>
  976. <a href="/ask" title="ask">ii</a>
  977. <a href="/archive" title="archive">iii</a>
  978.  
  979. {block:IfLinkOne}<a href="{text:Link One}" title="{text:Link One Hover}">iv</a>{/block:ifLinkOne}
  980.  
  981. {block:IfLinkTwo}<a href="{text:Link Two}" title="{text:Link Two Hover}">v</a>{/block:ifLinkTwo}
  982.  
  983. {block:IfLinkThree}<a href="{text:Link Three}" title="{text:Link Three Hover}">vi</a>{/block:ifLinkThree}
  984.  
  985. {block:IfLinkFour}<a href="{text:Link Four}" title="{text:Link Four Hover}">vii</a>{/block:ifLinkFour}
  986.  
  987. {block:IfLinkFive}<a href="{text:Link Five}" title="{text:Link Five Hover}">viii</a>{/block:ifLinkFive}
  988.  
  989. {block:IfLinkSix}<a href="{text:Link Six}" title="{text:Link Six Hover}">ix</a>{/block:ifLinkSix}
  990.  
  991.  
  992. </div>
  993. </div>
  994.  
  995. <div id="sidebarimage1"><img width="130px"height="130px""<img src="{image:sidebarimage top}"></div>
  996.  
  997. <div id="description">{description}</div>
  998.  
  999. <div id="sidebarimage2"><img width="130px"height="130px""<img src="{image:sidebarimage bottom}"></div>
  1000.  
  1001.  
  1002.  
  1003. </div>
  1004. </div>
  1005. </div>
  1006.  
  1007. <div id="credit">
  1008.  
  1009. <a target="blank"href="http://accioloki.tumblr.com"><font color="{color:text}">© accioloki </a></font></div>
  1010.  
  1011.  
  1012. <div id="entries">{block:Posts}<div id="post">
  1013.  
  1014. <div id="info">
  1015. posted {TimeAgo} {block:RebloggedFrom} | <a href="{ReblogParentURL}" title="{ReblogParentName}"> via </a> | {block:ContentSource}<a href="{SourceURL}" title="{ReblogRootName}"> © </a>{/block:ContentSource}{/block:RebloggedFrom} | <a href="{Permalink}">
  1016. {NoteCount}</a><div id="reblog">{ReblogButton size="15"}</div><div id="like">{LikeButton size="15"}</div><div class="line"></div>
  1017. </div>
  1018.  
  1019.  
  1020.  
  1021. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1022.  
  1023. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1024.  
  1025. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1026.  
  1027. {block:Quote}<div id="quote">“</div>&nbsp;&nbsp;&nbsp;&nbsp;{Quote}<br>
  1028. {block:Source}<div align="right">— {Source}</div>{/block:Source}
  1029. {/block:Quote}
  1030.  
  1031. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  1032.  
  1033. <div class="chat">
  1034. <div class="chat1">
  1035. {Block:Lines}
  1036. <div class="chat2 {Alt}">
  1037. {Block:Label}
  1038. <span>{Label}</span>
  1039. {/block:Label}
  1040. {Line}</div>
  1041. {/block:Lines}
  1042. </div>
  1043. </div>
  1044.  
  1045.  
  1046.  
  1047. {block:Audio}
  1048. <div id= "audioplayer">{AudioPlayerGrey}</div>
  1049. <div id="albumart2"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  1050. <div id= "musicinfo">{block:Artist}
  1051. {Artist}
  1052. {/block:Artist}
  1053. {block:TrackName}
  1054. {TrackName}
  1055. {/block:TrackName}
  1056. {block:Album}
  1057. {Album}
  1058. {/block:Album}
  1059. {block:Caption}{Caption}{/block:Caption}</div>{/block:Audio}
  1060.  
  1061. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1062.  
  1063. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span><b>{Asker} whispered:</b>{Question}&nbsp;</div>{Answer}{/block:Answer}
  1064.  
  1065.  
  1066. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags} <div class="line2"></div></div>{/block:HasTags}
  1067.  
  1068.  
  1069.  
  1070.  
  1071. </div>
  1072. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1073. {/block:Posts}</div>
  1074.  
  1075.  
  1076.  
  1077.  
  1078. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement