Advertisement
ancrestas

warrior

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