Advertisement
lokiphile

Lokiphile Tumblr theme 15

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