Advertisement
legilimens

theme 028: let's go home

Sep 1st, 2014
1,026
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.32 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.  
  6. theme 028: let's go home by legilimen.
  7. shoot me a message if you need help!
  8.  
  9. ---------------------------------------------------------->
  10.  
  11. <html>
  12. <head>
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <meta name="description" content="{MetaDescription}" />
  16.  
  17.  
  18. <meta name="color:background" content="#ffffff"/>
  19. <meta name="color:blockquote" content="#eee"/>
  20. <meta name="color:highlight" content="#eee"/>
  21. <meta name="color:text when highlighted" content="#fff"/>
  22. <meta name="color:postinfo bg" content="#eee"/>
  23. <meta name="color:text" content="#363535"/>
  24. <meta name="color:side links" content="#000"/>
  25. <meta name="color:link" content="#a0a0a0"/>
  26. <meta name="color:link hover" content="#000000"/>
  27. <meta name="color:scrollbar" content="#D6D5D5">
  28. <meta name="color:subtitle hover" content="#CCFF33"/>
  29.  
  30. <meta name="text:subtitle" content="in the dark"/>
  31. <meta name="text:previous page" content="sunset"/>
  32. <meta name="text:next page" content="sunrise"/>
  33. <meta name="image:sidebar" content="">
  34.  
  35. <meta name="if:CircularIcon" content="1">
  36. <meta name="if:SquareIcon" content="0">
  37.  
  38. <meta name="if:400px" content="1">
  39. <meta name="if:500px" content="0">
  40.  
  41. <meta name="if:HoverPostInfo" content="1">
  42. <meta name="if:HoverPostInfoV2" content="0">
  43. <meta name="if:ShowPostInfo" content="0">
  44. <meta name="if:ShowPostInfoV2" content="0">
  45. <meta name="if:HoverCaptions" content="1">
  46. <meta name="if:ShowCaptions" content="0">
  47.  
  48. <meta name="text:link1" content="">
  49. <meta name="text:link1 url" content="/">
  50. <meta name="text:link2" content="">
  51. <meta name="text:link2 url" content="/">
  52. <meta name="text:link3" content="">
  53. <meta name="text:link3 url" content="/">
  54. <meta name="text:link4" content="">
  55. <meta name="text:link4 url" content="/">
  56. <meta name="text:link5" content="">
  57. <meta name="text:link5 url" content="/">
  58. <meta name="text:link6" content="">
  59. <meta name="text:link6 url" content="/">
  60.  
  61. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  62. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  63. <link rel="shortcut icon" href="{Favicon}" />
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  65.  
  66.  
  67.  
  68. <script type="text/javascript" src="http://static.tumblr.com/qlfmldj/1H6mmbwdm/jquery-1.7.1.min.js"></script>
  69.  
  70.  
  71. <style type="text/css">
  72.  
  73. *, body, a, a:hover {cursor: url(http://i1347.photobucket.com/albums/p715/breezeblocks/themes/cursor_zpsc12dc478.png), auto;}
  74.  
  75.  
  76. a {
  77. color:{color:link};
  78. text-decoration:none;
  79. -moz-transition-duration:0.5s;
  80. -webkit-transition-duration:0.5s;
  81. -o-transition-duration:0.5s;
  82. }
  83.  
  84. a:hover {
  85. color:{color:link hover};
  86. -moz-transition-duration:0.5s;
  87. -webkit-transition-duration:0.5s;
  88. -o-transition-duration:0.5s;
  89. }
  90.  
  91. ::selection {
  92. background-color:{color:highlight};
  93. color: {color:text when highlighted};
  94. }
  95. ::-moz-selection {
  96. background-color:{color:highlight};
  97. color: {color:text when highlighted};
  98. }
  99.  
  100.  
  101. ::-webkit-scrollbar-thumb{
  102. background-color: {color:scrollbar};
  103. border: 2px solid {color:background};
  104. height:auto;
  105. border-radius: 500px;
  106. }
  107.  
  108. ::-webkit-scrollbar {
  109. height:auto;
  110. width:11px;
  111. background-color: {color:scrollbar};
  112. border:5px solid {color:background};
  113. border-radius: 500px;
  114. }
  115.  
  116. body {
  117. background-color:{color:background};
  118. font-family:helvetica;
  119. font-weight:lighter;
  120. font-size:9;
  121. }
  122.  
  123. h1 {
  124. font-weight:normal;
  125. font-size:9px;
  126. text-align:center;
  127. font-style:normal;
  128. font-family:arial;
  129. line-height:80%;
  130. letter-spacing:0px;
  131. text-transform:none;
  132. color:{color:text};
  133. }
  134.  
  135. h2 {
  136. font-size:11px;
  137. text-align:left;
  138. line-height:100%;
  139. font-weight:lighter;
  140. letter-spacing:0px;
  141. color:{color:text};
  142. font-style:italic;
  143. font-family:arial;
  144. padding:10px;
  145. }
  146.  
  147. blockquote {
  148. border-left:1px dotted {color:blockquote};
  149. padding-left:15px;
  150. padding-top:5px;
  151. padding-bottom:5px;
  152. margin:10px;
  153. }
  154.  
  155.  
  156. #theme {
  157. background-color:{color:background};
  158. width:700px;
  159. margin: 0 auto -12px auto;
  160. text-align: center;
  161. }
  162.  
  163. #sidebar {
  164. color:{color:text};
  165. width:150px;
  166. position:fixed;
  167. top:0;
  168. left:0;
  169. margin-left:250px;
  170. margin-top:200px;
  171. z-index:1;
  172. text-align:left;
  173. }
  174.  
  175. #sidebar img{
  176. width:60px;
  177. {block:IfCircularIcon}border-radius:50%;{/block:IfCircularIcon}
  178. {block:IfSquareIcon}border-radius:0px;{/block:IfSquareIcon}
  179. margin-bottom:20px;
  180. margin-left:20px;
  181. }
  182.  
  183. .links {
  184. font-family:helvetica;
  185. margin-top:0px;
  186. margin-bottom:10px;
  187. font-size:9px;
  188. text-transform:uppercase;
  189. letter-spacing:10px;
  190. width:200px;
  191. margin-left:20px;
  192. text-align:left;
  193. line-height:150%;
  194. }
  195.  
  196. .links a{
  197. padding:1px;
  198. color:{color:side links};
  199. letter-spacing:2px;
  200. text-decoration:none;
  201. background-image: linear-gradient(to right,
  202. {color:subtitle hover},
  203. {color:subtitle hover} 50%,
  204. transparent 50%,
  205. transparent);
  206. background-position: 100% 0;
  207. background-size: 200% 100%;
  208. transition: all .3s ease-in;
  209. }
  210.  
  211. .links a:hover{
  212. padding:1px;
  213. background-position: 0 0;
  214. color:{color:side links};
  215. letter-spacing:2px;
  216. text-decoration:none;
  217. transition: all .3s ease-in;
  218. }
  219.  
  220.  
  221. #subtitle {
  222. margin-left:20px;
  223. font-family: arial;
  224. text-transform: lowercase;
  225. position:relative;
  226. margin-top: 0px;
  227. width: 200px;
  228. font-weight:bold;
  229. line-height:90%;
  230. margin-top:0px;
  231. text-align:left;
  232. margin-bottom:10px;
  233. }
  234.  
  235. #subtitle a{
  236. color: {color:text};
  237. font-size: 18px;
  238. -moz-transition-duration:0.3s;
  239. -webkit-transition-duration:0.3s;
  240. -o-transition-duration:0.3s;
  241. }
  242.  
  243. #subtitle a:hover{
  244. color:{color:subtitle hover};
  245. text-decoration:none;
  246. -moz-transition-duration:0.3s;
  247. -webkit-transition-duration:0.3s;
  248. -o-transition-duration:0.3s;
  249. }
  250.  
  251.  
  252. .desc {
  253. margin-top:0px;
  254. padding-bottom:10px;
  255. text-align:left;
  256. font-style:none;
  257. font-size:10px;
  258. font-family: helvetica;
  259. color:{color:text};
  260. line-height:120%;
  261. width:150px;
  262. position:relative;
  263. margin-left:20px;
  264.  
  265. }
  266. .pagination {
  267. letter-spacing:0px;
  268. text-align:center;
  269. font-family:arial;
  270. margin-top:50px;
  271. opacity:1;
  272. {block:IfHoverPostInfoV2}
  273. margin-bottom:170px;
  274. margin-top:-150px;
  275. {/block:IfHoverPostInfoV2}
  276. font-style:italic;
  277. font-size:20px;
  278. {block:If400Px}
  279. width:400px;
  280. {/block:If400Px}
  281. {block:If500Px}
  282. width:500px;
  283. {/block:If500px}
  284. text-align:center;
  285. }
  286.  
  287. .pagination a {
  288. color:{color:text};
  289. }
  290.  
  291. .pagination a:hover {
  292. color:{color:link hover};
  293. }
  294.  
  295.  
  296. #stuffcontainer {
  297. float:left;
  298. {block:If400Px}
  299. margin-left:150px;
  300. {/block:If400Px}
  301. {block:If500Px}
  302. margin-left:150px;
  303. {/block:If500px}
  304. margin-top:-100px;
  305. margin-bottom:30px;
  306. text-align:justify;
  307. text-transform:none;
  308. background-color:{color:background};
  309. color:{color:text};
  310. margin-bottom: 35px;
  311. }
  312.  
  313. #stuff {
  314. {block:If400Px}
  315. width:400px;
  316. {/block:If400Px}
  317. {block:If500Px}
  318. width:500px;
  319. {/block:If500px}
  320. margin-top:200px;
  321. margin-bottom:200px;
  322. text-align:justify;
  323. font-size:9px;
  324. font-family:arial;
  325. line-height:100%;
  326. color:{color:text};
  327. }
  328.  
  329. {block:IfShowCaptions}
  330.  
  331. .caption {
  332. {block:If400Px}
  333. width:400px;
  334. {/block:If400Px}
  335. {block:If500Px}
  336. width:500px;
  337. {/block:If500px}
  338. text-align:justify;
  339. line-height:120%;
  340. text-transform:none;
  341. }
  342.  
  343. {/block:IfShowCaptions}
  344.  
  345. {block:IfHoverCaptions}
  346.  
  347. .caption {
  348. {block:If400Px}
  349. width:350px;
  350. {/block:If400Px}
  351. {block:If500Px}
  352. width:450px;
  353. {/block:If500px}
  354. text-align:justify;
  355. line-height:120%;
  356. padding-top:20px;
  357. padding-bottom:20px;
  358. font-family:arial;
  359. text-transform:none;
  360. }
  361.  
  362. .captionholder{
  363. position:absolute;
  364. {block:If400Px}
  365. width:350px;
  366. {/block:If400Px}
  367. {block:If500Px}
  368. width:450px;
  369. {/block:If500px}
  370. background:#fff;
  371. margin-left:15px;
  372. margin-top:0px;
  373. padding:0px 10px 5px 10px;
  374. opacity:0;
  375. filter: alpha(opacity = 0);
  376. -moz-transition: all 0.5s;
  377. -webkit-transition: all 0.5s;
  378. -o-transition: all 0.5s;
  379. transition: all 0.5;
  380. }
  381.  
  382. .captionholder blockquote{
  383. padding:5px 0px 5px 10px;
  384. margin:7px 0px 5px 1px;
  385. border-left: 1px solid {color:Text};
  386. }
  387.  
  388. .photo_entry:hover .captionholder{
  389. margin-top:15px;
  390. opacity:0.8;
  391. filter: alpha(opacity = 80);
  392. -moz-transition: all 0.5s;
  393. -webkit-transition: all 0.5s;
  394. -o-transition: all 0.5s;
  395. transition: all 0.5;
  396. }
  397.  
  398. .entry:hover .captionholder{
  399. margin-top:15px;
  400. opacity:0.8;
  401. filter: alpha(opacity = 80);
  402. -moz-transition: all 0.5s;
  403. -webkit-transition: all 0.5s;
  404. -o-transition: all 0.5s;
  405. transition: all 0.5;
  406. }
  407.  
  408. .permalink{
  409. text-align:right;
  410. font-size:9px;
  411. -moz-transition: all 0.3s;
  412. -webkit-transition: all 0.3s;
  413. -o-transition: all 0.3s;
  414. transition: all 0.3;
  415. }
  416.  
  417. .permalink:hover{
  418. -moz-transition: all 0.3s;
  419. -webkit-transition: all 0.3s;
  420. -o-transition: all 0.3s;
  421. transition: all 0.3;
  422. }
  423.  
  424. .photo_entry{
  425. {block:If400Px}
  426. width:400px;
  427. {/block:If400Px}
  428. {block:If500Px}
  429. width:500px;
  430. {/block:If500px}
  431. padding-bottom:5px;
  432. overflow:hidden;
  433. }
  434.  
  435. .photo_entry img{
  436. {block:If400Px}
  437. max-width:400px;
  438. {/block:If400Px}
  439. {block:If500Px}
  440. max-width:500px;
  441. {/block:If500px}
  442. }
  443.  
  444. .photoset_entry{
  445. {block:If400Px}
  446. width:400px;
  447. {/block:If400Px}
  448. {block:If500Px}
  449. width:500px;
  450. {/block:If500px}
  451. padding-bottom:5px;
  452. overflow:hidden;
  453. }
  454.  
  455. .photoset_entry img{
  456. {block:If400Px}
  457. max-width:400px;
  458. {/block:If400Px}
  459. {block:If500Px}
  460. max-width:500px;
  461. {/block:If500px}
  462. }
  463.  
  464. .photoset_entry:hover .captionholder{
  465. margin-top:15px;
  466. opacity:0.8;
  467. filter: alpha(opacity = 80);
  468. -moz-transition: all 0.5s;
  469. -webkit-transition: all 0.5s;
  470. -o-transition: all 0.5s;
  471. transition: all 0.5;
  472. }
  473.  
  474.  
  475. {/block:IfHoverCaptions}
  476.  
  477.  
  478.  
  479.  
  480. /**Ask Posts**/
  481.  
  482. .ask {
  483. padding:10px 10px 10px 0px;
  484. text-align:left;
  485. color:{color:text};
  486. }
  487.  
  488. .ans {
  489. text-align:left;
  490. padding:5px;
  491. margin-left:-5px;
  492. color:{color:text};
  493. }
  494.  
  495. /**Audio Posts**/
  496.  
  497. .audio {
  498. height:60px;
  499. padding:5px;
  500. }
  501.  
  502. .audio-album {
  503. position:absolute;
  504. width:50px;
  505. -webkit-transition: opacity 0.6s linear;
  506. opacity: 1;
  507. }
  508.  
  509. .audio-player {
  510. opacity:1;
  511. filter:alpha(opacity=90);
  512. width:25px;
  513. height:25px;
  514. overflow:hidden;
  515. position:absolute;
  516. border:30px;
  517. z-index:2;
  518. margin-left:12px;
  519. margin-top:12px;
  520. opacity:0;
  521. -webkit-transition: all 0.6s ease-out;
  522. -o-transition: all 0.6s ease-out;
  523. -webkit-transition: all 0.6s ease-out;
  524. -moz-transition: all 0.6s ease-out;
  525. }
  526.  
  527. .audio-info {
  528. font-size:15px;
  529. margin-top:4px;
  530. position:relative;
  531. margin-left:70px;
  532. line-height:110%;
  533. padding:2px;
  534. }
  535.  
  536. .audio:hover .audio-player {
  537. opacity:.6;
  538. -webkit-transition: all 0.6s ease-out;
  539. -o-transition: all 0.6s ease-out;
  540. -webkit-transition: all 0.6s ease-out;
  541. -moz-transition: all 0.6s ease-out;
  542. }
  543.  
  544. /**Chat Posts**/
  545.  
  546. .chat ol {
  547. line-height:500%;
  548. }
  549.  
  550. .label {
  551. font-weight:bold;
  552. padding-right:1px;
  553. letter-spacing:1px;
  554. text-transform:uppercase;
  555. }
  556. /**Post Info, Notes**/
  557.  
  558. {block:IfHoverPostInfo}
  559.  
  560. {block:IndexPage}
  561.  
  562. #postinfo {
  563. position:absolute;
  564. opacity:0;
  565. width:100px;
  566. {block:If400Px}
  567. margin-left:411px;
  568. {/block:If400Px}
  569. {block:If500Px}
  570. margin-left:511px;
  571. {/block:If500px}
  572. padding:5px;
  573. font-size:9px;
  574. color:{color:text};
  575. text-transform:none;
  576. font-family:helvetica;
  577. letter-spacing:0;
  578. font-style:normal;
  579. background-color:{color:postinfo bg};
  580. -moz-transition-duration:0.5s;
  581. -webkit-transition-duration:0.5s;
  582. -o-transition-duration:0.5s;
  583. }
  584.  
  585. #postinfo a {
  586. padding:4px;
  587. text-align:left;
  588. color:{color:text};
  589. }
  590.  
  591. #postinfo a:hover {
  592. color:{color:link hover};
  593. }
  594.  
  595.  
  596. .tags {
  597. opacity: 0;
  598. position: absolute;
  599. font-style:italic;
  600. width:100px;
  601. color:{color:tags};
  602. line-height:150%;
  603. letter-spacing: 0px;
  604. font-size:9px;
  605. text-align:left;
  606. margin-top:30px;
  607. padding:1px 8px 8px 8px;
  608. {block:If400Px}
  609. margin-left:411px;
  610. {/block:If400Px}
  611. {block:If500Px}
  612. margin-left:511px;
  613. {/block:If500px}
  614. -moz-transition-duration:0.5s;
  615. -webkit-transition-duration:0.5s;
  616. -o-transition-duration:0.5s;
  617. }
  618.  
  619. .tags a {
  620. display:inline-block;
  621. color:{color:text};
  622. padding:0px;
  623. -moz-transition-duration:0.7s;
  624. -webkit-transition-duration:0.7s;
  625. -o-transition-duration:0.7s;
  626. }
  627.  
  628. .tags a:hover {
  629. letter-spacing:0px;
  630. padding:0px;
  631. color:{color:link hover};
  632. -moz-transition-duration:0.7s;
  633. -webkit-transition-duration:0.7s;
  634. -o-transition-duration:0.7s;
  635. }
  636.  
  637. #stuff:hover #postinfo{
  638. opacity:1;
  639. -moz-transition-duration:0.5s;
  640. -webkit-transition-duration:0.5s;
  641. -o-transition-duration:0.5s;
  642. }
  643. #stuff:hover .tags{
  644. opacity:1;
  645. -moz-transition-duration:0.5s;
  646. -webkit-transition-duration:0.5s;
  647. -o-transition-duration:0.5s;
  648. }
  649.  
  650. {/block:IndexPage}
  651.  
  652. {block:PermalinkPage}
  653. #postinfo {
  654. font-family:helvetica;
  655. {block:If400Px}
  656. width:380px;
  657. {/block:If400Px}
  658. {block:If500Px}
  659. width:480px;
  660. {/block:If500px}
  661. font-size:9px;
  662. text-transform:lowercase;
  663. font-style:normal;
  664. text-align:left;
  665. margin-top:-16px;
  666. padding:5px 10px 0px 0px;
  667. }
  668.  
  669. #postinfo a {
  670. color:{color:text};
  671. -moz-transition-duration:.2s;
  672. -webkit-transition-duration:.2s;
  673. -o-transition-duration:.2s;
  674. }
  675.  
  676. #postinfo a:hover {
  677. color:{color:link hover};
  678. -moz-transition-duration:.2s;
  679. -webkit-transition-duration:.2s;
  680. -o-transition-duration:.2s;
  681. }
  682.  
  683. .tags {
  684. text-transform:lowercase;
  685. font-size:9px;
  686. font-family:helvetica;
  687. text-align:left;
  688. margin-top:-11px;
  689. {block:If400Px}
  690. width:380px;
  691. {/block:If400Px}
  692. {block:If500Px}
  693. width:480px;
  694. {/block:If500px}
  695. letter-spacing:0px;
  696. padding:3px 10px 5px 0px;
  697. }
  698.  
  699. .tags a{
  700. color:{color:text};
  701. -moz-transition-duration:.2s;
  702. -webkit-transition-duration:.2s;
  703. -o-transition-duration:.2s;
  704. }
  705.  
  706. .tags a:hover {
  707. color:{color:link hover};
  708. -moz-transition-duration:.2s;
  709. -webkit-transition-duration:.2s;
  710. -o-transition-duration:.2s;
  711. }
  712. {/block:PermalinkPage}
  713.  
  714.  
  715. {/block:IfHoverPostInfo}
  716.  
  717. {block:IfHoverPostInfoV2}
  718.  
  719. #postinfo {
  720. {block:IndexPage}opacity:0;{/block:IndexPage}
  721. font-family:helvetica;
  722. {block:If400Px}
  723. width:380px;
  724. {/block:If400Px}
  725. {block:If500Px}
  726. width:480px;
  727. {/block:If500px}
  728. font-size:9px;
  729. text-transform:lowercase;
  730. font-style:normal;
  731. text-align:left;
  732. margin-top:-16px;
  733. padding:5px 10px 0px 0px;
  734. {block:IndexPage}
  735. -moz-transition-duration:0.5s;
  736. -webkit-transition-duration:0.5s;
  737. -o-transition-duration:0.5s;
  738. {/block:IndexPage}
  739. }
  740.  
  741. #postinfo a {
  742. color:{color:text};
  743. -moz-transition-duration:0.5s;
  744. -webkit-transition-duration:0.5s;
  745. -o-transition-duration:0.5s;
  746. }
  747.  
  748. #postinfo a:hover {
  749. color:{color:link hover};
  750. -moz-transition-duration:0.5s;
  751. -webkit-transition-duration:0.5s;
  752. -o-transition-duration:0.5s;
  753. }
  754.  
  755. .tags {
  756. {block:IndexPage}opacity:0;{/block:IndexPage}
  757. text-transform:lowercase;
  758. font-size:9px;
  759. font-family:helvetica;
  760. text-align:left;
  761. margin-top:-11px;
  762. {block:If400Px}
  763. width:380px;
  764. {/block:If400Px}
  765. {block:If500Px}
  766. width:480px;
  767. {/block:If500px}
  768. letter-spacing:0px;
  769. padding:3px 10px 5px 0px;
  770. {block:IndexPage}
  771. -moz-transition-duration:0.5s;
  772. -webkit-transition-duration:0.5s;
  773. -o-transition-duration:0.5s;
  774. {/block:IndexPage}
  775. }
  776.  
  777. .tags a{
  778. color:{color:text};
  779. -moz-transition-duration:0.5s;
  780. -webkit-transition-duration:0.5s;
  781. -o-transition-duration:0.5s;
  782. }
  783.  
  784. .tags a:hover {
  785. color:{color:link hover};
  786. -moz-transition-duration:0.5s;
  787. -webkit-transition-duration:0.5s;
  788. -o-transition-duration:0.5s;
  789. }
  790.  
  791. {block:IndexPage}
  792.  
  793. #stuff:hover #postinfo{
  794. opacity:1;
  795. -moz-transition-duration:0.5s;
  796. -webkit-transition-duration:0.5s;
  797. -o-transition-duration:0.5s;
  798. }
  799. #stuff:hover .tags{
  800. opacity:1;
  801. -moz-transition-duration:0.5s;
  802. -webkit-transition-duration:0.5s;
  803. -o-transition-duration:0.5s;
  804. }
  805.  
  806. {/block:IndexPage}
  807.  
  808. {/block:IfHoverPostInfoV2}
  809.  
  810. {block:IfShowPostInfo}
  811.  
  812. #postinfo {
  813. font-family:helvetica;
  814. {block:If400Px}
  815. width:380px;
  816. {/block:If400Px}
  817. {block:If500Px}
  818. width:480px;
  819. {/block:If500px}
  820. font-size:9px;
  821. text-transform:lowercase;
  822. font-style:normal;
  823. text-align:left;
  824. margin-top:-16px;
  825. padding:5px 10px 0px 0px;
  826. }
  827.  
  828. #postinfo a {
  829. color:{color:text};
  830. -moz-transition-duration:.2s;
  831. -webkit-transition-duration:.2s;
  832. -o-transition-duration:.2s;
  833. }
  834.  
  835. #postinfo a:hover {
  836. color:{color:link hover};
  837. -moz-transition-duration:.2s;
  838. -webkit-transition-duration:.2s;
  839. -o-transition-duration:.2s;
  840. }
  841.  
  842. .tags {
  843. text-transform:lowercase;
  844. font-size:9px;
  845. font-family:helvetica;
  846. text-align:left;
  847. margin-top:-11px;
  848. {block:If400Px}
  849. width:380px;
  850. {/block:If400Px}
  851. {block:If500Px}
  852. width:480px;
  853. {/block:If500px}
  854. letter-spacing:0px;
  855. padding:3px 10px 5px 0px;
  856. }
  857.  
  858. .tags a{
  859. color:{color:text};
  860. -moz-transition-duration:.2s;
  861. -webkit-transition-duration:.2s;
  862. -o-transition-duration:.2s;
  863. }
  864.  
  865. .tags a:hover {
  866. color:{color:link hover};
  867. -moz-transition-duration:.2s;
  868. -webkit-transition-duration:.2s;
  869. -o-transition-duration:.2s;
  870. }
  871.  
  872. {/block:IfShowPostInfo}
  873.  
  874. {block:IfShowPostInfoV2}
  875.  
  876. {block:IndexPage}
  877.  
  878. #postinfo {
  879. position:absolute;
  880. width:100px;
  881. {block:If400Px}
  882. margin-left:411px;
  883. {/block:If400Px}
  884. {block:If500Px}
  885. margin-left:511px;
  886. {/block:If500px}
  887. padding:5px;
  888. font-size:9px;
  889. color:{color:text};
  890. text-transform:none;
  891. font-family:helvetica;
  892. letter-spacing:0;
  893. background-color:{color:postinfo bg};
  894.  
  895. }
  896.  
  897. #postinfo a {
  898. padding:4px;
  899. text-align:left;
  900. color:{color:text};
  901. -moz-transition-duration:0.5s;
  902. -webkit-transition-duration:0.5s;
  903. -o-transition-duration:0.5s;
  904. }
  905.  
  906. #postinfo a:hover {
  907. color:{color:link hover};
  908. -moz-transition-duration:0.5s;
  909. -webkit-transition-duration:0.5s;
  910. -o-transition-duration:0.5s;
  911. }
  912.  
  913.  
  914. .tags {
  915. position: absolute;
  916. font-style:italic;
  917. width:100px;
  918. color:{color:tags};
  919. line-height:150%;
  920. letter-spacing: 0px;
  921. font-size:9px;
  922. text-align:left;
  923. margin-top:30px;
  924. padding:1px 8px 8px 8px;
  925. {block:If400Px}
  926. margin-left:411px;
  927. {/block:If400Px}
  928. {block:If500Px}
  929. margin-left:511px;
  930. {/block:If500px}
  931. }
  932.  
  933. .tags a {
  934. display:inline-block;
  935. color:{color:text};
  936. padding:0px;
  937. -moz-transition-duration:0.7s;
  938. -webkit-transition-duration:0.7s;
  939. -o-transition-duration:0.7s;
  940. }
  941.  
  942. .tags a:hover {
  943. letter-spacing:0px;
  944. padding:0px;
  945. color:{color:link hover};
  946. -moz-transition-duration:0.7s;
  947. -webkit-transition-duration:0.7s;
  948. -o-transition-duration:0.7s;
  949. }
  950.  
  951. {/block:IndexPage}
  952.  
  953. {block:PermalinkPage}
  954. #postinfo {
  955. font-family:helvetica;
  956. {block:If400Px}
  957. width:380px;
  958. {/block:If400Px}
  959. {block:If500Px}
  960. width:480px;
  961. {/block:If500px}
  962. font-size:9px;
  963. text-transform:lowercase;
  964. font-style:normal;
  965. text-align:left;
  966. margin-top:-16px;
  967. padding:5px 10px 0px 0px;
  968. }
  969.  
  970. #postinfo a {
  971. color:{color:text};
  972. -moz-transition-duration:.2s;
  973. -webkit-transition-duration:.2s;
  974. -o-transition-duration:.2s;
  975. }
  976.  
  977. #postinfo a:hover {
  978. color:{color:link hover};
  979. -moz-transition-duration:.2s;
  980. -webkit-transition-duration:.2s;
  981. -o-transition-duration:.2s;
  982. }
  983.  
  984. .tags {
  985. text-transform:lowercase;
  986. font-size:9px;
  987. font-family:helvetica;
  988. text-align:left;
  989. margin-top:-11px;
  990. {block:If400Px}
  991. width:380px;
  992. {/block:If400Px}
  993. {block:If500Px}
  994. width:480px;
  995. {/block:If500px}
  996. letter-spacing:0px;
  997. padding:3px 10px 5px 0px;
  998. }
  999.  
  1000. .tags a{
  1001. color:{color:text};
  1002. -moz-transition-duration:.2s;
  1003. -webkit-transition-duration:.2s;
  1004. -o-transition-duration:.2s;
  1005. }
  1006.  
  1007. .tags a:hover {
  1008. color:{color:link hover};
  1009. -moz-transition-duration:.2s;
  1010. -webkit-transition-duration:.2s;
  1011. -o-transition-duration:.2s;
  1012. }
  1013. {/block:PermalinkPage}
  1014.  
  1015.  
  1016. {/block:IfShowPostInfoV2}
  1017.  
  1018. .note {
  1019. text-transform:lowercase;
  1020. font-style:normal;
  1021. letter-spacing:0px;
  1022. font-size: 9px;
  1023. text-align:left;
  1024. line-height:90%;
  1025. margin-left:0px;
  1026. margin-top: 50px;
  1027. }
  1028.  
  1029. .note li {
  1030. list-style-type:none;
  1031. padding:10px 10px 10px 10px;
  1032. text-align:left;
  1033. -moz-transition-duration:0.5s;
  1034. -webkit-transition-duration:0.5s;
  1035. -o-transition-duration:0.5s;
  1036. }
  1037.  
  1038. .note img{
  1039. display:none;
  1040. }
  1041.  
  1042. .note li a{
  1043. font-style: none;
  1044. padding:10px 10px 10px 10px;
  1045. }
  1046.  
  1047. .note li a:hover{
  1048. font-style:none;
  1049. background-color: {color:background};
  1050. padding:10px 10px 10px 10px;
  1051. }
  1052.  
  1053. #credit {
  1054. position:fixed;
  1055. font-size:10px;
  1056. font-weight:normal;
  1057. line-height:150%;
  1058. right:10px;
  1059. bottom:10px;
  1060. text-transform:uppercase;
  1061. text-align:center;
  1062. letter-spacing: 2px;
  1063. }
  1064.  
  1065. #credit a {
  1066. padding:3px;
  1067. color:{color:link};
  1068. background-color:{color:background};
  1069. -moz-transition-duration:0.5s;
  1070. -webkit-transition-duration:0.5s;
  1071. -o-transition-duration:0.5s;
  1072. }
  1073.  
  1074. #credit a:hover{
  1075. text-decoration:none;
  1076. -webkit-filter: blur(1px);
  1077. -moz-transition-duration:0.5s;
  1078. -webkit-transition-duration:0.5s;
  1079. -o-transition-duration:0.5s;
  1080.  
  1081. }
  1082.  
  1083.  
  1084.  
  1085. {CustomCSS}
  1086.  
  1087. #s-m-t-tooltip {
  1088. max-width:300px;
  1089. padding:2px 2px 2px 2px;
  1090. margin:10px 0px 0px 10px;
  1091. background-color:#fff;
  1092. font-family:arial;
  1093. font-style:none;
  1094. font-size:8px;
  1095. line-height:10px;
  1096. letter-spacing:1px;
  1097. text-transform:none;
  1098. color:{color:text};
  1099. z-index: 100;
  1100. }
  1101.  
  1102. </style></head>
  1103.  
  1104. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1105. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1106. <script>
  1107. (function($){
  1108. $(document).ready(function(){
  1109. $("a[title]").style_my_tooltips({
  1110. tip_follows_cursor:true,
  1111. tip_delay_time:100,
  1112. tip_fade_speed:100,
  1113. attribute:"title"
  1114. });
  1115. });
  1116. })(jQuery);
  1117. </script>
  1118.  
  1119.  
  1120. <div id="theme">
  1121. <div id="sidebar">
  1122. <div id="sidebarimage"><img src="{image:sidebar}">
  1123. <div id="subtitle"><a href="/">{text:Subtitle}</a></div>
  1124. <div class="desc">
  1125. {Description}
  1126. </div>
  1127. <div class="links">
  1128.  
  1129. {block:IfLink1}
  1130. <a href="{text:link1 url}">✕ {text:link1}</a>
  1131. {/block:IfLink1}<br>
  1132. {block:IfLink2}
  1133. <a href="{text:link2 url}">✕ {text:link2}</a>
  1134. {/block:IfLink2}<br>
  1135. {block:IfLink3}
  1136. <a href="{text:link3 url}">✕ {text:link3}</a>
  1137. {/block:IfLink3}<br>
  1138. {block:IfLink4}
  1139. <a href="{text:link4 url}">✕ {text:link4}</a>
  1140. {/block:IfLink4}<br>
  1141. {block:IfLink5}
  1142. <a href="{text:link5 url}">✕ {text:link5}</a>
  1143. {/block:IfLink5}<br>
  1144. {block:IfLink6}
  1145. <a href="{text:link6 url}">✕ {text:link6}</a>
  1146. {/block:IfLink6}
  1147. </div></div>
  1148.  
  1149.  
  1150.  
  1151. </div>
  1152.  
  1153. <div id="stuffcontainer">
  1154.  
  1155. {block:Posts}
  1156.  
  1157. <div id="stuff">
  1158.  
  1159. {block:IfHoverPostInfo}
  1160. {block:IndexPage}
  1161. {block:Date}
  1162. <div id="postinfo">
  1163. <a href="{Permalink}">{12HourWithZero}:{Minutes} {CapitalAmPm}</a><br>{block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  1164. {block:ContentSource} </a>{/block:ContentSource}</div>{/block:Date}
  1165. {block:HasTags}
  1166. <div class="tags">
  1167. {block:Tags}<a href="{TagURL}">{Tag}</a><br>{/block:Tags}</div>
  1168. {/block:HasTags}{/block:IndexPage}{/block:IfHoverPostInfo}
  1169.  
  1170. {block:IfShowPostInfoV2}
  1171. {block:IndexPage}
  1172. {block:Date}
  1173. <div id="postinfo">
  1174. <a href="{Permalink}">{12HourWithZero}:{Minutes} {CapitalAmPm}</a><br>{block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  1175. {block:ContentSource} </a>{/block:ContentSource}</div>{/block:Date}
  1176. {block:HasTags}
  1177. <div class="tags">
  1178. {block:Tags}<a href="{TagURL}">{Tag}</a><br>{/block:Tags}</div>
  1179. {/block:HasTags}{/block:IndexPage}{/block:IfShowPostInfoV2}
  1180.  
  1181. {block:IfShowCaptions}
  1182.  
  1183. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  1184.  
  1185. {block:Quote}<h2>“{Quote}”</h2><h1>– {Source}</h1>{/block:Quote}
  1186.  
  1187. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  1188. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  1189.  
  1190. {block:If400Px}
  1191. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1192. {/block:If400Px}
  1193. {block:If500Px}
  1194. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1195. {/block:If500px}
  1196.  
  1197. {block:If400Px}
  1198. {block:Photoset}<center>{Photoset-400}</center>
  1199. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1200. {/block:If400Px}
  1201. {block:If500Px}
  1202. {block:Photoset}<center>{Photoset-500}</center>
  1203. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1204. {/block:If500px}
  1205.  
  1206. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label"><u>{Label}</u></span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  1207.  
  1208. {block:If400Px}
  1209. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1210. {/block:If400Px}
  1211. {block:If500Px}
  1212. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1213. {/block:If500px}
  1214.  
  1215. {/block:IfShowCaptions}
  1216.  
  1217. {block:IfHoverCaptions}
  1218.  
  1219. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  1220.  
  1221. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  1222.  
  1223. {block:Link}<div class="link"><a href="{URL}">{Name}</a></div>
  1224. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  1225.  
  1226. {block:Photo} <div class="photo_entry"> {block:IndexPage}{block:Caption}<div class="captionholder">{Caption} </div>{/block:Caption}{/block:IndexPage} {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  1227.  
  1228. {block:If400Px}
  1229. <img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400"/>{/block:If400Px}
  1230. {block:If500Px}
  1231. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/>{/block:If500Px}
  1232.  
  1233. {block:IndexPage}</a>{/block:IndexPage} {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage} </div> {/block:Photo}
  1234.  
  1235. {block:Photoset} <div class="photoset_entry"> {block:IndexPage}{block:Caption}<div class="captionholder">{Caption} </div>{/block:Caption}{/block:IndexPage} {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}{block:If400Px}{Photoset-400}{/block:If400Px}{block:If500Px}{Photoset-500}{/block:If500Px}{block:IndexPage}</a>{/block:IndexPage} {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage} </div> {/block:Photoset}
  1236.  
  1237. {block:Chat}<div class="chat ol">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}<br>{/block:Lines}</div>{/block:Chat}
  1238.  
  1239. {block:Video}{block:If400Px}{Video-400}{/block:If400Px}{block:If500Px}{Video-500}{/block:If500Px}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1240.  
  1241. {/block:IfHoverCaptions}
  1242.  
  1243. {block:Answer}<div class="ask"><b>{Asker} is typing...</b><br> {Question}</div><div class="ans">{Answer}</div>
  1244. <div style= text-align:center;></div>{/block:answer}
  1245.  
  1246. {block:Audio}
  1247. <div class="audio">
  1248. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  1249. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  1250.  
  1251. <div class="audio-info">
  1252. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  1253. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  1254. </div></div>
  1255. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  1256. {/block:Audio}
  1257. <br><br>
  1258.  
  1259. {block:IfHoverPostInfo}
  1260. {block:PermalinkPage}<div id="postinfo">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}</a> with {block:NoteCount}<a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} <div style="float:right">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}&nbsp&nbsp{block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}</div></div><br><div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}, </a> &nbsp&nbsp{/block:Tags}{/block:HasTags}</div></div>{/block:PermalinkPage}
  1261. <div class="note"> {block:PostNotes}{PostNotes}{/block:PostNotes} </div> {/block:IfHoverPostInfo}
  1262.  
  1263. {block:IfShowPostInfo}
  1264. <div id="postinfo">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}</a> with {block:NoteCount}<a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} {block:PermalinkPage}<div style="float:right">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}&nbsp&nbsp{block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}</div>{/block:PermalinkPage}</div><br><div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag},</a> &nbsp&nbsp{/block:Tags}{/block:HasTags}</div></div>
  1265. <div class="note"> {block:PostNotes}{PostNotes}{/block:PostNotes} </div> {/block:IfShowPostInfo}
  1266.  
  1267. {block:IfShowPostInfoV2}
  1268. {block:PermalinkPage}<div id="postinfo">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}</a> with {block:NoteCount}<a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} <div style="float:right">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}&nbsp&nbsp{block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}</div></div><br><div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag},</a> &nbsp&nbsp{/block:Tags}{/block:HasTags}</div></div>
  1269. <div class="note"> {block:PostNotes}{PostNotes}{/block:PostNotes} </div> {/block:PermalinkPage}{/block:IfShowPostInfoV2}
  1270.  
  1271. {block:IfHoverPostInfoV2}
  1272. <div id="postinfo">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}</a> with {block:NoteCount}<a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} {block:PermalinkPage}<div style="float:right">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}&nbsp&nbsp{block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}</div>{/block:PermalinkPage}</div><br><div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag},</a> &nbsp&nbsp{/block:Tags}{/block:HasTags}</div></div>
  1273. <div class="note"> {block:PostNotes}{PostNotes}{/block:PostNotes} </div> {/block:IfHoverPostInfoV2}
  1274. {/block:Posts}
  1275.  
  1276. <div class="pagination">{block:Pagination}
  1277. {block:PreviousPage}<a href="{PreviousPage}">&larr; {text:previous page}</a>{/block:PreviousPage}&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
  1278. {block:NextPage}<a href="{NextPage}">{text:next page} &rarr;</a>{/block:NextPage}
  1279. {/block:Pagination}</div></center>
  1280.  
  1281.  
  1282. <div id="credit"><a href="http://legilimen.tumblr.com" title="@legilimenthemes">☼</a></div>
  1283.  
  1284. </div>
  1285. </div>
  1286. </div>
  1287.  
  1288. </body>
  1289. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement