Advertisement
sleeplessthemes

Balance

Nov 3rd, 2011
6,646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.22 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. Balance Theme by: sleeplessthemes.com & destroyer.tumblr.com
  8. Balance Theme by: sleeplessthemes.com & destroyer.tumblr.com
  9. Balance Theme by: sleeplessthemes.com & destroyer.tumblr.com
  10. Balance Theme by: sleeplessthemes.com & destroyer.tumblr.com -->
  11.  
  12.  
  13. <head>
  14. <!-- DEFAULT COLORS -->
  15. <meta name="color:Background" content="#060606"/>
  16. <meta name="color:middle background" content="#0c0c0c"/>
  17. <meta name="color:posts" content="#111111"/>
  18. <meta name="color:text" content="#4e4e4e"/>
  19. <meta name="color:bold text" content="#808080"/>
  20. <meta name="color:link" content="#7eb0c0"/>
  21. <meta name="color:link hover" content="#20abd7"/>
  22. <meta name="color:text headers" content="#20d2db"/>
  23. <meta name="color:nav background" content="#2d8da6"/>
  24. <meta name="color:nav text" content="#bfeaf5"/>
  25. <meta name="color:nav text hover" content="#1d444e"/>
  26. <meta name="color:nav text background" content="#59abc1"/>
  27. <meta name="color:nav text background hover" content="#297d93"/>
  28. <meta name="color:text headers" content="#2d8da6"/>
  29. <meta name="color:label background" content="#262626"/>
  30.  
  31. <meta name="image:Portrait" content=""/>
  32. <meta name="image:Header" content=""/>
  33. <meta name="image:Background" content="" />
  34.  
  35. <meta name="if:Show Caption" content="1" />
  36. <meta name="if:Show Infinite Scroll" content="1" />
  37. <meta name="if:Show Tags" content="1" />
  38.  
  39. <meta name="text:Twitter Username" content=""/>
  40. <meta name="text:Tweet Count" content="6"/>
  41. <meta name="text:Font Size" content="10px"/>
  42. <meta name="font:Body" content="'Arial', Trebuchet MS, Helvetica, Tahoma, sans-serif" />
  43.  
  44. <meta name="text:Custom Link One" content="" />
  45. <meta name="text:Custom Link One Title" content="" />
  46. <meta name="text:Custom Link Two" content="" />
  47. <meta name="text:Custom Link Two Title" content="" />
  48. <meta name="text:Custom Link Three" content="" />
  49. <meta name="text:Custom Link Three Title" content="" />
  50. <meta name="text:Custom Link Four" content="" />
  51. <meta name="text:Custom Link Four Title" content="" />
  52.  
  53.  
  54. <title>{Title}</title>
  55.  
  56.  
  57.  
  58. <link rel="stylesheet" href="http://static.tumblr.com/usaykzx/o8Bku9w35/reset.css" type="text/css" />
  59.  
  60. <link rel="shortcut icon" href="{Favicon}">
  61. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  62. {block:Description}
  63. <meta name="description" content="{MetaDescription}" />
  64. {/block:Description}
  65.  
  66.  
  67. <style type="text/css">
  68. body{
  69. margin-top: 0px;
  70. text-align:justify;
  71. color: {color:text};
  72. font-family: {font:Body};
  73. font-size: {text:Font Size};
  74. line-height: 12px;
  75. background-color:{color:Background};
  76. background-image:url({image:Background});
  77. background-attachment: fixed;
  78. background-position:top center;
  79. background-repeat: repeat;}
  80.  
  81. a, a:link, a:visited, a:active{color: {color:link}; text-decoration:none;
  82. font-family: {font:Body};
  83. font-size: {text:Font Size}; line-height:12px; }
  84. a:hover{color: {color:link hover}; line-height:12px;}
  85.  
  86. #tumblr_controls{
  87. position:fixed!important;}
  88.  
  89. b, strong{color: {color:bold text};
  90. font-family: {font:Body};
  91. font-size: {text:Font Size}; line-height:12px;}
  92.  
  93. #wtf {
  94. text-align:justify;
  95. background-color:{color:middle background};
  96. width:776px;
  97. height:auto;
  98. margin-top:46px;
  99. margin-left:auto;
  100. margin-right:auto;
  101. padding-top:4px;
  102. padding-bottom: 2px;
  103. color: {color:text};
  104. font-family: {font:Body};
  105. font-size: {text:Font Size};
  106. line-height: 12px;}
  107.  
  108. #entry{
  109. border: 4px solid {color:posts};
  110. text-align:justify;
  111. padding:0px;
  112. background-color: {color:posts};
  113. width:400px;
  114. height:auto;
  115. overflow: hidden;
  116. margin:0px 0px 16px 0px;
  117. {block:PermalinkPage}margin:0px 0px 8px 0px;{/block:PermalinkPage}
  118. position: relative;}
  119.  
  120. #info{
  121. border: 4px solid {color:posts};
  122. text-align:justify;
  123. padding:0px;
  124. background-color: {color:posts};
  125. width:400px;
  126. height:auto;
  127. overflow: hidden;
  128. margin:0px 0px 12px 0px;
  129. position: relative;}
  130.  
  131. #notes{
  132. border: 4px solid {color:posts};
  133. text-align:justify;
  134. padding:0px;
  135. background-color: {color:posts};
  136. width:400px;
  137. height:auto;
  138. overflow: hidden;
  139. margin:0px 0px 12px 0px;
  140. position: relative;}
  141.  
  142.  
  143. #question{
  144. overflow:SHOW;
  145. padding-bottom:3px;
  146. margin-bottom:3px;}
  147.  
  148. #askr{
  149. display:block;
  150. float:left;
  151. width:33px;
  152. overflow:hidden;
  153. margin-right:3px;}
  154.  
  155. ul {
  156. list-style: disc;
  157. padding: 4px 0px 6px 20px;}
  158.  
  159. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:label background};}
  160.  
  161. blockquote img{display:block; width:100%;}
  162.  
  163. blockquote p{padding:0px; margin:0px;}
  164.  
  165. blockquote blockquote{position:relative; left:6px; margin-top:0px; margin-right:0px; padding-right:0px;}
  166.  
  167.  
  168. #bottominfo{
  169. padding:2px 0px 0px 0px;
  170. display:block;}
  171.  
  172. .answer p{margin:0px;}
  173.  
  174. .notes img{
  175. width:10px;
  176. position:relative;
  177. top:1px;}
  178.  
  179. ol.notes, .notes li{
  180. list-style:none;
  181. margin:0px;
  182. padding:0px;}
  183.  
  184. small {font-size:7px; line-height:10px; letter-spacing:0px;}
  185. big {font-family:arial black; color:{color:text}; font-size:14px;}
  186.  
  187. a img{border:none;}
  188.  
  189. .label {
  190. color: {color:bold text};font-weight: bold; line-height:12px;}
  191.  
  192. .odd {
  193. background-color:{color:label background};}
  194.  
  195. h2 {
  196. color: {color:text headers};
  197. font-size: 12px;
  198. line-height: 14px;
  199. font-family: arial;
  200. font-weight:bold;
  201. text-transform: uppercase;
  202. letter-spacing: -1px;}
  203.  
  204. h3 {
  205. z-index:10;
  206. text-align:center;
  207. width:160px;
  208. margin-bottom:2px;
  209. color: {color:nav text};
  210. font-size: 10px;
  211. line-height: 16px;
  212. font-family: arial black;
  213. text-transform: uppercase;
  214. letter-spacing: -1px;
  215. background-color:{color:nav text background};}
  216.  
  217. #leftholder{
  218. position: absolute;
  219. margin-left: 6px;
  220. width: 160px;
  221. height: auto;}
  222.  
  223. #rightholder{
  224. margin-top:0px;
  225. position: absolute;
  226. margin-left: 602px;
  227. width: 160px;
  228. height: auto;}
  229.  
  230. #left{
  231. z-index:8;
  232. padding: 4px;
  233. width: 160px;
  234. height: auto;
  235. margin-bottom:12px;
  236. background-color: {color:posts};}
  237.  
  238. #right{
  239. z-index:8;
  240. padding: 4px;
  241. width: 160px;
  242. height: auto;
  243. margin-bottom:12px;
  244. background-color: {color:posts};}
  245.  
  246. a.links {
  247. color:{color:bold text};
  248. background-color:{color:label background};
  249. font-family: Arial;
  250. font-size: 7px;
  251. line-height: 10px;
  252. font-weight:bold;
  253. text-transform: uppercase;
  254. letter-spacing:0px;
  255. display:block;
  256. padding:1px;
  257. margin-top: 4px;
  258. margin-bottom: 4px;}
  259.  
  260. a.links:hover {
  261. color:{color:nav text background};
  262. background-color:{color:nav text};}
  263.  
  264. a.links2 {
  265. font-size: 10px;
  266. line-height: 35px;
  267. font-family: arial black ;
  268. text-transform: uppercase;
  269. letter-spacing: -1px;
  270. color:{color:nav text};
  271. padding:6px;
  272. background-color:{color:nav text background};}
  273.  
  274. a.links2:hover {
  275. color: {color:nav text hover};
  276. background-color:{color:nav text background hover};}
  277.  
  278. #ask {
  279. font-size:10px;
  280. line-height:12px;
  281. background-color: {color:label background};
  282. padding:4px;
  283. margin-bottom:4px;}
  284.  
  285. #top{
  286. border-top: 2px solid {color:middle background};
  287. border-bottom: 2px solid {color:middle background};
  288. z-index:1000;
  289. padding: 4px;
  290. width: 768px;
  291. height: auto;
  292. top:0px;
  293. position:fixed;
  294. background-color: {color:nav background};}
  295.  
  296. p {padding:1px;}
  297.  
  298. #note{
  299. font-size:7px;
  300. text-align:right;
  301. margin-top:0px;
  302. margin-bottom:4px;
  303. width:auto;
  304. background-color: {color:middle background};
  305. padding:2px;}
  306.  
  307. #note a {font-size:7px;}
  308.  
  309. #info{
  310. margin-top:6px;
  311. background-color: {color:label background};
  312. padding:2px;}
  313.  
  314. #tags{
  315. background-color: {color:label background};
  316. margin-top:4px;
  317. padding:2px;
  318. border-top:0px solid {color:posts};}
  319.  
  320. #tags a {font-size:7px;}
  321.  
  322. #tags b {font-size:7px;}
  323.  
  324. .twitter{
  325. padding: 0px;
  326. margin-top:-4px;
  327. background-color: {color:center};
  328. width:160px;color:{color:text};
  329. background-color:transparent;}
  330.  
  331.  
  332. .twitter:hover {color:{color:text};}
  333.  
  334. ul#twitter_update_list{
  335. color:{color:Text};
  336. list-style:none;
  337. margin-left:-20px;
  338. margin-top:0px;
  339. margin-bottom:0px;}
  340.  
  341. ul#twitter_update_list li{
  342. margin:2.5px 0;
  343. padding:4px;}
  344.  
  345. ul#twitter_update_list li:nth-child(even) {
  346. background-color:{color:middle background};
  347. color:{color:Text};}
  348.  
  349. ul#twitter_update_list li:hover:nth-child(even){
  350. background-color:{color:label background};
  351. color:{color:Text};
  352. -webkit-transition: all 0.2s linear;
  353. -moz-transition: all 0.2s linear;
  354. transition: all 0.2s linear;}
  355.  
  356. ul#twitter_update_list li span{
  357. display:block;
  358. line-height:12px;
  359. color:{color:Text};}
  360.  
  361.  
  362. .audio {width: 28px; overflow: hidden; display: inline-block;}
  363. .audio_album {
  364. margin-left:0px;
  365. margin-top: -20px;
  366. width: 28px;
  367. height: 28px;
  368. display: inline-block;}
  369.  
  370. .audio_album img {width: 28px; height: 27px;}
  371.  
  372. {CustomCSS}
  373. </style>
  374.  
  375. {block:IfShowInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfShowInfiniteScroll}
  376.  
  377. </head>
  378.  
  379.  
  380. <body>
  381. <div id="wtf">
  382.  
  383. {block:IfHeaderImage}
  384. <center>
  385. <a href="/"><img src="{image:Header}" border="0"></a>
  386. </center><br>
  387. {/block:IfHeaderImage}
  388.  
  389.  
  390.  
  391. <center>
  392. <div id="top">
  393. <a href="/" class="links2">Home</a>
  394. {block:AskEnabled}<a href="/ask" class="links2">Ask</a>{/block:AskEnabled}
  395. {block:SubmissionsEnabled}<a href="/submit" class="links2">Submit</a>{/block:SubmissionsEnabled}
  396.  
  397. <a href="/archive" class="links2">Archive</a>
  398.  
  399. {block:HasPages}
  400. {block:Pages}
  401. <a href="{URL}" class="links2">{Label}</a>
  402.  
  403. {/block:Pages}
  404. {/block:HasPages}
  405.  
  406. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links2">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  407.  
  408. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links2">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  409.  
  410. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links2">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  411.  
  412. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links2">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  413. </div>
  414. </center>
  415.  
  416.  
  417.  
  418.  
  419. <div id="leftholder">
  420.  
  421.  
  422. {block:IfPortraitImage}
  423. <div id="left">
  424. <a href="/"><img src="{image:Portrait}" width="160"></a>
  425. </div>
  426. {/block:IfPortraitImage}
  427.  
  428. <div id="left">
  429. <center><h2>{Title}</h2></center>
  430. </div>
  431.  
  432. {block:Description}
  433. <div id="left">
  434. {Description}
  435. </div>
  436. {/block:Description}
  437.  
  438. <div id="left">
  439. <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></center>
  440. </div>
  441.  
  442. </div>
  443.  
  444.  
  445.  
  446. <div id="rightholder">
  447.  
  448. <div id="right">
  449. <center><h3>Navigation</h3></center>
  450. <a href="/" class="links">Home</a>
  451. {block:AskEnabled}<a href="/ask" class="links">Ask</a>{/block:AskEnabled}
  452. {block:SubmissionsEnabled}<a href="/submit" class="links">Submit</a>{/block:SubmissionsEnabled}
  453.  
  454. <a href="/archive" class="links">Archive</a>
  455.  
  456. {block:HasPages}
  457. {block:Pages}
  458. <a href="{URL}" class="links">{Label}</a>
  459.  
  460. {/block:Pages}
  461. {/block:HasPages}
  462.  
  463. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  464.  
  465. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  466.  
  467. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  468.  
  469. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  470. </div>
  471.  
  472. {block:ifTwitterUsername}
  473. <div id="right">
  474. <center><a href="http://twitter.com/{text:Twitter Username}" ><h3>LATEST TWEET</h3></a></center>
  475.  
  476. <div class="twitter">
  477.  
  478. <div id="twitter_div"><ul id="twitter_update_list"></ul></div>
  479.  
  480. <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
  481. <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/{text:Twitter Username}.json?callback=twitterCallback2&count={text:Tweet Count}"></script>
  482.  
  483. </div>
  484.  
  485. </div>
  486. {/block:ifTwitterUsername}
  487.  
  488. </div>
  489.  
  490.  
  491. <center>
  492. <div class="autopagerize_page_element">
  493. {block:Posts}
  494.  
  495. <div id="entry">
  496.  
  497. {block:IndexPage}
  498. <div id="note">{ShortMonth}. {DayOfMonthWithZero}{DayOfMonthSuffix}, {Year} - {TimeAgo} - <a href="{ReblogURL}">Reblog</a> - <a href="{Permalink}">{NoteCount} Notes</a></div>
  499. {/block:IndexPage}
  500.  
  501. {block:Text}<h2>{Title}</h2>{Body}{/block:Text}
  502.  
  503. {block:Photo}
  504. {block:IndexPage}
  505. <center>
  506. <a href="{permalink}"><img src="{PhotoURL-500}" width="400" border="0"></a></center>
  507. {block:IfShowCaption}{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:IfShowCaption}
  508. {/block:IndexPage}
  509.  
  510. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  511.  
  512. {block:Photoset}
  513. {block:IndexPage}{Photoset-400}
  514. {block:IfShowCaption}{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:IfShowCaption}{/block:IndexPage}
  515.  
  516. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  517. {/block:Photoset}
  518.  
  519. {block:Quote}<h2>"{Quote}"</h2>{block:Source}{Source}{/block:Source}{/block:Quote}
  520.  
  521. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}{/block:Link}
  522.  
  523. {block:Chat}
  524. {block:Title}{Title}{/block:Title}
  525. {block:Lines}
  526. {block:Label}
  527. <div class="{Alt}"><span class="label"><strong>{Label}</strong></span>
  528. <span class="line">{Line}</span></div>
  529. {/block:Label}
  530. {/block:Lines}
  531. {/block:Chat}
  532.  
  533. {block:Video}<center>{block:IndexPage}{Video-400}
  534. {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{/block:IndexPage}
  535. {block:PermalinkPage}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</center>{/block:Video}
  536.  
  537.  
  538. {block:Audio}
  539. <center>{AudioPlayerBlack}</center>
  540.  
  541. {block:Caption}{Caption}{/block:Caption}
  542. {/block:Audio}
  543.  
  544.  
  545. {block:Answer}
  546. <div id="ask"><img src="{AskerPortraitURL-24}" style="width:28px; height:24px; vertical-align:middle; padding-right:4px;">{Asker} Asked: {Question}</div>
  547. <p>{Answer}</p>
  548. {/block:Answer}
  549.  
  550.  
  551. {block:IfShowTags}
  552. {block:HasTags}<div id="tags"><b>Tagged:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}
  553. {/block:IfShowTags}
  554. </div>
  555.  
  556. {block:PermalinkPage}
  557. {block:Date}<div id="notes">
  558. <b>Posted:</b> <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">{ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a> at {12Hour}:{Minutes}{AmPm}{block:RebloggedFrom}<br><b>Originally posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
  559.  
  560. {block:Photo}{block:HighRes}<br><b>HighRes:</b> <a href="{PhotoURL-HighRes}">view</a>{/block:HighRes}{/block:Photo}
  561.  
  562. {block:Answer}<BR><b>Ask:</b> <a href="/ask">{AskLabel}</a>{/block:Answer}
  563.  
  564. {block:Audio}<BR><b>Plays:</b> {FormattedPlayCount}{block:ExternalAudio}<BR>Download: <a href="{ExternalAudioURL}">here</a>.{/block:ExternalAudio}{/block:Audio}
  565.  
  566. {block:HasTags}<BR><b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  567. </div>
  568. {/block:Date}
  569. {/block:PermalinkPage}
  570.  
  571. {/block:Posts}
  572. </div>
  573.  
  574. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  575.  
  576. {block:Pagination}
  577. <div id="entry">
  578. <center> <table width="400" border="0" cellspacing="0" cellpadding="0">
  579. <tr>
  580. <td width="10">
  581. {block:PreviousPage}<a href="{PreviousPage}">◄</a>{/block:PreviousPage}
  582. </td>
  583. <td width="380"><center>{CurrentPage} of {TotalPages}</center></td>
  584. <td width="10">{block:NextPage}<a href="{NextPage}">►</a>{/block:NextPage}
  585. </td>
  586. </tr>
  587. </table></center>
  588. </div>{/block:Pagination}
  589.  
  590. <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>
  591. </div>
  592.  
  593.  
  594. </center>
  595.  
  596. </body>
  597. </html>
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement