Advertisement
farflunghopes

ta'al

Oct 30th, 2013
1,680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.47 KB | None | 0 0
  1. <!--- Theme 27 ' ta'al ' by Brianna @ colorfulmetaphors.tumblr.com
  2.  
  3. Rules:
  4. 1. Do not remove the credit from the code or the theme. You may MOVE it, but leave it on the FIRST page of your blog, ie: it must be visible on the main page.
  5. 2. Do not redistribute this theme.
  6. 3. Do not steal this theme. Taking a portion of the code and adding it to your own theme/others' counts as stealing. If you want to learn how to do something, ask, and I will do my best to help you.
  7. 4. Do not use this theme as a base code.
  8. 5. If you have any problems, find glitches, or just need help, please ask me! That's not really a rule, but I'd love to help.
  9.  
  10. Help:
  11. - Theme looks best in Google Chrome.
  12. - SAVE and REFRESH the page before changing appearance options.
  13. - The background image REPEAT and POSITION can be changed under the appearance options. Select or deslect 'BackgroundImageRepeat' and enter the position in 'bgimgposition'.
  14. - The posts can either be 250px, 400px, or 500px wide. The default is 400px. For 250px select '250pxPosts' under the appearance options. BE AWARE THAT THE THEME WILL NOT WORK IF YOU HAVE BOTH 250px AND 400px SELECTED. For 500px posts, deselect both 250px and 400px.
  15. - There are six extra links available. Add them under the appearance options.
  16. - For non-roman numeral links, deselect 'RomanNumeralLinks' under the appearance options.
  17. - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
  18. - The 'highlight' and 'highlighttext' color options refer to the background and text color that appears when you click and drag the cursor.
  19. - This theme has two placement options for the post info (time stamp, note count, source, and reblog button). The default is beside the post. To have the info below the post, select 'BottomInfo' under the appearance options.
  20. - This theme comes with the option to have to post info hidden until the post is hovered over. To have the info visible at all times, DESELECT 'HiddenInfo' under the appearance options. 250px posts cannot have info beside them.
  21. - The hidden info only works when the info is BESIDE the posts, not under them.
  22.  
  23. Enjoy!
  24.  
  25. --->
  26.  
  27. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  28. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  29. <head><title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33.  
  34. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  36. <script>
  37. (function($){
  38. $(document).ready(function(){
  39. $("[title]").style_my_tooltips();
  40. });
  41. })(jQuery);
  42. </script>
  43.  
  44. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  45.  
  46. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  47.  
  48. {block:If250pxPosts}
  49. <script type="text/javascript">
  50. $(window).load(function () {
  51. $('#entries').masonry({
  52. itemSelector : "#post",
  53. },
  54. function() { $('#entries').masonry({ appendedContent: $(this) }); }
  55. );
  56. });
  57. </script>
  58. {/block:If250pxPosts}
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Dynalight' rel='stylesheet' type='text/css'>
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Volkhov:400,400italic' rel='stylesheet' type='text/css'>
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  67.  
  68. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  69.  
  70. <meta name="color:background" content="#ffffff"/>
  71. <meta name="color:borders" content="#e7e7e7">
  72. <meta name="color:detail" content="#e3e3e3">
  73. <meta name="color:text" content="#888888"/>
  74. <meta name="color:title" content="#444444"/>
  75. <meta name="color:title hover" content="#f7f7f7">
  76. <meta name="color:link" content="#333333"/>
  77. <meta name="color:link hover" content="#999999">
  78. <meta name="color:tags" content="#e7e7e7">
  79. <meta name="color:tags hover" content="#777777">
  80. <meta name="color:info link" content="#555555">
  81. <meta name="color:info link hover" content="#999999">
  82. <meta name="color:info border" content="#a0a0a0">
  83. <meta name="color:side text" cotent="#b4b4b4">
  84. <meta name="color:side link" content="#444444">
  85. <meta name="color:posts" content="#f7f7f7">
  86. <meta name="color:scrollbar background" content="#DDDDDD">
  87. <meta name="color:scrollbar" content="#999999">
  88. <meta name="color:highlight" content="#DDDDDD">
  89. <meta name="color:highlight text" content="#111111">
  90.  
  91. <meta name="font:body" content="">
  92. <meta name="font:sidebar" content="">
  93.  
  94. <meta name="image:sidebar" content=""/>
  95. <meta name="image:background" content="">
  96.  
  97. <meta name="text:body font size" content="11">
  98. <meta name="text:bg img position" content="bottom right" />
  99. <meta name="text:link 1" content="/"/>
  100. <meta name="text:link1name" content="link 1">
  101. <meta name="text:link 2" content="/"/>
  102. <meta name="text:link2name" content="link 2">
  103. <meta name="text:link 3" content="/"/>
  104. <meta name="text:link3name" content="link 3">
  105. <meta name="text:link 4" content="/"/>
  106. <meta name="text:link4name" content="link 4">
  107. <meta name="text:link 5" content="/"/>
  108. <meta name="text:link5name" content="link 5">
  109. <meta name="text:link 6" content="/"/>
  110. <meta name="text:link6name" content="link 6">
  111.  
  112. <meta name="if:BackgroundImageRepeat" content="" />
  113. <meta name="if:RomanNumeralLinks" content="1">
  114. <meta name="if:BottomInfo" content="" />
  115. <meta name="if:HiddenInfo" content="1">
  116. <meta name="if:400pxPosts" content="1">
  117. <meta name="if:250pxPosts" content="">
  118.  
  119. <style type="text/css">
  120.  
  121. iframe#tumblr_controls {right:3px !important; position: fixed !important; -webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  122. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  123.  
  124. ::-webkit-scrollbar {
  125. width: 5px;
  126. background-color:{color:scrollbar background};
  127. }
  128.  
  129. ::-webkit-scrollbar-thumb {
  130. width:5px;
  131. background-color:{color:scrollbar};
  132. }
  133.  
  134. ::selection {
  135. background: {color:highlight};
  136. color: {color:highlight text};
  137. }
  138.  
  139. #s-m-t-tooltip {
  140. z-index: 9999;
  141. background:{color:background};
  142. font-size: 9px;
  143. line-height: 11px;
  144. font-style:italic;
  145. font-family:georgia;
  146. border: 1px solid #F0F0F0;
  147. text-transform: lowercase;
  148. color: #AAA;
  149. max-width: 150px;
  150. padding: 5px 10px 5px 10px;
  151. display: block;
  152. margin: 15px 0px 0px -50px;
  153. box-shadow:3px 3px 5px;
  154. }
  155.  
  156. body {
  157. margin:0px;
  158. padding:0px;
  159. background-color:{color:background};
  160. color:{color:text};
  161. font-size:{text:body font size}px;
  162. font-family:{font:body};
  163. line-height:11px;
  164. background-image:url('{image:background}');
  165. background-attachment:fixed;
  166. background-position:{text:bg img position};
  167. {block:IfBackgroundImageRepeat}
  168. background-repeat:repeat;
  169. {/block:IfBackgroundImageRepeat}
  170. {block:IfNotBackgroundImageRepeat}
  171. background-repeat:no-repeat;
  172. {/block:IfNotBackgroundImageRepeat}
  173. }
  174.  
  175. a {
  176. color:{color:link};
  177. text-decoration:none;
  178. outline:none;
  179. -moz-outline-style:none;
  180. -webkit-transition: all 0.6s ease-out;
  181. -o-transition: all 0.6s ease-out;
  182. -webkit-transition: all 0.6s ease-out;
  183. -moz-transition: all 0.6s ease-out;
  184. }
  185.  
  186. a:hover {
  187. text-decoration:underline;
  188. color:{color:link hover};
  189. -webkit-transition: all 0.6s ease-out;
  190. -o-transition: all 0.6s ease-out;
  191. -webkit-transition: all 0.6s ease-out;
  192. -moz-transition: all 0.6s ease-out;
  193. }
  194.  
  195. blockquote {
  196. padding-left:10px;
  197. border-left:1px solid;
  198. }
  199.  
  200. blockquote blockquote {
  201. padding-left:10px;
  202. border-left:1px solid;
  203. }
  204.  
  205. h1 {
  206. font-size:18px;
  207. font-family: 'Dynalight', cursive;
  208. color:{color:side link};
  209. }
  210.  
  211. #entries {
  212. margin-top:50px;
  213. padding:10px;
  214. {block:IfNot250pxPosts}
  215. {block:IfNot400pxPosts}
  216. width:500px;
  217. margin-left:31.5%;
  218. {/block:IfNot400pxPosts}
  219. {/block:IfNot250pxPosts}
  220. {block:IfNot250pxPosts}
  221. {block:If400pxPosts}
  222. width:400px;
  223. margin-left:33.5%;
  224. {/block:If400pxPosts}
  225. {/block:IfNot250pxPosts}
  226. {block:If250pxPosts}
  227. {block:IfNot400pxPosts}
  228. width:565px;
  229. margin-left:32.5%;
  230. {/block:IfNot400pxPosts}
  231. {/block:If250pxPosts}
  232. }
  233.  
  234. #post {
  235. padding:10px;
  236. background-color:{color:posts};
  237. overflow:hidden;
  238. border:1px solid {color:borders};
  239. {block:IfNot400pxPosts}
  240. {block:IfNot250pxPosts}
  241. width:500px;
  242. {/block:IfNot250pxPosts}
  243. {/block:IfNot400pxPosts}
  244. {block:If400pxPosts}
  245. {block:IfNot250pxPosts}
  246. width:400px;
  247. {/block:IfNot250pxPosts}
  248. {/block:If400pxPosts}
  249. {block:If250pxPosts}
  250. {block:IfNot400pxPosts}
  251. width:250px;
  252. margin:5px;
  253. float:left;
  254. {/block:IfNot400pxPosts}
  255. {/block:If250pxPosts}
  256. -webkit-transition: all 0.6s ease-out;
  257. -o-transition: all 0.6s ease-out;
  258. -webkit-transition: all 0.6s ease-out;
  259. -moz-transition: all 0.6s ease-out;
  260. }
  261.  
  262. {block:IfNot250pxPosts}
  263. {block:IfNotBottomInfo}
  264. #post:hover #info {
  265. margin-top:0px;
  266. opacity:1;
  267. -webkit-transition: all 0.6s ease-out;
  268. -o-transition: all 0.6s ease-out;
  269. -webkit-transition: all 0.6s ease-out;
  270. -moz-transition: all 0.6s ease-out;
  271. }
  272.  
  273. #post:hover #info:hover {
  274. margin-top:-9px;
  275. -webkit-transition: all 0.6s ease-out;
  276. -o-transition: all 0.6s ease-out;
  277. -webkit-transition: all 0.6s ease-out;
  278. -moz-transition: all 0.6s ease-out;
  279. }
  280. {/block:IfNotBottomInfo}
  281. {/block:IfNot250pxPosts}
  282.  
  283.  
  284. #sidebar {
  285. top:-3px;
  286. width:150px;
  287. position:fixed;
  288. border:3px double {color:borders};
  289. {block:If400pxPosts}
  290. margin-left:18.5%;
  291. {/block:If400pxPosts}
  292. {block:IfNot400pxPosts}
  293. {block:IfNot250pxPosts}
  294. margin-left:16.5%;
  295. {/block:IfNot250pxPosts}
  296. {/block:IfNot400pxPosts}
  297. {block:If250pxPosts}
  298. margin-left:17.5%;
  299. {/block:If250pxPosts}
  300. }
  301.  
  302. #sidebarimage {
  303. margin-top:15px;
  304. margin-bottom:-2px;
  305. }
  306.  
  307. #sidebarimage img {
  308. width:150px;
  309. }
  310.  
  311. #links {
  312. padding:0px 10px 0px 10px;
  313. width:130px;
  314. text-align:center;
  315. font-size:16px;
  316. margin-top:60px;
  317. }
  318.  
  319. #links a {
  320. margin-left:15px;
  321. display:block;
  322. padding-bottom:5px;
  323. width:100px;
  324. font-family: 'Dynalight', cursive;
  325. color:{color:title};
  326. border-bottom:1px solid {color:title};
  327. -webkit-transition: all 0.4s ease-out;
  328. -o-transition: all 0.4s ease-out;
  329. -webkit-transition: all 0.4s ease-out;
  330. -moz-transition: all 0.4s ease-out;
  331. }
  332.  
  333. #links a:hover {
  334. margin-left:5px;
  335. text-decoration:none;
  336. color:{color:title hover};
  337. border-bottom:1px solid {color:title hover};
  338. width:120px;
  339. -webkit-transition: all 0.4s ease-out;
  340. -o-transition: all 0.4s ease-out;
  341. -webkit-transition: all 0.4s ease-out;
  342. -moz-transition: all 0.4s ease-out;
  343. }
  344.  
  345. #links2 {
  346. position:absolute;
  347. text-align:center;
  348. margin-left:-53px;
  349. width:50px;
  350. overflow:hidden;
  351. margin-top:0px;
  352. -webkit-transition: all 0.6s ease-out;
  353. -o-transition: all 0.6s ease-out;
  354. -webkit-transition: all 0.6s ease-out;
  355. -moz-transition: all 0.6s ease-out;
  356. }
  357.  
  358. .links2V {
  359. width:45px;
  360. }
  361.  
  362. .links2V a {
  363. font-size:10px;
  364. font-family:'Volkhov', serif;
  365. color:{color:side link};
  366. text-align:right;
  367. display:block;
  368. }
  369.  
  370. .links2W {
  371. width:35px;
  372. margin-left:12px;
  373. margin-top:-12px;
  374. -webkit-transition: all 0.6s ease-out;
  375. -o-transition: all 0.6s ease-out;
  376. -webkit-transition: all 0.6s ease-out;
  377. -moz-transition: all 0.6s ease-out;
  378. }
  379.  
  380. .links2W a {
  381. font-size:8px;
  382. font-family:'Volkhov', serif;
  383. color:{color:side link};
  384. text-align:right;
  385. opacity:0;
  386. -webkit-transition: all 0.6s ease-out;
  387. -o-transition: all 0.6s ease-out;
  388. -webkit-transition: all 0.6s ease-out;
  389. -moz-transition: all 0.6s ease-out;
  390. }
  391.  
  392. .links2W a:hover {
  393. text-decoration:none;
  394. }
  395.  
  396. #links2B {
  397. width:45px;
  398. height:10px;
  399. margin-top:13px;
  400. -webkit-transition: all 0.6s ease-out;
  401. -o-transition: all 0.6s ease-out;
  402. -webkit-transition: all 0.6s ease-out;
  403. -moz-transition: all 0.6s ease-out;
  404. }
  405.  
  406. #links2B:hover .links2V a {
  407. opacity:0;
  408. -webkit-transition: all 0.6s ease-out;
  409. -o-transition: all 0.6s ease-out;
  410. -webkit-transition: all 0.6s ease-out;
  411. -moz-transition: all 0.6s ease-out;
  412. }
  413.  
  414. #links2B:hover .links2W a {
  415. opacity:1;
  416. -webkit-transition: all 0.6s ease-out;
  417. -o-transition: all 0.6s ease-out;
  418. -webkit-transition: all 0.6s ease-out;
  419. -moz-transition: all 0.6s ease-out;
  420. }
  421.  
  422. #links2B:hover .links2W {
  423. margin-left:7px;
  424. }
  425.  
  426. #links2O {
  427. display:block;
  428. margin-top:8px;
  429. height:13px;
  430. overflow:hidden;
  431. }
  432.  
  433. #links2O a {
  434. text-align:left;
  435. margin-left:43px;
  436. padding:2px 0px 2px 10px;
  437. font-size:8px;
  438. color:{color:side link};
  439. font-family:'Volkhov', serif;
  440. border-left:7px solid {color:side link};
  441. -webkit-transition: all 0.9s ease-out;
  442. -o-transition: all 0.9s ease-out;
  443. -webkit-transition: all 0.9s ease-out;
  444. -moz-transition: all 0.9s ease-out;
  445. }
  446.  
  447. #links2O a:hover {
  448. margin-left:7px;
  449. border-left:0px solid {color:background};
  450. padding-left:0px;
  451. -webkit-transition: all 0.9s ease-out;
  452. -o-transition: all 0.9s ease-out;
  453. -webkit-transition: all 0.9s ease-out;
  454. -moz-transition: all 0.9s ease-out;
  455. }
  456.  
  457. #description {
  458. margin-top:8px;
  459. width:120px;
  460. max-height:220px;
  461. overflow:auto;
  462. padding:5px 15px 0px 15px;
  463. text-align:justify;
  464. font-size:10px;
  465. line-height:18px;
  466. font-family:{font:sidebar};
  467. color:{color:side text};
  468. -webkit-transition: all 0.6s ease-out;
  469. -o-transition: all 0.6s ease-out;
  470. -webkit-transition: all 0.6s ease-out;
  471. -moz-transition: all 0.6s ease-out;
  472. }
  473.  
  474. #description:first-letter {
  475. float:left;
  476. padding:5px 8px 5px 7px;
  477. font-style:italic;
  478. font-size:18px;
  479. border:1px solid {color:borders};
  480. font-family: 'Volkhov', serif;
  481. background-color:{color:detail};
  482. margin-right:6px;
  483. margin-top:5px;
  484. }
  485.  
  486. #pagination {
  487. position:absolute;
  488. text-align:center;
  489. width:150px;
  490. letter-spacing:2px;
  491. margin-top:10px;
  492. color:{color:link};
  493. font-size:8px;
  494. font-family: 'Volkhov', serif;
  495. }
  496.  
  497. #pagination a {
  498. letter-spacing:5px;
  499. font-size:8px;
  500. color:{color:side text};
  501. }
  502.  
  503. #pagination a:hover {
  504. color:{color:tags hover};
  505. text-decoration:none;
  506. }
  507.  
  508. #info {
  509. font-family:georgia;
  510. color:{color:info link};
  511. text-transform:lowercase;
  512. padding-left:3px;
  513. {block:IfNot250pxPosts}
  514. {block:IfNotBottomInfo}
  515. position:absolute;
  516. font-size:8px;
  517. text-align:left;
  518. padding-left:3px;
  519. margin-top:0px;
  520. width:50px;
  521. border-left:1px solid {color:info border};
  522. overflow:hidden;
  523. padding-top:1px;
  524. padding-bottom:1px;
  525. {block:IfNot400pxPosts}
  526. margin-left:515px;
  527. {/block:IfNot400pxPosts}
  528. {block:If400pxPosts}
  529. margin-left:415px;
  530. {/block:If400pxPosts}
  531. {block:IfHiddenInfo}
  532. margin-top:-10px;
  533. opacity:0;
  534. -webkit-transition: all 0.6s ease-out;
  535. -o-transition: all 0.6s ease-out;
  536. -webkit-transition: all 0.6s ease-out;
  537. -moz-transition: all 0.6s ease-out;
  538. {/block:IfHiddenInfo}
  539. {/block:IfNotBottomInfo}
  540. {block:IfBottomInfo}
  541. margin-top:10px;
  542. border-top:1px solid {color:info border};
  543. padding-top:5px;
  544. font-style:italic;
  545. text-align:left;
  546. font-size:9px;
  547. {/block:IfBottomInfo}
  548. {/block:IfNot250pxPosts}
  549. {block:If250pxPosts}
  550. margin-top:10px;
  551. border-top:1px solid {color:info border};
  552. padding-top:5px;
  553. font-size:9px;
  554. font-style:italic;
  555. text-align:left;
  556. {/block:If250pxPosts}
  557. }
  558.  
  559. {block:IfNot250pxPosts}
  560. {block:IfNotBottomInfo}
  561. #info:hover {
  562. padding-top:10px;
  563. padding-bottom:10px;
  564. }
  565. {/block:IfNotBottomInfo}
  566. {/block:IfNot250pxPosts}
  567.  
  568. #info a{
  569. color:{color:info link};
  570. }
  571.  
  572. #info a:hover {
  573. text-decoration:none;
  574. color:{color:info link hover};
  575. }
  576.  
  577. #tags {
  578. font-size:8px;
  579. text-align:left;
  580. margin-top:2px;
  581. {block:IfNot250pxPosts}
  582. {block:IfNotBottomInfo}
  583. border-top:1px solid {color:info border};
  584. padding-top:5px;
  585. margin-top:10px;
  586. {/block:IfNotBottomInfo}
  587. {/block:IfNot250pxPosts}
  588. }
  589.  
  590. a.tags {
  591. color:{color:tags};
  592. font-family:georgia;
  593. }
  594.  
  595. a.block {
  596. color:{color:title};
  597. }
  598.  
  599. a.block:hover {
  600. text-decoration:none;
  601. }
  602.  
  603. #tags a:hover {
  604. color:{color:tags hover};
  605. }
  606.  
  607. #credit {
  608. position:fixed;
  609. bottom:5px;
  610. left:5px;
  611. padding:3px 10px 0px 5px;
  612. font-size:12px;
  613. border:1px solid {color:borders};
  614. font-family: 'Allura', cursive;
  615. -webkit-transition: all 0.3s ease-out;
  616. -o-transition: all 0.3s ease-out;
  617. -webkit-transition: all 0.3s ease-out;
  618. -moz-transition: all 0.3s ease-out;
  619.  
  620. }
  621.  
  622. #credit:hover {
  623. bottom:3px;
  624. left:3px;
  625. border:3px double {color:borders};
  626. -webkit-transition: all 0.3s ease-out;
  627. -o-transition: all 0.3s ease-out;
  628. -webkit-transition: all 0.3s ease-out;
  629. -moz-transition: all 0.3s ease-out;
  630. }
  631.  
  632. .quote {
  633. padding-left:20px;
  634. padding-right:20px;
  635. font-size:12px;
  636. line-height:110%;
  637. text-align:center;
  638. font-family: 'Droid Sans', sans-serif;
  639. }
  640.  
  641. .asker {
  642. font-size:17px;
  643. text-align:right;
  644. font-family: 'Dynalight', cursive;
  645. }
  646.  
  647. .question {
  648. margin-top:-7px;
  649. border-bottom:1px solid {color:text};
  650. padding-bottom:7px;
  651. padding-top:10px;
  652. padding-left:0px;
  653. border-top:1px dotted {color:text};
  654. }
  655.  
  656. .audio {
  657. margin-right:5px;
  658. width:70px;
  659. float:left;
  660. }
  661.  
  662. .hidden {
  663. width:70px;
  664. height:73px;
  665. }
  666.  
  667. .pull {
  668. margin-left:-7px;
  669. margin-top:-6px;
  670. }
  671.  
  672. .tumblr_audio_player {
  673. margin:0px;
  674. padding:0px;
  675. width:500px;
  676. height:50px;
  677. }
  678.  
  679. .player {
  680. width:35px;
  681. height:37px;
  682. margin-left:10px;
  683. margin-top:10px;
  684. background-color:#999;
  685. overflow:hidden;
  686. position:absolute;
  687. opacity:0.7;
  688. background-color:#fff;
  689. border:7px solid #ECECEC;
  690. -webkit-transition: all 0.3s ease-out;
  691. -o-transition: all 0.3s ease-out;
  692. -webkit-transition: all 0.3s ease-out;
  693. -moz-transition: all 0.3s ease-out;
  694. }
  695.  
  696. .player:hover {
  697. opacity:1;
  698. -webkit-transition: all 0.3s ease-out;
  699. -o-transition: all 0.3s ease-out;
  700. -webkit-transition: all 0.3s ease-out;
  701. -moz-transition: all 0.3s ease-out;
  702. }
  703.  
  704. .caption {
  705. margin-top:18px;
  706. }
  707.  
  708. .audio img{
  709. max-width: 70px;
  710. height: auto;
  711. }
  712.  
  713. .song {
  714. margin-left:70px;
  715. margin-top:-55px;
  716. text-transform:uppercase;
  717. font-size:10px;
  718. padding-bottom:13px;
  719. font-family: 'Droid Sans', sans-serif;
  720. }
  721.  
  722. ol.notes {
  723. padding:0px;
  724. margin-left:25px;
  725. list-style-type:lower-roman;
  726. border-bottom: solid 1px {color:borders};
  727. }
  728.  
  729. ol.notes li.note {
  730. border-top: solid 1px {color:borders};
  731. padding: 10px;
  732. font-family:baskerville;
  733. font-size:9px;
  734. }
  735.  
  736. ol.notes li.note img.avatar {
  737. vertical-align: -4px;
  738. margin-right: 10px;
  739. width: 16px;
  740. height: 16px;
  741. }
  742.  
  743. ol.notes li.note blockquote {
  744. border-color: {color:text};
  745. padding: 4px 10px;
  746. margin: 10px 0px 0px 25px;
  747. }
  748.  
  749. ol.notes li.note blockquote a {
  750. text-decoration: none;
  751. }
  752.  
  753.  
  754. {CustomCSS}</style></head><body>
  755.  
  756. <div id="sidebar">
  757.  
  758. <div id="links">
  759. <a href="/">{Title}</a>
  760. </div>
  761.  
  762. <div id="links2">
  763.  
  764. {block:IfNotRomanNumeralLinks}
  765. <div id="links2O">
  766. <a href="/ask">askbox</a>
  767. </div>
  768.  
  769. {block:iflink1name}
  770. <div id="links2O">
  771. <a href="{text:link 1}">{text:link1name}</a>
  772. </div>
  773. {/block:iflink1name}
  774.  
  775. {block:iflink2name}
  776. <div id="links2O">
  777. <a href="{text:link 2}">{text:link2name}</a>
  778. </div>
  779. {/block:iflink2name}
  780.  
  781. {block:iflink3name}
  782. <div id="links2O">
  783. <a href="{text:link 3}">{text:link3name}</a>
  784. </div>
  785. {/block:iflink3name}
  786.  
  787. {block:iflink4name}
  788. <div id="links2O">
  789. <a href="{text:link 4}">{text:link4name}</a>
  790. </div>
  791. {/block:iflink4name}
  792.  
  793. {block:iflink5name}
  794. <div id="links2O">
  795. <a href="{text:link 5}">{text:link5name}</a>
  796. </div>
  797. {/block:iflink5name}
  798.  
  799. {block:iflink6name}
  800. <div id="links2O">
  801. <a href="{text:link 6}">{text:link6name}</a>
  802. </div>
  803. {/block:iflink6name}
  804. {/block:IfNotRomanNumeralLinks}
  805.  
  806. {block:IfRomanNumeralLinks}
  807.  
  808. <div id="links2B">
  809. <div class="links2V">
  810. <a href="/ask">I</a>
  811. </div>
  812. <div class="links2W">
  813. <a href="/ask/">askbox</a>
  814. </div>
  815. </div>
  816.  
  817. {block:iflink1name}
  818. <div id="links2B">
  819. <div class="links2V">
  820. <a href="{text:link 1}">II</a>
  821. </div>
  822. <div class="links2W"><a href="{text:link 1}">{text:link1name}</a>
  823. </div>
  824. </div>
  825. {/block:iflink1name}
  826.  
  827. {block:iflink2name}
  828. <div id="links2B">
  829. <div class="links2V">
  830. <a href="{text:link 2}">III</a>
  831. </div>
  832. <div class="links2W"><a href="{text:link 2}">{text:link2name}</a>
  833. </div>
  834. </div>
  835. {/block:iflink2name}
  836.  
  837. {block:iflink3name}
  838. <div id="links2B">
  839. <div class="links2V">
  840. <a href="{text:link 3}">IV</a>
  841. </div>
  842. <div class="links2W"><a href="{text:link 3}">{text:link3name}</a>
  843. </div>
  844. </div>
  845. {/block:iflink3name}
  846.  
  847. {block:iflink4name}
  848. <div id="links2B">
  849. <div class="links2V">
  850. <a href="{text:link 4}">V</a>
  851. </div>
  852. <div class="links2W"><a href="{text:link 4}">{text:link4name}</a>
  853. </div>
  854. </div>
  855. {/block:iflink4name}
  856. {block:iflink5name}
  857. <div id="links2B">
  858. <div class="links2V">
  859. <a href="{text:link 5}">VI</a>
  860. </div>
  861. <div class="links2W"><a href="{text:link 5}">{text:link5name}</a>
  862. </div>
  863. </div>
  864. {/block:iflink5name}
  865.  
  866. {block:iflink6name}
  867. <div id="links2B">
  868. <div class="links2V">
  869. <a href="{text:link 6}">VII</a>
  870. </div>
  871. <div class="links2W"><a href="{text:link 6}">{text:link6name}</a>
  872. </div>
  873. </div>
  874. {/block:iflink6name}
  875.  
  876. {/block:IfRomanNumeralLinks}
  877.  
  878. </div>
  879.  
  880. <div id="description">
  881. {Description}
  882. </div>
  883.  
  884. {block:Ifsidebarimage}
  885. <div id="sidebarimage">
  886. <img src="{image:sidebar}">
  887. </div>
  888. {/block:ifsidebarimage}
  889.  
  890. {block:Pagination}
  891. <div id="pagination">
  892. {block:PreviousPage}
  893. <a href="{PreviousPage}"><span style="font-size:11px;">ยซ</span></a>
  894. {/block:PreviousPage}
  895. {block:JumpPagination length="7"}
  896. {block:CurrentPage}
  897. {PageNumber}&nbsp;
  898. {/block:CurrentPage}
  899. {block:JumpPage}
  900. <a href="{URL}">{PageNumber}</a>
  901. {/block:JumpPage}
  902. {/block:JumpPagination}
  903. {block:NextPage}
  904. <a href="{NextPage}"><span style="font-size:11px;">ยป</span></a>
  905. {/block:NextPage}
  906. </div>
  907. {/block:Pagination}
  908.  
  909. </div>
  910.  
  911. <a target="blank" href="http://colorfulmetaphors.tumblr.com"><div id="credit">T</div></a>
  912.  
  913. <div id="entries">
  914. {block:Posts}
  915. <div id="post">
  916.  
  917. {block:IfNot250pxPosts}
  918. {block:IfNotBottomInfo}
  919. <div id="info">
  920. {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonth}, {Year}<br />{/block:Date}
  921. {NoteCountWithLabel}</a>
  922. {block:RebloggedFrom}<br />{block:ContentSource}<a title ="{ReblogRootName}" href="{SourceURL}">source</a>, {/block:ContentSource}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}<br /><a href="{ReblogURL}">reblog</a></div>{/block:IfNotBottomInfo}{/block:IfNot250pxPosts}
  923.  
  924. {block:Text}
  925. {block:Title}
  926. <h1>{Title}</h1>
  927. {/block:Title}{Body}
  928. {/block:Text}
  929.  
  930. {block:Photo}
  931. <center>{LinkOpenTag}
  932.  
  933. {block:IfNot250pxPosts}
  934. {block:If400pxPosts}
  935. <img src="{PhotoURL-500}" width="400">
  936. {/block:If400pxPosts}
  937. {/block:IfNot250pxPosts}
  938.  
  939. {block:IfNot400pxPosts}
  940. {block:IfNot250pxPosts}
  941. <img src="{PhotoURL-500}">
  942. {/block:IfNot250pxPosts}
  943. {/block:IfNot400pxPosts}
  944.  
  945.  
  946. {block:If250pxPosts}
  947. {block:IfNot400pxPosts}
  948. <img src="{PhotoURL-250}">
  949. {/block:IfNot400pxPosts}
  950. {/block:If250pxPosts}
  951.  
  952. {LinkCloseTag}</center>
  953. {block:Caption}
  954. {Caption}
  955. {/block:Caption}
  956. {/block:Photo}
  957.  
  958. {block:Photoset}
  959.  
  960. {block:IfNot250pxPosts}
  961. {block:If400pxPosts}
  962. {Photoset-400}
  963. {/block:If400pxPosts}
  964. {/block:IfNot250pxPosts}
  965.  
  966. {block:IfNot400pxPosts}
  967. {block:IfNot250pxPosts}
  968. {Photoset-500}
  969. {/block:IfNot250pxPosts}
  970. {/block:IfNot400pxPosts}
  971.  
  972. {block:If250pxPosts}
  973. {block:IfNot400pxPosts}
  974. {Photoset-250}
  975. {/block:IfNot400pxPosts}
  976. {/block:If250pxPosts}
  977.  
  978. {block:Caption}
  979. {Caption}
  980. {/block:Caption}
  981. {/block:Photoset}
  982.  
  983. {block:Quote}
  984. <div class="quote">
  985. {Quote}
  986. </div>
  987. {block:Source}
  988. <div style="text-align:center; font-family: 'Droid Sans', sans-serif;">โ€” {Source} โ€”
  989. </div>
  990. {/block:Source}
  991. {/block:Quote}
  992.  
  993. {block:Link}
  994. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  995. {block:Description}
  996. {Description}
  997. {/block:Description}
  998. {/block:Link}
  999.  
  1000. {block:Chat}
  1001. {block:Title}
  1002. <h1>{Title}</h1>
  1003. {/block:Title}
  1004. {block:Lines}
  1005. {block:Label}
  1006. <strong>{Label}&nbsp</strong>
  1007. {/block:Label}
  1008. {Line}<br />
  1009. {/block:Lines}
  1010. {/block:Chat}
  1011.  
  1012. {block:Audio}
  1013. {block:AlbumArt}
  1014. <div class="audio">
  1015. <img src="{AlbumArtURL}">
  1016. </div>
  1017. {/block:AlbumArt}
  1018. <div class="hidden">
  1019. <div class="player">
  1020. <div class="pull">
  1021. {AudioPlayerWhite}
  1022. </div>
  1023. </div>
  1024. </div>
  1025. <div class="song">
  1026. {block:TrackName}
  1027. {TrackName}
  1028. {/block:TrackName}
  1029. {block:Artist}
  1030. <br />
  1031. {Artist}
  1032. {/block:Artist}
  1033. <br />
  1034. {PlayCountWithLabel}
  1035. </div>
  1036. {block:Caption}
  1037. <div class="caption">
  1038. {Caption}
  1039. </div>
  1040. {/block:Caption}
  1041. {/block:Audio}
  1042.  
  1043. {block:Video}
  1044.  
  1045. {block:If400pxPosts}
  1046. {block:IfNot250pxPosts}
  1047. {Video-400}
  1048. {/block:IfNot250pxPosts}
  1049. {/block:If400pxPosts}
  1050.  
  1051. {block:IfNot400pxPosts}
  1052. {block:IfNot250pxPosts}
  1053. {Video-500}
  1054. {/block:IfNot250pxPosts}
  1055. {/block:IfNot400pxPosts}
  1056.  
  1057. {block:If250pxPosts}
  1058. {block:IfNot400pxPosts}
  1059. {Video-250}
  1060. {/block:IfNot400pxPosts}
  1061. {/block:If250pxPosts}
  1062.  
  1063. {block:Caption}
  1064. {Caption}
  1065. {/block:Caption}
  1066. {/block:Video}
  1067.  
  1068. {block:Answer}
  1069. <div class="asker">
  1070. : {Asker}
  1071. </div>
  1072. <br >
  1073. <div class="question">
  1074. {Question}
  1075. </div><br />
  1076. {Answer}
  1077. {/block:Answer}
  1078.  
  1079. {block:IfNot250pxPosts}
  1080. {block:IfBottomInfo}
  1081. <div id="info">
  1082. {block:Date}
  1083. <a href="{Permalink}">{ShortMonth} {DayOfMonth}, {Year}&nbsp;&nbsp;
  1084. {/block:Date}
  1085. {NoteCountWithLabel}</a>
  1086. {block:RebloggedFrom}
  1087. &nbsp;&nbsp;
  1088. {block:ContentSource}
  1089. <a title ="{ReblogRootName}" href="{SourceURL}">source</a>,&nbsp;{/block:ContentSource}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>
  1090. {/block:RebloggedFrom}
  1091. &nbsp;&nbsp;<a href="{ReblogURL}">reblog</a>
  1092. </div>
  1093. {/block:IfBottomInfo}
  1094. {/block:IfNot250pxPosts}
  1095.  
  1096. {block:If250pxPosts}
  1097. <div id="info">
  1098. {block:Date}
  1099. <a href="{Permalink}">{ShortMonth} {DayOfMonth}, {Year}&nbsp;&nbsp;
  1100. {/block:Date}
  1101. {NoteCountWithLabel}</a>
  1102. {block:RebloggedFrom}
  1103. &nbsp;&nbsp;
  1104. {block:ContentSource}
  1105. <a title ="{ReblogRootName}" href="{SourceURL}">source</a>,&nbsp;{/block:ContentSource}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>
  1106. {/block:RebloggedFrom}
  1107. &nbsp;&nbsp;<a href="{ReblogURL}">reblog</a>
  1108. </div>
  1109. {/block:If250pxPosts}
  1110.  
  1111. <div id="tags">
  1112. {block:IfNot250pxPosts}
  1113. {block:IfNotBottomInfo}
  1114. <span style="float:left; background-color:{color:detail}; padding:3px; margin-right:5px; font-size:8px; text-transform:uppercase; font-style:italic; letter-spacing:0px; font-family:georgia;">
  1115. {block:Date}
  1116. <a class="block" href="{Permalink}">{TimeAgo}
  1117. </a>
  1118. {/block:Date}
  1119. </span>
  1120. {/block:IfNotBottomInfo}
  1121. {/block:IfNot250pxPosts}
  1122. {block:Tags}
  1123. &nbsp;&nbsp;
  1124. {block:IfNot250pxPosts}
  1125. {block:IfNotBottomInfo}
  1126. <span style="line-height:17px;"><a class="tags" href="{TagURL}">{Tag}</a></span>
  1127. {/block:IfNotBottomInfo}
  1128. {block:IfBottomInfo}
  1129. <span style="font-size:9px"><a class="tags" href="{TagURL}">{Tag}</a></span>
  1130. {/block:IfBottomInfo}
  1131. {/block:IfNot250pxPosts}
  1132. {block:If250pxPosts}
  1133. <a class="tags" href="{TagURL}">{Tag}</a>
  1134. {/block:If250pxPosts}
  1135. &nbsp;&nbsp;
  1136. {/block:Tags}
  1137. </div>
  1138.  
  1139. </div>
  1140.  
  1141. <br /><br />
  1142. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1143. {/block:Posts}</div>
  1144.  
  1145. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement