Advertisement
lsaac

Mayhem Theme

Apr 21st, 2014
73,580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.78 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. Mayhem Theme by lsaac.tumblr.com
  6.  
  7. As with all of my themes, all coding has been created 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. Please remember to leave at least one credit link visible and as with all of my themes this is not a base code so please do not use it as such, thank you for using one of my themes and remember to keep checking my theme blog (themesbyisaac.tumblr.com) for updates and brand new themes!
  9. -->
  10.  
  11. <head>
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  13. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  14. <script type="text/javascript">
  15. $(document).ready(function(){
  16. $(".description").hide();
  17. $(".about").click(function(){
  18. $('.description').slideToggle("fast");
  19. return true;
  20. });
  21. });
  22. </script>
  23.  
  24. <meta name="color:Background" content="#fff" />
  25. <meta name="color:Text" content="#333333" />
  26. <meta name="color:Links" content="#333"/>
  27. <meta name="color:Hover" content="#9e9e9e"/>
  28. <meta name="color:Scrollbar" content="#666666"/>
  29. <meta name="color:Scrollbar Background" content="#dad8d8"/>
  30. <meta name="color:Posts" content="#F0eeee"/>
  31. <meta name="color:Sidebar" content="#eeeeee"/>
  32. <meta name="color:Question" content="#cecece"/>
  33. <meta name="color:Icon" content="#dfdfdf"/>
  34. <meta name="color:Icon Border" content="#c0c0c0"/>
  35.  
  36. <meta name="image:Background" content=""/>
  37.  
  38. <meta name="text:First custom link title" content="link 1"/>
  39. <meta name="text:First custom link url" content=""/>
  40. <meta name="text:Second custom link title" content="link 2"/>
  41. <meta name="text:Second custom link url" content=""/>
  42. <meta name="text:Third custom link title" content="link 3"/>
  43. <meta name="text:Third custom link url" content=""/>
  44. <meta name="text:Fourth custom link title" content="link 4"/>
  45. <meta name="text:Fourth custom link url" content=""/>
  46. <meta name="text:Fifth custom link title" content="link 5"/>
  47. <meta name="text:Fifth custom link url" content=""/>
  48. <meta name="text:Description Margin" content="40"/>
  49. <meta name="text:Icon Margin" content="40"/>
  50.  
  51. <meta name="if:Cross cursor" content="1"/>
  52. <meta name="if:Home link" content="1"/>
  53. <meta name="if:Message link" content="1"/>
  54. <meta name="if:Submit link" content="0"/>
  55. <meta name="if:Archive link" content="1"/>
  56. <meta name="if:First custom link" content="0"/>
  57. <meta name="if:Second custom link" content="0"/>
  58. <meta name="if:Third custom link" content="0"/>
  59. <meta name="if:Fourth custom link" content="0"/>
  60. <meta name="if:Fifth custom link" content="0"/>
  61. <meta name="if:Inverted Fade" content="0" />
  62. <meta name="if:Faded Images" content="1" />
  63. <meta name="if:Show Icon" content="1" />
  64. <meta name="if:Transparent Post Backgrounds" content="0" />
  65. <meta name="if:One Column" content="0" />
  66.  
  67. <meta name="font:Body" content="Courier New"/>
  68. <meta name="font:Title" content="Courier New"/>
  69. <meta name="font:Permalink" content="Courier New"/>
  70.  
  71. <title>{Title}</title>
  72. <link rel="shortcut icon" href="{Favicon}">
  73. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  74. <link rel="shortcut icon" href="{Favicon}">
  75. <title>Untitled Document</title>
  76. <link rel="shortcut icon" href="{Favicon}">
  77. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  78.  
  79. {block:Description}
  80. <meta name="description" content="{MetaDescription}" />
  81. {/block:Description}
  82.  
  83. <style type="text/css">
  84. {CustomCSS}
  85.  
  86. p{
  87. margin:0px;
  88. padding:0px;
  89. }
  90.  
  91. #tumblr_controls{
  92. position:fixed !important;
  93. }
  94.  
  95. #tumblr_controls{
  96. -webkit-transition: opacity 0.2s linear;
  97. opacity: 0.7;
  98. }
  99. #tumblr_controls:hover{
  100. -webkit-transition: opacity 0.2s linear;
  101. opacity: 1;
  102. }
  103.  
  104. a{
  105. text-decoration: none;
  106. color:{color:links};
  107. -moz-transition: all 0.3s ease-out;
  108. -o-transition: all 0.3s ease-out;
  109. -webkit-transition: all 0.3s ease-out;
  110. transition: all 0.3s ease-out;
  111. {block:ifcrosscursor}
  112. cursor: crosshair;
  113. {/block:ifcrosscursor}
  114. }
  115.  
  116. a:hover{
  117. color:{color:hover};
  118. {block:ifcrosscursor}
  119. cursor: crosshair;
  120. {/block:ifcrosscursor}
  121. -moz-transition: all 0.3s ease-out;
  122. -o-transition: all 0.3s ease-out;
  123. -webkit-transition: all 0.3s ease-out;
  124. transition: all 0.3s ease-out;
  125. }
  126.  
  127. body{
  128. color:{color:Text};
  129. background-color:{color:Background};
  130. background-image:url({image:Background});
  131. background-attachment: fixed; background-repeat: repeat;
  132. font-size:9px;
  133. text-align:center;
  134. font-family: {font:Body};
  135. line-height:9px;
  136. {block:ifcrosscursor}
  137. cursor: crosshair;
  138. {/block:ifcrosscursor}
  139. }
  140.  
  141. #content{
  142. margin: auto auto auto auto ;
  143. width:100%;
  144. top:7px;
  145. left:0px;
  146. position:relative;
  147. {block:ifcrosscursor}
  148. cursor: crosshair;
  149. {/block:ifcrosscursor}
  150. }
  151.  
  152. #content .posts{
  153. {block:ifnotonecolumn}
  154. width:604px;
  155. {/block:ifnotonecolumn}
  156. {block:ifonecolumn}
  157. width:302px;
  158. {/block:ifonecolumn}
  159. font-family: {font:Body};
  160. margin: 0px 0px 0px 0px;
  161. margin-left: 33%;
  162. {block:PermalinkPage}
  163. font-size:10px;
  164. line-height:10px;
  165. width:540px !important;
  166. margin-left:350;
  167. margin-top:-3px;
  168. background-color:{color:Sidebar};
  169. {/block:PermalinkPage}
  170. }
  171.  
  172. #content .entry{
  173. {block:IndexPage}
  174. width:250px;
  175. margin:18px;
  176. padding:8px 8px 6px 8px;
  177. float:left;
  178. background-color:{color:Posts};
  179. {block:iftransparentpostbackgrounds}
  180. background-color:transparent;
  181. {block:iftransparentpostbackgrounds}
  182. {block:ifcrosscursor}
  183. cursor: crosshair;
  184. {/block:ifcrosscursor}
  185. {/block:IndexPage}
  186. {block:PermalinkPage}
  187. width:540px;
  188. {/block:PermalinkPage}
  189. -webkit-transition-duration:0.5s;
  190. }
  191.  
  192. #content .entry img{
  193. {block:IndexPage}
  194. max-width:250px;
  195. {block:ifcrosscursor}
  196. cursor: crosshair;
  197. {/block:ifcrosscursor}
  198. {/block:IndexPage}
  199. {block:ifcrosscursor}
  200. cursor: crosshair;
  201. {/block:ifcrosscursor}
  202. }
  203.  
  204. {block:IndexPage}
  205. {block:ifinvertedfade}
  206. img{
  207. opacity:1;
  208. -webkit-transition-duration:0.7s;
  209. }
  210.  
  211. img:hover{
  212. opacity:0.8;
  213. -webkit-transition-duration:0.7s;
  214. }
  215. {/block:ifinvertedfade}
  216.  
  217. {block:iffadedimages}
  218. img{
  219. opacity:0.8;
  220. -webkit-transition-duration:0.7s;
  221. }
  222. img:hover{
  223. opacity:1;
  224. -webkit-transition-duration:0.7s;
  225. }
  226. {/block:iffadedimages}
  227. {/block:IndexPage}
  228.  
  229. .textperma{
  230. font-family:{font:Permalink};
  231. letter-spacing:0px;
  232. font-size:10px;
  233. line-height:10px;
  234. letter-spacing:2px;
  235. text-align:right;
  236. opacity: 0;
  237. margin-top:7px;
  238. margin-bottom:2px;
  239. -webkit-transition-duration:0.7s;
  240. }
  241.  
  242. .entry:hover .textperma{
  243. opacity:1;
  244. padding-top:0px;
  245. }
  246.  
  247. .top{
  248. width:60px;
  249. opacity:1;
  250. text-align:left;
  251. z-index:5000;
  252. position: fixed;
  253. padding-top:{text:Icon Margin}px;
  254. padding-left:5px;
  255. padding-bottom:5px;
  256. padding-right:5px;
  257. font-size:11px;
  258. letter-spacing:-1px;
  259. top:0px;
  260. left:26%;
  261. height:100%;
  262. background-color:{Color:Sidebar};
  263. background-image:url({image:Content});
  264. background-attachment: fixed; background-repeat: repeat;
  265. {block:ifcrosscursor}
  266. cursor: crosshair;
  267. {/block:ifcrosscursor}
  268. }
  269.  
  270. .topp{
  271. width:200px;
  272. opacity:1;
  273. text-align:left;
  274. z-index:999999999;
  275. position: fixed;
  276. padding:30px;
  277. font-size:11px;
  278. letter-spacing:-1px;
  279. bottom:{text:Description Margin}px;
  280. left:10%;
  281. height:auto;
  282. background-color:{Color:Sidebar};
  283. -webkit-border-radius: 99px 0 0 99px;
  284. border-radius: 99px 0 0 99px;
  285. background-image:url({image:Content});
  286. background-attachment: fixed; background-repeat: repeat;
  287. {block:ifsidebarborder}
  288. border-top-style:dashed;
  289. border-right-style:dashed;
  290. border-width:1px;
  291. border-color:{color:Sidebar Border};
  292. {/block:ifsidebarborder}
  293. {block:ifcrosscursor}
  294. cursor: crosshair;
  295. {/block:ifcrosscursor}
  296. {block:ifsidebartextshadow}
  297. -webkit-transition-duration:1.7s;
  298. text-shadow: black 0.1em 0.1em 0.2em;
  299. {/block:ifsidebartextshadow}
  300. }
  301.  
  302. #desc{
  303. text-decoration: none;
  304. background-color:transparent;
  305. width:200px;
  306. height:auto;
  307. text-align:justify;
  308. margin-top:-5px;
  309. padding:5px;
  310. }
  311.  
  312. .toppp{
  313. width:150px;
  314. opacity:1;
  315. text-align:right;
  316. z-index:5000;
  317. position: fixed;
  318. padding-top:250px;
  319. font-size:11px;
  320. top:0px;
  321. left:12%;
  322. height:100%;
  323. background-color:transparent;
  324. {block:ifcrosscursor}
  325. cursor: crosshair;
  326. {/block:ifcrosscursor}
  327. }
  328.  
  329. .entry:hover .tc {
  330. opacity: .5;
  331. filter: alpha(opacity = 50);
  332. margin-left: 0;
  333. }
  334.  
  335. .entry .permaone {
  336. position: absolute;
  337. width: 0px;
  338. text-align: center;
  339. top:8px;
  340. left:8px;
  341. opacity: 0;
  342. filter:alpha(opacity=0);
  343. z-index: 10000;
  344. background: rgba(255, 255, 255, 0.9);
  345. font-size: 10px;
  346. height: 14px;
  347. line-height: 14px;
  348. font-family: {font:Permalink};
  349. text-transform: Uppercase;
  350. color:#000000;
  351. padding: 3px;
  352. overflow-x:hidden;
  353. overflow-y:hidden;
  354. -webkit-transition: all 0.6s ease-in-out;
  355. -moz-transition: all 0.6s ease-in-out;
  356. -o-transition: all 0.6s ease-in-out;
  357. transition: all 0.6s ease-in-out;
  358. }
  359.  
  360. .entry:hover .permaone{
  361. opacity: 1;
  362. filter:alpha(opacity=100);
  363. width:244px;
  364. }
  365.  
  366. .permaone:hover{
  367. background: rgba(255, 255, 255, 100);
  368. }
  369.  
  370. .permaone a{
  371. color:#000;
  372. -webkit-transition: all 0.6s ease-in-out;
  373. -moz-transition: all 0.6s ease-in-out;
  374. -o-transition: all 0.6s ease-in-out;
  375. transition: all 0.6s ease-in-out;
  376. }
  377.  
  378. .permaone a:hover{
  379. color:{color:hover};
  380. -webkit-transition: all 0.6s ease-in-out;
  381. -moz-transition: all 0.6s ease-in-out;
  382. -o-transition: all 0.6s ease-in-out;
  383. transition: all 0.6s ease-in-out;
  384. }
  385.  
  386. .entry:hover .tc {
  387. opacity: .5;
  388. filter: alpha(opacity = 50);
  389. margin-left: 0;
  390. }
  391.  
  392. .entry .permatwo {
  393. position: absolute;
  394. width: 0px;
  395. text-align: center;
  396. top:30px;
  397. right:8px;
  398. opacity: 0;
  399. filter:alpha(opacity=0);
  400. z-index: 10000;
  401. background: rgba(255, 255, 255, 0.8);
  402. font-size: 10px;
  403. height: 14px;
  404. line-height: 14px;
  405. font-family: {font:Permalink};
  406. text-transform: Uppercase;
  407. color:#000000;
  408. padding: 3px;
  409. overflow-x:hidden;
  410. overflow-y:hidden;
  411. -webkit-transition: all 0.6s ease-in-out;
  412. -moz-transition: all 0.6s ease-in-out;
  413. -o-transition: all 0.6s ease-in-out;
  414. transition: all 0.6s ease-in-out;
  415. }
  416.  
  417. .entry:hover .permatwo{
  418. opacity: 1;
  419. filter:alpha(opacity=100);
  420. width:244px;
  421. }
  422.  
  423. .permatwo:hover{
  424. background: rgba(255, 255, 255, 100);
  425. }
  426.  
  427. .permatwo a{
  428. color:#000;
  429. -webkit-transition: all 0.6s ease-in-out;
  430. -moz-transition: all 0.6s ease-in-out;
  431. -o-transition: all 0.6s ease-in-out;
  432. transition: all 0.6s ease-in-out;
  433. }
  434.  
  435. .permatwo a:hover{
  436. color:{color:hover};
  437. -webkit-transition: all 0.6s ease-in-out;
  438. -moz-transition: all 0.6s ease-in-out;
  439. -o-transition: all 0.6s ease-in-out;
  440. transition: all 0.6s ease-in-out;
  441. }
  442.  
  443. .entry:hover .tc {
  444. opacity: .5;
  445. filter: alpha(opacity = 50);
  446. margin-left: 0;
  447. }
  448.  
  449. .entry .permathree {
  450. position: absolute;
  451. width: 0px;
  452. text-align: center;
  453. top:52px;
  454. left:8px;
  455. opacity: 0;
  456. filter:alpha(opacity=0);
  457. z-index: 10000;
  458. background: rgba(255, 255, 255, 0.70);
  459. font-size: 10px;
  460. height: 14px;
  461. line-height: 14px;
  462. font-family: {font:Permalink};
  463. text-transform: Uppercase;
  464. color:#000000;
  465. padding: 3px;
  466. overflow-x:hidden;
  467. overflow-y:hidden;
  468. -webkit-transition: all 0.6s ease-in-out;
  469. -moz-transition: all 0.6s ease-in-out;
  470. -o-transition: all 0.6s ease-in-out;
  471. transition: all 0.6s ease-in-out;
  472. }
  473.  
  474. .entry:hover .permathree{
  475. opacity: 1;
  476. filter:alpha(opacity=100);
  477. width:244px;
  478. }
  479.  
  480. .permathree:hover{
  481. background: rgba(255, 255, 255, 100);
  482. }
  483.  
  484. .permathree a{
  485. color:#000;
  486. -webkit-transition: all 0.6s ease-in-out;
  487. -moz-transition: all 0.6s ease-in-out;
  488. -o-transition: all 0.6s ease-in-out;
  489. transition: all 0.6s ease-in-out;
  490. }
  491.  
  492. .permathree a:hover{
  493. color:{color:hover};
  494. -webkit-transition: all 0.6s ease-in-out;
  495. -moz-transition: all 0.6s ease-in-out;
  496. -o-transition: all 0.6s ease-in-out;
  497. transition: all 0.6s ease-in-out;
  498. }
  499.  
  500. .entry:hover .tc {
  501. opacity: .5;
  502. filter: alpha(opacity = 50);
  503. margin-left: 0;
  504. }
  505.  
  506. .entry .permafour {
  507. position: absolute;
  508. width: 0px;
  509. text-align: center;
  510. top:74px;
  511. right:8px;
  512. opacity: 0;
  513. filter:alpha(opacity=0);
  514. z-index: 10000;
  515. background: rgba(255, 255, 255, 0.5);
  516. font-size: 10px;
  517. height: 14px;
  518. line-height: 14px;
  519. font-family: {font:Permalink};
  520. text-transform: Uppercase;
  521. color:#000000;
  522. padding: 3px;
  523. overflow-x:hidden;
  524. overflow-y:hidden;
  525. -webkit-transition: all 0.6s ease-in-out;
  526. -moz-transition: all 0.6s ease-in-out;
  527. -o-transition: all 0.6s ease-in-out;
  528. transition: all 0.6s ease-in-out;
  529. }
  530.  
  531. .entry:hover .permafour{
  532. opacity: 1;
  533. filter:alpha(opacity=100);
  534. width:244px;
  535. }
  536.  
  537. .permafour:hover{
  538. background: rgba(255, 255, 255, 100);
  539. }
  540.  
  541. .permafour a{
  542. color:#000;
  543. -webkit-transition: all 0.6s ease-in-out;
  544. -moz-transition: all 0.6s ease-in-out;
  545. -o-transition: all 0.6s ease-in-out;
  546. transition: all 0.6s ease-in-out;
  547. }
  548.  
  549. .permafour a:hover{
  550. color:{color:hover};
  551. -webkit-transition: all 0.6s ease-in-out;
  552. -moz-transition: all 0.6s ease-in-out;
  553. -o-transition: all 0.6s ease-in-out;
  554. transition: all 0.6s ease-in-out;
  555. }
  556.  
  557. .notes{
  558. width:537px;
  559. padding-left:3px;
  560. text-align:left;
  561. font-size:10px;
  562. background-color:{color:Sidebar};
  563. text-transform:uppercase;
  564. margin-top:-2px;
  565. }
  566.  
  567. .h1{
  568. display:block;
  569. font-size:15px;
  570. letter-spacing: 1px;
  571. line-height:15px;
  572. text-align: center;
  573. font-family: {font:Body};
  574. }
  575.  
  576. .h2{
  577. font-size:21px;
  578. letter-spacing: 1px;
  579. line-height:23px;
  580. font-family: {font:Body};
  581. }
  582.  
  583. .h4{
  584. font-size:12px;
  585. line-height:12px;
  586. text-align:center;
  587. letter-spacing:1px;
  588. }
  589.  
  590. .h5{
  591. font-size:13px;
  592. line-height:13px;
  593. letter-spacing:0px;
  594. text-align:justify;
  595. font-family: {font:Body};
  596. font-color:{color:text};
  597. }
  598.  
  599. .h6{
  600. font-size:10px;
  601. line-height:9px;
  602. text-align:center;
  603. padding:1px;
  604. font-family: {font:Body};
  605. letter-spacing:1px;
  606. font-color:{color:text};
  607. }
  608.  
  609. .h9{
  610. font-size:10px;
  611. line-height:10px;
  612. text-align:left;
  613. padding:1px;
  614. font-family: {font:Body};
  615. letter-spacing:0px;
  616. font-color:{color:text};
  617. }
  618.  
  619. #blogtitle{
  620. font-size:{text:Title Font Size}px;
  621. line-height:{text:Title Font Size}px;
  622. text-align:center;
  623. padding-bottom:2px;
  624. {block:ifcustomfonttitle}
  625. font-family: Six caps;
  626. {block:ifcustomfonttitle}
  627. {block:ifnotcustomfonttitle}
  628. font-family:{font:Title};
  629. {block:ifnotcustomfonttitle}
  630. Letter-spacing:1px;
  631. width:246px;
  632. background-color:transparent;
  633. margin-bottom:2px;
  634. }
  635.  
  636. .nav{
  637. text-align:justify;
  638. margin-top:0px;
  639. margin-bottom:0px;
  640. letter-spacing:1px;
  641. font-family: {font:Body};
  642. }
  643.  
  644. .quote{
  645. font-size:17px;
  646. line-height:20px;
  647. text-transform:none;
  648. margin-bottom:5px;
  649. font-family: {font:Body};
  650. }
  651.  
  652. .audio{
  653. {block:IndexPage}
  654. width:240px;
  655. {/block:IndexPage}
  656. {block:PermalinkPage}
  657. width:530px;
  658. {/block:PermalinkPage}
  659. background-color:#e3e3e3;
  660. padding:5px;
  661. margin-bottom:0px;
  662. }
  663.  
  664. .albumart, .albumart img{
  665. {block:IndexPage}
  666. width:250px;
  667. {/block:IndexPage}
  668. {block:PermalinkPage}
  669. width:540px;
  670. {/block:PermalinkPage}
  671. }
  672.  
  673. div.video embed,
  674. div.post div.video object {
  675. {block:IndexPage}
  676. width:250px !important;
  677. height:150px !important;
  678. {/block:IndexPage}
  679. {block:PermalinkPage}
  680. width:500px !important;
  681. height:400px !important;
  682. {/block:PermalinkPage}
  683. }
  684.  
  685. #bg img {
  686. z-index:-1;
  687. position:fixed;
  688. background-repeat:repeat;
  689. }
  690.  
  691. #oliver {
  692. width: 200px;
  693. height: auto;
  694. text-align:right;
  695. }
  696.  
  697. #oliver a {
  698. display: inline-block;
  699. -webkit-border-radius: 99px 0 0 99px;
  700. border-radius: 99px 0 0 99px;
  701. padding: 2px 50px 1px 6px;
  702. font-family: {font:Body};
  703. font-size:10px;
  704. line-height: 10px;
  705. text-transform: uppercase;
  706. margin-bottom: 2px;
  707. color: {color:sidebarlinks};
  708. background-color: {color:sidebar};
  709. -webkit-transition: all 0.5s ease-in-out;
  710. -moz-transition: all 0.5s ease-in-out;
  711. -o-transition: all 0.5s ease-in-out;
  712. transition: all 0.5s ease-in-out;
  713. }
  714.  
  715. #oliver a:hover {
  716. padding-right: 90px;
  717. -webkit-transition: all 0.2s ease-in-out;
  718. -moz-transition: all 0.2s ease-in-out;
  719. -o-transition: all 0.2s ease-in-out;
  720. transition: all 0.2s ease-in-out;
  721. }
  722.  
  723. .question{
  724. margin-bottom:5px;
  725. font-size:10px;
  726. line-height:10px;
  727. display:block;
  728. font-family: {font:Body};
  729. background-color:{color:Question};
  730. padding:5px;
  731. }
  732.  
  733. .asker{
  734. font-family: {font:Body};
  735. font-size:10px;
  736. line-height:10px;
  737. }
  738.  
  739. .answer{
  740. padding:3px;
  741. font-size:10px;
  742. line-height:10px;
  743. font-family: {font:Body};
  744. color: {color:text};
  745. }
  746.  
  747. ::-webkit-scrollbar-thumb:vertical{
  748. background-color:{color:Scrollbar};
  749. height:75px;
  750. }
  751.  
  752. ::-webkit-scrollbar-thumb:horizontal{
  753. background-color:{color:Scrollbar};
  754. height:10px;
  755. }
  756.  
  757. ::-webkit-scrollbar{
  758. height:10px;
  759. width:8px;
  760. background-color:{color:Scrollbar Background};
  761. }
  762.  
  763. #daniel a {
  764. display:inline-block;
  765. width:auto;
  766. z-index:999999;
  767. }
  768.  
  769. #daniel .craig {
  770. border-radius:9px;
  771. margin-top:-10px;
  772. text-align:center;
  773. width:60px;
  774. padding:0px;
  775. filter: alpha(opacity = 0);
  776. opacity:0;
  777. -moz-transition: all 0.5s ease-out;
  778. -o-transition: all 0.5s ease-out;
  779. -webkit-transition: all 0.5s ease-out;
  780. transition: all 0.5s ease-out;
  781. line-height:15px;
  782. z-index:999999;
  783. }
  784.  
  785. #daniel:hover .craig {
  786. margin-top:5px;line-height:15px;
  787. -moz-transition: all 0.5s ease-out;
  788. -o-transition: all 0.5s ease-out;
  789. -webkit-transition: all 0.5s ease-out;
  790. transition: all 0.5s ease-out;
  791. filter: alpha(opacity = 80);
  792. filter: alpha(opacity = 100);
  793. opacity:100;
  794. z-index:999999;
  795. }
  796.  
  797.  
  798. #link{
  799. width:530px;
  800. height:auto;
  801. margin-bottom:2px;
  802. padding:5px;
  803. background-color:{color:Sidebar};
  804. z-index:999999;
  805. }
  806.  
  807. #chat{
  808. width:530px;
  809. height:auto;
  810. margin-bottom:2px;
  811. padding:5px;
  812. background-color:{color:Sidebar};
  813. z-index:999999;
  814. margin-top:0px;
  815. }
  816.  
  817. #quote{
  818. width:530px;
  819. height:auto;
  820. margin-bottom:2px;
  821. padding:5px;
  822. background-color:{color:Sidebar};
  823. z-index:999999;
  824. margin-top:0px;
  825. }
  826.  
  827. #text{
  828. width:530px;
  829. height:auto;
  830. margin-bottom:2px;
  831. padding:5px;
  832. background-color:{color:Sidebar};
  833. z-index:999999;
  834. }
  835.  
  836. #vid{
  837. width:530px;
  838. height:auto;
  839. margin-bottom:2px;
  840. padding:5px;
  841. background-color:{color:Sidebar};
  842. z-index:999999;
  843. }
  844.  
  845. #photoset{
  846. width:530px;
  847. height:auto;
  848. margin-bottom:2px;
  849. padding:5px;
  850. background-color:{color:Sidebar};
  851. z-index:999999;
  852. }
  853.  
  854. #ans{
  855. width:540px;
  856. height:auto;
  857. margin-bottom:2px;
  858. padding:5px;
  859. background-color:{color:Sidebar};
  860. z-index:999999;
  861. }
  862.  
  863. </style>
  864.  
  865. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  866. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  867. </script>
  868. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  869. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  870. <script type="text/javascript">
  871.  
  872. $(window).load(function () {
  873. $('.posts').masonry(),
  874. $('.masonryWrap').infinitescroll({
  875. navSelector : "div#navigation",
  876. // selector for the paged navigation (it will be hidden)
  877. nextSelector : "div#navigation a#nextPage",
  878. // selector for the NEXT link (to page 2)
  879. itemSelector : ".entry",
  880. // selector for all items you'll retrieve
  881. bufferPx : 10000,
  882. extraScrollPx: 11000,
  883. loadingImg : "",
  884. loadingText : "<em></em>",
  885. },
  886. // call masonry as a callback.
  887. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  888. );
  889. });
  890. </script>
  891. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
  892.  
  893. <body>
  894. <div class="top">
  895. {block:ifshowicon}
  896. <div id="daniel">
  897. <a href="/"><img src="{PortraitURL-128}" width="50px" target="_blank" style="padding:5px; background-color:{color:icon}; border-width:1px; border-style:solid; border-radius:99px; border-color:{color:Icon Border};"></a>
  898. <div class="craig">
  899. <a href="/">{Title}</a>
  900. </div></div></div></div></a></div></div></div></span></div></div></div></div>
  901. {block:ifshowicon}
  902. <div class="topp">
  903. <div id="desc">{Description}</span>
  904. </div></div></div></div></a></div></div></div></span></div></div></div></div>
  905. <div class="toppp">
  906. <div id="oliver">
  907. {block:ifhomelink}<a href="/">Home</a><br>{block:ifhomelink}{block:ifmessagelink}<a href="/ask">Message</a><br>{block:ifmessagelink}{block:ifarchivelink} <a href="/archive">Archive</a><br>{/block:ifarchivelink}{block:ifsubmitlink}<a href="/submit">Submit</a><br>{block:ifsubmitlink}{block:iffirstcustomlink}<a href="{text:first custom link url}">{text:first custom link title}</a><br>{/block:iffirstcustomlink}{block:ifsecondcustomlink}<a href="{text:second custom link url}">{text:second custom link title}</a><br>{/block:ifsecondcustomlink} {block:ifthirdcustomlink}<a href="{text:third custom link url}">{text:third custom link title}</a><br>{/block:ifthirdcustomlink}{block:iffourthcustomlink}<a href="{text:fourth custom link url}">{text:fourth custom link title}</a><br>{/block:iffourthcustomlink}{block:iffifthcustomlink}<a href="{text:fifth custom link url}">{text:fifth custom link title}</a><br>{/block:iffifthcustomlink}{block:ifsixthcustomlink}<a href="{text:sixth custom link url}">{text:sixth custom link title}</a><br>{/block:ifsixthcustomlink}<a href="http://lsaac.tumblr.com">Theme</a><br></span>
  908. </div></div>
  909.  
  910. <div id="content">
  911. <div class="posts">
  912. {block:Posts}
  913. <div class="entry">
  914.  
  915. {block:Text}
  916. {block:IndexPage}
  917. {block:Title}<span class="h1">{Title}</span>{/block:Title}
  918. {Body}{/block:IndexPage}
  919. {block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</span></div>
  920. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="text">{block:Title}<span class="h1">{Title}</span>{/block:Title}
  921. {Body}</div>{/block:PermalinkPage}
  922. {/block:Text}
  923.  
  924. {block:Photo}
  925. {block:IndexPage}
  926. <b><div class="permaone"><a href="{Permalink}"><a href="{Permalink}">Permalink</a> ∞ <a href="{ReblogURL}">Reblog</a></div><div class="permatwo"><a href="{Permalink}">{TimeAgo}</a></div><div class="permathree"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div class="permafour"><a href="{Permalink}">{24HourWithZero}:{Minutes}</a></div></b><a href="{Permalink}" target="_blank"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="250"/>
  927. {/block:IndexPage}
  928. {block:PermalinkPage}
  929. {LinkOpenTag}
  930. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="540"/></a>
  931. {LinkCloseTag}
  932. {/block:permalinkpage}
  933. {/block:Photo}
  934.  
  935. {block:Photoset}
  936. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  937. {block:IndexPage}<b><div class="permaone"><a href="{Permalink}"><a href="{Permalink}">Permalink</a> ∞ <a href="{ReblogURL}">Reblog</a></div><div class="permatwo"><a href="{Permalink}">{TimeAgo}</a></div><div class="permathree"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div class="permafour"><a href="{Permalink}">{24HourWithZero}:{Minutes}</a></div></b>{/block:IndexPage}
  938. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="photoset">{Photoset-500}</div>{/block:PermalinkPage}
  939. {/block:Photoset}
  940.  
  941. {block:Quote}
  942. {block:IndexPage}<div class="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> </div> {block:Source}<small>{Source}</small>{/block:Source}{/block:IndexPage}{block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</span></div>
  943. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> - {block:Source}<small>{Source}</small>{/block:Source}</div>{/block:PermalinkPage}
  944. {/block:Quote}
  945.  
  946. {block:Link}
  947. {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}">{NoteCount}</a>{/block:IndexPage}</span></div>
  948. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}
  949. <div id="link"><a href="{URL}"{Target}><span class="h2"> +{Name}</span></a>{block:Description}<small>{Description}</small>{/block:Description}</div>{/block:PermalinkPage}
  950. {/block:Link}
  951.  
  952. {block:Video}
  953. <div class="video">
  954. {block:IndexPage}{Video-250}{/block:IndexPage}
  955. </div>{block:IndexPage}<div class="videocap"></a></div><div class="textperma"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:450px;"</div>
  956. {/block:PermalinkPage}{block:PermalinkPage}<div id="vid">{Video-500}</div>{/block:PermalinkPage}
  957. {/block:Video}
  958.  
  959. {block:Chat}
  960. {block:IndexPage}{block:Title}<div class="ptitle">{Title}</div>
  961. {/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}">{NoteCount}</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}
  962. {/block:Chat}
  963.  
  964. {block:Audio}
  965. <a href="{Permalink}">
  966. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}</a><div class="audio">{AudioPlayerGrey}</div>
  967. {block:PermalinkPage}{/block:PermalinkPage}
  968. {/block:Audio}
  969.  
  970. {block:Answer}
  971. {block:IndexPage}
  972. <div class="question">{Asker} said:</a> {Question}</div>
  973. <div class="answer"><i>{Answer}</i></div>{/block:IndexPage}
  974. {block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCount}</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>
  975. <div class="answer"><i>{Answer}</i></div>{/block:PermalinkPage}
  976. {/block:Answer}
  977.  
  978. {block:PermalinkPage}<div class="notes"><br>
  979. {block:Caption}{Caption}{/block:Caption}
  980. Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
  981. <br>Has a total of: {NoteCount} Notes
  982. {block:PostNotes}<br><br><div style="background-color:{color:Sidebar}; text-align:left; max-height: 200px; width:537px; overflow-y: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div></div>
  983. {/block:PermalinkPage}
  984. </div>{/block:Posts}</div></div>
  985.  
  986. {block:IndexPage}
  987. <div class="column navigation" id="navigation">
  988. {block:Pagination}
  989. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  990. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  991. </div>
  992. {/block:IndexPage}
  993.  
  994. <div style="position:fixed; bottom:3px; color: {color:Text}; right:2px; font-size:10px; opacity:1; background-color:{color:background}; padding:3px; font-family:{font:Body};"><a href="http://lsaac.tumblr.com"><u>theme</u></a></div>
  995. <div style="right: 3px; top: 26px; position:fixed; opacity:0.6;z-index:99999999;"><a href="http://lsaac.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a>
  996. </div></div></div></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement