Advertisement
hotlimit

lovetechnique

May 7th, 2012
879
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.25 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- HOTLIMIT THEME 001: LOVE TECHNIQUE
  5.  
  6. THEME CODED BY HOTLIMIT [AT] TUMBLR [DOT] COM
  7.  
  8. PLEASE DO NOT REMOVE THE CREDIT, REDISTRIBUTE, USE AS A BASE, OR CLAIM AS YOUR OWN. THAT IS VERY BAD AND MAKES BABY JESUS CRY. -->
  9.  
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <!-- DEFAULT VARIABLES -->
  21.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="image:Background" content="http://static.tumblr.com/gsojzab/CSVm3o8e7/lt-bg.png">
  24. <meta name="color:Entry" content="#ffffff"/>
  25. <meta name="color:Entry border" content="#f8cde2"/>
  26. <meta name="color:Text" content="#726e77"/>
  27. <meta name="color:Selection" content="#EE82A1"/>
  28. <meta name="color:Sidebar" content="#ffffff"/>
  29. <meta name="color:Sidebar text" content="#726e77"/>
  30. <meta name="color:LeftBorder" content="#FF9DCE"/>
  31. <meta name="image:Sidebar" content="http://static.tumblr.com/ima4vag/1E3m1yo1w/blank.gif"/>
  32. <meta name="color:Link" content="#f052a0"/>
  33. <meta name="color:LinkHover" content="#d3657c"/>
  34. <meta name="color:Title" content="#F1B4C9"/>
  35. <meta name="color:Subtitle" content="#e78cab"/>
  36. <meta name="color:blockquote" content="#c7578c"/>
  37. <meta name="color:quotation" content="#f881ab"/>
  38. <meta name="color:odd" content="#fed7e9"/>
  39. <meta name="color:even" content="#fbeaf2"/>
  40. <meta name="color:Bold" content="#b52673"/>
  41. <meta name="color:Italic" content="#e42c60"/>
  42. <meta name="color:Underline" content="#BF4E69"/>
  43. <meta name="color:Buttons" content="#f796c6"/>
  44. <meta name="color:Button background" content=""/>
  45. <meta name="color:Button hover" content="#F8F8F8"/>
  46. <meta name="color:Arrow hover" content="#f796c6"/>
  47. <meta name="color:Stats" content="#feeff6"/>
  48. <meta name="color:Entry title" content="#F1B4C9"/>
  49. <meta name="color:tags" content="#d93683"/>
  50. <meta name="color:Link1 hover" content="#f796c6"/>
  51. <meta name="color:Link2 hover" content="#ed669c"/>
  52. <meta name="color:Link3 hover" content="#e03380"/>
  53. <meta name="color:Link4 hover" content="#bd658c"/>
  54. <meta name="color:Player" content="#f6c3d9"/>
  55.  
  56. <meta name="if:Show title" content="1" />
  57. <meta name="if:Show subtitle" content="1" />
  58. <meta name="if:Show custom links" content="1" />
  59. <meta name="if:Show music player" content="1" />
  60. <meta name="if:Permalink hover" content="1" />
  61. <meta name="if:Fade sidebar image" content="1" />
  62. <meta name="if:Fade images" content="1" />
  63. <meta name="if:Show captions on index" content="1" />
  64. <meta name="if:Infinite scroll" content="0" />
  65.  
  66. <meta name="text:Link1 Title" content="Link 1" />
  67. <meta name="text:Link1 URL" content="" />
  68. <meta name="text:Link2 Title" content="Link 2" />
  69. <meta name="text:Link2 URL" content="" />
  70. <meta name="text:Link3 Title" content="Link 3" />
  71. <meta name="text:Link3 URL" content="" />
  72. <meta name="text:Link4 Title" content="Link 4" />
  73. <meta name="text:Link4 URL" content="" />
  74. <meta name="text:Subtitle" content="" />
  75. <meta name="text:Player code" content="" />
  76.  
  77. <link href='http://fonts.googleapis.com/css?family=Loved+by+the+King' rel='stylesheet' type='text/css'>
  78.  
  79. <style type="text/css">
  80.  
  81. /* BASICS */
  82.  
  83. body {
  84. background-color: {color:Background};
  85. background-image: url('{image:Background}');
  86. background-attachment: fixed;
  87. background-position: top-left;
  88. background-repeat: repeat;
  89. font-family: Calibri;
  90. font-size: 11px;
  91. color: {color:Text};
  92. }
  93.  
  94. a, a:link, a:visited, a:active {
  95. color: {color:Link};
  96. font-weight: bold;
  97. text-decoration: none;
  98. transition: all 0.6 ease-in-out;
  99. -webkit-transition: opacity 0.6s linear;
  100. -webkit-transition: all 0.6s ease-in-out;
  101. -moz-transition: all 0.6s ease-in-out;
  102. -o-transition: all 0.6s ease-in-out;
  103. -ms-transition: all 0.6 ease-in-out;
  104. }
  105.  
  106. a:hover {
  107. color: {color:LinkHover};
  108. transition: all 0.7 ease-in-out;
  109. -webkit-transition: opacity 0.7s linear;
  110. -webkit-transition: all 0.7s ease-in-out;
  111. -moz-transition: all 0.7s ease-in-out;
  112. -o-transition: all 0.7s ease-in-out;
  113. -ms-transition: all 0.7 ease-in-out;
  114. }
  115.  
  116. a img {
  117. border: 0px;
  118. }
  119.  
  120. b, strong {
  121. font-weight: bold;
  122. color: {color:Bold};
  123. }
  124.  
  125. i, em {
  126. color: {color:Italic};
  127. text-transform: italic;
  128. }
  129.  
  130. u {
  131. text-decoration: none;
  132. border-bottom: 1px solid {color:Underline};
  133. }
  134.  
  135. small {
  136. font-size: 9px;
  137. letter spacing: 1px;
  138. }
  139.  
  140. p {
  141. margin: 5px 0 2px 0;
  142. }
  143.  
  144. blockquote {
  145. margin: 2px 5px 2px 5px;
  146. padding: 1px 0 3px 6px;
  147. border-left: 5px solid {color:blockquote};
  148. }
  149.  
  150. ::selection {
  151. background-color: {color:Selection};
  152. color: #ffffff;
  153. }
  154.  
  155. ::-moz-selection {
  156. background-color: {color:Selection};
  157. color: #ffffff;
  158. }
  159.  
  160. /* SIDEBAR */
  161.  
  162. #side {
  163. background-color: {color:Sidebar};
  164. width: 260px;
  165. height: 100%;
  166. margin-left: 75px;
  167. top: 0px;
  168. position: fixed;
  169. border-left: 5px solid {color:LeftBorder};
  170. border-right: 1px dotted {color:Bold};
  171. }
  172.  
  173. .sidebar {
  174. background-color: transparent;
  175. color: {color:Sidebar text};
  176. width: 250px;
  177. margin-top: 110px;
  178. padding: 5px;
  179. position: fixed;
  180. }
  181.  
  182. #title {
  183. font-size: 24px;
  184. letter-spacing: 1px;
  185. color: {color:Title};
  186. text-transform: uppercase;
  187. text-align: center;
  188. width: 250px;
  189. height: auto;
  190. margin-top: 65px;
  191. padding: 5px;
  192. position: fixed;
  193. opacity: 0.5;
  194. -webkit-transition: opacity 0.9s linear;
  195. -webkit-transition: all 0.9s ease-in-out;
  196. -moz-transition: all 0.9s ease-in-out;
  197. -o-transition: all 0.9s ease-in-out;
  198. }
  199.  
  200. #title:hover {
  201. opacity: 1;
  202. -webkit-transition: opacity 0.5s linear;
  203. -webkit-transition: all 0.5s ease-in-out;
  204. -moz-transition: all 0.5s ease-in-out;
  205. -o-transition: all 0.5s ease-in-out;
  206. }
  207.  
  208. #subtitle {
  209. font-size: 16px;
  210. color: {color:Subtitle};
  211. font-family: 'Loved by the King', cursive;
  212. height: auto;
  213. letter-spacing: 1px;
  214. text-align: center;
  215. width: 250px;
  216. margin-top: 85px;
  217. padding: 5px;
  218. position: fixed;
  219. opacity: 0.5;
  220. -webkit-transition: opacity 0.9s linear;
  221. -webkit-transition: all 0.9s ease-in-out;
  222. -moz-transition: all 0.9s ease-in-out;
  223. -o-transition: all 0.9s ease-in-out;
  224. }
  225.  
  226. #subtitle:hover {
  227. opacity: 1;
  228. -webkit-transition: opacity 0.5s linear;
  229. -webkit-transition: all 0.5s ease-in-out;
  230. -moz-transition: all 0.5s ease-in-out;
  231. -o-transition: all 0.5s ease-in-out;
  232. }
  233.  
  234. /* TOP BUTTONS */
  235.  
  236. #navlinks {
  237. display: block;
  238. width: 250px;
  239. height: 30px;
  240. overflow: hidden;
  241. }
  242.  
  243. #ask, #home, #archive, #themetab {
  244. color: {color:Buttons};
  245. background-color: {color:Button background};
  246. }
  247.  
  248. #home:hover {
  249. color: {color:Button hover};
  250. background-color: {color:Link1 hover};
  251. }
  252.  
  253. #ask:hover {
  254. color: {color:Button hover};
  255. background-color: {color:Link2 hover};
  256. }
  257.  
  258. #archive:hover {
  259. color: {color:Button hover};
  260. background-color: {color:Link3 hover};
  261. }
  262.  
  263. #themetab:hover {
  264. color: {color:Button hover};
  265. background-color: {color:Link4 hover};
  266. }
  267.  
  268. .navtab {
  269. float: left;
  270. letter-spacing: 1px;
  271. text-transform: uppercase;
  272. text-align: center;
  273. padding: 3px;
  274. margin: 0px 1px 0px 5px;
  275. line-height: 20px;
  276. width: 50px;
  277. height: 20px;
  278. overflow: hidden;
  279. -webkit-transition: opacity 0.5s linear;
  280. -webkit-transition: all 0.5s ease-in-out;
  281. -moz-transition: all 0.5s ease-in-out;
  282. -o-transition: all 0.5s ease-in-out;
  283. transition: all 0.5s ease-in-out;
  284. }
  285.  
  286. /* SIDEBAR IMAGE AND DESCRIPTION */
  287.  
  288. #love {
  289. width: 250px;
  290. height: 250px;
  291. position: absolute;
  292. z-index: 1;
  293. margin-top: 5px;
  294. overflow: hidden;
  295. background-color: transparent;
  296. }
  297.  
  298. #sidedes {
  299. padding: 5px;
  300. opacity: 0;
  301. width: 240px;
  302. height: 220px;
  303. margin-top: 20px;
  304. background-color: transparent;
  305. overflow: hidden;
  306. font-size: 10px;
  307. letter-spacing: 1px;
  308. z-index: 1;
  309. -webkit-transition: opacity 0.5s linear;
  310. -webkit-transition: all 0.5s ease-in-out;
  311. -moz-transition: all 0.5s ease-in-out;
  312. -o-transition: all 0.5s ease-in-out;
  313. }
  314.  
  315. #sidedes:hover {
  316. opacity: 1;
  317. -webkit-transition: opacity 0.5s linear;
  318. -webkit-transition: all 0.5s ease-in-out;
  319. -moz-transition: all 0.5s ease-in-out;
  320. -o-transition: all 0.5s ease-in-out;
  321. transition: all 0.5s ease-in-out;
  322. }
  323.  
  324. #technique {
  325. height: 250px;
  326. width: 250px;
  327. z-index: 100;
  328. position: relative;
  329. top: -250px;
  330. -webkit-transition: opacity 1s linear;
  331. -webkit-transition: all 1s ease-in-out;
  332. -moz-transition: all 1s ease-in-out;
  333. -o-transition: all 1s ease-in-out;
  334. }
  335.  
  336. #technique img {
  337. height: 250px;
  338. width: 250px;
  339. -moz-border-radius: 125px;
  340. -webkit-border-radius: 125px;
  341. border-radius: 125px;
  342. {block:IfFadeSidebarImage}
  343. opacity: 0.5;
  344. -webkit-transition: opacity 0.9s linear;
  345. -webkit-transition: all 0.9s ease-in-out;
  346. -moz-transition: all 0.9s ease-in-out;
  347. -o-transition: all 0.9s ease-in-out;
  348. {/block:IfFadeSidebarImage}
  349. {block:IfNotFadeSidebarImage}
  350. opacity: 1;
  351. {/block:IfNotFadeSidebarImage}
  352. }
  353.  
  354. #technique img:hover {
  355. {block:IfFadeSidebarImage}
  356. opacity: 1;
  357. {/block:IfFadeSidebarImage}
  358. -webkit-transition: opacity 0.7s linear;
  359. -webkit-transition: all 0.7s ease-in-out;
  360. -moz-transition: all 0.7s ease-in-out;
  361. -o-transition: all 0.7s ease-in-out;
  362. }
  363.  
  364. #love:hover #technique {
  365. margin-left: 250px;
  366. -webkit-transition: opacity 1s linear;
  367. -webkit-transition: all 1s ease-in-out;
  368. -moz-transition: all 1s ease-in-out;
  369. -o-transition: all 1s ease-in-out;
  370. -moz-transform: rotate(360deg);
  371. -webkit-transform: rotate(360deg);
  372. -o-transform: rotate(360deg);
  373. }
  374.  
  375. /* CUSTOM LINKS */
  376.  
  377. #custom {
  378. display: block;
  379. width: 250px;
  380. height: 30px;
  381. overflow: hidden;
  382. margin-top: 260px;
  383. }
  384.  
  385. .linkbox {
  386. float: left;
  387. letter-spacing: 1px;
  388. text-transform: uppercase;
  389. text-align: center;
  390. padding: 3px;
  391. margin: 0px 1px 0px 5px;
  392. line-height: 20px;
  393. width: 50px;
  394. height: 20px;
  395. overflow: hidden;
  396. -webkit-transition: opacity 0.5s linear;
  397. -webkit-transition: all 0.5s ease-in-out;
  398. -moz-transition: all 0.5s ease-in-out;
  399. -o-transition: all 0.5s ease-in-out;
  400. transition: all 0.5s ease-in-out;
  401. }
  402.  
  403. #link1, #link2, #link3, #link4 {
  404. color: {color:Buttons};
  405. background-color: {color:Button background};
  406. }
  407.  
  408. #link1:hover {
  409. color: {color:Button hover};
  410. background-color: {color:Link1 hover};
  411. }
  412.  
  413. #link2:hover {
  414. color: {color:Button hover};
  415. background-color: {color:Link2 hover};
  416. }
  417.  
  418. #link3:hover {
  419. color: {color:Button hover};
  420. background-color: {color:Link3 hover};
  421. }
  422.  
  423. #link4:hover {
  424. color: {color:Button hover};
  425. background-color: {color:Link4 hover};
  426. }
  427.  
  428. /* MAIN CONTENT */
  429.  
  430. #entry {
  431. margin: 10px 3px 20px 350px;
  432. width: 520px;
  433. text-align: justify;
  434. padding: 5px;
  435. background-color: transparent;
  436. }
  437.  
  438. .interior {
  439. background-color: {color:Entry};
  440. border: 5px solid {color:Entry border};
  441. width: 500px;
  442. padding: 10px;
  443. position: relative;
  444. overflow: hidden;
  445. }
  446.  
  447. /* DATE AND TIME BOX */
  448.  
  449. #stats {
  450. background-color: {color:Stats};
  451. border-left: 2px solid {color:LeftBorder};
  452. {block:IfPermalinkHover}
  453. opacity: 0;
  454. margin-left: 300px;
  455. {/block:IfPermalinkHover}
  456. {block:IfNotPermalinkHover}
  457. opacity: 1;
  458. margin-left: 540px;
  459. {/block:IfNotPermalinkHover}
  460. width: 100px;
  461. padding: 5px;
  462. padding-left: 5px;
  463. line-height: 9px;
  464. position: absolute;
  465. height: auto;
  466. font-size: 9px;
  467. letter-spacing: 1px;
  468. text-transform: uppercase;
  469. -webkit-transition: all 1s ease-in-out;
  470. -moz-transition: all 1s ease-in-out;
  471. -o-transition: all 1s ease-in-out;
  472. -ms-transition: all 1s ease-in-out;
  473. transition: all 1s ease-in-out;
  474. }
  475.  
  476. #entry:hover #stats {
  477. {block:IfPermalinkHover}
  478. opacity: 1;
  479. margin-left: 540px;
  480. {/block:IfPermalinkHover}
  481. position: absolute;
  482. -webkit-transition: all 1s ease-in-out;
  483. -moz-transition: all 1s ease-in-out;
  484. -o-transition: all 1s ease-in-out;
  485. -ms-transition: all 1s ease-in-out;
  486. transition: all 1s ease-in-out;
  487. }
  488.  
  489. #permastats {
  490. background-color: {color:Stats};
  491. border-left: 2px solid {color:LeftBorder};
  492. margin-left: 540px;
  493. width: 100px;
  494. padding: 5px;
  495. padding-left: 5px;
  496. line-height: 9px;
  497. position: absolute;
  498. height: auto;
  499. font-size: 9px;
  500. letter-spacing: 1px;
  501. text-transform: uppercase;
  502. -webkit-transition: all 1s ease-in-out;
  503. -moz-transition: all 1s ease-in-out;
  504. -o-transition: all 1s ease-in-out;
  505. -ms-transition: all 1s ease-in-out;
  506. transition: all 1s ease-in-out;
  507.  
  508. }
  509. /* ENTRY CONTENT */
  510.  
  511. h3 {
  512. font-size: 20px;
  513. margin: 0px;
  514. font-weight: normal !important;
  515. text-align: left;
  516. text-transform: uppercase;
  517. color: {color:EntryTitle};
  518. }
  519.  
  520. .images {
  521. {block:IfFadeImages}
  522. opacity: 0.6;
  523. transition: all 0.5 ease-in-out;
  524. -webkit-transition: opacity 0.5s linear;
  525. -webkit-transition: all 0.5s ease-in-out;
  526. -moz-transition: all 0.5s ease-in-out;
  527. -o-transition: all 0.5s ease-in-out;
  528. {/block:IfFadeImages}
  529. {block:IfNotFadeImages}
  530. opacity: 1;
  531. {/block:IfNotFadeImages}
  532. }
  533.  
  534. .images:hover {
  535. {block:IfFadeImages}
  536. opacity: 1;
  537. transition: all 0.9s ease-in-out;
  538. -webkit-transition: opacity 0.9s linear;
  539. -webkit-transition: all 0.9s ease-in-out;
  540. -moz-transition: all 0.9s ease-in-out;
  541. -o-transition: all 0.9s ease-in-out;
  542. {/block:IfFadeImages}
  543. }
  544.  
  545. .quote {
  546. font-size: 18px;
  547. font-style: italic;
  548. color: {color:quotation};
  549. }
  550.  
  551. .source {
  552. margin-left: 25px;
  553. text-align: right;
  554. }
  555.  
  556. .postlink {
  557. padding: 5px;
  558. font-size: 16px;
  559. -moz-border-radius: 5px;
  560. -webkit-border-radius: 5px;
  561. font-weight: normal;
  562. font-style: italic;
  563. }
  564.  
  565. .postlink:hover {
  566. color: {color:Bold};
  567. }
  568.  
  569. #audiowrap {
  570. display: block;
  571. height: auto;
  572. position: relative;
  573. min-height: 140px;
  574. }
  575.  
  576. .audiopost {
  577. width: 490px;
  578. position: relative;
  579. padding: 5px;
  580. min-height: 140px;
  581. }
  582.  
  583. #musicbox {
  584. width: 140px;
  585. height: 140px;
  586. padding: 5px;
  587. position: absolute;
  588. z-index: 1;
  589. overflow: hidden;
  590. background-color: transparent;
  591. }
  592.  
  593. #blank {
  594. height: 130px;
  595. position: absolute;
  596. width: 130px;
  597. }
  598.  
  599. #albumcover {
  600. width: 130px;
  601. height: 130px;
  602. position: relative;
  603. }
  604.  
  605. #albumcover img {
  606. width: 130px;
  607. height: 130px;
  608. }
  609.  
  610. #player {
  611. background-color: #ffffff;
  612. overflow: hidden;
  613. z-index: 3;
  614. opacity: 0;
  615. width: 130px;
  616. height: 130px;
  617. margin-left: -150px;
  618. -webkit-transition: opacity 1s linear;
  619. -webkit-transition: all 1s ease-in-out;
  620. -moz-transition: all 1s ease-in-out;
  621. -o-transition: all 1s ease-in-out;
  622. transition: all 1s ease-in-out;
  623. }
  624.  
  625. #audiobutton {
  626. width: 20px;
  627. height: 30px;
  628. overflow: hidden;
  629. z-index: 4;
  630. margin: 50px 30px 0px 50px;
  631. }
  632.  
  633. #musicbox:hover #player {
  634. margin-left: 0px;
  635. opacity: .7;
  636. filter:alpha(opacity=70);
  637. -webkit-transition: opacity 0.8s linear;
  638. -webkit-transition: all 0.8s ease-in-out;
  639. -moz-transition: all 0.8s ease-in-out;
  640. -o-transition: all 0.8s ease-in-out;
  641. transition: all 0.8s ease-in-out;
  642. }
  643.  
  644. .id3 {
  645. float: right;
  646. margin: 10px;
  647. max-height: 150px;
  648. width: 300px;
  649. padding: 5px;
  650. }
  651.  
  652. .tracktitle {
  653. background: transparent url("http://static.tumblr.com/gsojzab/ZsSm0h5wj/tumblr_lkl64v9iji1qfamg6.png") left no-repeat;
  654. padding: 6px 2px 3px 20px;
  655. }
  656.  
  657. .trackartist {
  658. background: transparent url("http://static.tumblr.com/gsojzab/cebm0h5yr/user_icon_cyan.gif") left no-repeat;
  659. padding: 3px 4px 3px 20px;
  660. }
  661.  
  662. .trackalbum {
  663. background: transparent url("http://static.tumblr.com/gsojzab/ndIm0h619/tumblr_ll7xsqavqj1qi6qow.gif") left no-repeat;
  664. padding: 6px 4px 3px 20px;
  665. }
  666.  
  667. .playcount {
  668. background: transparent url("http://static.tumblr.com/gsojzab/KD7m0h62n/tumblr_lkqyvzrtye1qi6qow.gif") left no-repeat;
  669. padding: 6px 2px 3px 20px;
  670. }
  671.  
  672. .external {
  673. background: transparent url("http://static.tumblr.com/gsojzab/KiHm0h63v/mini-164.gif") left no-repeat;
  674. padding: 6px 2px 3px 20px;
  675. }
  676.  
  677. ul.chat {
  678. margin: 0;
  679. padding: 0;
  680. }
  681.  
  682. .chat li {
  683. list-style-type: none;
  684. margin-left: 0px;
  685. padding: 3px;
  686. }
  687.  
  688. .chat li.odd {
  689. background-color: {color:odd};
  690. margin-bottom: 1px;
  691. }
  692.  
  693. .chat li.even {
  694. background-color: {color:even};
  695. margin-bottom: 1px;
  696. }
  697.  
  698. .label {
  699. font-weight: bold;
  700. }
  701.  
  702. .user_1 .label {
  703. color:#c7578c;
  704. font-weight:bold;
  705. }
  706.  
  707. .user_2 .label {
  708. color:#f052a0;
  709. font-weight:bold;
  710. }
  711.  
  712. .user_3 .label {
  713. color:#c7578c;
  714. font-weight:bold;
  715. }
  716.  
  717. .user_4 .label {
  718. color:#f052a0;
  719. font-weight:bold;
  720. }
  721.  
  722. .user_5 .label {
  723. color:#c7578c;
  724. font-weight:bold;
  725. }
  726.  
  727. #query {
  728. margin: 0 auto;
  729. padding: 5px;
  730. position: relative;
  731. width: 490px;
  732. }
  733.  
  734. #answer {
  735. text-align: left;
  736. padding-top: 5px;
  737. padding-bottom: 1px;
  738. }
  739.  
  740. #question {color: #171214;
  741. background-color: {color:Entry border};
  742. margin-top: -4px;
  743. margin-left: 85px;
  744. font-size: 11px;
  745. padding: 8px;
  746. min-height: 45px;
  747. overflow-y: hidden;
  748. padding-bottom: 5px;
  749. width: 385px;
  750. }
  751.  
  752. #question a {
  753. color: {color:Link};
  754. font-size: 14px;
  755. }
  756.  
  757. #askicon img {
  758. width: 64px;
  759. height: 64px;
  760. -moz-border-radius: 50px;
  761. border-radius: 50px;
  762. }
  763.  
  764. #askicon {
  765. padding-right: 8px;
  766. margin-bottom: 13px;
  767. margin-top: 5px;
  768. }
  769.  
  770. .arrow {font-size: 20px;
  771. font-family: arial;
  772. margin-bottom: 0px;
  773. margin-top: 15px;
  774. margin-left: 5px;
  775. color: {color:Entry border};
  776. float: left;}
  777.  
  778. #asker {
  779. padding: 15px 6px 2px;
  780. float: right;
  781. }
  782.  
  783. .askername a {font-size: 14px;
  784. color: {color:Link};
  785. text-align: right;
  786. letter-spacing: 1px;
  787. }
  788.  
  789. .origin {
  790. padding: 1px;
  791. width: 490px;
  792. margin: 5px auto 0 auto;
  793. height: auto;
  794. overflow: hidden;
  795. }
  796.  
  797. .title {
  798. font-size: 24px;
  799. letter-spacing: -2px;
  800. color: {color:Title};
  801. }
  802.  
  803. #caption {
  804. {block:IfShowCaptionsOnIndex}
  805. padding: 2px 0 35px 0;
  806. width: 490px;
  807. margin: 0 0 0 5px;
  808. {/block:IfShowCaptionsOnIndex}
  809. }
  810.  
  811. /* METADATA */
  812.  
  813. #meta {
  814. padding: 5px;
  815. width: 490px;
  816. margin: 10px auto 0 auto;
  817. height: auto;
  818. overflow: hidden;
  819. background-color: {color:Entry};
  820. }
  821.  
  822. .tags {
  823. display: inline;
  824. text-align: left;
  825. font-size: 10px;
  826. float: left;
  827. color: #666666;
  828. text-transform: uppercase;
  829. padding: 3px 4px 4px 5px;
  830. height: auto;
  831. }
  832.  
  833. .tag {
  834. font-weight: normal;
  835. margin-right: 2px;
  836. font-style: none;
  837. color: {color:tags};
  838. }
  839.  
  840. #clear {
  841. clear: both;
  842. width: 50px;
  843. height: 0px;
  844. background-color: transparent;
  845. }
  846.  
  847. /* NOTES */
  848.  
  849. .notes {
  850. float: left;
  851. padding: 5px;
  852. height: 25px;
  853. margin-top: 0px;
  854. width: 500px;
  855. }
  856.  
  857. ol.notes {
  858. list-style: none;
  859. margin: 0 20px 0 10px;
  860. padding: 0px;
  861. }
  862.  
  863. ol.notes li.note {
  864. margin: 0px;
  865. padding: 5px;
  866. }
  867.  
  868. ol.notes li.note img.avatar {
  869. vertical-align: -4px;
  870. margin-right: 10px;
  871. width: 16px;
  872. height: 16px;
  873. }
  874.  
  875. .action a {
  876. text-transform: uppercase;
  877. }
  878.  
  879. ol.notes li.note blockquote {
  880. border-color: #eee;
  881. padding: 4px 10px;
  882. margin: 10px 0px 0px 25px;
  883. font-style: italic;
  884. }
  885.  
  886. ol.notes li.note blockquote a {
  887. text-decoration: none;
  888. }
  889.  
  890. #notes img {
  891. border:0px;
  892. }
  893.  
  894. #notes a {
  895. font-size: 10px;
  896. }
  897.  
  898. /* PAGINATION ARROWS */
  899.  
  900. .paginate {
  901. text-align: center;
  902. width: 530px;
  903. position: absolute;
  904. display: block;
  905. height: 35px;
  906. z-index: 1;
  907. padding: 5px;
  908. margin: 0 20px 0 350px;
  909. }
  910.  
  911. .moveback {
  912. float: left;
  913. letter-spacing: 1px;
  914. text-transform: uppercase;
  915. text-align: center;
  916. padding: 3px;
  917. margin: 0px 1px 0px 10px;
  918. width: 70px;
  919. height: 20px;
  920. line-height: 20px;
  921. overflow: hidden;
  922. -webkit-transition: opacity 0.5s linear;
  923. -webkit-transition: all 0.5s ease-in-out;
  924. -moz-transition: all 0.5s ease-in-out;
  925. -o-transition: all 0.5s ease-in-out;
  926. transition: all 0.5s ease-in-out;
  927. opacity: 0.8;
  928. }
  929.  
  930. .movenext {
  931. float: right;
  932. letter-spacing: 1px;
  933. text-transform: uppercase;
  934. text-align: center;
  935. padding: 3px;
  936. margin: 0px 10px 0px 5px;
  937. width: 70px;
  938. height: 20px;
  939. line-height: 20px;
  940. overflow: hidden;
  941. -webkit-transition: opacity 0.5s linear;
  942. -webkit-transition: all 0.5s ease-in-out;
  943. -moz-transition: all 0.5s ease-in-out;
  944. -o-transition: all 0.5s ease-in-out;
  945. transition: all 0.5s ease-in-out;
  946. opacity: 0.8;
  947. }
  948.  
  949. #backarrow, #nextarrow {
  950. color: {color:Buttons};
  951. background-color: {color:Button background};
  952. }
  953.  
  954. #backarrow:hover {
  955. color: {color:Button hover};
  956. background-color: {color:Arrow hover};
  957. margin-left: 0px;
  958. opacity: 1;
  959. }
  960.  
  961. #nextarrow:hover {
  962. color: {color:Button hover};
  963. background-color: {color:Arrow hover};
  964. margin-right: 0px;
  965. opacity: 1;
  966. }
  967.  
  968. /* MUSIC PLAYER */
  969.  
  970. #musicplayer {
  971. text-align: center;
  972. font-size: 11px;
  973. position: fixed;
  974. left: 94px;
  975. top: -43px;
  976. -webkit-transition: all .5s ease-in-out;
  977. -moz-transition: all .5s ease-in-out;
  978. -o-transition: all .5s ease-in-out;
  979. z-index: 999;
  980. opacity: 0.5;
  981. }
  982.  
  983. #musicplayer:hover {
  984. top: -10px;
  985. opacity: 1;
  986. -webkit-transition: all .7s ease-in-out;
  987. -moz-transition: all .7s ease-in-out;
  988. -o-transition: all .7s ease-in-out;
  989. }
  990.  
  991. #music {
  992. padding: 20px 0 5px 0;
  993. background-color: {color:Player};
  994. width: 230px;
  995. border-bottom-right-radius: 5px;
  996. -moz-border-radius-bottomright: 5px;
  997. -webkit-border-bottom-right-radius: 5px;
  998. z-index: 9999;
  999. }
  1000.  
  1001. #musictab {
  1002. font-family: century gothic;
  1003. text-shadow: 0 1px 0 #FFFFFF;
  1004. height: 30px;
  1005. padding: 0 0 8px 0;
  1006. background-color: {color:Player};
  1007. border-bottom-left-radius: 5px;
  1008. -moz-border-radius-bottomleft: 5px;
  1009. -webkit-border-bottom-left-radius: 5px;
  1010. border-bottom-right-radius: 5px;
  1011. -moz-border-radius-bottomright: 5px;
  1012. -webkit-border-bottom-right-radius: 5px;
  1013. width: 50px;
  1014. }
  1015.  
  1016. /* SCROLLBARS */
  1017. ::-webkit-scrollbar-thumb:vertical {
  1018. background-color: {color:Entry border};
  1019. height:100px;
  1020. }
  1021.  
  1022. ::-webkit-scrollbar {
  1023. height: 10px;
  1024. width: 5px;
  1025. background-color:#ffffff;
  1026. }
  1027.  
  1028. /* TUMBLR CONTROLS */
  1029. iframe#tumblr_controls {
  1030. right: 3px !important;
  1031. position: fixed !important;
  1032. -webkit-transition: opacity 0.8s linear;
  1033. -webkit-transition: all 0.8s ease-out;
  1034. -moz-transition: all 0.8s ease-out;
  1035. -ms-transition: all 0.8s ease-out;
  1036. transition: all 0.8s ease-out;
  1037. opacity: 0.2;
  1038. }
  1039.  
  1040. iframe#tumblr_controls:hover {
  1041. -webkit-transition: opacity 0.4s linear;
  1042. -webkit-transition: all 0.4s ease-out;
  1043. -moz-transition: all 0.4s ease-out;
  1044. -ms-transition: all 0.4s ease-out;
  1045. transition: all 0.4s ease-out;
  1046. opacity: 1;
  1047. }
  1048.  
  1049. {CustomCSS}
  1050.  
  1051. </style>
  1052.  
  1053. {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}
  1054.  
  1055. </head>
  1056.  
  1057. <body>
  1058.  
  1059. {block:IfShowMusicPlayer}<div id="musicplayer">
  1060. <div id="music"><center>{text:Player code}</center></div>
  1061.  
  1062. <div id="musictab"><br><img src="http://static.tumblr.com/gsojzab/3iOm3rh6y/minigif01.gif"></div>
  1063. </div>
  1064. {/block:IfShowMusicPlayer}
  1065.  
  1066. <div id="side">
  1067.  
  1068. {block:IfShowTitle}<div id="title">{Title}</div>{/block:IfShowTitle}
  1069. {block:IfShowSubtitle}<div id="subtitle">{text:Subtitle}</div>{/block:IfShowSubtitle}
  1070.  
  1071. <div class="sidebar">
  1072.  
  1073. <div id="navlinks">
  1074. <a href="/"><div class="navtab" id="home">HOME</div></a>
  1075. <a href="/ask"><div class="navtab" id="ask">MESSAGE</div></a>
  1076. <a href="/archive"><div class="navtab" id="archive">ARCHIVE</div></a>
  1077. <a href="http://hotlimit.tumblr.com" target="_blank"><div class="navtab" id="themetab">THEME</div></a>
  1078. </div>
  1079.  
  1080. <div id="love">
  1081. <div id="sidedes">{block:Description}<center>{Description}</center>{/block:Description}</div>
  1082. <div id="technique"><img src="{image:Sidebar}"></div>
  1083. </div>
  1084.  
  1085. {block:IfShowCustomLinks}
  1086. <div id="custom">
  1087. <a href="{text:Link1 URL}"><div class="linkbox" id="link1">{text:Link1 Title}</div></a>
  1088. <a href="{text:Link2 URL}"><div class="linkbox" id="link2">{text:Link2 Title}</div></a>
  1089. <a href="{text:Link3 URL}"><div class="linkbox" id="link3">{text:Link3 Title}</div></a>
  1090. <a href="{text:Link4 URL}"><div class="linkbox" id="link4">{text:Link4 Title}</div></a>
  1091. </div>{/block:IfShowCustomLinks}
  1092.  
  1093. </div>
  1094. </div>
  1095.  
  1096. <div class="autopagerize_page_element">
  1097. {block:Posts}
  1098. <div id="entry">
  1099.  
  1100. {block:IndexPage}{block:Date}
  1101. <div id="stats"><a href="{Permalink}">{TimeAgo}</a><br />
  1102. {Year}/{MonthNumberWithZero}/{DayOfMonthWithZero} @ {24Hour}:{Minutes}<br />
  1103. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br />
  1104. <a href="{ReblogURL}">Reblog</a></div>
  1105. {/block:Date}{/block:IndexPage}
  1106.  
  1107. {block:PermalinkPage}{block:Date}
  1108. <div id="permastats">{TimeAgo}<br />
  1109. {Year}/{MonthNumberWithZero}/{DayOfMonthWithZero} @ {24Hour}:{Minutes}<br />
  1110. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
  1111. {/block:Date}
  1112. {/block:PermalinkPage}
  1113.  
  1114. <div class="interior">
  1115.  
  1116. {block:Text}
  1117. {block:Title}
  1118. <h3><a href="{Permalink}">{Title}</a></h3>
  1119. {/block:Title}
  1120. {Body}
  1121. {/block:Text}
  1122.  
  1123. {block:Photo}
  1124. <div class="images">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  1125. {block:IfShowCaptionsOnIndex}{block:Caption}
  1126. <div class="caption">{Caption}</div>
  1127. {/block:Caption}{/block:IfShowCaptionsOnIndex}
  1128. {block:IfNotShowCaptionsOnIndex}{block:PermalinkPage}
  1129. {block:Caption}
  1130. <div class="caption">{Caption}</div>
  1131. {/block:Caption}
  1132. {/block:PermalinkPage}{/block:IfNotShowCaptionsOnIndex}
  1133. {/block:Photo}
  1134.  
  1135. {block:Photoset}
  1136. <div class="images"><center>{Photoset-500}</center></div>
  1137. {block:IfShowCaptionsOnIndex}{block:Caption}
  1138. <div class="caption">{Caption}</div>
  1139. {/block:Caption}{/block:IfShowCaptionsOnIndex}
  1140. {block:IfNotShowCaptionsOnIndex}{block:PermalinkPage}
  1141. {block:Caption}
  1142. <div class="caption">{Caption}</div>
  1143. {/block:Caption}
  1144. {/block:PermalinkPage}{/block:IfNotShowCaptionsOnIndex}
  1145. {/block:Photoset}
  1146.  
  1147. {block:Quote}
  1148. <span class="quote">"{Quote}"</span>
  1149. {block:Source}
  1150. <div class="source">– {Source}</div>
  1151. {/block:Source}
  1152. {/block:Quote}
  1153.  
  1154. {block:Link}
  1155. <center><a href="{URL}" class="postlink" {Target}>{Name} &#8594;</a></center>
  1156. {block:Description}
  1157. <div class="description">{Description}</div>
  1158. {/block:Description}
  1159. {/block:Link}
  1160.  
  1161. {block:Chat}
  1162. {block:Title}
  1163. <h3><a href="{Permalink}">{Title}</a></h3>
  1164. {/block:Title}
  1165. <ul class="chat">
  1166. {block:Lines}
  1167. <li class="{Alt} user_{UserNumber}">
  1168. {block:Label}
  1169. <span class="label">{Label}</span>
  1170. {/block:Label}
  1171. {Line}
  1172. </li>
  1173. {/block:Lines}
  1174. </ul>
  1175. {/block:Chat}
  1176.  
  1177. {block:Video}
  1178. <center>{Video-500}</center>
  1179. {block:IfShowCaptionsOnIndex}{block:Caption}
  1180. <div class="caption">{Caption}</div>
  1181. {/block:Caption}{/block:IfShowCaptionsOnIndex}
  1182. {block:IfNotShowCaptionsOnIndex}{block:PermalinkPage}
  1183. {block:Caption}
  1184. <div class="caption">{Caption}</div>
  1185. {/block:Caption}
  1186. {/block:PermalinkPage}{/block:IfNotShowCaptionsOnIndex}
  1187. {/block:Video}
  1188.  
  1189. {block:Audio}
  1190. <div id="audiowrap">
  1191. <div class="audiopost">
  1192.  
  1193. <div id="musicbox">
  1194. <div id="blank"><img src="http://static.tumblr.com/gsojzab/EOfm3q98n/blank.png" width="130px" height="130px" style="position:absolute; vertical-align:middle;">{block:AlbumArt}
  1195. <div id="albumcover"><img width="130" height="130" src="{AlbumArtURL}" style="position:absolute;" /></div>{/block:AlbumArt}</div>
  1196. <div id="player"><div id="audiobutton">{AudioPlayerWhite}</div></div>
  1197. </div>
  1198.  
  1199. <div class="id3">
  1200. <table width="240px" cellspacing="1px" cellpadding="1px">
  1201.  
  1202. {block:TrackName}
  1203. <tr>
  1204. <td class="tracktitle">{TrackName}</td>
  1205. </tr>
  1206. {/block:TrackName}
  1207.  
  1208. {block:Artist}
  1209. <tr>
  1210. <td class="trackartist">{Artist}</td>
  1211. </tr>
  1212. {/block:Artist}
  1213. {block:Album}
  1214. <tr>
  1215. <td class="trackalbum">{Album}</td>
  1216. </tr>
  1217. {/block:Album}
  1218. <tr>
  1219. <td class="playcount">Played {FormattedPlayCount} times</td>
  1220. </tr>
  1221. {block:ExternalAudio}
  1222. <tr>
  1223. <td class="external"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  1224. </tr>
  1225. {/block:ExternalAudio}
  1226. </table>
  1227. </div>
  1228. </div>
  1229. </div>
  1230. {block:IfShowCaptionsOnIndex}{block:Caption}
  1231. <div class="caption">{Caption}</div>
  1232. {/block:Caption}{/block:IfShowCaptionsOnIndex}
  1233. {block:IfNotShowCaptionsOnIndex}{block:PermalinkPage}
  1234. {block:Caption}
  1235. <div class="caption">{Caption}</div>
  1236. {/block:Caption}
  1237. {/block:PermalinkPage}{/block:IfNotShowCaptionsOnIndex}
  1238. {/block:Audio}
  1239.  
  1240. {block:Answer}
  1241. <div id="query">
  1242. <div id="askicon"> <img src="{AskerPortraitURL-64}" align="left"></div><div class="arrow">β—„</div><div id="question">{Question}
  1243. <div id="asker"> <div class="askername">--{Asker}</div></div></div></div>
  1244. <div id="answer">{Answer}</div>
  1245. {/block:Answer}
  1246.  
  1247. {block:PermalinkPage}
  1248. <div class="origin">{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(source: <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}</div>
  1249.  
  1250. {block:HasTags}<div id="meta">
  1251. <div class="tags">{block:Tags}#<a href="{TagURL}" class="tag">{Tag}</a> {/block:Tags}</div></div>{/block:HasTags}
  1252. {/block:PermalinkPage}
  1253.  
  1254. <div id="clear"></div>
  1255. </div>
  1256.  
  1257. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  1258.  
  1259. </div>
  1260. {/block:Posts}
  1261. </div>
  1262.  
  1263. {block:IfNotInfiniteScroll}{block:Pagination}
  1264. <div class="paginate">
  1265. {block:PreviousPage}<a href="{PreviousPage}"><div class="moveback" id="backarrow">&larr; BACK</div></a>{/block:PreviousPage}
  1266. {block:NextPage}<a href="{NextPage}"><div class="movenext" id="nextarrow">NEXT &rarr;</div></a>{/block:NextPage}
  1267. </div>
  1268. {/block:Pagination}
  1269. {/block:IfNotInfiniteScroll}
  1270.  
  1271. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement