Advertisement
sleeplessthemes

Immense

Dec 10th, 2011
10,931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.70 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. <!-- Please keep my credit on this theme. Or at least link
  5. me as the creator on your blog somewhere. Thanks! =)
  6.  
  7. Immense Theme by: sleeplessthemes.com & destroyer.tumblr.com
  8. Immense Theme by: sleeplessthemes.com & destroyer.tumblr.com
  9. Immense Theme by: sleeplessthemes.com & destroyer.tumblr.com
  10. Immense Theme by: sleeplessthemes.com & destroyer.tumblr.com
  11. Immense Theme by: sleeplessthemes.com & destroyer.tumblr.com
  12. Immense Theme by: sleeplessthemes.com & destroyer.tumblr.com -->
  13.  
  14.  
  15. <head>
  16. <!-- DEFAULT COLORS -->
  17. <meta name="color:Background" content="#88c224"/>
  18. <meta name="color:posts" content="#ffffff"/>
  19. <meta name="color:post glow" content="#000000"/>
  20. <meta name="color:Text" content="#464646"/>
  21. <meta name="color:header title" content="#ffffff"/>
  22. <meta name="color:text headers" content="#2d2d2d"/>
  23. <meta name="color:bold text" content="#2d2d2d"/>
  24. <meta name="color:label background" content="#e9e9e9"/>
  25. <meta name="color:link" content="#000000"/>
  26. <meta name="color:link hover" content="#ffffff"/>
  27.  
  28. <meta name="image:Header" content=""/>
  29. <meta name="image:Portrait" content=""/>
  30. <meta name="image:Background" content="" />
  31.  
  32. <meta name="if:Show Infinite Scroll" content="1" />
  33. <meta name="if:Show Round Corners" content="1" />
  34. <meta name="if:Show Shadow" content="0" />
  35. <meta name="if:Show Ask Box" content="1" />
  36. <meta name="if:Show Title" content="1" />
  37.  
  38. <meta name="text:Font Size" content="9px"/>
  39. <meta name="font:Body" content="'Arial', Trebuchet MS, Helvetica, Tahoma, sans-serif" />
  40. <meta name="text:Custom Link One" content="" />
  41. <meta name="text:Custom Link One Title" content="" />
  42. <meta name="text:Custom Link Two" content="" />
  43. <meta name="text:Custom Link Two Title" content="" />
  44. <meta name="text:Custom Link Three" content="" />
  45. <meta name="text:Custom Link Three Title" content="" />
  46. <meta name="text:Custom Link Four" content="" />
  47. <meta name="text:Custom Link Four Title" content="" />
  48.  
  49.  
  50. <title>{Title}</title>
  51. <link rel="stylesheet" href="http://static.tumblr.com/usaykzx/o8Bku9w35/reset.css" type="text/css" />
  52. <link rel="shortcut icon" href="{Favicon}">
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. {block:Description}
  55. <meta name="description" content="{MetaDescription}" />
  56. {/block:Description}
  57.  
  58. <style type="text/css">
  59. small{font-size:100%;}
  60. body{
  61. margin-top: 8px;
  62. text-align:justify;
  63. color: {color:Text};
  64. font-family: {font:Body};
  65. font-size: {text:Font Size};
  66. line-height: 12px;
  67. background-color:{color:Background};
  68. background-image:url({image:Background});
  69. background-attachment: fixed;
  70. background-position:top center;
  71. background-repeat: repeat;}
  72.  
  73. a, a:link, a:visited, a:active{color: {color:link}; text-decoration:none;
  74. font-family: {font:Body};
  75. font-size: {text:Font Size}; line-height:12px; }
  76. a:hover{color:{color:link hover}; line-height:12px;}
  77.  
  78. #tumblr_controls{
  79. position:fixed!important;}
  80.  
  81. b, strong{color: {color:bold text};
  82. font-family: {font:Body};
  83. font-size: {text:Font Size}; line-height:12px;}
  84.  
  85.  
  86. #wtf {
  87. width:1064px;
  88. height:auto;
  89. {block:PermalinkPage}
  90. width:510px;
  91. height:auto;
  92. {/block:PermalinkPage}
  93. padding-top:8px;
  94. padding-left:8px;
  95. margin-top:0px;
  96. margin-left:auto;
  97. margin-right:auto;
  98. overflow:visible;
  99. color: {color:Text};
  100. font-family: {font:Body};
  101. font-size: {text:Font Size};
  102. line-height: 12px;
  103. background-color: transparent;}
  104.  
  105. #entry{
  106. {block:IfShowRoundCorners}-moz-border-radius:6px; border-radius:6px;{/block:IfShowRoundCorners}
  107.  
  108. {block:IfShowShadow}
  109. -moz-box-shadow: 0px 0px 12px 0px {color:post glow};
  110. -webkit-box-shadow: 0px 0px 12px 0px {color:post glow};
  111. box-shadow: 0px 0px 12px 0px {color:post glow};
  112.  
  113. /* For IE 8 */
  114. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}')";
  115. /* For IE 5.5 - 7 */
  116. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}');
  117. {/block:IfShowShadow}
  118. border: 4px solid {color:posts};
  119. float:left;
  120. padding:0px;
  121. background-image:url();
  122. background-color: {color:posts};
  123. width:250px;
  124. height:120px;
  125. overflow: hidden;
  126. margin:0px 8px 8px 0px;
  127. position: relative;
  128. {block:PermalinkPage}
  129. width:500px;
  130. height:auto;
  131. {/block:PermalinkPage}}
  132.  
  133. #permapage {
  134. {block:IfShowRoundCorners}-moz-border-radius:6px; border-radius:6px;{/block:IfShowRoundCorners}
  135. padding:4px;
  136. margin-top:2px;
  137. margin-bottom:2px;
  138. background-color:{color:label background};}
  139.  
  140. #question{
  141. overflow:SHOW;
  142. padding-bottom:3px;
  143. margin-bottom:3px;}
  144.  
  145. #askr{
  146. display:block;
  147. float:left;
  148. width:33px;
  149. overflow:hidden;
  150. margin-right:3px;}
  151.  
  152. ul {
  153. list-style: disc;
  154. padding: 4px 0px 6px 20px;}
  155.  
  156. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:label background};}
  157.  
  158. blockquote img{display:block; width:100%;}
  159.  
  160. blockquote p{padding:0px; margin:0px;}
  161.  
  162. blockquote blockquote{position:relative; left:6px; margin-top:0px; margin-right:0px; padding-right:0px;}
  163.  
  164.  
  165. #bottominfo{
  166. padding:2px 0px 0px 0px;
  167. display:block;}
  168.  
  169. .answer p{margin:0px;}
  170. .notes img{
  171. width:10px;
  172. position:relative;
  173. top:1px;}
  174.  
  175. ol.notes, .notes li{
  176. list-style:none;
  177. margin:0px;
  178. padding:0px;}
  179.  
  180. small {font-size:7px; line-height:8px; letter-spacing:0px;}
  181. big {font-family:arial black; color:{color:text}; font-size:14px;}
  182.  
  183. a img{border:none;}
  184.  
  185. .label {
  186. color: #831421;font-weight: bold; line-height:12px;}
  187.  
  188. .odd {
  189. background-color:{color:label background};}
  190.  
  191.  
  192. h1 {
  193. {block:IfShowShadow}text-shadow: 1px 1px 6px #000;{/block:IfShowShadow}
  194. color: {color:header title};
  195. font-size: 60px;
  196. line-height: 60px;
  197. font-family: impact;
  198. font-weight:normal;
  199. text-transform: uppercase;
  200. letter-spacing: -2px;
  201. margin-left:4px;}
  202.  
  203. h2 {
  204. color: {color:text headers};
  205. font-size: 16px;
  206. line-height: 16px;
  207. font-family: impact;
  208. font-weight: normal;
  209. text-transform: uppercase;
  210. letter-spacing: -1px;
  211. margin-top:0px;
  212. margin-bottom: -4px;
  213. padding-bottom: 6px;}
  214.  
  215.  
  216. .audio embed {width:250px; {block:IfShowRoundCorners}-moz-border-radius:6px; border-radius:6px;{/block:IfShowRoundCorners} }
  217.  
  218.  
  219. #ask {
  220. background-color: {color:label background};
  221. padding:4px;
  222. margin-bottom:4px;}
  223.  
  224. #top{
  225. z-index:8;
  226. overflow:hidden;
  227. margin-left: auto;
  228. margin-right:auto;
  229. border-bottom: 0px solid {color:label background};
  230. padding: 4px;
  231. top: 304px;
  232. width: 866px;
  233. height: auto;
  234. {block:PermalinkPage}
  235. width:500px;
  236. height:auto;
  237. {/block:PermalinkPage}
  238. background-color: transparent;}
  239.  
  240.  
  241. #entry #infos {
  242. {block:IfShowRoundCorners}-moz-border-radius:6px; border-radius:6px;{/block:IfShowRoundCorners}
  243. opacity:0.0;
  244. filter: alpha(opacity=0);
  245. -moz-opacity:0.0;
  246. background-color:#000;
  247. width:252px;
  248. height:120px;
  249. position: absolute;
  250.  
  251. margin-left:-2px;
  252. -webkit-transition: all .4s ease-out;
  253. -moz-transition: all .4s ease-out;
  254. -o-transition: all .4s ease-out;
  255. transition: all .4s ease-out;
  256. z-index:10;}
  257.  
  258. #entry:hover #infos {
  259. opacity:0.8;
  260. filter: alpha(opacity=80);
  261. -moz-opacity:0.8;
  262. -webkit-transition: all .4s ease-out;
  263. -moz-transition: all .4s ease-out;
  264. -o-transition: all .4s ease-out;
  265. transition: all .4s ease-out;}
  266.  
  267. #entry #infos #details {
  268. margin-top:36px;}
  269.  
  270.  
  271. a.notecount {
  272. text-shadow: 1px 1px 6px #000;
  273. color: #ffffff;
  274. font-size: 24px;
  275. line-height: 24px;
  276. font-family: impact;
  277. font-weight:normal;
  278. text-transform: uppercase;
  279. letter-spacing: -2px;
  280. margin-left:4px;}
  281.  
  282. a.notecount:hover {
  283. color: #888888;}
  284.  
  285.  
  286. a.links {
  287. color:{color:label background};
  288. background-color:{color:text headers};
  289. font-family: Arial;
  290. font-size: 7px;
  291. line-height: 10px;
  292. font-weight:bold;
  293. text-transform: uppercase;
  294. letter-spacing:1px;
  295.  
  296. padding:4px;
  297. margin-top: 4px;
  298. margin-bottom: 2px;
  299. margin-right:4px;
  300. text-align: center;}
  301.  
  302. a.links:hover {
  303. color:{color:text headers};
  304. background-color:{color:label background}; }
  305.  
  306. img.middle {
  307. vertical-align:middle;
  308. margin-bottom:14px;}
  309.  
  310. #tags{
  311. background-color: transparent;
  312. padding:2px;
  313. margin-top:-10px;
  314. border-top:0px solid {color:posts};}
  315.  
  316. #tags a {font-size:7px; color:#ffffff;}
  317.  
  318. #tags b {font-size:7px; color:#ffffff;}
  319.  
  320.  
  321. #slideout {
  322. {block:IfShowShadow}
  323. -moz-box-shadow: 0px 0px 12px 0px {color:post glow};
  324. -webkit-box-shadow: 0px 0px 12px 0px {color:post glow};
  325. box-shadow: 0px 0px 12px 0px {color:post glow};
  326.  
  327. /* For IE 8 */
  328. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}')";
  329. /* For IE 5.5 - 7 */
  330. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}');
  331. {/block:IfShowShadow}
  332.  
  333. z-index:1000;
  334. position: fixed;
  335. top: 40px;
  336. left: 0px;
  337. width: 20px;
  338. padding: 40px 0;
  339. text-align: center;
  340. background: {color:posts};
  341. -webkit-transition-duration: 0.3s;
  342. -moz-transition-duration: 0.3s;
  343. -o-transition-duration: 0.3s;
  344. transition-duration: 0.3s;
  345. -webkit-border-radius: 0 5px 5px 0;
  346. -moz-border-radius: 0 5px 5px 0;
  347. border-radius: 0 5px 5px 0;}
  348.  
  349. #slideout_inner {
  350. {block:IfShowShadow}
  351. -moz-box-shadow: 0px 0px 12px 0px {color:post glow};
  352. -webkit-box-shadow: 0px 0px 12px 0px {color:post glow};
  353. box-shadow: 0px 0px 12px 0px {color:post glow};
  354.  
  355. /* For IE 8 */
  356. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}')";
  357. /* For IE 5.5 - 7 */
  358. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}');
  359. {/block:IfShowShadow}
  360.  
  361. position: fixed;
  362. top: 40px;
  363. left: -250px;
  364. background: {color:posts};
  365. width: 230px;
  366. padding: 10px;
  367. height: auto;
  368. -webkit-transition-duration: 0.3s;
  369. -moz-transition-duration: 0.3s;
  370. -o-transition-duration: 0.3s;
  371. transition-duration: 0.3s;
  372. text-align: left;
  373. -webkit-border-radius: 0 0 5px 0;
  374. -moz-border-radius: 0 0 5px 0;
  375. border-radius: 0 0 5px 0;}
  376.  
  377. #slideout:hover {
  378. z-index:1000;
  379. left: 250px;}
  380.  
  381. #slideout:hover #slideout_inner {
  382. z-index:1000;
  383. left: 0;}
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390. #slideout2 {
  391. {block:IfShowShadow}
  392. -moz-box-shadow: 0px 0px 12px 0px {color:post glow};
  393. -webkit-box-shadow: 0px 0px 12px 0px {color:post glow};
  394. box-shadow: 0px 0px 12px 0px {color:post glow};
  395.  
  396. /* For IE 8 */
  397. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}')";
  398. /* For IE 5.5 - 7 */
  399. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}');
  400. {/block:IfShowShadow}
  401.  
  402. z-index:600;
  403. position: fixed;
  404. top: 130px;
  405. left: 0px;
  406. width: 20px;
  407. padding: 40px 0;
  408. text-align: center;
  409. background: {color:posts};
  410. -webkit-transition-duration: 0.3s;
  411. -moz-transition-duration: 0.3s;
  412. -o-transition-duration: 0.3s;
  413. transition-duration: 0.3s;
  414. -webkit-border-radius: 0 5px 5px 0;
  415. -moz-border-radius: 0 5px 5px 0;
  416. border-radius: 0 5px 5px 0;}
  417.  
  418. #slideout_inner2 {
  419. {block:IfShowShadow}
  420. -moz-box-shadow: 0px 0px 12px 0px {color:post glow};
  421. -webkit-box-shadow: 0px 0px 12px 0px {color:post glow};
  422. box-shadow: 0px 0px 12px 0px {color:post glow};
  423.  
  424. /* For IE 8 */
  425. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}')";
  426. /* For IE 5.5 - 7 */
  427. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}');
  428. {/block:IfShowShadow}
  429.  
  430. position: fixed;
  431. top: 130px;
  432. left: -250px;
  433. background: {color:posts};
  434. width: 230px;
  435. padding: 10px;
  436. height: auto;
  437. -webkit-transition-duration: 0.3s;
  438. -moz-transition-duration: 0.3s;
  439. -o-transition-duration: 0.3s;
  440. transition-duration: 0.3s;
  441. text-align: left;
  442. -webkit-border-radius: 0 0 5px 0;
  443. -moz-border-radius: 0 0 5px 0;
  444. border-radius: 0 0 5px 0;}
  445.  
  446. #slideout2:hover {
  447. z-index:600;
  448. left: 250px;}
  449.  
  450. #slideout2:hover #slideout_inner2 {
  451. z-index:600;
  452. left: 0;}
  453.  
  454.  
  455. #slideout3 {
  456. {block:IfShowShadow}
  457. -moz-box-shadow: 0px 0px 12px 0px {color:post glow};
  458. -webkit-box-shadow: 0px 0px 12px 0px {color:post glow};
  459. box-shadow: 0px 0px 12px 0px {color:post glow};
  460.  
  461. /* For IE 8 */
  462. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}')";
  463. /* For IE 5.5 - 7 */
  464. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}');
  465. {/block:IfShowShadow}
  466.  
  467. z-index:400;
  468. position: fixed;
  469. top: 220px;
  470. left: 0px;
  471. width: 20px;
  472. padding: 40px 0;
  473. text-align: center;
  474. background: {color:posts};
  475. -webkit-transition-duration: 0.3s;
  476. -moz-transition-duration: 0.3s;
  477. -o-transition-duration: 0.3s;
  478. transition-duration: 0.3s;
  479. -webkit-border-radius: 0 5px 5px 0;
  480. -moz-border-radius: 0 5px 5px 0;
  481. border-radius: 0 5px 5px 0;}
  482.  
  483. #slideout_inner3 {
  484. {block:IfShowShadow}
  485. -moz-box-shadow: 0px 0px 12px 0px {color:post glow};
  486. -webkit-box-shadow: 0px 0px 12px 0px {color:post glow};
  487. box-shadow: 0px 0px 12px 0px {color:post glow};
  488.  
  489. /* For IE 8 */
  490. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}')";
  491. /* For IE 5.5 - 7 */
  492. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='{color:post glow}');
  493. {/block:IfShowShadow}
  494.  
  495. position: fixed;
  496. top: 220px;
  497. left: -250px;
  498. background: {color:posts};
  499. width: 230px;
  500. padding: 10px;
  501. height: auto;
  502. -webkit-transition-duration: 0.3s;
  503. -moz-transition-duration: 0.3s;
  504. -o-transition-duration: 0.3s;
  505. transition-duration: 0.3s;
  506. text-align: left;
  507. -webkit-border-radius: 0 0 5px 0;
  508. -moz-border-radius: 0 0 5px 0;
  509. border-radius: 0 0 5px 0;}
  510.  
  511. #slideout3:hover {
  512. z-index:400;
  513. left: 250px;}
  514.  
  515. #slideout3:hover #slideout_inner3 {
  516. z-index:400;
  517. left: 0;}
  518.  
  519.  
  520. a.links1 {
  521. text-align:left;
  522. width:228px;
  523. color: {color:text headers};
  524. display: inline-block;
  525. text-transform: uppercase;
  526. font-family:arial;
  527. font-weight:bold;
  528. font-size:7px;
  529. padding: 2px;
  530. -webkit-transition-property:color, text;
  531. -webkit-transition-duration: .2s;
  532. -moz-transition-duration: .2s;
  533. -webkit-transition-timing-function: linear, ease-in;
  534. margin-bottom:2px;
  535. background-color: {color:label background};}
  536.  
  537.  
  538. a.links1:hover {
  539. text-align:center;
  540. color: {color:label background};
  541. padding-left: 0px;
  542. -webkit-transition-duration: .2s;
  543. -moz-transition-duration: .2s;
  544. background-color: {color:text headers};}
  545.  
  546.  
  547.  
  548. .descrip {
  549. display: block;
  550. writing-mode: lr-tb;
  551. -webkit-transform: rotate(-90deg);
  552. -moz-transform: rotate(-90deg);
  553. -ms-transform: rotate(-90deg);
  554. -o-transform: rotate(-90deg);
  555. transform: rotate(-90deg);
  556. position: absolute;
  557. left: -23px;
  558. top: 34px;
  559. font-family:impact;
  560. font-size: 14px;
  561. font-weight: normal;
  562. color:{color:text headers};
  563. text-transform: uppercase;
  564. letter-spacing: -1px;}
  565.  
  566.  
  567. .descrip2 {
  568. display: block;
  569. writing-mode: lr-tb;
  570. -webkit-transform: rotate(-90deg);
  571. -moz-transform: rotate(-90deg);
  572. -ms-transform: rotate(-90deg);
  573. -o-transform: rotate(-90deg);
  574. transform: rotate(-90deg);
  575. position: absolute;
  576. left: -20px;
  577. top: 34px;
  578. font-family:impact;
  579. font-size: 14px;
  580. font-weight: normal;
  581. color:{color:text headers};
  582. text-transform: uppercase;
  583. letter-spacing: -1px;}
  584.  
  585.  
  586. .descrip3 {
  587. display: block;
  588. writing-mode: lr-tb;
  589. -webkit-transform: rotate(-90deg);
  590. -moz-transform: rotate(-90deg);
  591. -ms-transform: rotate(-90deg);
  592. -o-transform: rotate(-90deg);
  593. transform: rotate(-90deg);
  594. position: absolute;
  595. left: -13px;
  596. top: 34px;
  597. font-family:impact;
  598. font-size: 14px;
  599. font-weight: normal;
  600. color:{color:text headers};
  601. text-transform: uppercase;
  602. letter-spacing: -1px;}
  603.  
  604. {CustomCSS}
  605. </style>
  606.  
  607. {block:IfShowInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfShowInfiniteScroll}
  608.  
  609. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  610.  
  611. <script type="text/javascript" src="http://static.tumblr.com/eptm5us/Rb0llmimz/jquery.magnifier.js">
  612.  
  613. /***********************************************
  614. * jQuery Image Magnify- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
  615. * This notice MUST stay intact for legal use
  616. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
  617. ***********************************************/
  618. </script>
  619.  
  620.  
  621. </head>
  622.  
  623. <body>
  624.  
  625. <div id="wtf">
  626. <center>
  627. {block:IfShowTitle}<a href="http://{name}.tumblr.com"><h1>{Title}</h1></a>{/block:IfShowTitle}
  628. </center><br>
  629.  
  630. <div id="slideout">
  631. <span class="descrip">Description</span>
  632. <div id="slideout_inner">
  633.  
  634. {block:IfPortraitImage}
  635. <a href="http://{name}.tumblr.com"><img src="{image:Portrait}" width="232" border="0" style="padding-bottom:4px;"></a>
  636. {/block:IfPortraitImage}
  637.  
  638. {block:Description}
  639. <div style="height:130px; width:228px; overflow:auto; text-align:justify; padding-right:4px;">
  640. {Description}
  641. </div>
  642. {/block:Description}
  643.  
  644. </div>
  645. </div>
  646.  
  647.  
  648. <div id="slideout2">
  649. <span class="descrip2">Navigation</span>
  650. <div id="slideout_inner2">
  651.  
  652. <center>
  653. <a href="http://{name}.tumblr.com" class="links1">Home</a>
  654. {block:AskEnabled}<a href="/ask" class="links1">Ask</a>{/block:AskEnabled}
  655. {block:SubmissionsEnabled}<a href="/submit" class="links1">Submit</a>{/block:SubmissionsEnabled}
  656.  
  657. <a href="/archive" class="links1">Archive</a>
  658.  
  659. {block:HasPages}
  660. {block:Pages}
  661. <a href="{URL}" class="links1">{Label}</a>
  662. {/block:Pages}
  663. {/block:HasPages}
  664.  
  665. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links1">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  666.  
  667. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links1">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  668.  
  669. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links1">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  670.  
  671. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links1">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  672.  
  673. <a href="http://sleeplessthemes.tumblr.com" class="links1">Themes</a>
  674. </center>
  675.  
  676. </div>
  677. </div>
  678.  
  679. {block:IfShowAskBox}
  680. <div id="slideout3">
  681. <span class="descrip3">Message</span>
  682. <div id="slideout_inner3">
  683. <div id="righthold">
  684. <h2>{AskLabel}</h2>
  685. <iframe frameborder="0" border="0" scrolling="no" width="230" height="150" allowtransparency="true"
  686. src="http://www.tumblr.com/ask_form/{name}.tumblr.com" style"background-color:transparent; overflow:hidden;:"></iframe>
  687. </div>
  688. </div>
  689. </div>
  690. {block:IfShowAskBox}
  691.  
  692.  
  693.  
  694. {block:IfHeaderImage}
  695. <center><a href="/"><img src="{image:Header}"></a></center>
  696. {/block:IfHeaderImage}
  697.  
  698.  
  699.  
  700.  
  701. <div class="autopagerize_page_element">
  702. {block:Posts}
  703.  
  704.  
  705. <div id="entry">
  706. {block:IndexPage}
  707. <center><div id="infos">
  708. <div id="details">
  709.  
  710.  
  711.  
  712. <a href="{Permalink}"><img src="http://img534.imageshack.us/img534/993/linkiconu.png" width="30" border="0" class="middle"></a>
  713.  
  714. <a href="{ReblogURL}"><img src="http://img802.imageshack.us/img802/6083/reblogicon.png" width="30" border="0" class="middle"></a> <a href="{Permalink}" class="notecount">{NoteCountWithLabel}</a>
  715.  
  716. {block:HasTags}<div id="tags"><b>Tagged:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}
  717.  
  718. </div>
  719. </div></center>
  720. {/block:IndexPage}
  721.  
  722.  
  723. {block:Text}<h2>{Title}</h2>{Body}{/block:Text}
  724.  
  725. {block:Photo}
  726. {block:IndexPage}{LinkOpenTag}<a href="{permalink}">
  727. <table width="250" height="120" border="0" cellspacing="0" cellpadding="0">
  728. <tr>
  729. <td background="{PhotoURL-250}" style="background-position:center center; {block:IfShowRoundCorners}-moz-border-radius:6px; border-radius:6px;{/block:IfShowRoundCorners} ">&nbsp;</td>
  730. </tr>
  731. </table>
  732. </a>
  733. {/block:IndexPage}
  734.  
  735. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="500" alt="{PhotoAlt}"/>{LinkCloseTag}
  736. {Caption}
  737. {/block:PermalinkPage}
  738. {/block:Photo}
  739.  
  740. {block:Photoset}
  741. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  742. {block:PermalinkPage}<center>{Photoset-500}</center>{/block:PermalinkPage}
  743. {/block:Photoset}
  744.  
  745. {block:Quote}<h2>"{Quote}"</h2>{block:Source}{Source}{/block:Source}{/block:Quote}
  746.  
  747. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}{/block:Link}
  748.  
  749. {block:Chat}
  750. {block:Title}{Title}{/block:Title}
  751. {block:Lines}
  752. {block:Label}
  753. <div class="{Alt}"><span class="label"><strong>{Label}</strong></span>
  754. <span class="line">{Line}</span></div>
  755. {/block:Label}
  756. {/block:Lines}
  757. {/block:Chat}
  758.  
  759. {block:Video}
  760.  
  761. {block:IndexPage}
  762. <div class="video"><center>{Video-250}</center></div>
  763. {/block:IndexPage}
  764.  
  765. {block:PermalinkPage}
  766. <div class="video2"><center>{Video-500}</center></div>
  767. {Caption}
  768. {/block:PermalinkPage}
  769.  
  770. {/block:Video}
  771.  
  772.  
  773. {block:Audio}
  774. <div class="audio">{AudioPlayerBlack}</div>
  775. {Caption}
  776. {/block:Audio}
  777.  
  778.  
  779. {block:Answer}
  780. <div id="ask">{Asker}: {Question}</div>
  781. <p>{Answer}</p>
  782. {/block:Answer}
  783.  
  784.  
  785.  
  786.  
  787.  
  788. {block:PermalinkPage}{block:Date}
  789. <div id="permapage">
  790. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">{ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a> at {12Hour}:{Minutes}{AmPm}{block:RebloggedFrom}<br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
  791. {block:Photo}{block:HighRes}<br>HighRes: <a href="{PhotoURL-HighRes}">view</a>{/block:HighRes}{/block:Photo}<br>{block:HasTags}<BR>Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  792. </div>{/block:Date}
  793. {/block:PermalinkPage}
  794.  
  795. {block:PostNotes}<div id="permapage">
  796. <h2>{NoteCount} Notes</h2>
  797. <br>{PostNotes}</div>{/block:PostNotes}
  798.  
  799. </div>
  800.  
  801.  
  802. {/block:Posts}
  803. </div>
  804.  
  805.  
  806. <div id="top">
  807. {block:Pagination}
  808. <center><table width="70" border="0" cellspacing="0" cellpadding="0">
  809. <tr>
  810. <td width="10">
  811. {block:PreviousPage}<h3><a href="{PreviousPage}">◄</a></h3>{/block:PreviousPage}
  812. </td>
  813. <td width="50"><center>{CurrentPage} of {TotalPages}</center></td>
  814. <td width="10">{block:NextPage}<h3><a href="{NextPage}">►</a></h3>{/block:NextPage}
  815. </td>
  816. </tr>
  817. </table></center>{/block:Pagination}
  818. <center><b><small>Theme By:</small></b> <a href="http://destroyer.tumblr.com"><small>Destroyer</small></a> / <a href="http://sleeplessthemes.tumblr.com"><small>Sleepless</small></a> <small>|</small> <b><small>Powered By:</small></b> <a href="http://tumblr.com"><small>Tumblr.com</small></a></center></div>
  819.  
  820.  
  821. </body>
  822. </html>
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement