Advertisement
farflunghopes

horatio

Apr 29th, 2014
509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.22 KB | None | 0 0
  1. <!---Theme #28 'Horatio' 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. - There are six extra links available. Add them under the appearance options. You can create more by adding <a href="LINK_URL_HERE">LINK_NAME</a> after {/block:IfLink6Name} in the code.
  15. - This theme has two placement options for the post info (time stamp, note count, source, and reblog button). For bottom-align info, deselect 'TopInfo' in the appearance options.
  16. - There are three post sizes available. For 250px posts, deselect both '400pxPosts' and '500pxPosts'.
  17. - The hover effect on the title is optional. To turn it off, deselect 'TitleHover'.
  18.  
  19. !!!IMPORTANT!!!
  20. - To make your title fit in the space provided, you'll have to tinker a bit. Try to keep your title short.
  21. - Enter the title you want to show on your blog under 'Title'. This enables you to have separate titles on your blog page and window tab.
  22. - Use 'horizontal title spacing' for the horizontal alignment. The bigger the number, the farther apart the letters will be. Use a small amount for a long title, and a bigger number for shorter titles.
  23. - If you have enabled the title hover, use 'title font size' for the vertical alignment.
  24. - The sidebar image is 40px square. Small image will be stretched, and larger ones compressed.
  25. - You can either use an image you upload, or your Tumblr icon as a sidebar image. For the icon, select 'Icon' under the appearance options.
  26. - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
  27. - The 'highlight' and 'highlighttext' color options refer to the background and text color that appears when you click and drag the cursor.
  28.  
  29. Enjoy!
  30.  
  31. --->
  32.  
  33. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  34. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  35. <head><title>{Title}</title>
  36. <link rel="shortcut icon" href="{Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Lato:100,400' rel='stylesheet' type='text/css'>
  47.  
  48. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  49. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  50. <script>
  51. (function($){
  52. $(document).ready(function(){
  53. $("[title]").style_my_tooltips();
  54. });
  55. })(jQuery);
  56. </script>
  57.  
  58. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  59.  
  60. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  61.  
  62. {block:IndexPage}
  63. {block:IfNot400pxPosts}
  64. {block:IfNot500pxPosts}
  65. <script type="text/javascript">
  66. $(window).load(function () {
  67. $('#entries').masonry({
  68. itemSelector : "#post",
  69. },
  70. function() { $('#entries').masonry({ appendedContent: $(this) }); }
  71. );
  72. });
  73. </script>
  74. {/block:IfNot500pxPosts}
  75. {/block:IfNot400pxPosts}
  76. {/block:IndexPage}
  77.  
  78. <meta name="color:background" content="#ffffff"/>
  79. <meta name="color:text" content="#7a7a7a"/>
  80. <meta name="color:posts" content="#fafafa"/>
  81. <meta name="color:sidebar image border" content="#dbdbdb"/>
  82. <meta name="color:sidebar image border hover" content="#272727"/>
  83. <meta name="color:side text" content="#444444"/>
  84. <meta name="color:title hover" content="#999999"/>
  85. <meta name="color:title" content="#a7a7a7"/>
  86. <meta name="color:sidelink text" content="#000000"/>
  87. <meta name="color:sidelink border" content="#cacaca"/>
  88. <meta name="color:jump links" content="#a1a1a1"/>
  89. <meta name="color:jump links bg" content="#e6e6e6"/>
  90. <meta name="color:link" content="#121212"/>
  91. <meta name="color:link hover" content="#999999"/>
  92. <meta name="color:info link bg" content="#222222"/>
  93. <meta name="color:date" content="#ffffff"/>
  94. <meta name="color:info link" content="#717171"/>
  95. <meta name="color:info link hover" content="#c6c6c6"/>
  96. <meta name="color:blockquotes" content="#e4e4e4"/>
  97. <meta name="color:scrollbar background" content="#dddddd"/>
  98. <meta name="color:scrollbar" content="#999999"/>
  99. <meta name="color:highlight" content="#dddddd"/>
  100. <meta name="color:highlight text" content="#111111"/>
  101.  
  102. <meta name="image:background" content=""/>
  103. <meta name="image:sidebar" content=""/>
  104.  
  105. <meta name="font:body" content=""/>
  106. <meta name="font:sidebar" content=""/>
  107.  
  108. <meta name="text:title" content="title here"/>
  109. <meta name="text:title font size" content="14"/>
  110. <meta name="text:horizontal title spacing" content="7"/>
  111. <meta name="text:body font size" content="11"/>
  112. <meta name="text:bg img position" content="bottom left" />
  113. <meta name="text:link1" content="/"/>
  114. <meta name="text:link1name" content=""/>
  115. <meta name="text:link2" content="/"/>
  116. <meta name="text:link2name" content=""/>
  117. <meta name="text:link3" content="/"/>
  118. <meta name="text:link3name" content=""/>
  119. <meta name="text:link4" content="/"/>
  120. <meta name="text:link4name" content=""/>
  121. <meta name="text:link5" content="/"/>
  122. <meta name="text:link5name" content=""/>
  123. <meta name="text:link6" content="/"/>
  124. <meta name="text:link6name" content=""/>
  125.  
  126. <meta name="if:BackgroundImageRepeat" content="" />
  127. <meta name="if:400pxPosts" content=""/>
  128. <meta name="if:500pxPosts" content=""/>
  129. <meta name="if:Icon" content="1"/>
  130. <meta name="if:TitleHover" content="1"/>
  131. <meta name="if:TopInfo" content="1"/>
  132.  
  133. <style type="text/css">
  134.  
  135. 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;}
  136. 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;}
  137.  
  138. ::-webkit-scrollbar {
  139. width: 7px;
  140. background-color:{color:scrollbar background};
  141. }
  142.  
  143. ::-webkit-scrollbar-thumb {
  144. width:7px;
  145. background-color:{color:scrollbar};
  146. }
  147.  
  148. ::selection {
  149. background: {color:highlight};
  150. color: {color:highlight text};
  151. }
  152.  
  153. #s-m-t-tooltip {
  154. z-index: 9999;
  155. background:{color:background};
  156. font-size: 7px;
  157. text-transform:uppercase;
  158. letter-spacing:1px;
  159. color:{color:text};
  160. padding: 5px 10px 5px 10px;
  161. display: block;
  162. margin: 17px 0px 0px -10px;
  163. box-shadow:3px 3px 5px;
  164. font-family: 'Droid Sans', sans-serif;
  165. }
  166.  
  167. body {
  168. background-color:{color:background};
  169. color:{color:text};
  170. font-size:{text:body font size}px;
  171. line-height:13px;
  172. font-family:{font:body};
  173. background-image:url('{image:background}');
  174. background-attachment:fixed;
  175. background-position:{text:bg img position};
  176. {block:IfBackgroundImageRepeat}
  177. background-repeat:repeat;
  178. {/block:IfBackgroundImageRepeat}
  179. {block:IfNotBackgroundImageRepeat}
  180. background-repeat:no-repeat;
  181. {/block:IfNotBackgroundImageRepeat}
  182. }
  183.  
  184. a {
  185. color:{color:link};
  186. text-decoration:none;
  187. outline:none;
  188. -moz-outline-style:none;
  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. a:hover {
  196. color:{color:link hover};
  197. -webkit-transition: all 0.6s ease-out;
  198. -o-transition: all 0.6s ease-out;
  199. -webkit-transition: all 0.6s ease-out;
  200. -moz-transition: all 0.6s ease-out;
  201. }
  202.  
  203. blockquote {
  204. padding:1px 10px 1px 10px;
  205. border-left:1px solid {color:text};
  206. margin-left:10px;
  207. font-size:9px;
  208. word-wrap:break-word;
  209. background-color:{color:blockquotes};
  210. {block:IndexPage}
  211. {block:If500pxPosts}
  212. width:460px;
  213. {/block:If500pxPosts}
  214. {block:If400pxPosts}
  215. width:360px;
  216. {/block:If400pxPosts}
  217. {block:IfNot400pxPosts}
  218. {block:IfNot500pxPosts}
  219. width:210px;
  220. {/block:IfNot500pxPosts}
  221. {/block:IfNot400pxPosts}
  222. {/block:IndexPage}
  223. {block:PermalinkPage}
  224. width:460px;
  225. {/block:PermalinkPage}
  226. }
  227.  
  228. blockquote blockquote {
  229. padding:5px 5px 5px 5px;
  230. border-left:1px solid {color:text};
  231. background-color:{color:blockquotes};
  232. {block:If500pxPosts}
  233. min-width:250px;
  234. width:auto;
  235. {/block:If500pxPosts}
  236. {block:If400pxPosts}
  237. min-width:200px;
  238. width:auto;
  239. {/block:If400pxPosts}
  240. {block:IfNot400pxPosts}
  241. {block:IfNot500pxPosts}
  242. min-width:100px;
  243. max-width:200px;
  244. width:auto;
  245. {/block:IfNot500pxPosts}
  246. {/block:IfNot400pxPosts}
  247. {/block:IndexPage}
  248. {block:PermalinkPage}
  249. min-width:250px;
  250. width:auto;
  251. {/block:PermalinkPage}
  252. }
  253.  
  254. blockquote img {
  255. {block:IndexPage}
  256. {block:If500pxPosts}
  257. max-width:430px;
  258. {/block:If500pxPosts}
  259. {block:If400pxPosts}
  260. max-width:330px;
  261. {/block:If400pxPosts}
  262. {block:IfNot400pxPosts}
  263. {block:IfNot500pxPosts}
  264. max-width:180px;
  265. {/block:IfNot500pxPosts}
  266. {/block:IfNot400pxPosts}
  267. {/block:IndexPage}
  268. {block:PermalinkPage}
  269. max-width:430px;
  270. {/block:PermalinkPage}
  271. }
  272.  
  273. #theme {
  274. margin:auto;
  275. {block:IndexPage}
  276. {block:If400pxPosts}
  277. width:726px;
  278. {/block:If400pxPosts}
  279. {block:If500pxPosts}
  280. width:826px;
  281. {/block:If500pxPosts}
  282. {block:IfNot400pxPosts}
  283. {block:IfNot500pxPosts}
  284. width:881px;
  285. {/block:IfNot500pxPosts}
  286. {/block:IfNot400pxPosts}
  287. {/block:IndexPage}
  288. {block:PermalinkPage}
  289. width:826px;
  290. {/block:PermalinkPage}
  291. }
  292.  
  293. #entries {
  294. position:relative;
  295. padding-top:60px;
  296. {block:IndexPage}
  297. {block:If400pxPosts}
  298. width:400px;
  299. {/block:If400pxPosts}
  300. {block:If500pxPosts}
  301. width:500px;
  302. {/block:If500pxPosts}
  303. {block:IfNot400pxPosts}
  304. {block:IfNot500pxPosts}
  305. width:560px;
  306. {/block:IfNot500pxPosts}
  307. {/block:IfNot400pxPosts}
  308. {/block:IndexPage}
  309. {block:PermalinkPage}
  310. width:500px;
  311. {/block:PermalinkPage}
  312. }
  313.  
  314. #post {
  315. background-color:{color:posts};
  316. padding:5px;
  317. word-wrap:break-word;
  318. {block:IndexPage}
  319. {block:If400pxPosts}
  320. width:400px;
  321. margin-bottom:30px;
  322. {/block:If400pxPosts}
  323. {block:If500pxPosts}
  324. width:500px;
  325. margin-bottom:30px;
  326. {/block:If500pxPosts}
  327. {block:IfNot500pxPosts}
  328. {block:IfNot400pxPosts}
  329. width:250px;
  330. margin:10px;
  331. float:left;
  332. {/block:IfNot400pxPosts}
  333. {/block:IfNot500pxPosts}
  334. {/block:IndexPage}
  335. {block:PermalinkPage}
  336. width:500px;
  337. {/block:PermalinkPage}
  338. }
  339.  
  340. h1 {
  341. font-size:17px;
  342. text-align:left;
  343. line-height:130%;
  344. }
  345.  
  346. #sidebar {
  347. width:215px;
  348. height:100%;
  349. top:0px;
  350. position:fixed;
  351. padding-top:60px;
  352. border-left:1px solid {color:sidebar image border};
  353. {block:IfTitleHover}
  354. padding-left:50px;
  355. {/block:IfTitleHover}
  356. {block:IfNotTitleHover}
  357. padding-left:40px;
  358. {/block:IfNotTitleHover}
  359. {block:IndexPage}
  360. {block:If400pxPosts}
  361. margin-left:460px;
  362. {/block:If400pxPosts}
  363. {block:If500pxPosts}
  364. margin-left:560px;
  365. {/block:If500pxPosts}
  366. {block:IfNot400pxPosts}
  367. {block:IfNot500pxPosts}
  368. margin-left:605px;
  369. {/block:IfNot500pxPosts}
  370. {/block:IfNot400pxPosts}
  371. {/block:IndexPage}
  372. {block:PermalinkPage}
  373. margin-left:560px;
  374. {/block:PermalinkPage}
  375. }
  376.  
  377. #small {
  378. }
  379.  
  380. #desc {
  381. margin-top:-34px;
  382. margin-left:42px;
  383. width:100px;
  384. font-size:9px;
  385. text-align:justify;
  386. font-family:{font:sidebar};
  387. padding-top:5px;
  388. padding-right:10px;
  389. color:{color:side text};
  390. border-top:35px solid {color:sidebar image border};
  391. -webkit-transition: all 0.6s ease-out;
  392. -o-transition: all 0.6s ease-out;
  393. -webkit-transition: all 0.6s ease-out;
  394. -moz-transition: all 0.6s ease-out;
  395. {block:IfNotTitleHover}
  396. padding-right:67px;
  397. {/block:IfNotTitleHover}
  398. }
  399.  
  400. #desc a {
  401. text-decoration:underline;
  402. }
  403.  
  404. .rounder {
  405. float:left;
  406. clear:left;
  407. height:10px;
  408. }
  409.  
  410. #rights {
  411. margin-left:150px;
  412. position:absolute;
  413. margin-top:23px;
  414. width:50px;
  415. }
  416.  
  417. #rights a {
  418. font-size:8px;
  419. margin-top:-13px;
  420. padding:2px 0px 2px 7px;
  421. font-style:italic;
  422. color:{color:sidelink text};
  423. font-family:georgia, serif;
  424. display:block;
  425. border-left:1px solid {color:sidelink border};
  426. {block:IfTitleHover}
  427. opacity:0;
  428. {/block:IfTitleHover}
  429. -webkit-transition: all 0.6s ease-out;
  430. -o-transition: all 0.6s ease-out;
  431. -webkit-transition: all 0.6s ease-out;
  432. -moz-transition: all 0.6s ease-out;
  433. }
  434.  
  435. #rights a:hover {
  436. border-left:15px solid {color:sidebar image border hover};
  437. -webkit-transition: all 0.6s ease-out;
  438. -o-transition: all 0.6s ease-out;
  439. -webkit-transition: all 0.6s ease-out;
  440. -moz-transition: all 0.6s ease-out;
  441. }
  442.  
  443. {block:IfTitleHover}
  444. #small:hover #rights a {
  445. opacity:1;
  446. }
  447.  
  448. #small:hover #rou img {
  449. border:5px solid {color:sidebar image border hover};
  450. -webkit-transition: all 0.6s ease-out;
  451. -o-transition: all 0.6s ease-out;
  452. -webkit-transition: all 0.6s ease-out;
  453. -moz-transition: all 0.6s ease-out;
  454. }
  455.  
  456.  
  457. #small:hover #desc {
  458. padding-right:67px;
  459. border-top:35px solid {color:sidebar image border hover};
  460. -webkit-transition: all 0.6s ease-out;
  461. -o-transition: all 0.6s ease-out;
  462. -webkit-transition: all 0.6s ease-out;
  463. -moz-transition: all 0.6s ease-out;
  464. }
  465.  
  466. #small:hover #long {
  467. margin-left:103px;
  468. opacity:0;
  469. margin-top:-107px;
  470. -ms-transform: rotate(-90deg);
  471. -webkit-transform: rotate(-90deg);
  472. transform: rotate(-90deg);
  473. -webkit-transition: all 0.6s ease-out;
  474. -o-transition: all 0.6s ease-out;
  475. -webkit-transition: all 0.6s ease-out;
  476. -moz-transition: all 0.6s ease-out;
  477. }
  478.  
  479. #small:hover #wide {
  480. margin-left:43px;
  481. opacity:1;
  482. margin-top:-34px;
  483. -ms-transform: rotate(0deg);
  484. -webkit-transform: rotate(0deg);
  485. transform: rotate(0deg);
  486. -webkit-transition: all 0.6s ease-out;
  487. -o-transition: all 0.6s ease-out;
  488. -webkit-transition: all 0.6s ease-out;
  489. -moz-transition: all 0.6s ease-out;
  490. }
  491.  
  492. #small:hover #jumps {
  493. opacity:1;
  494. -webkit-transition: all 0.6s ease-out;
  495. -o-transition: all 0.6s ease-out;
  496. -webkit-transition: all 0.6s ease-out;
  497. -moz-transition: all 0.6s ease-out;
  498. }
  499. {/block:IfTitleHover}
  500.  
  501. #jumps {
  502. margin-top:10px;
  503. margin-left:15px;
  504. position:absolute;
  505. {block:IfTitleHover}
  506. opacity:0;
  507. {/block:IfTitleHover}
  508. -webkit-transition: all 0.6s ease-out;
  509. -o-transition: all 0.6s ease-out;
  510. -webkit-transition: all 0.6s ease-out;
  511. -moz-transition: all 0.6s ease-out;
  512. }
  513.  
  514. #jumps a {
  515. display:block;
  516. margin-top:5px;
  517. padding:3px;
  518. width:12px;
  519. height:12px;
  520. text-align:center;
  521. font-family: 'Inconsolata';
  522. margin-bottom:5px;
  523. border-radius:50%;
  524. color:{color:jump links};
  525. background-color:{color:jump links bg};
  526. }
  527.  
  528. #jumps a:hover {
  529. background-color:{color:jump links};
  530. color:{color:jump links bg};
  531. }
  532.  
  533. #rou {
  534. width:40px;
  535. height:40px;
  536. position:relative;
  537. border-radius:50%;
  538. z-index:999;
  539. }
  540.  
  541. #rou img {
  542. width:40px;
  543. height:40px;
  544. border-radius:50%;
  545. border:5px solid {color:sidebar image border};
  546. -webkit-transition: all 0.6s ease-out;
  547. -o-transition: all 0.6s ease-out;
  548. -webkit-transition: all 0.6s ease-out;
  549. -moz-transition: all 0.6s ease-out;
  550. }
  551.  
  552. {block:IfTitleHover}
  553. #long {
  554. margin-top:-17px;
  555. position:absolute;
  556. width:9px;
  557. height:150px;
  558. padding:20px 8px 5px 8px;
  559. line-height:120%;
  560. z-index:888;
  561. font-size:{text:title font size}px;
  562. word-wrap:break-word;
  563. text-transform:uppercase;
  564. text-align:center;
  565. color:{color:title};
  566. overflow:hidden;
  567. font-family: 'Inconsolata';
  568. border:5px solid {color:sidebar image border};
  569. -webkit-transition: all 0.6s ease-out;
  570. -o-transition: all 0.6s ease-out;
  571. -webkit-transition: all 0.6s ease-out;
  572. -moz-transition: all 0.6s ease-out;
  573. }
  574. {/block:IfTitleHover}
  575.  
  576. #wide a {
  577. color:{color:title};
  578. }
  579.  
  580. #wide a:hover {
  581. color:{color:title hover};
  582. }
  583.  
  584. #wide {
  585. position:absolute;
  586. z-index:888;
  587. height:11px;
  588. font-size:{text:title font size}px;
  589. width:142px;
  590. padding:7px 5px 7px 13px;
  591. letter-spacing:{text:horizontal title spacing}px;
  592. word-wrap:break-word;
  593. text-transform:uppercase;
  594. text-align:left;
  595. overflow:hidden;
  596. font-family: 'Inconsolata';
  597. {block:IfTitleHover}
  598. border:5px solid {color:sidebar image border hover};
  599. opacity:0;
  600. -ms-transform: rotate(90deg);
  601. -webkit-transform: rotate(90deg);
  602. transform: rotate(90deg);
  603. margin-left:-65px;
  604. margin-top:65px;
  605. -webkit-transition: all 0.6s ease-out;
  606. -o-transition: all 0.6s ease-out;
  607. -webkit-transition: all 0.6s ease-out;
  608. -moz-transition: all 0.6s ease-out;
  609. {/block:IfTitleHover}
  610. {block:IfNotTitleHover}
  611. border:5px solid {color:sidebar image border};
  612. margin-left:43px;
  613. margin-top:-34px;
  614. {/block:IfNotTitleHover}
  615. }
  616.  
  617. #bottom {
  618. padding:10px 30px 40px 30px;
  619. border-top:1px solid {color:sidebar image border};
  620. text-transform:uppercase;
  621. letter-spacing:1px;
  622. text-align:center;
  623. font-size:9px;
  624. {block:If500pxPosts}
  625. width:400px;
  626. margin-left:25px;
  627. {/block:If500pxPosts}
  628. {block:If400pxPosts}
  629. width:300px;
  630. margin-left:25px;
  631. {/block:If400pxPosts}
  632. {block:IfNot500pxPosts}
  633. {block:IfNot400pxPosts}
  634. width:410px;
  635. margin-left:40px;
  636. {/block:IfNot400pxPosts}
  637. {/block:IfNot500pxPosts}
  638. }
  639.  
  640. #bottom a {
  641. color:{color:scrollbar};
  642. font-family: 'Droid Sans', sans-serif;
  643. }
  644.  
  645. #bottom a:hover {
  646. opacity:0.6;
  647. }
  648.  
  649. #info {
  650. margin-top:5px;
  651. text-align:left;
  652. padding-top:5px;
  653. font-family: 'Lato', 'sans-serif;
  654. {block:IndexPage}
  655. letter-spacing:1px;
  656. font-size:8px;
  657. {block:IfTopInfo}
  658. z-index:9999;
  659. margin-top:-5px;
  660. padding:5px;
  661. position:absolute;
  662. opacity:0;
  663. border-bottom:1px solid {color:sidelink border};
  664. background-color:{color:posts};
  665. -webkit-transition: all 0.6s ease-out;
  666. -o-transition: all 0.6s ease-out;
  667. -webkit-transition: all 0.6s ease-out;
  668. -moz-transition: all 0.6s ease-out;
  669. {block:If500pxPosts}
  670. width:490px;
  671. {/block:If500pxPosts}
  672. {block:If400pxPosts}
  673. width:390px;
  674. {/block:If400pxPosts}
  675. {block:IfNot400pxPosts}
  676. {block:IfNot500pxPosts}
  677. width:240px;
  678. {/block:IfNot500pxPosts}
  679. {/block:IfNot400pxPosts}
  680. {/block:IfTopInfo}
  681. {block:IfNotTopInfo}
  682. border-top:1px solid {color:sidelink border};
  683. {/block:IfNotTopInfo}
  684. {/block:IndexPage}
  685. {block:PermalinkPage}
  686. border-top:1px solid {color:sidelink border};
  687. font-size:9px;
  688. {/block:PermalinkPage}
  689. }
  690.  
  691. {block:IndexPage}
  692. {block:IfTopInfo}
  693. #post:hover #info {
  694. opacity:0.8;
  695. -webkit-transition: all 0.6s ease-out;
  696. -o-transition: all 0.6s ease-out;
  697. -webkit-transition: all 0.6s ease-out;
  698. -moz-transition: all 0.6s ease-out;
  699. }
  700. {/block:IfTopInfo}
  701. {/block:IndexPage}
  702.  
  703. #info a {
  704. font-family: 'Lato', sans-serif;
  705. color:{color:info link};
  706. {block:PermalinkPage}
  707. font-size:7px;
  708. text-transform:uppercase;
  709. text-decoration:underline;
  710. {/block:PermalinkPage}
  711. }
  712.  
  713. #info a:hover {
  714. color:{color:info link hover};
  715. }
  716.  
  717. #tags {
  718. {block:IndexPage}
  719. {block:IfTopInfo}
  720. border-top:1px solid {color:sidelink border};
  721. margin-top:7px;
  722. padding-top:3px;
  723. {/block:IfTopInfo}
  724. {block:IfNotTopInfo}
  725. margin-top:3px;
  726. {/block:IfNotTopInfo}
  727. {/block:IndexPage}
  728. {block:PermalinkPage}
  729. font-family: 'Lato', sans-serif;
  730. font-size:8px;
  731. font-style:italic;
  732. {/block:PermalinkPage}
  733. }
  734.  
  735. #tags a {
  736. {block:IndexPage}
  737. font-size:8px;
  738. font-style:italic;
  739. font-family:georgia;
  740. {/block:IndexPage}
  741. {block:PermalinkPage}
  742. font-size:7px;
  743. text-transform:uppercase;
  744. text-decoration:underline;
  745. font-family: 'Lato', sans-serif;
  746. {/block:PermalinkPage}
  747. }
  748.  
  749. #credit {
  750. position:fixed;
  751. bottom:0px;
  752. left:0px;
  753. padding:4px 10px 4px 5px;
  754. text-decoration:none;
  755. font-size:11px;
  756. background-color:{color:side text};
  757. color:{color:background};
  758. font-family: 'Allura', cursive;
  759. -webkit-transition: all 0.3s ease-out;
  760. -o-transition: all 0.3s ease-out;
  761. -webkit-transition: all 0.3s ease-out;
  762. -moz-transition: all 0.3s ease-out;
  763.  
  764. }
  765.  
  766. .quote {
  767. padding-left:50px;
  768. padding-right:50px;
  769. font-size:12px;
  770. line-height:110%;
  771. text-align:center;
  772. font-family: 'Droid Sans', sans-serif;
  773. }
  774.  
  775. .face {
  776. float:right;
  777. width:37px;
  778. height:30px;
  779. padding-left:5px;
  780. border-left:1px solid {color:posts};
  781. }
  782.  
  783. .face img {
  784. border:7px solid {color:posts};
  785. }
  786.  
  787. .question {
  788. padding:10px;
  789. background-color:{color:blockquotes};
  790. min-height:30px;
  791. {block:IndexPage}
  792. {block:If400pxPosts}
  793. width:380px;
  794. {/block:If400pxPosts}
  795. {block:If500pxPosts}
  796. width:480px;
  797. {/block:If500pxPosts}
  798. {block:IfNot400pxPosts}
  799. {block:IfNot500pxPosts}
  800. width:230px;
  801. {/block:IfNot500pxPosts}
  802. {/block:IfNot400pxPosts}
  803. {/block:IndexPage}
  804. {block:PermalinkPage}
  805. width:480px;
  806. {/block:PermalinkPage}
  807. }
  808.  
  809. .words {
  810. text-align:justify;
  811. line-height:150%;
  812. }
  813.  
  814. .audio {
  815. margin-right:5px;
  816. width:70px;
  817. float:left;
  818. }
  819.  
  820. .hidden {
  821. width:70px;
  822. height:73px;
  823. }
  824.  
  825. .tumblr_audio_player {
  826. margin:0px;
  827. padding:0px;
  828. width:500px;
  829. height:50px;
  830. }
  831.  
  832. .pull {
  833. margin-left:5px;
  834. margin-top:-5px;
  835. }
  836.  
  837. .player {
  838. width:35px;
  839. height:37px;
  840. margin-left:10px;
  841. margin-top:10px;
  842. overflow:hidden;
  843. position:absolute;
  844. opacity:0.7;
  845. background-color:#fff;
  846. z-index:8888;
  847. border:7px solid #ECECEC;
  848. -webkit-transition: all 0.3s ease-out;
  849. -o-transition: all 0.3s ease-out;
  850. -webkit-transition: all 0.3s ease-out;
  851. -moz-transition: all 0.3s ease-out;
  852. }
  853.  
  854. .player:hover {
  855. opacity:1;
  856. -webkit-transition: all 0.3s ease-out;
  857. -o-transition: all 0.3s ease-out;
  858. -webkit-transition: all 0.3s ease-out;
  859. -moz-transition: all 0.3s ease-out;
  860. }
  861.  
  862. .caption {
  863. margin-top:20px;
  864. }
  865.  
  866. .audio img{
  867. max-width: 70px;
  868. height: auto;
  869. }
  870.  
  871. .song {
  872. margin-left:70px;
  873. margin-top:-55px;
  874. text-transform:uppercase;
  875. font-size:10px;
  876. padding-bottom:13px;
  877. font-family: 'Droid Sans', sans-serif;
  878. }
  879.  
  880. .link {
  881. padding:15px;
  882. background-color:{color:tags bg};
  883. border:1px solid {color:posts};
  884. border-radius:20px;
  885. font-size:15px;
  886. font-style:italic;
  887. }
  888.  
  889. .link a {
  890. color:{color:tags};
  891. }
  892.  
  893. .link a:hover {
  894. text-shadow:1px 1px 1px;
  895. }
  896.  
  897. ol.notes {
  898. padding:0px;
  899. margin-left:15px;
  900. list-style-type:decimal;
  901. font-style:italic;
  902. border-bottom: solid 1px {color:posts};
  903. width:480px;
  904. }
  905.  
  906. ol.notes li.note {
  907. border-top: solid 1px {color:posts};
  908. padding: 10px;
  909. font-family: 'Droid Sans', sans-serif;
  910. font-size:9px;
  911. }
  912.  
  913. ol.notes li.note img.avatar {
  914. vertical-align: -4px;
  915. margin-right: 10px;
  916. width: 16px;
  917. height: 16px;
  918. }
  919.  
  920. ol.notes li.note blockquote {
  921. border-color: {color:text};
  922. padding: 4px 10px;
  923. margin: 10px 0px 0px 25px;
  924. }
  925.  
  926. ol.notes li.note blockquote a {
  927. text-decoration: none;
  928. }
  929.  
  930. {CustomCSS}</style></head><body>
  931.  
  932. <div id="theme">
  933.  
  934. <div id="sidebar">
  935. <div id="small">
  936. <div id="rou">
  937. {block:IfIcon}
  938. <a title="home&nbsp;page" href="/"><img src="{PortraitURL-40}"/></a>
  939. {/block:IfIcon}
  940. {block:IfNotIcon}
  941. <a href="/" title="home&nbsp;page"><img src="{image:sidebar}"/></a>
  942. {/block:IfNotIcon}
  943. </div>
  944. {block:IfTitleHover}
  945. <div id="long">
  946. {text:title}
  947. </div>
  948. {/block:IfTitleHover}
  949. <div id="wide">
  950. <a href="/">{text:title}</a>
  951. </div>
  952. <div id="jumps">
  953. {block:JumpPagination length="7"}
  954. {block:JumpPage}
  955. <a title="page:&nbsp;{PageNumber}" href="{URL}">{PageNumber}</a>
  956. {/block:JumpPage}
  957. {/block:JumpPagination}
  958. </div>
  959. <div id="rights">
  960. {block:IfLink1Name}
  961. <a href="{text:link1}">{text:link1name}</a><br />
  962. {/block:IfLink1Name}
  963. {block:IfLink2Name}
  964. <a href="{text:link2}">{text:link2name}</a><br />
  965. {/block:IfLink2Name}
  966. {block:IfLink3Name}
  967. <a href="{text:link3}">{text:link3name}</a><br />
  968. {/block:IfLink3Name}
  969. {block:IfLink4Name}
  970. <a href="{text:link4}">{text:link4name}</a><br />
  971. {/block:IfLink4Name}
  972. {block:IfLink5Name}
  973. <a href="{text:link5}">{text:link5name}</a><br />
  974. {/block:IfLink5Name}
  975. {block:IfLink6Name}
  976. <a href="{text:link6}">{text:link6name}</a><br />
  977. {/block:IfLink6Name}
  978. </div>
  979. <div id="desc">
  980. <div class="rounder" style="width:3px;"></div>
  981. {Description}
  982. </div>
  983. </div>
  984. </div>
  985.  
  986. <a target="blank" title="theme by colorfulmetaphors" href="http://colorfulmetaphors.tumblr.com/">
  987. <div id="credit">
  988. T
  989. </div>
  990. </a>
  991.  
  992. <div id="entries">
  993. {block:Posts}
  994. <div id="post">
  995.  
  996. {block:IndexPage}
  997. {block:IfTopInfo}
  998. <div id="info">
  999. {block:Date}
  1000. <a href="{Permalink}"><span style="background-color:{color:info link bg};padding:1px 2px 2px 3px;color:{color:date};">{ShortMonth}&nbsp;{DayofMonth}</span>&nbsp;
  1001. {/block:Date}
  1002. {NoteCount}</a>&nbsp;|&nbsp;
  1003. <a href="{ReblogURL}">reblog</a>
  1004. {block:IfNot400pxPosts}
  1005. {block:IfNot500pxPosts}
  1006. {block:RebloggedFrom}
  1007. &nbsp;|&nbsp;
  1008. <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>
  1009. {block:ContentSource}
  1010. -&nbsp;<a title="{ReblogRootName}" href="{SourceURL}">source</a>
  1011. {/block:ContentSource}
  1012. {/block:RebloggedFrom}
  1013. {/block:IfNot500pxPosts}
  1014. {/block:IfNot400pxPosts}
  1015. {block:If400pxPosts}
  1016. {block:RebloggedFrom}
  1017. &nbsp;|&nbsp;
  1018. via&nbsp;<a href="{ReblogParentURL}">{ReblogParentName}</a>
  1019. {block:ContentSource}
  1020. -&nbsp;&copy;&nbsp;<a href="{SourceURL}">{ReblogRootName}</a>
  1021. {/block:ContentSource}
  1022. {/block:RebloggedFrom}
  1023. {/block:If400pxPosts}
  1024. {block:If500pxPosts}
  1025. {block:RebloggedFrom}
  1026. &nbsp;|&nbsp;
  1027. via&nbsp;<a href="{ReblogParentURL}">{ReblogParentName}</a>
  1028. {block:ContentSource}
  1029. -&nbsp;&copy;&nbsp;<a href="{SourceURL}">{ReblogRootName}</a>
  1030. {/block:ContentSource}
  1031. {/block:RebloggedFrom}
  1032. {/block:If500pxPosts}
  1033. </div>
  1034. {/block:IfTopInfo}
  1035. {/block:IndexPage}
  1036.  
  1037. {block:Text}
  1038. {block:Title}
  1039. <h1>{Title}</h1>
  1040. {/block:Title}
  1041. {Body}
  1042. {/block:Text}
  1043.  
  1044. {block:Photo}
  1045. <center>{LinkOpenTag}
  1046. {block:IndexPage}
  1047. {block:If400pxPosts}
  1048. <img src="{PhotoURL-500}" width="400">
  1049. {/block:If400pxPosts}
  1050. {block:If500pxPosts}
  1051. <img src="{PhotoURL-500}">
  1052. {/block:If500pxPosts}
  1053. {block:IfNot400pxPosts}
  1054. {block:IfNot500pxPosts}
  1055. <img src="{PhotoURL-500}" width="250">
  1056. {/block:IfNot500pxPosts}
  1057. {/block:IfNot400pxPosts}
  1058. {/block:IndexPage}
  1059. {block:PermalinkPage}
  1060. <img src="{PhotoURL-500}">
  1061. {/block:PermalinkPage}
  1062. {LinkCloseTag}</center>
  1063. {block:Caption}
  1064. {Caption}
  1065. {/block:Caption}
  1066. {/block:Photo}
  1067.  
  1068. {block:Photoset}
  1069. {block:IndexPage}
  1070. {block:If400pxPosts}
  1071. {Photoset-400}
  1072. {/block:If400pxPosts}
  1073. {block:If500pxPosts}
  1074. {Photoset-500}
  1075. {/block:If500pxPosts}
  1076. {block:IfNot400pxPosts}
  1077. {block:IfNot500pxPosts}
  1078. {Photoset-250}
  1079. {/block:IfNot500pxPosts}
  1080. {/block:IfNot400pxPosts}
  1081. {/block:IndexPage}
  1082. {block:PermalinkPage}
  1083. {Photoset-500}
  1084. {/block:PermalinkPage}
  1085. {block:Caption}
  1086. {Caption}
  1087. {/block:Caption}
  1088. {/block:Photoset}
  1089.  
  1090. {block:Quote}
  1091. <div class="quote">
  1092. {Quote}
  1093. </div>
  1094. {block:Source}
  1095. <div style="text-align:center; font-family: 'Droid Sans', sans-serif; padding-top:5px">β€” {Source} β€”
  1096. </div>
  1097. {/block:Source}
  1098. {/block:Quote}
  1099.  
  1100. {block:Link}
  1101. <div class="link">
  1102. <a target="blank" href="{URL}" {Target}>-----&nbsp;{Name}</a>
  1103. </div>
  1104. {block:Description}
  1105. {Description}
  1106. {/block:Description}
  1107. {/block:Link}
  1108.  
  1109. {block:Chat}
  1110. {block:Title}
  1111. <h1>
  1112. {Title}
  1113. </h1>
  1114. {/block:Title}
  1115. {block:Lines}
  1116. {block:Label}
  1117. <strong>{Label}&nbsp;</strong>
  1118. {/block:Label}
  1119. {Line}<br />
  1120. {/block:Lines}
  1121. {/block:Chat}
  1122.  
  1123. {block:Audio}
  1124. {block:AlbumArt}
  1125. <div class="audio">
  1126. <img src="{AlbumArtURL}">
  1127. </div>
  1128. {/block:AlbumArt}
  1129. <div class="hidden">
  1130. <div class="player">
  1131. <div class="pull">
  1132. {AudioPlayerWhite}
  1133. </div>
  1134. </div>
  1135. </div>
  1136. <div class="song">
  1137. {block:TrackName}
  1138. {TrackName}
  1139. {/block:TrackName}
  1140. {block:Artist}
  1141. <br />{Artist}
  1142. {/block:Artist}
  1143. <br />{PlayCountWithLabel}
  1144. </div>
  1145. {block:Caption}
  1146. <div class="caption">
  1147. {Caption}
  1148. </div>
  1149. {/block:Caption}
  1150. {/block:Audio}
  1151.  
  1152. {block:Video}
  1153. {block:IndexPage}
  1154. {block:If400pxPosts}
  1155. {Video-400}
  1156. {/block:If400pxPosts}
  1157. {block:If500pxPosts}
  1158. {Video-500}
  1159. {/block:If500pxPosts}
  1160. {block:IfNot400pxPosts}
  1161. {block:IfNot500pxPosts}
  1162. {Video-250}
  1163. {/block:IfNot500pxPosts}
  1164. {/block:IfNot400pxPosts}
  1165. {/block:IndexPage}
  1166. {block:PermalinkPage}
  1167. {Video-500}
  1168. {/block:PermalinkPage}
  1169. {block:Caption}
  1170. {Caption}
  1171. {/block:Caption}
  1172. {/block:Video}
  1173.  
  1174. {block:Answer}
  1175. <div class="question">
  1176. <div class="words">
  1177. <a href="{AskerURL}" title="{AskerName}">
  1178. <div style="float:right;margin-left:5px;padding-left:5px;border-left:1px solid {color:posts};height:30px;">
  1179. <img src="{AskerPortraitURL-16}" border="7px solid {color:posts}">
  1180. </div>
  1181. </a>
  1182. {Question}
  1183. </div>
  1184. </div>
  1185. <br />
  1186. {Answer}
  1187. {/block:Answer}
  1188.  
  1189. {block:IndexPage}
  1190. {block:IfNotTopInfo}
  1191. <div id="info">
  1192. {block:Date}
  1193. <a href="{Permalink}"><span style="background-color:{color:info link bg};padding:1px 2px 2px 3px;color:{color:date};">{ShortMonth}&nbsp;{DayofMonth}</span>&nbsp;
  1194. {/block:Date}
  1195. {NoteCount}</a>&nbsp;|&nbsp;
  1196. <a href="{ReblogURL}">reblog</a>
  1197. {block:IfNot400pxPosts}
  1198. {block:IfNot500pxPosts}
  1199. {block:RebloggedFrom}
  1200. &nbsp;|&nbsp;
  1201. <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>
  1202. {block:ContentSource}
  1203. -&nbsp;<a title="{ReblogRootName}" href="{SourceURL}">source</a>
  1204. {/block:ContentSource}
  1205. {/block:RebloggedFrom}
  1206. {/block:IfNot500pxPosts}
  1207. {/block:IfNot400pxPosts}
  1208. {block:If400pxPosts}
  1209. {block:RebloggedFrom}
  1210. &nbsp;|&nbsp;
  1211. via&nbsp;<a href="{ReblogParentURL}">{ReblogParentName}</a>
  1212. {block:ContentSource}
  1213. -&nbsp;&copy;&nbsp;<a href="{SourceURL}">{ReblogRootName}</a>
  1214. {/block:ContentSource}
  1215. {/block:RebloggedFrom}
  1216. {/block:If400pxPosts}
  1217. {block:If500pxPosts}
  1218. {block:RebloggedFrom}
  1219. &nbsp;|&nbsp;
  1220. via&nbsp;<a href="{ReblogParentURL}">{ReblogParentName}</a>
  1221. {block:ContentSource}
  1222. -&nbsp;&copy;&nbsp;<a href="{SourceURL}">{ReblogRootName}</a>
  1223. {/block:ContentSource}
  1224. {/block:RebloggedFrom}
  1225. {/block:If500pxPosts}
  1226. </div>
  1227. {/block:IfNotTopInfo}
  1228.  
  1229. {block:HasTags}
  1230. <div id="tags">
  1231. {block:Tags}
  1232. &nbsp;<a href="{TagURL}">{Tag}</a>&nbsp;
  1233. {/block:Tags}
  1234. </div>
  1235. {/block:HasTags}
  1236.  
  1237. {/block:IndexPage}
  1238.  
  1239. {block:PermalinkPage}
  1240. <div id="info">
  1241. {block:Date}
  1242. {TimeAgo}&nbsp;on&nbsp;{Month}&nbsp;{DayofMonth}{DayofMonthSuffix}&nbsp;with&nbsp;
  1243. {/block:Date}
  1244. {NoteCountWithLabel}&nbsp;
  1245. <a href="{ReblogURL}">reblog</a>
  1246. {block:RebloggedFrom}
  1247. <br />
  1248. {block:ContentSource}
  1249. originally&nbsp;from&nbsp;<a href="{SourceURL}">{ReblogRootName}</a>,&nbsp;
  1250. {/block:ContentSource}
  1251. via&nbsp;<a href="{ReblogParentURL}">{ReblogParentName}</a>
  1252. {/block:RebloggedFrom}
  1253. </div>
  1254.  
  1255. {block:HasTags}
  1256. <div id="tags">
  1257. tagged&nbsp;as:
  1258. {block:Tags}
  1259. &nbsp;<a href="{TagURL}">{Tag}</a>&nbsp;
  1260. {/block:Tags}
  1261. </div>
  1262. {/block:HasTags}
  1263.  
  1264. {/block:PermalinkPage}
  1265.  
  1266. </div>
  1267.  
  1268. {block:PostNotes}
  1269. {PostNotes}
  1270. {/block:PostNotes}
  1271. {/block:Posts}
  1272. </div>
  1273. {block:IndexPage}
  1274. <div id="bottom">
  1275. {block:Pagination}
  1276. {block:PreviousPage}
  1277. <a href="{PreviousPage}">prev&nbsp;page</a>&nbsp;&nbsp;&middot;&nbsp;
  1278. {/block:PreviousPage}
  1279. {block:NextPage}
  1280. <a href="{NextPage}">next&nbsp;page</a>
  1281. {/block:NextPage}
  1282. {/block:Pagination}
  1283. </div>
  1284. {/block:IndexPage}
  1285. </div>
  1286.  
  1287. </body>
  1288.  
  1289. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement