Advertisement
benizora

HEARTLESS theme.

Nov 11th, 2013
8,775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.30 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <!--
  7.  
  8. HEARTLESS THEME.
  9. by jackie @ benizora.tumblr.com
  10. please keep ALL of the credits
  11. and don’t steal or distribute.
  12.  
  13. -->
  14.  
  15. <head><title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}"/>
  21. {/block:Description}
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Content BG" content="#000000"/>
  25.  
  26. <meta name="color:Title" content="#000000"/>
  27. <meta name="color:Text" content="#797979"/>
  28. <meta name="color:Italic" content="#7a7a7a"/>
  29. <meta name="color:Bold" content="#000000"/>
  30.  
  31. <meta name="color:Link" content="#aaaaaa"/>
  32. <meta name="color:Link Hover" content="#2ab9f0"/>
  33.  
  34.  
  35. <meta name="color:Entry BG" content="#ffffff"/>
  36.  
  37. <meta name="color:Topbar BG" content="#000000"/>
  38.  
  39. <meta name="color:Permalink Links" content="#ffffff"/>
  40. <meta name="color:Permalink Links Hover" content="#2ab9f0"/>
  41. <meta name="color:Permalink Text" content="#aaaaaa"/>
  42. <meta name="color:Permalink Borders" content="#aaaaaa"/>
  43.  
  44. <meta name="color:Scrollbar" content="#c5c5c5"/>
  45.  
  46. <meta name="color:Quotes" content="#ffffff"/>
  47. <meta name="color:Quote BG" content="#000000"/>
  48. <meta name="color:Quote Shadow" content="#30cd9d"/>
  49.  
  50. <meta name="color:Sidebar BG" content="#c5c5c5"/>
  51. <meta name="color:Sidelinks BG" content="#000"/>
  52. <meta name="color:Sidelinks Text" content="#fff"/>
  53. <meta name="color:Sidelinks BG Hover" content="#eee"/>
  54. <meta name="color:Sidelinks Hover Text" content="#222"/>
  55.  
  56. <meta name="color:Description Text" content="#aaaaaa"/>
  57. <meta name="color:Description Bold" content="#000000"/>
  58. <meta name="color:Description Italic" content="#8a8a8a"/>
  59.  
  60. <meta name="color:Banner 1 Shadow" content="#333"/>
  61. <meta name="color:Banner 2 Shadow" content="#333"/>
  62. <meta name="color:Banner 1 BG" content="#000000"/>
  63. <meta name="color:Banner 1 Text" content="#ffffff"/>
  64. <meta name="color:Banner 2 BG" content="#aaaaaa"/>
  65. <meta name="color:Banner 2 Text" content="#ffffff"/>
  66.  
  67. <meta name="text:Second Banner" content=""/>
  68.  
  69.  
  70. <meta name="image:Content BG" content="" />
  71. <meta name="image:2nd background" content=""/>
  72. <meta name="image:SidebarImage" content="" />
  73. <meta name="image:Background" content=""/>
  74.  
  75. <meta name="text:link 1" content="" />
  76. <meta name="text:link 1 title" content="" />
  77. <meta name="text:link 2" content="" />
  78. <meta name="text:link 2 title" content="" />
  79. <meta name="text:link 3" content="" />
  80. <meta name="text:link 3 title" content="" />
  81. <meta name="text:link 4" content="" />
  82. <meta name="text:link 4 title" content="" />
  83. <meta name="text:link 5" content="" />
  84. <meta name="text:link 5 title" content="" />
  85. <meta name="text:link 6" content="" />
  86. <meta name="text:link 6 title" content="" />
  87. <meta name="text:link 7" content="" />
  88. <meta name="text:link 7 title" content="" />
  89. <meta name="text:link 8" content="" />
  90. <meta name="text:link 8 title" content="" />
  91.  
  92. <meta name="select:Font" content="Trebuchet MS" title="Trebuchet MS"/>
  93. <meta name="select:Font" content="Arial" title="Arial"/>
  94. <meta name="select:Font" content="Calibri" title="Calibri"/>
  95. <meta name="select:Font" content="Consolas" title="Consolas"/>
  96. <meta name="select:Font" content="Times" title="Times New Roman"/>
  97. <meta name="select:Font" content="Century Gothic" title="Century Gothic"/>
  98. <meta name="select:Font" content="Courier" title="Courier"/>
  99. <meta name="select:Font" content="Cambria" title="Cambria"/>
  100. <meta name="select:Font" content="Georgia" title="Georgia"/>
  101.  
  102. <meta name="if:InfiniteScroll" content="1" />
  103. <meta name="if:ShowCaptions" content="1">
  104. <meta name="if:500px" content="0" />
  105. <meta name="if:SecondBanner" content="0" />
  106. <meta name="if:400px" content="1" />
  107. <meta name="if:250px" content="0" />
  108. <meta name="if:ShowTags" content="0" />
  109. <meta name="if:MonochromePosts" content="0" />
  110. <meta name="if:FadingImages" content="0" />
  111.  
  112. <style type="text/css">
  113.  
  114. /*-- entries info --*/
  115.  
  116. body {
  117. background-image: url('{image:Background}');
  118. background-color: {color:Background};
  119. background-attachment: fixed;
  120. background-repeat: {text:Background Repeat};
  121. {/block:IfNoBackgroundImageNoRepeat};
  122. color: {color:text};
  123. font-family:{select:Font};
  124. font-size: 12px;
  125. }
  126.  
  127. iframe#tumblr_controls {
  128. position: fixed !important;
  129. right:2px !important;
  130. -moz-transition: all 0.8s ease-out;
  131. -webkit-transition: opacity 0.7s linear;
  132. -webkit-transition: all 0.8s ease-out;
  133. transition: all 0.8s ease-out;
  134. opacity: 0.5;}
  135.  
  136. iframe#tumblr_controls:hover {
  137. -webkit-transition: opacity 0.7s linear;
  138. -moz-transition: all 0.4s ease-out;
  139. -webkit-transition: all 0.4s ease-out;
  140. transition: all 0.4s ease-out;
  141. opacity: 1;}
  142.  
  143.  
  144. /*-- scrollbar --*/
  145.  
  146. ::-webkit-scrollbar-thumb {
  147. background-color: {color:scrollbar};
  148. height:auto;
  149. }
  150.  
  151. ::-webkit-scrollbar {
  152. height:7px;
  153. width:7px;
  154. background-color: {color:scrollbar};
  155. border: 3px solid {color:background};
  156. }
  157.  
  158. /*-- links info --*/
  159.  
  160. a {
  161. color: {color:Link};
  162. text-decoration: none;
  163. }
  164.  
  165. a:link, a:active, a:visited {
  166. text-decoration: none;
  167. color: {color:Link};
  168. -webkit-transition: all 0.5s linear;
  169. -moz-transition: all 0.5s linear;
  170. -o-transition: all 0.5s linear;
  171. }
  172.  
  173. a:hover {
  174. color:{color:Link Hover};
  175. text-decoration: none;
  176. -webkit-transition: all 0.5s linear;
  177. -moz-transition: all 0.5s linear;
  178. -o-transition: all 0.5s linear;
  179. }
  180.  
  181. /*-- pagination --*/
  182.  
  183. #boop {
  184. display:block;
  185. float:left;
  186. background:#000;
  187. height: 150px;
  188. position:fixed;
  189. top:45px;
  190. width:18px;
  191. margin-left:353px;
  192. }
  193.  
  194. #previous {
  195. font-family:{select:Font};
  196. font-size: 19px;
  197. margin-top:100px;
  198. width: 13px;
  199. color: {color:Sidebar Links};
  200. padding:0px 2px 0px 1px;
  201. position: fixed;
  202. text-align: right;
  203. }
  204.  
  205. #next {
  206. font-family:{select:Font};
  207. font-size: 19px;
  208. margin-top:125px;
  209. border-top:1px solid #222;
  210. color: {color:Sidebar Links};
  211. padding:0px 2px 0px 1px;
  212. width: 13px;
  213. position: fixed;
  214. text-align: right;
  215. }
  216.  
  217. #previous a {
  218. text-shadow:10px 0px transparent, -10px 0px transparent;
  219. -webkit-transition: all 0.5s ease-in-out;
  220. -moz-transition: all 0.5s ease-in-out;
  221. -o-transition: all 0.5s ease-in-out;
  222. color:{color:Sidebar BG};
  223. }
  224.  
  225. #previous a:hover {
  226. color:{color:Sidelinks Text};
  227. text-shadow:0px 0px {color:Sidelinks BG Hover}, -0px 0px {color:Sidelinks BG Hover};
  228. -webkit-transition: all 0.5s ease-in-out;
  229. -moz-transition: all 0.5s ease-in-out;
  230. -o-transition: all 0.5s ease-in-out;
  231. }
  232.  
  233. #next a {
  234. text-shadow:10px 0px transparent, -10px 0px transparent;
  235. -webkit-transition: all 0.5s ease-in-out;
  236. -moz-transition: all 0.5s ease-in-out;
  237. -o-transition: all 0.5s ease-in-out;
  238. color:{color:Sidebar BG};
  239. }
  240.  
  241. #next a:hover {
  242. color:{color:Sidelinks Text};
  243. text-shadow:0px 0px {color:Sidelinks BG Hover}, -0px 0px {color:Sidelinks BG Hover};
  244. -webkit-transition: all 0.5s ease-in-out;
  245. -moz-transition: all 0.5s ease-in-out;
  246. -o-transition: all 0.5s ease-in-out;
  247. }
  248.  
  249. /*-- sidebar info --*/
  250.  
  251. #banner {
  252. display:block;
  253. word-wrap:break-word;
  254. font-family:{select:Font};
  255. font-size: 9px;
  256. text-shadow:-1px -1px .1px {color:Banner 1 Shadow};
  257. color: {color:Banner 1 Text};
  258. float:left;
  259. background:{color:Banner 1 BG};
  260. text-align:center;
  261. letter-spacing:5px;
  262. text-transform:uppercase;
  263. padding: 10px 8px 10px 6px;
  264. {block:IfSecondBanner}
  265. margin-left:-36px;
  266. {/block:IfSecondBanner}
  267. {block:IfNotSecondBanner}
  268. margin-left:-18px;
  269. {/block:IfNotSecondBanner}
  270. width:5px;
  271. height: auto;
  272. position:fixed;
  273. }
  274.  
  275. {block:IfSecondBanner}
  276. #banner2 {
  277. text-shadow:-1px -1px .1px {color:Banner 2 Shadow};
  278. display:block;
  279. word-wrap:break-word;
  280. font-family:{select:Font};
  281. font-size: 8px;
  282. color: {color:Banner 2 Text};
  283. float:left;
  284. background:{color:Banner 2 BG};
  285. text-align:center;
  286. letter-spacing:5px;
  287. text-transform:uppercase;
  288. padding: 10px 7px 10px 6px;
  289. margin-left:-18px;
  290. width:5px;
  291. height: auto;
  292. position:fixed;
  293. }
  294. {/block:IfSecondBanner}
  295.  
  296. #sidebar {
  297. width: 308px;
  298. height:100%;
  299. margin-top:45px;
  300. position: fixed;
  301. left:75px;
  302. background-color:{color:Sidebar BG};
  303. background-attachment: fixed;
  304. background-repeat: {text:Background Repeat};
  305. }
  306.  
  307.  
  308. #love {
  309. width: 285px;
  310. margin-top:0px;
  311. margin-left:25px;
  312. display:block;
  313. padding:10px 0px 10px 0px;
  314. }
  315.  
  316. #love a {
  317. display: inline-block;
  318. width: 54px;
  319. margin-left:-4px;
  320. margin-bottom: 3px;
  321. font-family:{select:Font};
  322. font-size: 8px;
  323. padding:5px;
  324. text-transform:uppercase;
  325. color: {color:Sidelinks Text};
  326. background-color:{color:Sidelinks BG};
  327. text-align: center;
  328. text-shadow:10px 0px transparent, -10px 0px transparent;
  329. line-height: 8px;
  330. -webkit-transition: all 0.4s ease-in-out;
  331. -moz-transition: all 0.4s ease-in-out;
  332. -o-transition: all 0.4s ease-in-out;
  333. -ms-transition: all 0.4s ease-in-out;
  334. transition: all 0.4s ease-in-out;
  335. }
  336.  
  337. #love a:hover {
  338. text-shadow:0px 0px {color:Sidelinks BG}, -0px 0px {color:Sidelinks BG};
  339. color: {color:Sidelinks Hover Text};
  340. background-color:{color:Sidelinks BG Hover};
  341. -webkit-transition: all 0.4s ease-in-out;
  342. -moz-transition: all 0.4s ease-in-out;
  343. -o-transition: all 0.4s ease-in-out;
  344. -ms-transition: all 0.4s ease-in-out;
  345. transition: all 0.4s ease-in-out;
  346. }
  347.  
  348. #sidebar img {
  349. max-width:266px;
  350. margin-top:0px;
  351. margin-left:10px;
  352. padding:10px;
  353. }
  354.  
  355. #topbar {
  356. height:45px;
  357. top:0px;
  358. background:{color:Topbar BG};
  359. width:100%;
  360. position:fixed;
  361. z-index:99999;
  362. }
  363.  
  364. #sidedesc {
  365. width:265px;
  366. margin-left:20px;
  367. margin-top:5px;
  368. font-family:{select:Font};
  369. font-size: 8px;
  370. line-height:14px;
  371. text-align:center;
  372. text-transform:none;
  373. color: {color:Description Text};
  374. position:fixed;
  375. z-index:1;
  376. }
  377.  
  378. #sidedesc b, strong {
  379. color: {color:Description Bold};
  380. }
  381.  
  382. #sidedesc i, em {
  383. color: {color:Description Italic};
  384. }
  385.  
  386. /*-- posts & entries --*/
  387.  
  388. #content {
  389. margin-left: 480px;
  390. float:left;
  391. border-left:4px solid {color:Sidebar BG};
  392. border-right:4px solid {color:Sidebar BG};
  393. background-image: url('{image:Content BG}');
  394. background-color: {color:Content BG};
  395. {/block:IfNoBackgroundImageNoRepeat};
  396. {block:IndexPage}height:100%;{/block:IndexPage}
  397. {block:PermalinkPage}height:1500px;{/block:PermalinkPage}
  398. top:0px;
  399. {block:if500px}width: 550px;{/block:if500px}
  400. {block:if400px}width: 460px;{/block:if400px}
  401. {block:if250px}width: 300px;{/block:if250px}
  402. }
  403.  
  404. #entries {
  405. {block:if500px}width: 500px;{/block:if500px}
  406. {block:if400px}width: 400px;{/block:if400px}
  407. {block:if250px}width: 250px;{/block:if250px}
  408. background-color: {color:Entry BG};
  409. float:left;
  410. font-family:{select:Font};
  411. font-size:10px;
  412. text-align:justify;
  413. padding: 15px;
  414. {block:if250px}margin: 45px 0px 0px 10px;{/block:if250px}
  415. {block:if400px}margin: 45px 0px 0px 15px;{/block:if400px}
  416. {block:if500px}margin: 45px 0px 0px 10px;{/block:if500px}
  417. overflow:hidden;
  418. }
  419.  
  420. #entries b, strong {
  421. color: {color:Bold};
  422. }
  423.  
  424. #entries i, em {
  425. color: {color:Italic};
  426. }
  427.  
  428. #entries img {
  429. {block:if500px}width: 500px;{/block:if500px}
  430. {block:if400px}width: 400px;{/block:if400px}
  431. {block:if250px}width: 250px;{/block:if250px}
  432. }
  433.  
  434. #photo{
  435. {block:if500px}width: 500px;{/block:if500px}
  436. {block:if400px}width: 400px;{/block:if400px}
  437. {block:if250px}width: 250px;{/block:if250px}
  438. {block:IfMonochromePosts}
  439. -webkit-filter: grayscale(1);
  440. -webkit-transition: all 0.5s ease-in-out;
  441. -moz-transition: all 0.5s ease-in-out;
  442. -o-transition: all 0.5s ease-in-out;
  443. -ms-transition: all 0.5s ease-in-out;
  444. transition: all 0.5s ease-in-out;
  445. {/block:IfMonochromePosts}
  446. {block:ifFadingImages}
  447. -webkit-transition: opacity 0.8s linear;
  448. opacity: .60;
  449. {/block:ifFadingImages}
  450. }
  451.  
  452. #photo:hover{
  453. {block:IfMonochromePosts}
  454. filter: none;
  455. -webkit-filter: grayscale(0);
  456. {/block:IfMonochromePosts}
  457. {block:ifFadingImages}
  458. opacity: 1;
  459. {/block:ifFadingImages}
  460. }
  461.  
  462. /*-- blockquote info --*/
  463.  
  464. #entries blockquote {
  465. border-left: 3px solid {color:Permalink Borders};
  466. padding-left: 8px;
  467. margin-left: 10px;
  468. }
  469.  
  470. #entries pre {
  471. overflow:hidden;
  472. font-size:10px;
  473. }
  474.  
  475. #entries blockquote img{
  476. overflow:hidden;
  477. {block:if500px}max-width: 450px;{/block:if500px}
  478. {block:if400px}max-width: 350px;{/block:if400px}
  479. {block:if250px}max-width: 200px;{/block:if250px}
  480. }
  481.  
  482. /*-- quote info --*/
  483.  
  484. #quotes{
  485. padding: 10px 15px;
  486. font-family:{select:Font};
  487. line-height: 135%;
  488. z-index:9999999;
  489. letter-spacing:1px;
  490. text-transform:uppercase;
  491. font-size:12px;
  492. background:{color:Quote BG};
  493. color: {color:Quotes};
  494. text-shadow:-1px -1px .1px {color:Quote Shadow};
  495. text-align: center;
  496. }
  497.  
  498. #sources {
  499. font-family:{select:Font};
  500. font-size:9px;
  501. color:{color:Bold};
  502. z-index:9999999;
  503. letter-spacing:1px;
  504. text-transform:uppercase;
  505. text-align: right;
  506. padding-top:10px;
  507. padding-bottom:5px;
  508. }
  509.  
  510. /*-- PERMALINK --*/
  511.  
  512.  
  513. #permabox {
  514. {block:If250px}margin-left:290px;{/block:If250px}
  515. {block:If400px}margin-left:440px;{/block:If400px}
  516. {block:If500px}margin-left:540px;{/block:If500px}
  517. width:150px;
  518. position:absolute;
  519. opacity:0;
  520. padding:5px;
  521. -webkit-transition: all 0.3s ease;
  522. -moz-transition: all 0.3s ease;
  523. -o-transition: all 0.3s ease;
  524. }
  525.  
  526. #entries:hover #permabox {
  527. opacity: 1.1;
  528. filter:alpha(opacity=90);
  529. -moz-opacity: 0.9;
  530. -webkit-transition: all 0.3s ease;
  531. -moz-transition: all 0.3s ease;
  532. -o-transition: all 0.3s ease;
  533. }
  534.  
  535.  
  536. #permatitle {
  537. font-family:{select:Font};
  538. text-align:left;
  539. color:{color:PermalinkText};
  540. text-transform:uppercase;
  541. letter-spacing:1px;
  542. padding-top:5px;
  543. margin-left:0px;
  544. font-size:10px;
  545. padding-bottom:2px;
  546. }
  547.  
  548. #permanotes {
  549. font-family:{select:Font};
  550. text-align:left;
  551. color:{color:PermalinkText};
  552. letter-spacing:1px;
  553. text-transform:uppercase;
  554. margin-left:0px;
  555. padding-bottom:5px;
  556. font-size:14px;
  557. border-bottom:1px solid {color:Permalink Borders};
  558. }
  559.  
  560. #permablog {
  561. font-family:{select:Font};
  562. text-align:left;
  563. color:{color:PermalinkText};
  564. text-transform:uppercase;
  565. margin-left:0px;
  566. font-size:10px;
  567. padding-bottom:5px;
  568. border-bottom:1px solid {color:Permalink Borders};
  569. }
  570.  
  571. #permatags {
  572. font-family:{select:Font};
  573. text-align:left;
  574. text-transform:uppercase;
  575. color:{color:PermalinkText};
  576. margin-left:0px;
  577. font-size:9px;
  578. letter-spacing:1px;
  579. padding-bottom:5px;
  580. padding-top:5px;
  581. border-bottom:1px solid {color:Permalink Borders};
  582. }
  583.  
  584.  
  585. #permanotes a:link {
  586. color: {color:Permalink Links};
  587. }
  588.  
  589. #permanotes a:hover {
  590. color: {color:Permalink Links Hover};
  591. }
  592.  
  593. #permablog a:link {
  594. color: {color:Permalink Links};
  595. }
  596.  
  597. #permablog a:hover {
  598. color: {color:Permalink Links Hover};
  599. }
  600.  
  601. #permatitle a:link {
  602. color: {color:Permalink Links};
  603. }
  604.  
  605. #permatitle a:hover {
  606. color: {color:Permalink Links Hover};
  607. }
  608.  
  609. #permatags a:link {
  610. color: {color:Permalink Links};
  611. }
  612.  
  613. #permatags a:hover {
  614. color: {color:Permalink Links Hover};
  615. }
  616.  
  617. .permalink {
  618. font-family:{select:Font};
  619. font-size:10px;
  620. margin-top:5px;
  621. letter-spacing:1px;
  622. color: {color:Text};
  623. text-transform:uppercase;
  624. }
  625.  
  626.  
  627. /*-- entry title info --*/
  628.  
  629. #title {
  630. padding-bottom: 3px;
  631. font-size: 20px;
  632. text-align: left;
  633. font-family:{select:Font};
  634. line-height: 100%;
  635. letter-spacing: 2px;
  636. color: {color:Title};
  637. text-transform:uppercase;
  638. }
  639.  
  640. /*-- asks info --*/
  641.  
  642.  
  643. #asks img {
  644. width: 25px;
  645. height: 25px;
  646. border: 3px solid {color:Permalink Borders};
  647. {block:IfMonochromePosts}
  648. -webkit-filter: grayscale(1);
  649. -webkit-transition: all 0.5s ease-in-out;
  650. -moz-transition: all 0.5s ease-in-out;
  651. -o-transition: all 0.5s ease-in-out;
  652. -ms-transition: all 0.5s ease-in-out;
  653. transition: all 0.5s ease-in-out;
  654. {block:IfMonochromePosts}
  655. }
  656.  
  657. #asks img:hover{
  658. {block:IfMonochromePosts}
  659. filter: none;
  660. -webkit-filter: grayscale(0);
  661. {block:IfMonochromePosts}
  662. }
  663.  
  664. #asks a {
  665. font-size: 11px;
  666. color: {color:Link};
  667. letter-spacing:1px;
  668. font-family:{select:Font};
  669. text-align: center;
  670. text-transform: uppercase;
  671. }
  672.  
  673. #asks a:hover {
  674. color: {color:Link Hover};
  675. }
  676.  
  677. #askcontainer {
  678. {block:If500px}width: 450px;{/block:If500px}
  679. {block:If400px}width: 350px;{/block:If400px}
  680. {block:If250px}width: 200px;{/block:If250px}
  681. border-bottom: 1px solid {color:Permalink Borders};
  682. background-color: transparent;
  683. text-align: left;
  684. font-size: 10px;
  685. padding-left:40px;
  686. padding-top:2px;
  687. padding-bottom:10px;
  688. padding-right:10px;
  689. line-height:130%;
  690. color: {color:Bold};
  691. font-family:{select:Font};
  692. display:block;
  693. }
  694.  
  695.  
  696. /*-- chatbox info --*/
  697.  
  698. .chat {
  699. font-family:{select:Font};
  700. font-size:10px;
  701. text-align:left;
  702. line-height:10px;
  703. list-style:none;
  704. }
  705.  
  706. .chat ul {
  707. line-height:15px;
  708. list-style:none;
  709. padding:0px;
  710. line-height:20px;
  711. }
  712.  
  713. .user_1 {
  714. background-color:transparent;
  715. padding-left:6px;
  716. padding-right:6px;
  717. }
  718.  
  719. .user_1 .label {
  720. font-weight:bold;
  721. }
  722.  
  723. .user_2 {
  724. background-color:{color:Borders};
  725. padding-left:6px;
  726. padding-right:6px;
  727. }
  728.  
  729. .user_2 .label {
  730. font-weight:bold;
  731. }
  732.  
  733. .user_3 {
  734. background-color:transparent;
  735. padding-left:6px;
  736. padding-right:6px;
  737. }
  738.  
  739. .user_3 .label {
  740. font-weight:bold;
  741. }
  742.  
  743. .user_4 {
  744. background-color:{color:Borders};
  745. padding-left:6px;
  746. padding-right:6px;
  747. }
  748.  
  749. .user_4 .label {
  750. font-weight:bold;
  751. }
  752.  
  753. .user_5 {
  754. background-color:transparent;
  755. padding-left:6px;
  756. padding-right:6px;
  757. }
  758.  
  759. .user_5 .label {
  760. font-weight:bold;
  761. }
  762.  
  763. .user_6 {
  764. background-color:{color:Borders};
  765. padding-left:6px;
  766. padding-right:6px;
  767. }
  768.  
  769. .user_6 .label {
  770. font-weight:bold;
  771. }
  772.  
  773.  
  774. /*-- notes info --*/
  775.  
  776. ol.notes {
  777. padding: 0px;
  778. margin: 15px;
  779. font-family:{select:Font};
  780. font-size:10px;
  781. list-style-type: none;
  782. background: transparent;
  783. border: 0px;
  784. letter-spacing: 0px;
  785. text-transform: lowercase;
  786. }
  787.  
  788. ol.notes li.note {
  789. padding: 1px;
  790. font-family:{select:Font};
  791. text-align: left;
  792. font-size:10px;
  793. letter-spacing: 0px;
  794. text-transform: lowercase;
  795. }
  796.  
  797. .notes img{
  798. display:none;
  799. }
  800.  
  801. /* music */
  802.  
  803. .music {
  804. height:75px;
  805. width:440px;
  806. margin-left:-20px;
  807. margin-bottom:10px;
  808. margin-top:-20px;
  809. }
  810.  
  811. .musicplayer {
  812. height:27px;
  813. width:27px;
  814. margin-top: 5px;
  815. border-radius: 45px;
  816. margin-left: 27px;
  817. overflow:hidden;
  818. opacity:0.6;
  819. border: 18px solid {color:background};
  820. position:absolute;
  821. z-index:2;
  822. }
  823.  
  824. .musicalbum {
  825. position:absolute;
  826. width:32px;
  827. margin-top: -7px;
  828. margin-left: 15px;
  829. border: 7px solid transparent;
  830. }
  831.  
  832. .musicinfo {
  833. background:#000;
  834. color:#fff;
  835. height: 27px;
  836. {block:If400px}width:295px;{/block:If400px}
  837. {block:If500px}width:395px;{/block:If500px}
  838. {block:If250px}width:145px;{/block:If250px}
  839. margin-top:20px;
  840. margin-left:95px;
  841. padding:17px 10px 28px 18px;
  842. text-align:center;
  843. font-family:{select:Font};
  844. font-size:9px;
  845. line-height:100%;
  846. }
  847.  
  848.  
  849.  
  850. {CustomCSS}
  851.  
  852. </style>
  853.  
  854. {block:IfInfiniteScroll}
  855. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  856. {/block:IfInfiniteScroll}
  857.  
  858.  
  859. </head>
  860.  
  861. <body>
  862.  
  863. <div id="topbar"</div>
  864.  
  865. <div id="sidebar2"></div>
  866.  
  867. <div id="sidebar">
  868.  
  869.  
  870. <div id="banner">{title}</div>
  871.  
  872. {block:IfSecondBanner}
  873. <div id="banner2">{text:Second Banner}</div>
  874. {/block:IfSecondBanner}
  875.  
  876. <img src="{image:SidebarImage}">
  877.  
  878. <div id="love">
  879. <a href="/">index</a>
  880. <a href="/ask">ask</a>
  881. <a href="/archive">archive</a>
  882. <a href="http://benizora.org">theme</a>
  883. {block:IfLink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:IfLink1}
  884. {block:IfLink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:IfLink2}
  885. {block:IfLink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:IfLink3}
  886. {block:IfLink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:IfLink4}
  887. {block:IfLink5}<a href="{text:link 5}">{text:link 5 title}</a>{/block:IfLink5}
  888. {block:IfLink6}<a href="{text:link 6}">{text:link 6 title}</a>{/block:IfLink6}
  889. {block:IfLink7}<a href="{text:link 7}">{text:link 7 title}</a>{/block:IfLink7}
  890. {block:IfLink8}<a href="{text:link 8}">{text:link 8 title}</a>{/block:IfLink8}
  891. </div>
  892.  
  893. <div id="sidedesc">
  894. {block:Description}{Description}{/block:Description}
  895.  
  896. </div>
  897.  
  898. {block:IfNotInfiniteScroll}
  899. <div id="boop">
  900. <div id="previous">
  901. {block:Pagination}
  902. {block:PreviousPage}
  903. <a href="{PreviousPage}">«</a>
  904. {/block:PreviousPage}
  905. {/block:Pagination}
  906. </div>
  907. <div id="next"> {block:Pagination}
  908. {block:NextPage}
  909. <a href="{NextPage}">»</a>
  910. {/block:NextPage}
  911. {/block:Pagination}
  912. </div></div>{/block:IfNotInfiniteScroll}</div>
  913. </div>
  914. </div>
  915. </div>
  916. </div>
  917. </div>
  918. </div>
  919.  
  920.  
  921.  
  922.  
  923. <div id="content">
  924.  
  925. <div class="autopagerize_page_element">
  926.  
  927. {block:Posts}
  928.  
  929. <div id="entries">
  930.  
  931. {block:IndexPage}
  932.  
  933. {/block:IndexPage}
  934.  
  935.  
  936. {block:Text}
  937.  
  938. {block:Date}<div id="permabox"><div id="permanotes"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div id="permatitle"><a href="{Permalink}"> {Timeago}</a></div><div id="permablog">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}</div>
  939.  
  940. {block:IfShowTags}{block:HasTags}<div id="permatags">{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a><br>{/block:Tags}</div>
  941. {/block:HasTags}{/block:IfShowTags}</div>
  942. {/block:Date}
  943. {block:Title}<div id="title">{Title}</div>{/block:Title}
  944. {Body}
  945. {/block:Text}
  946.  
  947.  
  948. {block:Photo}
  949.  
  950. {block:Date}<div id="permabox"><div id="permanotes"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div id="permatitle"><a href="{Permalink}"> {Timeago}</a></div><div id="permablog">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}</div>
  951.  
  952. {block:IfShowTags}{block:HasTags}<div id="permatags">{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a><br>{/block:Tags}</div>
  953. {/block:HasTags}{/block:IfShowTags}</div>
  954. {/block:Date}
  955.  
  956.  
  957.  
  958. {LinkOpenTag}<div id="photo">{block:If500px}<img src="{PhotoURL-500}" class="center">{block:If500px}{block:If400px}<img src="{PhotoURL-400}" class="center">{/block:If400px}{block:If250px}<img src="{PhotoURL-250}" class="center">{/block:If250px}</div>{LinkCloseTag}
  959.  
  960. {block:IfShowCaptions}
  961. {block:Caption}{Caption}{/block:Caption}
  962. {/block:IfShowCaptions}
  963.  
  964. {/block:Photo}
  965.  
  966. {block:Photoset}
  967.  
  968. {block:Date}<div id="permabox"><div id="permanotes"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div id="permatitle"><a href="{Permalink}"> {Timeago}</a></div><div id="permablog">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}</div>
  969.  
  970. {block:IfShowTags}{block:HasTags}<div id="permatags">{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a><br>{/block:Tags}</div>
  971. {/block:HasTags}{/block:IfShowTags}</div>
  972. {/block:Date}
  973.  
  974. {LinkOpenTag}<div id="photo">{block:If500px}{Photoset-500}{block:If500px}{block:If400px}{Photoset-400}{/block:If400px}{block:If250px}{Photoset-250}{/block:If250px}</div>{LinkCloseTag}
  975.  
  976. {block:IfShowCaptions}
  977. {block:Caption}{Caption}{/block:Caption}
  978. {/block:IfShowCaptions}
  979.  
  980.  
  981. {/block:Photoset}
  982.  
  983.  
  984.  
  985. {block:Quote}
  986.  
  987. {block:Date}<div id="permabox"><div id="permanotes"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div id="permatitle"><a href="{Permalink}"> {Timeago}</a></div><div id="permablog">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}</div>
  988.  
  989. {block:IfShowTags}{block:HasTags}<div id="permatags">{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a><br>{/block:Tags}</div>
  990. {/block:HasTags}{/block:IfShowTags}</div>
  991. {/block:Date}
  992.  
  993. <div id="quotes">{Quote}</div>{block:Source}<div id="sources"> {Source}</div>{/block:Source}
  994.  
  995. {/block:Quote}
  996.  
  997.  
  998.  
  999. {block:Link}
  1000.  
  1001. {block:Date}<div id="permabox"><div id="permanotes"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div id="permatitle"><a href="{Permalink}"> {Timeago}</a></div><div id="permablog">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}</div>
  1002.  
  1003. {block:IfShowTags}{block:HasTags}<div id="permatags">{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a><br>{/block:Tags}</div>
  1004. {/block:HasTags}{/block:IfShowTags}</div>
  1005. {/block:Date}
  1006.  
  1007. <div id="title">
  1008. <a href="{URL}" {Target}>{Name}</a>
  1009. </div>
  1010. {block:Description}{Description}{/block:Description}
  1011.  
  1012. {/block:Link}
  1013.  
  1014.  
  1015.  
  1016. {block:Chat}
  1017.  
  1018. {block:Date}<div id="permabox"><div id="permanotes"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div id="permatitle"><a href="{Permalink}"> {Timeago}</a></div><div id="permablog">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}</div>
  1019.  
  1020. {block:IfShowTags}{block:HasTags}<div id="permatags">{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a><br>{/block:Tags}</div>
  1021. {/block:HasTags}{/block:IfShowTags}</div>
  1022. {/block:Date}
  1023.  
  1024.  
  1025. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  1026. <div class="chat"><ul>{block:Lines}
  1027. <li class="user_{UserNumber}">{block:Label}
  1028. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  1029. {/block:Chat}
  1030.  
  1031.  
  1032.  
  1033. {block:Audio}
  1034.  
  1035. {block:Date}<div id="permabox"><div id="permanotes"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div id="permatitle"><a href="{Permalink}"> {Timeago}</a></div><div id="permablog">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}</div>
  1036.  
  1037. {block:IfShowTags}{block:HasTags}<div id="permatags">{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a><br>{/block:Tags}</div>
  1038. {/block:HasTags}{/block:IfShowTags}</div>
  1039. {/block:Date}
  1040.  
  1041. <div class="music">
  1042. {block:AlbumArt}<img class="musicalbum" src="{AlbumArtURL}" style="width:72px;">{/block:AlbumArt}<div class="musicplayer">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="musicinfo">{block:TrackName} <div style="font-family:courier; text-transform:uppercase; font-size:11px;">{TrackName}</div><br>{/block:TrackName}{block:PlayCount} {FormattedPlayCount} plays<br>{/block:PlayCount}</div></div>
  1043. {block:ifShowCaptions}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  1044. {/block:Audio}
  1045.  
  1046.  
  1047. {block:Video}
  1048.  
  1049. {block:Date}<div id="permabox"><div id="permanotes"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div id="permatitle"><a href="{Permalink}"> {Timeago}</a></div><div id="permablog">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}</div>
  1050.  
  1051. {block:IfShowTags}{block:HasTags}<div id="permatags">{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a><br>{/block:Tags}</div>
  1052. {/block:HasTags}{/block:IfShowTags}</div>
  1053. {/block:Date}
  1054.  
  1055.  
  1056. {block:If500px}{Video-500}{/block:If500px}{block:If400px}{Video-400}{/block:If400px}{block:If250px}{Video-250}{/block:If250px}
  1057.  
  1058. {block:IfShowCaptions}
  1059. {block:Caption}{Caption}{/block:Caption}
  1060. {/block:IfShowCaptions}
  1061.  
  1062. {/block:Video}
  1063.  
  1064.  
  1065.  
  1066. {block:Answer}
  1067.  
  1068. {block:Date}<div id="permabox"><div id="permanotes"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div id="permatitle"><a href="{Permalink}"> {Timeago}</a></div><div id="permablog">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}</div>
  1069.  
  1070. {block:IfShowTags}{block:HasTags}<div id="permatags">{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a><br>{/block:Tags}</div>
  1071. {/block:HasTags}{/block:IfShowTags}</div>
  1072. {/block:Date}
  1073.  
  1074. <div id="asks"><img src="{AskerPortraitURL-40}" align="left"><div id="askcontainer"><b>{Asker}</b> asked:<br>{Question}</div></div>{Answer}
  1075.  
  1076. {/block:Answer}
  1077.  
  1078.  
  1079. {block:PermalinkPage}
  1080.  
  1081. <div class="permalink">
  1082.  
  1083. <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>
  1084.  
  1085. {block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom} {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</center>
  1086. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1087. </div>
  1088. {/block:PermalinkPage}
  1089.  
  1090.  
  1091. </div>
  1092.  
  1093.  
  1094. {/block:Posts}
  1095.  
  1096. </div>
  1097.  
  1098. <img src="{image:2nd background}" style="position:fixed; max-height: 500px; right:0px; bottom:0px; z-index:-9;">
  1099.  
  1100. </div>
  1101.  
  1102.  
  1103. </body>
  1104.  
  1105. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement