farflunghopes

P.O.E.

Nov 8th, 2012
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.00 KB | None | 0 0
  1. <!--- Theme #9 'P.O.E.' by Brianna @ farflunghopes.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 title is the home link.
  14.  
  15. - !!!IMPORTANT!!!
  16. Due to differing screen widths, you may need to move the secondary sidebar over. This can be done by increasing the margin-left number under '500pxSidebar2' (for 500px posts) or '400pxSidebar2' (for 400px posts). To move the sidebar farther left, increase the number. Do not add 'px'
  17.  
  18. - The background image REPEAT and POSITION can be changed under the appearance options. Select or deslect 'BackgroundImageRepeat' and enter the position in 'bgimgposition'.
  19. - The top sidebar image is either 520px wide by 90px tall or 420px wide by 65px tall.
  20. - The posts can either be 400px or 500px wide the default is 500px. For 400px, select '400pxPosts' under the appearance options.
  21. - 'side' is the left sidebar image. 'side2' is the right, and 'sidebarbg' is the background that appears on both sidebars.
  22. - Both sidebar images are 180px wide.
  23. - Each sidebar can individually be set to hidden until hovered over, or always visible. Selections are under the appearance options.
  24. - There are FIVE extra links available. Add them under the appearance options.
  25. - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
  26. - The 'highlight' and 'highlighttext' color options refer to the background and text color that appears when you click and drag the cursor.
  27.  
  28. Enjoy!
  29.  
  30. --->
  31.  
  32. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  33. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  34. <head><title>{Title}</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=Alice' rel='stylesheet' type='text/css'>
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Karla:400,400italic' rel='stylesheet' type='text/css'>
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  47. <script>
  48. (function($){
  49. $(document).ready(function(){
  50. $("[title]").style_my_tooltips();
  51. });
  52. })(jQuery);
  53. </script>
  54.  
  55. <meta name="color:background" content="#ffffff"/>
  56. <meta name="color:border" content="#e6e6e6"/>
  57. <meta name="color:topbar" content="#888888">
  58. <meta name="color:sidebar1" content="#e7e7e7">
  59. <meta name="color:sidebar2" content="#e9e9e9">
  60. <meta name="color:description" content="#ffffff">
  61. <meta name="color:title" content="#DDDDDD">
  62. <meta name="color:titlehover" content="#AAAAAA">
  63. <meta name="color:text" content="#888888"/>
  64. <meta name="color:link" content="#333333"/>
  65. <meta name="color:linkhover" content="#999999">
  66. <meta name="color:tags" content="#eeeeee">
  67. <meta name="color:tagshover" content="#777777">
  68. <meta name="color:infolink" content="#555555">
  69. <meta name="color:infolinkhover" content="#999999">
  70. <meta name="color:sidelink" content="#444444">
  71. <meta name="color:sidelinkbg" content="#CCCCCC">
  72. <meta name="color:posts" content="#DDDDDD">
  73. <meta name="color:postsbg" content="#AAAAAA">
  74. <meta name="color:scrollbarbackground" content="#DDDDDD">
  75. <meta name="color:scrollbar" content="#999999">
  76. <meta name="color:highlight" content="#DDDDDD">
  77. <meta name="color:highlighttext" content="#111111">
  78.  
  79. <meta name="font:body" content="">
  80. <meta name="font:sidebar" content="">
  81.  
  82. <meta name="image:sidebarbg" content=""/>
  83. <meta name="image:side2" content="">
  84. <meta name="image:side" content="">
  85. <meta name="image:topbar" content="">
  86. <meta name="image:background" content="">
  87.  
  88. <meta name="text:bodyfontsize" content="11">
  89. <meta name="text:bgimgposition" content="bottom right" />
  90. <meta name="text:500pxSidebar2" content="770">
  91. <meta name="text:400pxSidebar2" content="735">
  92. <meta name="text:link1" content="/">
  93. <meta name="text:link1name" content="link 1">
  94. <meta name="text:link2" content="/">
  95. <meta name="text:link2name" content="link 2">
  96. <meta name="text:link3" content="/">
  97. <meta name="text:link3name" content="link 3">
  98. <meta name="text:link4" content="/">
  99. <meta name="text:link4name" content="link 4">
  100. <meta name="text:link5" content="/">
  101. <meta name="text:link5name" content="link 5">
  102.  
  103. <meta name="if:BackgroundImageRepeat" content="" />
  104. <meta name="if:VisibleLeftSidebar" content="">
  105. <meta name="if:VisibleRightSidebar" content="">
  106. <meta name="if:400pxPosts" content="">
  107.  
  108. <style type="text/css">
  109.  
  110. 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;}
  111. 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;}
  112.  
  113. ::-webkit-scrollbar {
  114. width: 7px;
  115. background-color:{color:scrollbarbackground};
  116. }
  117.  
  118. ::-webkit-scrollbar-thumb {
  119. width:7px;
  120. background-color:{color:scrollbar};
  121. }
  122.  
  123. ::selection {
  124. background: {color:highlight};
  125. color: {color:highlighttext};
  126. }
  127.  
  128. #s-m-t-tooltip {
  129. z-index: 9999;
  130. background:{color:background};
  131. font-size: 9px;
  132. line-height: 11px;
  133. font-style:italic;
  134. font-family:georgia;
  135. border: 1px solid #F0F0F0;
  136. text-transform: lowercase;
  137. color: #AAA;
  138. max-width: 150px;
  139. padding: 5px 10px 5px 10px;
  140. display: block;
  141. margin: 15px 0px 0px -50px;
  142. box-shadow:3px 3px 5px;
  143. }
  144.  
  145. body {
  146. background-color:{color:background};
  147. color:{color:text};
  148. font-size:{text:bodyfontsize}px;
  149. font-family:{font:body};
  150. line-height:11px;
  151. background-image:url('{image:background}');
  152. background-attachment:fixed;
  153. background-position:{text:bgimgposition};
  154. {block:IfBackgroundImageRepeat}
  155. background-repeat:repeat;
  156. {/block:IfBackgroundImageRepeat}
  157. {block:IfNotBackgroundImageRepeat}
  158. background-repeat:no-repeat;
  159. {/block:IfNotBackgroundImageRepeat}
  160. }
  161.  
  162. a {
  163. color:{color:link};
  164. text-decoration:none;
  165. outline:none;
  166. -moz-outline-style:none;
  167. -webkit-transition: all 0.6s ease-out;
  168. -o-transition: all 0.6s ease-out;
  169. -webkit-transition: all 0.6s ease-out;
  170. -moz-transition: all 0.6s ease-out;
  171. }
  172.  
  173. a:hover {
  174. color:{color:linkhover};
  175. -webkit-transition: all 0.6s ease-out;
  176. -o-transition: all 0.6s ease-out;
  177. -webkit-transition: all 0.6s ease-out;
  178. -moz-transition: all 0.6s ease-out;
  179. }
  180.  
  181. blockquote {
  182. padding-left:3px;
  183. border-left:2px solid;
  184. }
  185.  
  186. blockquote blockquote {
  187. padding-left:3px;
  188. border-left:2px solid;
  189. }
  190.  
  191. h1 {
  192. font-size:15px;
  193. font-family: 'Alice', serif;
  194. }
  195.  
  196. #hold {
  197. width:90%;
  198. margin-left:4.5%;
  199. height:100%;
  200. }
  201.  
  202. #entries {
  203. padding:10px;
  204. padding-bottom:20px;
  205. margin-top:-10px;
  206. background-color:{color:postsbg};
  207. {block:IfNot400pxPosts}
  208. width:520px;
  209. margin-left:22%;
  210. {/block:IfNot400pxPosts}
  211. {block:If400pxPosts}
  212. width:420px;
  213. margin-left:28%;
  214. {/block:If400pxPosts}
  215. }
  216.  
  217. #post {
  218. padding:10px;
  219. background-color:{color:posts};
  220. overflow:hidden;
  221. {block:IfNot400pxPosts}
  222. width:500px;
  223. {/block:IfNot400pxPosts}
  224. {block:If400pxPosts}
  225. width:400px;
  226. {/block:If400pxPosts}
  227. }
  228.  
  229. #sidebar {
  230. height:110%;
  231. position:fixed;
  232. margin-top:-20px;
  233. border-right: 10px ridge {color:border};
  234. background-color:{color:border};
  235. {block:IfNot400pxPosts}
  236. right:76%;
  237. {/block:IfNot400pxPosts}
  238. {block:If400pxPosts}
  239. right:71%;
  240. {/block:If400pxPosts}
  241. {block:IfNotVisibleLeftSidebar}
  242. width:14px;
  243. border-left:1px solid {color:border};
  244. -webkit-transition: all 0.6s ease-out;
  245. -o-transition: all 0.6s ease-out;
  246. -webkit-transition: all 0.6s ease-out;
  247. -moz-transition: all 0.6s ease-out;
  248. {/block:IfNotVisibleLeftSidebar}
  249. {block:IfVisibleLeftSidebar}
  250. padding-right:5px;
  251. background-image:url('{image:sidebarbg}');
  252. background-color:{color:sidebar};
  253. {block:IfNot400pxPosts}
  254. width:260px;
  255. {/block:IfNot400pxPosts}
  256. {block:If400pxPosts}
  257. width:315px;
  258. {/block:If400pxPosts}
  259. {/block:IfVisibleLeftSidebar}
  260. }
  261.  
  262. #side {
  263. font-size:17px;
  264. color:{color:title};
  265. font-family: 'Karla', sans-serif;
  266. -webkit-transition: all 0.6s ease-out;
  267. -o-transition: all 0.6s ease-out;
  268. -webkit-transition: all 0.6s ease-out;
  269. -moz-transition: all 0.6s ease-out;
  270. {block:IfNotVisibleLeftSidebar}
  271. padding:10px;
  272. width:170px;
  273. padding-left:15px;
  274. padding-right:15px;
  275. text-align:center;
  276. margin-left:-115px;
  277. margin-top:190px;
  278. -webkit-transform: rotate(-90deg);
  279. background-color:{color:border};
  280. {/block:IfNotVisibleLeftSidebar}
  281. {block:IfVisibleLeftSidebar}
  282. padding:10px 5px 10px 5px;
  283. width:170px;
  284. border:10px solid {color:border};
  285. background-color:{color:description};
  286. {block:IfNot400pxPosts}
  287. margin-left:40px;
  288. margin-top:160px;
  289. {/block:IfNot400pxPosts}
  290. {block:If400pxPosts}
  291. margin-left:68px;
  292. margin-top:160px;
  293. {/block:If400pxPosts}
  294. {/block:IfVisibleLeftSidebar}
  295. {block:IfNotSideImage}
  296. margin-top:210px;
  297. {/block:IfNotSideImage}
  298. }
  299.  
  300. #side:hover {
  301. opacity:0.8;
  302. color:{color:titlehover};
  303. -webkit-transition: all 0.6s ease-out;
  304. -o-transition: all 0.6s ease-out;
  305. -webkit-transition: all 0.6s ease-out;
  306. -moz-transition: all 0.6s ease-out;
  307. }
  308.  
  309. #dtext {
  310. width:160px;
  311. padding:10px;
  312. border:10px solid {color:border};
  313. background-color:{color:description};
  314. }
  315.  
  316. #apex {
  317. {block:IfNotVisibleLeftSidebar}
  318. margin-left:-2px;
  319. margin-top:-10%;
  320. {/block:IfNotVisibleLeftSidebar}
  321. {block:IfVisibleLeftSidebar}
  322. margin-top:10px;
  323. margin-left:20px;
  324. text-align:center;
  325. {/block:IfVisibleLeftSidebar}
  326. }
  327.  
  328. #apex img {
  329. border:10px solid {color:border};
  330. {block:IfNotVisibleLeftSidebar}
  331. width:0px;
  332. -webkit-transition: all 0.6s ease-out;
  333. -o-transition: all 0.6s ease-out;
  334. -webkit-transition: all 0.6s ease-out;
  335. -moz-transition: all 0.6s ease-out;
  336. {/block:IfNotVisibleLeftSidebar}
  337. {block:IfVisibleLeftSidebar}
  338. width:180px;
  339. {/block:IfVisibleLeftSidebar}
  340. }
  341.  
  342.  
  343. #description {
  344. padding-bottom:1px;
  345. text-align:center;
  346. font-family:{font:sidebar};
  347. {block:IfNotVisibleLeftSidebar}
  348. width:0px;
  349. overflow:hidden;
  350. padding:0px;
  351. color:transparent;
  352. background-color:transparent;
  353. -webkit-transition: all 0.6s ease-out;
  354. -o-transition: all 0.6s ease-out;
  355. -webkit-transition: all 0.6s ease-out;
  356. -moz-transition: all 0.6s ease-out;
  357. {block:IfNotVisibleLeftSidebar}
  358. {block:IfVisibleLeftSidebar}
  359. font-size:9px;
  360. text-align:justify;
  361. width:190px;
  362. padding:40px;
  363. padding-top:10px;
  364. color:{color:text};
  365. {block:If400pxPosts}
  366. margin-left:28px;
  367. {/block:If400pxPosts}
  368. {/block:IfVisibleLeftSidebar}
  369. }
  370.  
  371. #description:first-letter {
  372. padding:10px 10px 10px 5px;
  373. margin-right:3px;
  374. font-size:18px;
  375. font-style:italic;
  376. float:left;
  377. font-family: 'Alice', serif;
  378. background-color:{color:posts};
  379. }
  380.  
  381. {block:IfNotVisibleLeftSidebar}
  382. #sidebar:hover {
  383. margin-left:0px;
  384. padding-right:5px;
  385. -webkit-transition: all 0.6s ease-out;
  386. -o-transition: all 0.6s ease-out;
  387. -webkit-transition: all 0.6s ease-out;
  388. -moz-transition: all 0.6s ease-out;
  389. background-image:url('{image:sidebarbg}');
  390. background-color:{color:sidebar1};
  391. {block:IfNot400pxPosts}
  392. width:260px;
  393. {/block:IfNot400pxPosts}
  394. {block:If400pxPosts}
  395. width:315px;
  396. {/block:If400pxPosts}
  397.  
  398. }
  399.  
  400. #sidebar:hover #side {
  401. -webkit-transform: rotate(0deg);
  402. margin-top:160px;
  403. width:170px;
  404. padding:10px 5px 10px 5px;
  405. border:10px solid {color:border};
  406. background-color:{color:description};
  407. -webkit-transition: all 0.6s ease-out;
  408. -o-transition: all 0.6s ease-out;
  409. -webkit-transition: all 0.6s ease-out;
  410. -moz-transition: all 0.6s ease-out;
  411. {block:IfNot400pxPosts}
  412. margin-left:40px;
  413. {/block:IfNot400pxPosts}
  414. {block:If400pxPosts}
  415. margin-left:68px;
  416. {/block:If400pxPosts}
  417. {block:IfNotSideImage}
  418. margin-top:210px;
  419. {/block:IfNotSideImage}
  420. }
  421.  
  422. #sidebar:hover #description {
  423. width:190px;
  424. padding:40px;
  425. font-size:9px;
  426. text-align:justify;
  427. font-family:{font:sidebar};
  428. padding-top:10px;
  429. color:{color:text};
  430. -webkit-transition: all 0.6s ease-out;
  431. -o-transition: all 0.6s ease-out;
  432. -webkit-transition: all 0.6s ease-out;
  433. -moz-transition: all 0.6s ease-out;
  434. {block:If400pxPosts}
  435. margin-left:28px;
  436. {/block:If400pxPosts}
  437. }
  438.  
  439. #sidebar:hover #apex {
  440. margin-top:10px;
  441. margin-left:20px;
  442. text-align:center;
  443. }
  444.  
  445. #sidebar:hover #apex img{
  446. width:180px;
  447. -webkit-transition: all 0.6s ease-out;
  448. -o-transition: all 0.6s ease-out;
  449. -webkit-transition: all 0.6s ease-out;
  450. -moz-transition: all 0.6s ease-out;
  451. }
  452. {/block:IfNotVisibleLeftSidebar}
  453.  
  454. #infobar {
  455. height:110%;
  456. position:fixed;
  457. margin-top:-20px;
  458. border-left: 10px groove {color:border};
  459. background-color:{color:border};
  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. {block:IfNot400pxPosts}
  465. margin-left:{text:500pxSidebar2}px;
  466. {/block:IfNot400pxPosts}
  467. {block:If400pxPosts}
  468. margin-left:{text:400pxSidebar2}px;
  469. {/block:If400pxPosts}
  470. {block:IfNotVisibleRightSidebar}
  471. width:14px;
  472. border-right:1px solid {color:border};
  473. {/block:IfNotVisibleRightSidebar}
  474. {block:IfVisibleRightSidebar}
  475. padding-left:5px;
  476. background-image:url('{image:sidebarbg}');
  477. background-color:{color:sidebar2};
  478. {block:IfNot400pxPosts}
  479. width:300px;
  480. {/block:IfNot400pxPosts}
  481. {block:If400pxPosts}
  482. width:335px;
  483. {/block:If400pxPosts}
  484. {/block:IfVisibleRightSidebar}
  485.  
  486. }
  487.  
  488. #links {
  489. text-align:center;
  490. overflow:hidden;
  491. -webkit-transition: all 0.6s ease-out;
  492. -o-transition: all 0.6s ease-out;
  493. -webkit-transition: all 0.6s ease-out;
  494. -moz-transition: all 0.6s ease-out;
  495. {block:IfNotSide2Image}
  496. margin-top:130px;
  497. {/block:IfNotSide2Image}
  498. {block:IfNotVisibleRightSidebar}
  499. width:0px;
  500. {/block:IfNotVisibleRightSidebar}
  501. {block:IfVisibleRightSidebar}
  502. width:190px;
  503. padding:40px;
  504. padding-top:10px;
  505. {block:IfNot400pxPosts}
  506. margin-left:-15px;
  507. {/block:IfNot400pxPosts}
  508. {block:If400pxPosts}
  509. margin-left:0px;
  510. {/block:If400pxPosts}
  511. {block:IfNotSide2Image}
  512. margin-top:200px;
  513. {/block:IfNotSide2Image}
  514. {/block:IfVisibleRightSidebar}
  515. }
  516.  
  517. #ract {
  518. width:120px;
  519. padding:30px;
  520. background-color:{color:description};
  521. border:10px solid {color:border};
  522. -webkit-transition: all 0.6s ease-out;
  523. -o-transition: all 0.6s ease-out;
  524. -webkit-transition: all 0.6s ease-out;
  525. -moz-transition: all 0.6s ease-out;
  526. }
  527.  
  528. #ract a {
  529. margin-bottom:1px;
  530. display:block;
  531. font-family: 'Alice', serif;
  532. font-size:9px;
  533. letter-spacing:1px;
  534. background-color:transparent;
  535. -webkit-transition: all 0.6s ease-out;
  536. -o-transition: all 0.6s ease-out;
  537. -webkit-transition: all 0.6s ease-out;
  538. -moz-transition: all 0.6s ease-out;
  539. {block:IfNotVisibleRightSidebar}
  540. color:transparent;
  541. width:0px;
  542. background-color:transparent;
  543. {/block:IfNotVisibleRightSidebar}
  544. {block:IfVisibleRightSidebar}
  545. padding-top:4px;
  546. font-style:italic;
  547. width:110px;
  548. height:16px;
  549. background-color:{color:sidelinkbg};
  550. color:{color:sidelink};
  551. {/block:IfVisibleRightSidebar}
  552. }
  553.  
  554. #ract a:hover {
  555. color:{color:sidelinkbg};
  556. background-color:{color:sidelink};
  557. -webkit-transition: all 0.6s ease-out;
  558. -o-transition: all 0.6s ease-out;
  559. -webkit-transition: all 0.6s ease-out;
  560. -moz-transition: all 0.6s ease-out;
  561. }
  562.  
  563. #deplo {
  564. {block:IfNotVisibleRightSidebar}
  565. margin-top:100px;
  566. margin-left:-5px;
  567. {/block:IfNotVisibleRightSidebar}
  568. {block:IfVisibleRightSidebar}
  569. text-align:center;
  570. margin-top:160px;
  571. margin-left:-50px;
  572. {/block:IfVisibleRightSidebar}
  573. }
  574.  
  575. #deplo img {
  576. border:10px solid {color:border};
  577. {block:IfNotVisibleRightSidebar}
  578. width:0px;
  579. -webkit-transition: all 0.6s ease-out;
  580. -o-transition: all 0.6s ease-out;
  581. -webkit-transition: all 0.6s ease-out;
  582. -moz-transition: all 0.6s ease-out;
  583. {/block:IfNotVisibleRightSidebar}
  584. {block:IfVisibleRightSidebar}
  585. width:180px;
  586. {/block:IfVisibleRightSidebar}
  587. }
  588.  
  589. {block:IfNotVisibleRightSidebar}
  590. #infobar:hover {
  591. padding-left:5px;
  592. -webkit-transition: all 0.6s ease-out;
  593. -o-transition: all 0.6s ease-out;
  594. -webkit-transition: all 0.6s ease-out;
  595. -moz-transition: all 0.6s ease-out;
  596. background-image:url('{image:sidebarbg}');
  597. background-color:{color:sidebar2};
  598. {block:IfNot400pxPosts}
  599. width:300px;
  600. {/block:IfNot400pxPosts}
  601. {block:If400pxPosts}
  602. width:335px;
  603. {/block:If400pxPosts}
  604.  
  605. }
  606.  
  607. #infobar:hover #links {
  608. width:190px;
  609. padding:40px;
  610. padding-top:10px;
  611. -webkit-transition: all 0.6s ease-out;
  612. -o-transition: all 0.6s ease-out;
  613. -webkit-transition: all 0.6s ease-out;
  614. -moz-transition: all 0.6s ease-out;
  615. {block:IfNot400pxPosts}
  616. margin-left:-15px;
  617. {/block:IfNot400pxPosts}
  618. {block:If400pxPosts}
  619. margin-left:2px;
  620. {/block:If400pxPosts}
  621. {block:IfNotSide2Image}
  622. margin-top:200px;
  623. {/block:IfNotSide2Image}
  624. }
  625.  
  626. #infobar:hover #deplo {
  627. text-align:center;
  628. margin-top:160px;
  629. margin-left:-50px;
  630. }
  631.  
  632. #infobar:hover #deplo img{
  633. width:180px;
  634. -webkit-transition: all 0.6s ease-out;
  635. -o-transition: all 0.6s ease-out;
  636. -webkit-transition: all 0.6s ease-out;
  637. -moz-transition: all 0.6s ease-out;
  638. }
  639.  
  640. #infobar:hover #ract a {
  641. padding-top:4px;
  642. font-style:italic;
  643. width:110px;
  644. height:16px;
  645. background-color:{color:sidelinkbg};
  646. color:{color:sidelink};
  647. -webkit-transition: all 0.6s ease-out;
  648. -o-transition: all 0.6s ease-out;
  649. -webkit-transition: all 0.6s ease-out;
  650. -moz-transition: all 0.6s ease-out;
  651. }
  652.  
  653. #infobar:hover #ract a:hover {
  654. color:{color:sidelinkbg};
  655. background-color:{color:sidelink};
  656. -webkit-transition: all 0.6s ease-out;
  657. -o-transition: all 0.6s ease-out;
  658. -webkit-transition: all 0.6s ease-out;
  659. -moz-transition: all 0.6s ease-out;
  660. }
  661. {/block:IfNotVisibleRightSidebar}
  662.  
  663. #pro {
  664. margin-top:-10px;
  665. }
  666.  
  667. #pro img {
  668. position:fixed;
  669. border-top:10px solid {color:postsbg};
  670. border-bottom:5px ridge {color:border};
  671. -webkit-transition: all 0.6s ease-out;
  672. -o-transition: all 0.6s ease-out;
  673. -webkit-transition: all 0.6s ease-out;
  674. -moz-transition: all 0.6s ease-out;
  675. {block:IfNot400pxPosts}
  676. width:520px;
  677. height:90px;
  678. {/block:IfNot400pxPosts}
  679. {block:If400pxPosts}
  680. width:420px;
  681. height:65px;
  682. {/block:If400pxPosts}
  683. }
  684.  
  685. #amu {
  686. position:fixed;
  687. text-align:center;
  688. font-size:14px;
  689. letter-spacing:1px;
  690. background-color:{color:topbar};
  691. border-bottom:5px ridge {color:border};
  692. border-top:10px solid {color:postsbg};
  693. font-family: 'Alice', serif;
  694. -webkit-transition: all 0.6s ease-out;
  695. -o-transition: all 0.6s ease-out;
  696. -webkit-transition: all 0.6s ease-out;
  697. -moz-transition: all 0.6s ease-out;
  698. {block:IfNot400pxPosts}
  699. width:520px;
  700. padding-top:40px;
  701. height:50px;
  702. {/block:IfNot400pxPosts}
  703. {block:If400pxPosts}
  704. width:420px;
  705. padding-top:30px;
  706. height:35px;
  707. {/block:If400pxPosts}
  708. {block:IfTopbarImage}
  709. opacity:0;
  710. {/block:IfTopbarImage}
  711. }
  712.  
  713. #amu a {
  714. font-family: 'Alice', serif;
  715. font-size:15px;
  716. font-style:none;
  717. }
  718.  
  719. {block:IfTopbarImage}
  720. #amu:hover {
  721. opacity:1;
  722. -webkit-transition: all 0.6s ease-out;
  723. -o-transition: all 0.6s ease-out;
  724. -webkit-transition: all 0.6s ease-out;
  725. -moz-transition: all 0.6s ease-out;
  726. }
  727. {/block:IfTopbarImage}
  728.  
  729. #info {
  730. text-align:center;
  731. margin-top:5px;
  732. font-family:georgia;
  733. font-size:8px;
  734. text-transform:uppercase;
  735. letter-spacing:1px;
  736. }
  737.  
  738. #info a{
  739. color:{color:infolink};
  740. }
  741.  
  742. #info a:hover {
  743. color:{color:infolinkhover};
  744. }
  745.  
  746. #tags {
  747. font-size:8px;
  748. text-align:center;
  749. margin-top:0px;
  750. font-family:georgia;
  751. font-style:italic;
  752. }
  753.  
  754. #tags a {
  755. color:{color:tags};
  756. }
  757.  
  758. #tags a:hover {
  759. color:{color:tagshover};
  760. }
  761.  
  762. .quote {
  763. padding-top:15px;
  764. padding-left:30px;
  765. padding-right:30px;
  766. font-size:12px;
  767. line-height:110%;
  768. text-align:center;
  769. font-family: 'Droid Sans', sans-serif;
  770. }
  771.  
  772. .portrait {
  773. float:left;
  774. padding-right:5px;
  775. }
  776.  
  777. #asker {
  778. margin-top:6px;
  779. font-size:15px;
  780. border-bottom:1px dotted {color:borders};
  781. padding-bottom:6px;
  782. font-family: 'Droid Sans', sans-serif;
  783. }
  784.  
  785. #question {
  786. margin-top:-8px;
  787. border-bottom:1px solid {color:text};
  788. padding-bottom:7px;
  789. }
  790.  
  791. .audio {
  792. margin-right:5px;
  793. width:70px;
  794. float:left;
  795. }
  796.  
  797. .hidden {
  798. width:70px;
  799. height:73px;
  800. }
  801.  
  802. .pull {
  803. margin-left:4px;
  804. margin-top:-6px;
  805. }
  806.  
  807. .tumblr_audio_player {
  808. margin:0px;
  809. padding:0px;
  810. width:500px;
  811. height:50px;
  812. }
  813.  
  814. .player {
  815. width:35px;
  816. height:37px;
  817. margin-left:10px;
  818. margin-top:10px;
  819. background-color:#999;
  820. overflow:hidden;
  821. position:absolute;
  822. opacity:0.7;
  823. background-color:#fff;
  824. border:7px solid #ECECEC;
  825. -webkit-transition: all 0.3s ease-out;
  826. -o-transition: all 0.3s ease-out;
  827. -webkit-transition: all 0.3s ease-out;
  828. -moz-transition: all 0.3s ease-out;
  829. }
  830.  
  831. .player:hover {
  832. opacity:1;
  833. -webkit-transition: all 0.3s ease-out;
  834. -o-transition: all 0.3s ease-out;
  835. -webkit-transition: all 0.3s ease-out;
  836. -moz-transition: all 0.3s ease-out;
  837. }
  838.  
  839. .caption {
  840. margin-top:18px;
  841. }
  842.  
  843. .audio img{
  844. max-width: 70px;
  845. height: auto;
  846. }
  847.  
  848. .song {
  849. margin-left:70px;
  850. margin-top:-57px;
  851. text-transform:uppercase;
  852. font-size:11px;
  853. font-family: 'Droid Sans', sans-serif;
  854. padding-bottom:13px;
  855. }
  856.  
  857. ol.notes {
  858. padding:0px;
  859. margin-left:50px;
  860. list-style-type:decimal;
  861. border-bottom: solid 1px {color:borders};
  862. {block:IfNot400pxPosts}
  863. width:420px;
  864. {/block:IfNot400pxPosts}
  865. {block:If400pxPosts}
  866. width:320px;
  867. {/block:If400pxPosts}
  868. }
  869.  
  870. ol.notes li.note {
  871. border-top: solid 1px {color:borders};
  872. padding: 10px;
  873. font-family: 'Droid Sans', sans-serif;
  874. }
  875.  
  876. ol.notes li.note img.avatar {
  877. vertical-align: -4px;
  878. margin-right: 10px;
  879. width: 16px;
  880. height: 16px;
  881. }
  882.  
  883. ol.notes li.note blockquote {
  884. border-color: {color:text};
  885. padding: 4px 10px;
  886. margin: 10px 0px 0px 25px;
  887. }
  888.  
  889. ol.notes li.note blockquote a {
  890. text-decoration: none;
  891. }
  892.  
  893. {CustomCSS}</style></head><body>
  894.  
  895. <div id="hold">
  896.  
  897. <div id="sidebar">
  898. <a title="home page" href="/"><div id="side">{Title}</div></a>
  899. {block:IfSideImage}<div id="apex"><img src="{image:side}"></div>{/block:IfSideImage}
  900. <div id="description"><div id="dtext">
  901. {Description}</div></div>
  902. </div>
  903.  
  904. <div id="infobar">
  905. {block:IfSide2Image}<div id="deplo"><img src="{image:side2}"></div>{/block:IfSide2Image}
  906. <div id="links">
  907. <div id="ract"><center>
  908. <a href="/ask">ask</a>
  909. {block:IfLink1Name}
  910. <a href="{text:link1}">{text:link1name}</a>
  911. {/block:IfLink1Name}
  912. {block:IfLink2Name}
  913. <a href="{text:link2}">{text:link2name}</a>
  914. {/block:IfLink2Name}
  915. {block:IfLink3Name}
  916. <a href="{text:link3}">{text:link3name}</a>
  917. {/block:IfLink3Name}
  918. {block:IfLink4Name}
  919. <a href="{text:link4}">{text:link4name}</a>
  920. {/block:IfLink4Name}
  921. {block:IfLink5Name}
  922. <a href="{text:link5}">{text:link5name}</a>
  923. {/block:IfLink5Name}
  924. <a href="http://colorfulmetaphors.tumblr.com">theme</a></center>
  925. </div>
  926. </div>
  927.  
  928. </div>
  929.  
  930. <div id="entries">
  931. <div id="pro"><img src="{image:topbar}"><div id="amu">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">◀</a>{/block:PreviousPage} <span style="font-style:italic;">{CurrentPage} out of {TotalPages}</span> {block:NextPage}<a href="{NextPage}">▶</a>{/block:NextPage}{/block:Pagination}</div></div>
  932. <br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
  933. {block:IfNot400pxPosts}<br /><br />{/block:IfNot400pxPosts}
  934. {block:Posts}<div id="post">
  935.  
  936. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  937.  
  938. {block:Photo}<center>{LinkOpenTag}{block:If400pxPosts}<img src="{PhotoURL-500}" width="400">{/block:If400pxPosts}{block:IfNot400pxPosts}<img src="{PhotoURL-500}">{/block:IfNot400pxPosts}{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  939.  
  940. {block:Photoset}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  941.  
  942. {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div style="text-align:center; font-family: 'Droid Sans', sans-serif; padding-bottom:15px;">— {Source} —</div>{/block:Source}{/block:Quote}
  943.  
  944. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  945.  
  946. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}</h1>{block:Lines}{block:Label}<strong>{Label}&nbsp</strong>{/block:Label}{Line}<br>{/Block:Lines}{/block:Chat}
  947.  
  948. {block:Audio}
  949. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  950. <div class="hidden"><div class="player"><div class="pull">{AudioPlayerWhite}</div></div></div>
  951. <div class="song">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}<br>{PlayCountWithLabel}</div>
  952. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  953. {/block:Audio}
  954.  
  955. {block:Video}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  956.  
  957. {block:Answer}<div class="portrait"><img src="{AskerPortraitURL-48}"></div><div id="asker">{Asker}:</div><br><div id="question">{Question}</div><br>{Answer}{/block:Answer}
  958.  
  959. </div>
  960.  
  961. <div id="info">
  962. {block:Date}<a href="{Permalink}">{TimeAgo}</a> · {/block:Date}
  963. <a href="{Permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}">reblog</a>
  964. {block:RebloggedFrom} · {block:ContentSource}<a title="{ReblogRootName}" href="{SourceURL}">©</a> · {/block:ContentSource}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}</div>
  965.  
  966. <div id="tags">
  967. {block:HasTags}{block:Tags}&nbsp&nbsp&nbsp<a href="{TagURL}">{Tag}</a>&nbsp&nbsp{/block:Tags}{/block:HasTags}</div>
  968. <br /><br /><br />{block:PostNotes}{PostNotes}{/block:PostNotes}
  969. {/block:Posts}</div></div>
  970.  
  971. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment