farflunghopes

chaos

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