Advertisement
lsaac

December Theme

Dec 8th, 2013
25,599
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.52 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. <!--
  5. December Theme by lsaac.tumblr.com / themesbyisaac.tumblr.com
  6.  
  7. This theme has been made under the ‘Creative Commons Attribution-NoDerivs 3.0 Unported’ which allows me to distribute my work freely with the understanding that the end user will not take any of the work from this/or any of my themes without permission from the owner and with correct credit put in place.
  8. -->
  9.  
  10. <head>
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  12. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  13. <script type="text/javascript">
  14. $(document).ready(function(){
  15. $(".description").hide();
  16. $(".about").click(function(){
  17. $('.description').slideToggle("fast");
  18. return true;
  19. });
  20. });
  21. </script>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Montserrat+Subrayada' rel='stylesheet' type='text/css'>
  24.  
  25. <meta name="color:Background" content="#dad8d8" />
  26. <meta name="color:Text" content="#333" />
  27. <meta name="color:Links" content="#5E5E5E"/>
  28. <meta name="color:Hover" content="#dad8d8"/>
  29. <meta name="color:Scrollbar" content="#BCBCBC"/>
  30. <meta name="color:Scrollbar Background" content="#FFF"/>
  31. <meta name="color:Sidebar" content="#FFF"/>
  32. <meta name="color:Accent" content="#BCBCBC"/>
  33. <meta name="color:Posts" content="#FFF"/>
  34.  
  35. <meta name="image:Background" content=""/>
  36.  
  37. <meta name="text:First custom link title" content=""/>
  38. <meta name="text:First custom link url" content=""/>
  39. <meta name="text:Second custom link title" content=""/>
  40. <meta name="text:Second custom link url" content=""/>
  41. <meta name="text:Third custom link title" content=""/>
  42. <meta name="text:Third custom link url" content=""/>
  43. <meta name="text:Fourth custom link title" content=""/>
  44. <meta name="text:Fourth custom link url" content=""/>
  45. <meta name="text:Link Hover Title" content="+navigate"/>
  46. <meta name="text:Title Font Size" content="60"/>
  47.  
  48. <meta name="if:First custom link" content="0"/>
  49. <meta name="if:Second custom link" content="0"/>
  50. <meta name="if:Third custom link" content="0"/>
  51. <meta name="if:Fourth custom link" content="0"/>
  52. <meta name="if:Submit link" content="0"/>
  53. <meta name="if:Archive link" content="1"/>
  54. <meta name="if:Home link" content="1"/>
  55. <meta name="if:Message link" content="1"/>
  56. <meta name="if:Cross cursor" content="1"/>
  57. <meta name="if:Custom Title Font" content="1"/>
  58. <meta name="if:Show Title" content="1" />
  59. <meta name="if:Alternate Font Face" content="1"/>
  60.  
  61. <meta name="font:Body" content="Arial"/>
  62. <meta name="font:Title" content="Arial Black"/>
  63.  
  64. <title>{Title}</title>
  65. <link rel="shortcut icon" href="{Favicon}">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. <link rel="shortcut icon" href="{Favicon}">
  68. <title>Untitled Document</title>
  69. <link rel="shortcut icon" href="{Favicon}">
  70. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  71.  
  72. {block:Description}
  73. <meta name="description" content="{MetaDescription}" />
  74. {/block:Description}
  75.  
  76. <link href='http://fonts.googleapis.com/css?family=Abril+Fatface' rel='stylesheet' type='text/css'>
  77.  
  78. <style type="text/css">
  79. {CustomCSS}
  80.  
  81. p{
  82. margin:0px;
  83. padding:0px;
  84. }
  85.  
  86. #tumblr_controls{
  87. position:fixed !important;
  88. }
  89.  
  90. #tumblr_controls{
  91. -webkit-transition: opacity 0.2s linear;
  92. opacity: 0.7;
  93. }
  94. #tumblr_controls:hover{
  95. -webkit-transition: opacity 0.2s linear;
  96. opacity: 1;
  97. }
  98.  
  99. a{
  100. text-decoration: none;
  101. color:{color:links};
  102. -moz-transition: all 0.3s ease-out;
  103. -o-transition: all 0.3s ease-out;
  104. -webkit-transition: all 0.3s ease-out;
  105. transition: all 0.3s ease-out;
  106. {block:ifcrosscursor}
  107. cursor: crosshair;
  108. {/block:ifcrosscursor}
  109. }
  110.  
  111. a:hover{
  112. color:{color:hover};
  113. {block:ifcrosscursor}
  114. cursor: crosshair;
  115. {/block:ifcrosscursor}
  116. -moz-transition: all 0.3s ease-out;
  117. -o-transition: all 0.3s ease-out;
  118. -webkit-transition: all 0.3s ease-out;
  119. transition: all 0.3s ease-out;
  120. }
  121.  
  122. body{
  123. color:{color:Text};
  124. background-color:{color:Background};
  125. background-image:url({image:Background});
  126. background-attachment: fixed; background-repeat: repeat;
  127. {block:ifalternatefontface}
  128. font-size:11px;
  129. line-height:11px;
  130. {/block:ifalternatefontface}
  131. {block:ifnotalternatefontface}
  132. font-size:12px;
  133. line-height:12px;
  134. {/block:ifnotalternatefontface}
  135. text-align:center;
  136. {block:ifalternatefontface}
  137. font-family:consolas;
  138. {/block:ifalternatefontface}
  139. {block:ifnotalternatefontface}
  140. font-family: {font:Body};
  141. {/block:ifnotalternatefontface}
  142.  
  143. {block:ifcrosscursor}
  144. cursor: crosshair;
  145. {/block:ifcrosscursor}
  146. }
  147.  
  148. #content{
  149. margin: auto auto auto auto ;
  150. width:100%;
  151. top:0px;
  152. left:0px;
  153. position:relative;
  154. {block:ifcrosscursor}
  155. cursor: crosshair;
  156. {/block:ifcrosscursor}
  157. }
  158.  
  159. #content .posts{
  160. width:640px;
  161. {block:ifalternatefontface}
  162. font-family:consolas;
  163. {/block:ifalternatefontface}
  164. {block:ifnotalternatefontface}
  165. font-family: {font:Body};
  166. {/block:ifnotalternatefontface}
  167. margin: -9px 0px 0px 0px;
  168. margin-left: 352px;
  169. {block:PermalinkPage}
  170. font-size:10px;
  171. line-height:10px;
  172. width:500px !important;
  173. margin-left:380px;
  174. margin-top:-3px;
  175. background-color:{color:Accent};
  176. {/block:PermalinkPage}
  177. }
  178.  
  179. #content .entry{
  180. {block:IndexPage}
  181. border-width:2px;
  182. border-color:#000;
  183. border-style:solid;
  184. width:250px;
  185. margin-top:3px;
  186. margin-bottom:-1px;
  187. margin-left:28px;
  188. margin-right:28px;
  189. padding:5px 5px 3px 5px;
  190. float:left;
  191. background-color:{color:Posts};
  192. border-width:1px;
  193. border-style:solid;
  194. border-color:{color:Posts};
  195. {block:ifcrosscursor}
  196. cursor: crosshair;
  197. {/block:ifcrosscursor}
  198. {/block:IndexPage}
  199. {block:PermalinkPage}
  200. width:580px;
  201. {/block:PermalinkPage}
  202. }
  203.  
  204.  
  205. {block:IndexPage}
  206. {block:ifinvertedfade}
  207. img{
  208. -webkit-transition: opacity 0.3s linear;
  209. opacity: 1;
  210. }
  211. img:hover{
  212. -webkit-transition: opacity 0.3s linear;
  213. opacity: 0.7;
  214. }
  215. {/block:ifinvertedfade}
  216.  
  217. {block:iffadedimages}
  218. img{
  219. -webkit-transition: opacity 0.3s linear;
  220. opacity: 0.8;
  221. }
  222. img:hover{
  223. -webkit-transition: opacity 0.3s linear;
  224. opacity: 1;
  225. }
  226. {/block:iffadedimages}
  227. {/block:IndexPage}
  228.  
  229. {block:IndexPage}
  230. .perma {
  231. opacity: 0.0;
  232. filter: alpha(opacity = 0);
  233. z-index:9999991;
  234. display: inline-block;
  235. position: absolute;
  236. top:9px;
  237. left:9px;
  238. -moz-transition: all 0.3s ease-out;
  239. -o-transition: all 0.3s ease-out;
  240. -webkit-transition: all 0.3s ease-out;
  241. transition: all 0.3s ease-out;
  242. }
  243.  
  244. .entry:hover .perma {
  245. top:9px;
  246. left:9px;
  247. opacity: 1;
  248. filter: alpha(opacity = 100);
  249. }
  250.  
  251.  
  252. .rep {
  253. width: 24px;
  254. height: 20px;
  255. overflow: hidden;
  256. z-index: 9999999;
  257. display: inline-block;
  258. }
  259.  
  260.  
  261. .rep img{
  262. width: 24px;
  263. height: 20px;
  264. line-height: 30px;
  265. display: inline;
  266. -webkit-filter: invert(100%)
  267. }
  268.  
  269. .not { display: inline-block;
  270. background: rgba(0, 0, 0, .55);
  271. height: 20px;
  272. top: -6px;
  273. padding: 0 5px;
  274. font: 11px/20px arial,sans-serif;
  275. line-height: 20px;
  276. color: #fff;
  277. padding-left: 4px;
  278. padding-right: 4px;
  279. -webkit-border-radius: 3px;
  280. -moz-border-radius: 3px;
  281. border-radius: 3px;
  282. position: relative;
  283. -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  284. -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
  285. box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  286. -webkit-filter: invert(100%)
  287. }
  288.  
  289. .not a, .not:hover a, .not a:hover {
  290. color: #ffffff!important;
  291. font-weight: bold;
  292. font-family: Arial, Helvetica, sans-serif;
  293. }
  294.  
  295. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  296. opacity: 1;
  297. filter: alpha(opacity = 100);
  298. }
  299.  
  300. .not:hover , .rep:hover, .likep:hover {
  301. opacity: 1!important;
  302. filter: alpha(opacity = 100)!important;
  303. }
  304. {block:IndexPage}
  305.  
  306. #content .entry img{
  307. {block:IndexPage}
  308. max-width:250px;
  309. {block:ifcrosscursor}
  310. cursor: crosshair;
  311. {/block:ifcrosscursor}
  312. {/block:IndexPage}
  313. {block:ifcrosscursor}
  314. cursor: crosshair;
  315. {/block:ifcrosscursor}
  316. }
  317.  
  318. {block:IndexPage}
  319. {block:ifinvertedfade}
  320. img{
  321. opacity:1;
  322. -webkit-transition-duration:0.7s;
  323. }
  324.  
  325. img:hover{
  326. opacity:0.8;
  327. -webkit-transition-duration:0.7s;
  328. }
  329. {/block:ifinvertedfade}
  330.  
  331. {block:iffadedimages}
  332. img{
  333. opacity:0.8;
  334. -webkit-transition-duration:0.7s;
  335. }
  336. img:hover{
  337. opacity:1;
  338. -webkit-transition-duration:0.7s;
  339. }
  340. {/block:iffadedimages}
  341. {/block:IndexPage}
  342.  
  343. .textperma{
  344. {block:ifalternatefontface}
  345. font-family:consolas;
  346. {/block:ifalternatefontface}
  347. {block:ifnotalternatefontface}
  348. font-family: {font:Body};
  349. {/block:ifnotalternatefontface}
  350. letter-spacing:0px;
  351. font-size:10px;
  352. line-height:10px;
  353. letter-spacing:2px;
  354. text-align:right;
  355. opacity: 0;
  356. margin-top:7px;
  357. margin-bottom:2px;
  358. -webkit-transition-duration:0.7s;
  359. }
  360.  
  361. .entry:hover .textperma{
  362. opacity:1;
  363. padding-top:0px;
  364. }
  365.  
  366. {block:IndexPage}
  367. #top{
  368. height:100%;
  369. opacity:1;
  370. text-align:left;
  371. z-index:5000;
  372. position: fixed;
  373. font-size:11px;
  374. letter-spacing:-1px;
  375. top:0px;
  376. left:653px;
  377. background-color:{Color:Sidebar};
  378. {block:ifcrosscursor}
  379. cursor: crosshair;
  380. {/block:ifcrosscursor}
  381. overflow-y:hidden;
  382. overflow-x:hidden;
  383. z-index:9999999;
  384. }
  385.  
  386. #top { opacity:1; color:{Color:Posts}; width:50px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  387.  
  388. #top:hover {width:580px;opacity:0.8;padding:5px;left:380px; color:#000; }
  389.  
  390. #biter
  391.  
  392. #bite a {display:block}
  393.  
  394. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  395.  
  396. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  397. {/block:IndexPage}
  398.  
  399.  
  400. .notes{
  401. width:577px;
  402. padding-left:3px;
  403. text-align:left;
  404. font-size:10px;
  405. background-color:{color:Accent};
  406. margin-top:-2px;
  407. margin-bottom:20px;
  408. }
  409.  
  410. .h1{
  411. display:block;
  412. font-size:24px;
  413. letter-spacing: 0px;
  414. line-height:30px;
  415. text-align: center;
  416. {block:ifalternatefontface}
  417. font-family:consolas;
  418. {/block:ifalternatefontface}
  419. {block:ifnotalternatefontface}
  420. font-family: {font:Body};
  421. {/block:ifnotalternatefontface}
  422. }
  423.  
  424. .h2{
  425. font-size:21px;
  426. letter-spacing:0px;
  427. line-height:23px;
  428. {block:ifalternatefontface}
  429. font-family:consolas;
  430. {/block:ifalternatefontface}
  431. {block:ifnotalternatefontface}
  432. font-family: {font:Body};
  433. {/block:ifnotalternatefontface}
  434. }
  435.  
  436.  
  437.  
  438.  
  439. .h4{
  440. font-size:12px;
  441. line-height:12px;
  442. text-align:center;
  443. letter-spacing:1px;
  444. }
  445.  
  446. #h5{
  447. font-size:13px;
  448. line-height:13px;
  449. letter-spacing:0px;
  450. text-align:center;
  451. {block:ifalternatefontface}
  452. font-family:consolas;
  453. {/block:ifalternatefontface}
  454. {block:ifnotalternatefontface}
  455. font-family: {font:Body};
  456. {/block:ifnotalternatefontface}
  457. width:410px;
  458. }
  459.  
  460. .h6{
  461. font-size:10px;
  462. line-height:9px;
  463. text-align:center;
  464. padding:1px;
  465. {block:ifalternatefontface}
  466. font-family:consolas;
  467. {/block:ifalternatefontface}
  468. {block:ifnotalternatefontface}
  469. font-family: {font:Body};
  470. {/block:ifnotalternatefontface}
  471. letter-spacing:1px;
  472. }
  473.  
  474. .h9{
  475. font-size:10px;
  476. line-height:10px;
  477. text-align:left;
  478. padding:1px;
  479. {block:ifalternatefontface}
  480. font-family:consolas;
  481. {/block:ifalternatefontface}
  482. {block:ifnotalternatefontface}
  483. font-family: {font:Body};
  484. {/block:ifnotalternatefontface}
  485. letter-spacing:0px;
  486. }
  487.  
  488.  
  489. #nav{
  490. text-align:justify;
  491. margin-top:0px;
  492. margin-bottom:0px;
  493. letter-spacing:1px;
  494. {block:ifalternatefontface}
  495. font-family:consolas;
  496. {/block:ifalternatefontface}
  497. {block:ifnotalternatefontface}
  498. font-family: {font:Body};
  499. {/block:ifnotalternatefontface}
  500. }
  501.  
  502.  
  503. .quote{
  504. font-size:17px;
  505. line-height:20px;
  506. text-transform:none;
  507. margin-bottom:5px;
  508. {block:ifalternatefontface}
  509. font-family:consolas;
  510. {/block:ifalternatefontface}
  511. {block:ifnotalternatefontface}
  512. font-family: {font:Body};
  513. {/block:ifnotalternatefontface}
  514. }
  515.  
  516. .audio{
  517. {block:IndexPage}
  518. width:240px;
  519. {/block:IndexPage}
  520. {block:PermalinkPage}
  521. width:570px;
  522. {/block:PermalinkPage}
  523. background-color:#FFF;
  524. padding:5px;
  525. margin-bottom:0px;
  526. }
  527.  
  528. .albumart, .albumart img{
  529. {block:IndexPage}
  530. width:250px;
  531. {/block:IndexPage}
  532. {block:PermalinkPage}
  533. width:580px;
  534. {/block:PermalinkPage}
  535. }
  536.  
  537. div.video embed,
  538. div.post div.video object {
  539. {block:IndexPage}
  540. width:250px !important;
  541. height:150px !important;
  542. {/block:IndexPage}
  543. {block:PermalinkPage}
  544. width:500px !important;
  545. height:400px !important;
  546. {/block:PermalinkPage}
  547. }
  548.  
  549. #bg img {
  550. z-index:-1;
  551. position:fixed;
  552. background-repeat:repeat;
  553. }
  554.  
  555. .question{
  556. margin-bottom:5px;
  557. font-size:10px;
  558. line-height:10px;
  559. display:block;
  560. {block:ifalternatefontface}
  561. font-family:consolas;
  562. {/block:ifalternatefontface}
  563. {block:ifnotalternatefontface}
  564. font-family: {font:Body};
  565. {/block:ifnotalternatefontface}
  566. padding:5px;
  567. }
  568.  
  569. .asker{
  570. {block:ifalternatefontface}
  571. font-family:consolas;
  572. {/block:ifalternatefontface}
  573. {block:ifnotalternatefontface}
  574. font-family: {font:Body};
  575. {/block:ifnotalternatefontface}
  576. font-size:10px;
  577. line-height:10px;
  578. }
  579.  
  580. .answer{
  581. padding:3px;
  582. font-size:10px;
  583. line-height:10px;
  584. {block:ifalternatefontface}
  585. font-family:consolas;
  586. {/block:ifalternatefontface}
  587. {block:ifnotalternatefontface}
  588. font-family: {font:Body};
  589. {/block:ifnotalternatefontface}
  590. color: {color:text};
  591. }
  592.  
  593. ::-webkit-scrollbar-thumb:vertical{
  594. background-color:{color:Scrollbar};
  595. height:75px;
  596. }
  597.  
  598. ::-webkit-scrollbar-thumb:horizontal{
  599. background-color:{color:Scrollbar};
  600. height:10px;
  601. }
  602.  
  603. ::-webkit-scrollbar{
  604. height:10px;
  605. width:8px;
  606. background-color:{color:Scrollbar Background};
  607. }
  608.  
  609. #desc{
  610. text-decoration: none;
  611. background-color:transparent;
  612. width:100%;
  613. text-align:justify;
  614. margin-top:-5px;
  615. padding:5px;
  616. }
  617.  
  618. #link{
  619. width:570px;
  620. height:auto;
  621. margin-bottom:2px;
  622. padding:5px;
  623. background-color:{color:Accent};
  624. z-index:999999;
  625. }
  626.  
  627. #chat{
  628. width:570px;
  629. height:auto;
  630. margin-bottom:2px;
  631. padding:5px;
  632. background-color:{color:Accent};
  633. z-index:999999;
  634. margin-top:0px;
  635. }
  636.  
  637. #quot{
  638. width:570px;
  639. height:auto;
  640. margin-bottom:2px;
  641. padding:5px;
  642. background-color:{color:Accent};
  643. z-index:999999;
  644. margin-top:0px;
  645. }
  646.  
  647. #text{
  648. width:570px;
  649. height:auto;
  650. margin-bottom:2px;
  651. padding:5px;
  652. background-color:{color:Accent};
  653. z-index:999999;
  654. }
  655.  
  656. #vid{
  657. width:570px;
  658. height:auto;
  659. margin-bottom:2px;
  660. padding:5px;
  661. background-color:{color:Accent};
  662. z-index:999999;
  663. }
  664.  
  665. #photoset{
  666. width:570px;
  667. height:auto;
  668. margin-bottom:2px;
  669. padding:5px;
  670. background-color:{color:Accent};
  671. z-index:999999;
  672. }
  673.  
  674. #ans{
  675. width:580px;
  676. height:auto;
  677. margin-bottom:2px;
  678. padding:5px;
  679. background-color:{color:Accent};
  680. z-index:999999;
  681. }
  682.  
  683. #myphotoset{
  684. max-width:250px;
  685. overflow-y:hidden;
  686. overflow-x:hidden;
  687. }
  688.  
  689. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  690.  
  691. .daniel {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  692.  
  693. .daniel:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  694.  
  695. #craigr
  696.  
  697. #craig a {display:block}
  698.  
  699. #craig .hello {margin-top:10px; margin-bottom:5px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  700.  
  701. #craig:hover .hello {margin-top:10px; -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  702.  
  703. </style>
  704.  
  705. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  706. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  707. </script>
  708. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  709. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  710. <script type="text/javascript">
  711.  
  712. $(window).load(function () {
  713. $('.posts').masonry(),
  714. $('.masonryWrap').infinitescroll({
  715. navSelector : "div#navigation",
  716. // selector for the paged navigation (it will be hidden)
  717. nextSelector : "div#navigation a#nextPage",
  718. // selector for the NEXT link (to page 2)
  719. itemSelector : ".entry",
  720. // selector for all items you'll retrieve
  721. bufferPx : 10000,
  722. extraScrollPx: 11000,
  723. loadingImg : "",
  724. loadingText : "<em></em>",
  725. },
  726. // call masonry as a callback.
  727. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  728. );
  729. });
  730. </script>
  731. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
  732.  
  733.  
  734. <body>
  735. {block:IndexPage}
  736. <div id="top">
  737. <center><div id="nav">
  738. <div id="desc"><div class="nav"><div align="center">
  739. {block:ifshowtitle}
  740. <div style="width:580px;
  741. font-size:{text:Title Font Size}px;
  742. line-height:{text:Title Font Size}px;
  743. {block:ifcustomtitlefont}
  744. font-family: 'Abril Fatface', cursive;
  745. {/block:ifcustomtitlefont}
  746. {block:ifnotcustomtitlefont}
  747. font-family: {font:Title};
  748. {/block:ifnotcustomtitlefont}
  749. text-align:center;">
  750. <a href="/">{Title}</a>
  751. </div>
  752. {/block:ifshowtitle}
  753. <br><br>
  754. <div id="h5">{Description} <br><br>
  755. <div id="craig"><i><b><span class="h17"><center>{text:link hover title}</center></span></b></i><div class="hello"><div align="center">{block:ifhomelink}<a href="/">home</a>&nbsp;&nbsp;{block:ifhomelink}{block:ifmessagelink}<a href="/ask">message</a>&nbsp;&nbsp;{block:ifmessagelink}{block:ifarchivelink}<a href="/archive">archive</a>&nbsp;&nbsp;{/block:ifarchivelink}{block:ifsubmitlink}<a href="/submit">submit</a>&nbsp;&nbsp;{block:ifsubmitlink}{block:iffirstcustomlink}<a href="{text:first custom link url}">{text:first custom link title}</a>&nbsp;&nbsp;{/block:iffirstcustomlink}{block:ifsecondcustomlink}<a href="{text:second custom link url}">{text:second custom link title}</a>&nbsp;&nbsp;{/block:ifsecondcustomlink} {block:ifthirdcustomlink}<a href="{text:third custom link url}">{text:third custom link title}</a>&nbsp;&nbsp;{/block:ifthirdcustomlink}{block:iffourthcustomlink}<a href="{text:fourth custom link url}">{text:fourth custom link title}</a>&nbsp;&nbsp;{/block:iffourthcustomlink}<a href="http://lsaac.tumblr.com">theme</a>
  756. <div id="bite">
  757. <div class="death">
  758. <div align="center">
  759. </div>
  760. </div>
  761. </div>
  762. </div>
  763. </div></div></div></div></a></div></div></div></span></div></div></div></div>
  764. {/block:IndexPage}
  765.  
  766. <div id="content">
  767. <div class="posts">
  768. {block:Posts}
  769. <div class="entry">
  770.  
  771. {block:Text}
  772. {block:IndexPage}
  773. {block:Title}<span class="h1">{Title}</span>{/block:Title}
  774. {Body}{/block:IndexPage}
  775. {block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:IndexPage}</span></div>
  776. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="text">{block:Title}<span class="h1">{Title}</span>{/block:Title}
  777. {Body}</div>{/block:PermalinkPage}
  778. {/block:Text}
  779.  
  780. {block:Photo}
  781. {block:IndexPage}
  782. <div class="perma">
  783. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  784. </div>
  785. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  786. </div>
  787. <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="250"/></a>
  788. {/block:IndexPage}
  789. {block:PermalinkPage}
  790. {LinkOpenTag}
  791. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="580"/></a>
  792. {LinkCloseTag}
  793. {/block:permalinkpage}
  794. {/block:Photo}
  795.  
  796. {block:Photoset}
  797. {block:IndexPage}<div id="myphotoset">{Photoset-250}{/block:IndexPage}
  798. {block:IndexPage}<div class="textperma"><a href="{Permalink}">VIEW FULL PHOTOSET</a></div></div>
  799. {/block:IndexPage}{block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="photoset">{Photoset-500}</div>{/block:PermalinkPage}
  800. {/block:Photoset}
  801.  
  802.  
  803. {block:Quote}
  804. {block:IndexPage}<div class="quote">"{Quote}" <small><i>{block:Source}- {Source}{/block:Source}</small></i></div>{/block:IndexPage}{block:IndexPage}
  805. <div class="textperma"><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:IndexPage}</span></div>
  806. {/block:IndexPage}
  807. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="quot"><div class="quote">"{Quote}" <small><i>{block:Source}&nbsp;- {Source}{/block:Source}</small></i></div></div>{/block:PermalinkPage}
  808. {/block:Quote}
  809.  
  810. {block:Link}
  811. {block:IndexPage}<a href="{URL}"{Target}><span class="h2">{Name}</span></a>{block:Description}<small>{Description}</small>{/block:Description}{/block:IndexPage}{block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:IndexPage}</span></div>
  812. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}
  813. <div id="link"><a href="{URL}"{Target}><span class="h2">{Name}</span></a>
  814. {block:Description}<small>{Description}</small>{/block:Description}</div>{/block:PermalinkPage}
  815. {/block:Link}
  816.  
  817. {block:Video}
  818. <div class="video">
  819. </div>{block:IndexPage}<div class="videocap"></a></div>
  820. <div class="textperma"><a href="{Permalink}">VIEW VIDEO POST</a></div>
  821. {/block:IndexPage}</div></div>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:380px;"</div>
  822. {/block:PermalinkPage}{block:PermalinkPage}<div id="vid">{Video-500}</div>{/block:PermalinkPage}
  823. {/block:Video}
  824.  
  825. {block:Chat}
  826. {block:IndexPage}{block:Title}<div class="ptitle">{Title}</div>
  827. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}{/block:IndexPage}{block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:IndexPage}</span></div>{block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="chat">{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}</div>{/block:PermalinkPage}
  828. {/block:Chat}
  829.  
  830. {block:Audio}
  831. <a href="{Permalink}">
  832. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}</a><div class="audio">{AudioPlayerWhite}</div>
  833. {block:PermalinkPage}{/block:PermalinkPage}
  834. {/block:Audio}
  835.  
  836. {block:Answer}
  837. {block:IndexPage}
  838. <div class="question">{Asker} said:</a> {Question}</div>
  839. <div class="answer"><i>{Answer}</i></div>{/block:IndexPage}
  840. {block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="ans"><div class="question">{Asker} said:</a> {Question}</div>
  841. <div class="answer"><i>{Answer}</i></div>{/block:PermalinkPage}
  842. {/block:Answer}
  843.  
  844. {block:PermalinkPage}<div class="notes"><br>
  845. {block:Caption}{Caption}{/block:Caption}
  846. Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
  847. <br>Has a total of: {NoteCount} Notes
  848. {block:PostNotes}<br><br><div style="background-color:{color:Accent}; text-align:left; max-height: 200px; width:577px; overflow-y: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div></div>
  849. {/block:PermalinkPage}
  850. </div>{/block:Posts}</div></div>
  851.  
  852. {block:IndexPage}
  853. <div class="column navigation" id="navigation">
  854. {block:Pagination}
  855. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  856. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  857. </div>
  858. {/block:IndexPage}
  859.  
  860. {block:PermalinkPage}
  861. <div style="position:fixed; top:50px; color: {color:Text}; right:5px; font-size:20px; opacity:1; background-color:{color:background}; padding:3px; {block:ifalternatefontface}
  862. font-family:consolas;
  863. {/block:ifalternatefontface}
  864. {block:ifnotalternatefontface}
  865. font-family: {font:Body};
  866. {/block:ifnotalternatefontface}"><a href="{BlogURL}"><img src="http://static.tumblr.com/ykziu7r/v3Fmxi610/home-5-256.png" height="45px" width="48px" title="Back to Home Page" style="background-color:#fff;border-radius:9px;"></a></div>
  867. {/block:PermalinkPage}
  868.  
  869. <div style="position:fixed; bottom:3px; color: {color:Text}; right:2px; font-size:10px; opacity:1; background-color:{color:background}; padding:3px; font-family:Times New Roman;"><a href="http://lsaac.tumblr.com"><u>theme</u></a></div><div style="right: 3px; top: 26px; position:fixed; opacity:0.7; z-index: 999999999999999;"><a href="http://lsaac.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a>
  870.  
  871. </div></div></div></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement