Advertisement
sleeplessthemes

Awaken

Mar 11th, 2012
9,114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.77 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  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. Awaken Theme by: destroyer.tumblr.com | sleeplessthemes.com
  8. Awaken Theme by: destroyer.tumblr.com | sleeplessthemes.com
  9. Awaken Theme by: destroyer.tumblr.com | sleeplessthemes.com
  10. Awaken Theme by: destroyer.tumblr.com | sleeplessthemes.com
  11. Awaken Theme by: destroyer.tumblr.com | sleeplessthemes.com
  12. Awaken Theme by: destroyer.tumblr.com | sleeplessthemes.com
  13. -->
  14.  
  15. <html>
  16. <head>
  17. <!-- DEFAULT COLORS -->
  18. <meta name="color:Background" content="#ececec"/>
  19. <meta name="color:post" content="#ffffff"/>
  20. <meta name="color:sidebar" content="#ffffff"/>
  21. <meta name="color:Text" content="#464646"/>
  22. <meta name="color:text headers" content="#232323"/>
  23. <meta name="color:bold text" content="#232323"/>
  24. <meta name="color:label background" content="#f4f4f4"/>
  25. <meta name="color:link" content="#969696"/>
  26. <meta name="color:link hover" content="#ffffff"/>
  27. <meta name="color:notes" content="#464646"/>
  28. <meta name="color:notes hover" content="#949494"/>
  29. <meta name="color:tags" content="#464646"/>
  30.  
  31. <meta name="image:Portrait" content=""/>
  32. <meta name="image:Background" content=""/>
  33.  
  34. <meta name="if:Show Infinite Scroll" content="1" />
  35. <meta name="if:Show Photo Caption" content="1" />
  36.  
  37. <meta name="text:Font Size" content="9px"/>
  38. <meta name="font:Body" content="'Arial', Trebuchet MS, Helvetica, Tahoma, sans-serif" />
  39.  
  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. <script> $("#entry").css({ opacity: 0.5 }); </script>
  59. {block:IfShowInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfShowInfiniteScroll}
  60.  
  61. <style type="text/css">
  62. body{
  63. height:100%;
  64. margin-top:0px;
  65. text-align:justify;
  66. color: {color:Text};
  67. font-family: {font:Body};
  68. font-size: {text:Font Size};
  69. line-height: 12px;
  70. background-color:{color:Background};
  71. background-image:url({image:Background});
  72. background-attachment: fixed;
  73. background-position:bottom center;
  74. background-repeat: repeat;}
  75.  
  76. a, a:link, a:visited, a:active{color: {color:link}; text-decoration:none;
  77. font-family: {font:Body};
  78. font-size: {text:Font Size}; line-height:12px; }
  79. a:hover{color: {color:link hover}; line-height:12px;}
  80.  
  81. #tumblr_controls{
  82. position:fixed!important;}
  83.  
  84. b, strong{color: {color:bold text};
  85. font-family: {font:Body};
  86. font-size: {text:Font Size}; line-height:12px;}
  87.  
  88. #wtf {
  89. margin-top:10px;
  90. width:432px;
  91. max-height:100%;
  92. overflow: visible;
  93. margin-left: auto;
  94. margin-right: auto;
  95. position: relative;
  96. padding:4px;
  97. color: {color:Text};
  98. font-family: {font:Body};
  99. font-size: {text:Font Size};
  100. line-height: 12px;}
  101.  
  102. #entry {
  103. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  104. border-radius: 0px 28px 0px 28px;
  105. background-color: {color:post};
  106. border: 0px solid {color:post};
  107. z-index:6;
  108. overflow:visible;
  109. width:400px;
  110. height: auto;
  111. padding: 16px;
  112. margin:0px 0px 20px 0px;
  113. border-radius: 0px 28px 0px 14px;}
  114.  
  115.  
  116. #sidebar {
  117. opacity:0.1;
  118. -moz-opacity:0.1;
  119. filter:alpha(opacity=10);
  120. overflow:hidden;
  121. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  122. border-radius: 0px 28px 0px 14px;
  123. top:150px;
  124. margin-left:-520px;
  125. position:fixed;
  126. left: 50%;
  127. background-color:{color:sidebar};
  128. width: 250px;
  129. height: auto;
  130. padding: 16px;
  131. -webkit-transition-property:color, text;
  132. -webkit-transition-duration: .6s;
  133. -moz-transition-duration: .6s;
  134. -webkit-transition-timing-function: linear, ease-in; }
  135.  
  136. #sidebar:hover {
  137. opacity:0.9;
  138. -moz-opacity:0.9;
  139. filter:alpha(opacity=100);}
  140.  
  141. #info {
  142. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  143. border-radius: 0px 28px 0px 28px;
  144. background-color: {color:post};
  145. border: 0px solid {color:post};
  146. z-index:6;
  147. overflow:visible;
  148. width:400px;
  149. height: auto;
  150. padding: 16px;
  151. margin:0px 0px 20px 0px;
  152. border-radius: 0px 28px 0px 14px;}
  153.  
  154. #notes {
  155. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  156. border-radius: 0px 28px 0px 28px;
  157. background-color: {color:post};
  158. border: 0px solid {color:post};
  159. z-index:6;
  160. overflow:visible;
  161. width:400px;
  162. height: auto;
  163. padding: 16px;
  164. margin:0px 0px 20px 0px;
  165. border-radius: 0px 28px 0px 14px;}
  166.  
  167.  
  168. p{
  169. margin-top:0px;
  170. margin-bottom:0px;}
  171.  
  172. #question{
  173. overflow:SHOW;
  174. padding-bottom:3px;
  175. margin-bottom:3px;}
  176.  
  177. #askr{
  178. display:block;
  179. float:left;
  180. width:33px;
  181. overflow:hidden;
  182. margin-right:3px;}
  183.  
  184. ul {
  185. list-style: disc;
  186. padding: 4px 0px 6px 20px;}
  187.  
  188. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:label background};}
  189.  
  190. blockquote img{display:block; width:100%;}
  191.  
  192. blockquote p{padding:0px; margin:0px;}
  193.  
  194. blockquote blockquote{position:relative; left:6px; margin-top:0px; margin-right:0px; padding-right:0px;}
  195.  
  196. #bottominfo{
  197. padding:2px 0px 0px 0px;
  198. display:block;}
  199.  
  200. .answer p{margin:0px;}
  201. .notes img{
  202. width:10px;
  203. position:relative;
  204. top:1px;}
  205.  
  206. ol.notes, .notes li{
  207. list-style:none;
  208. margin:0px;
  209. padding:0px;}
  210.  
  211. small {font-size:8px; line-height:8px; letter-spacing:0px;}
  212. big {font-family:arial black; color:{color:text}; font-size:14px;}
  213.  
  214. .audio {width:100%; background:black; border:0px dotted #D6D6D6;}
  215.  
  216. a img{border:none;}
  217.  
  218. .label {
  219. color: {color:bold text};font-weight: bold; line-height:12px;}
  220.  
  221. .odd {
  222. background-color:{color:label background};}
  223.  
  224.  
  225. h1 {
  226. font-size: 38px;
  227. line-height: 38px;
  228. font-family: impact;
  229. font-weight:normal;
  230. text-transform: uppercase;
  231. letter-spacing: -1px;
  232. color:{color:text headers};
  233. text-align:center;
  234. margin:0px;
  235. padding-bottom:4px;}
  236.  
  237. h2 {
  238. font-size: 16px;
  239. line-height: 16px;
  240. font-family: impact;
  241. font-weight:normal;
  242. text-transform: uppercase;
  243. letter-spacing: -1px;
  244. color:{color:text headers};
  245. text-align:left;}
  246.  
  247.  
  248. a.links1 {
  249. text-align:center;
  250. float:left;
  251. width: 58px;
  252. height:auto;
  253. margin-top:2px;
  254. margin-bottom:8px;
  255. color: {color:post};
  256. display: inline-block;
  257. text-transform: uppercase;
  258. font-family:arial;
  259. font-weight:bold;
  260. font-size:7px;
  261. padding: 2px;
  262. -webkit-transition-property:color, text;
  263. -webkit-transition-duration: .2s;
  264. -moz-transition-duration: .2s;
  265. -webkit-transition-timing-function: linear, ease-in;
  266. margin-bottom:2px;
  267. background-color: {color:text headers};}
  268.  
  269.  
  270. a.links1:hover {
  271. color: {color:text headers};
  272. -webkit-transition-duration: .2s;
  273. -moz-transition-duration: .2s;
  274. background-color: {color:post};}
  275.  
  276.  
  277.  
  278. #ask {
  279. font-size:10px;
  280. line-height:12px;
  281. background-color: {color:text headers};
  282. padding:4px;
  283. margin-bottom:4px;}
  284.  
  285.  
  286. #credit {
  287. border-radius: 0px 0px 0px 28px;
  288. background-color:#000000;
  289. color:{color:tags};
  290. -webkit-transition-property:color, text;
  291. -webkit-transition-duration: .2s;
  292. -moz-transition-duration: .2s;
  293. -webkit-transition-timing-function: linear, ease-in;
  294. opacity:0.1;
  295. -moz-opacity:0.1;
  296. filter:alpha(opacity=10);
  297. width:100%;
  298. margin-left:-16px;
  299. bottom:0px;
  300. position:absolute;
  301. z-index:1000;}
  302.  
  303. #credit:hover {
  304. -webkit-transition-property:color, text;
  305. -webkit-transition-duration: .2s;
  306. -moz-transition-duration: .2s;
  307. -webkit-transition-timing-function: linear, ease-in;
  308. opacity:1;
  309. -moz-opacity:1;
  310. filter:alpha(opacity=100);}
  311.  
  312. #credit b {
  313. text-shadow: 1px 1px 6px #000;
  314. color:{color:tags};
  315. font-size: 7px;
  316. line-height: 8px;
  317. font-family: verdana;
  318. font-weight: bold;
  319. text-transform: uppercase;
  320. letter-spacing: 2px;}
  321.  
  322. #credit a {
  323. text-shadow: 1px 1px 6px #000;
  324. color:{color:tags};
  325. font-size: 7px;
  326. line-height: 8px;
  327. font-family: verdana;
  328. font-weight:normal;
  329. text-transform: uppercase;
  330. letter-spacing: 2px;}
  331.  
  332. #credit a:hover {
  333. text-shadow: 1px 1px 6px #000;
  334. color:{color:tags};
  335. font-size: 7px;
  336. line-height: 8px;
  337. font-family: verdana;
  338. font-weight:normal;
  339. text-transform: uppercase;
  340. letter-spacing: 2px;}
  341.  
  342. img.middle {
  343. vertical-align:middle;
  344. margin-bottom:3px;}
  345.  
  346. #tags {
  347. font-family: arial;
  348. font-size: 7px;
  349. line-height: 10px;
  350. letter-spacing:1px;
  351. text-transform: uppercase;
  352. -webkit-transition-property:color, text;
  353. -webkit-transition-duration: .2s;
  354. -moz-transition-duration: .2s;
  355. -webkit-transition-timing-function: linear, ease-in;
  356. opacity:0.3; // css standard
  357. -moz-opacity:0.3; // older versions of firefox
  358. filter:alpha(opacity=30); // internet explorer
  359. background-color: #646464;
  360. padding:2px;
  361. margin-top:-4px;
  362. margin-left:420px;
  363. margin-bottom:6px;
  364. width:200px;
  365. position:absolute;
  366. color:{color:tags};
  367. -webkit-transition-property:color, text;
  368. -webkit-transition-duration: .6s;
  369. -moz-transition-duration: .6s;
  370. -webkit-transition-timing-function: linear, ease-in;}
  371.  
  372. #tags:hover {
  373. background-color:transparent;
  374.  
  375. opacity:1; // css standard
  376. -moz-opacity:1; // older versions of firefox
  377. filter:alpha(opacity=100); // internet explorer}
  378.  
  379. #tags a {font-family: arial;
  380. font-size: 7px;
  381. line-height: 10px;
  382. letter-spacing:1px;
  383. text-transform: uppercase; color:{color:tags};}
  384.  
  385. #tags b {font-family: arial;
  386. font-size: 7px;
  387. line-height: 10px;
  388. letter-spacing:1px;
  389. font-weight:bold;
  390. text-transform: uppercase;color:{color:tags};}
  391.  
  392. #notez {
  393. margin-top: 1px; position:absolute; width:400px;}
  394.  
  395. #notez a {
  396. color: {color:notes};
  397. font-family: consolas;
  398. font-size: 8px;
  399. line-height: 10px;
  400. letter-spacing:1px;
  401. text-transform: uppercase;}
  402.  
  403. #notez a:hover {color: {color:notes hover};}
  404.  
  405. {CustomCSS}
  406. </style>
  407.  
  408. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  409.  
  410. <script type="text/javascript" src="http://static.tumblr.com/j4dtzbm/TKllubdk7/scrolltopcontrol.js"></script>
  411.  
  412. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  413. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/2eWl5b9xv/nav.js"></script>
  414.  
  415. </head>
  416.  
  417.  
  418. <body>
  419.  
  420. <div id="wtf">
  421.  
  422.  
  423. <div id="sidebar">
  424.  
  425. {block:IfPortraitImage}
  426. <a href="http://{name}.tumblr.com"><img src="{image:Portrait}" width="250" style=" border-radius: 0px 24px 0px 24px;"></a>
  427. {/block:IfPortraitImage}
  428.  
  429. <div style="margin-left:2px;"><center>
  430. <a href="http://{name}.tumblr.com" class="links1">Home</a>
  431. <a href="/ask" class="links1">Ask</a>
  432. <a href="/archive" class="links1">Archive</a>
  433. <a href="http://sleeplessthemes.com" class="links1">Theme</a>
  434. </center></div>
  435.  
  436. {block:Description}{Description}<br><br>{/block:Description}
  437.  
  438.  
  439. <center>
  440. {block:AskEnabled}<a href="/ask" class="links2">Ask</a>{/block:AskEnabled}
  441.  
  442. {block:SubmissionsEnabled}<a href="/submit" class="links2">Submit</a>{/block:SubmissionsEnabled}
  443.  
  444. {block:HasPages}
  445. {block:Pages}
  446. <a href="{URL}" class="links2">{Label}</a>
  447. {/block:Pages}
  448. {/block:HasPages}
  449.  
  450. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links2">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  451.  
  452. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links2">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  453.  
  454. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links2">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  455.  
  456. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links2">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  457. </center>
  458. {block:Pagination}
  459. <center><table width="250" border="0" cellspacing="0" cellpadding="0">
  460. <tr>
  461. <td width="125">
  462. {block:PreviousPage}<div align="left"><a href="{PreviousPage}">◄ Previous</a></div>{/block:PreviousPage}
  463. </td>
  464.  
  465. <td width="125">{block:NextPage}<div align="right"><a href="{NextPage}">Next ►</a></div>{/block:NextPage}
  466. </td>
  467. </tr>
  468. </table></center>
  469. {/block:Pagination}
  470.  
  471. <div id="credit">
  472. <center><b>Theme By:</b> <a href="http://destroyer.tumblr.com">Destroyer</a> / <a href="http://sleeplessthemes.tumblr.com">Sleepless</a></center></div>
  473. </div>
  474.  
  475.  
  476.  
  477. <div class="autopagerize_page_element">
  478. {block:Posts}
  479. <div id="entry">
  480.  
  481. {block:HasTags}
  482. <div id="tags"><b>Tagged:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
  483. {/block:HasTags}
  484.  
  485. {block:Text}<h2>{Title}</h2>{Body}{/block:Text}
  486.  
  487. {block:Photo}
  488. {block:IndexPage}
  489. <center><a href="{permalink}"><img src="{PhotoURL-500}" width="400" border="0"></a></center>
  490. {block:IfShowPhotoCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowPhotoCaption}
  491. {/block:IndexPage}
  492.  
  493. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  494.  
  495. {block:Photoset}<center>{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}</center>{block:PermalinkPage}{/block:PermalinkPage}{/block:Photoset}
  496.  
  497. {block:Quote}<h2>"{Quote}"</h2>{block:Source}{Source}{/block:Source}{/block:Quote}
  498.  
  499. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}{/block:Link}
  500.  
  501. {block:Chat}
  502. {block:Title}{Title}{/block:Title}
  503. {block:Lines}
  504. {block:Label}
  505. <div class="{Alt}"><span class="label"><strong>{Label}</strong></span>
  506. <span class="line">{Line}</span></div>
  507. {/block:Label}
  508. {/block:Lines}
  509. {/block:Chat}
  510.  
  511. {block:Video}<center>{block:IndexPage}<div id="video">{Video-400}</div>{block:IfNotHidePhotoCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHidePhotoCaption}{/block:IndexPage}
  512.  
  513. {block:PermalinkPage}<div id="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</center>
  514. {/block:Video}
  515.  
  516. {block:Audio}
  517. <center><div class="audio">{AudioPlayerBlack}</div></center>
  518. {block:Caption}{Caption}{/block:Caption}
  519. {/block:Audio}
  520.  
  521. {block:Answer}
  522. <div id="ask"><img src="{AskerPortraitURL-24}" style="width:28px; height:24px; vertical-align:middle; padding-right:4px;">{Asker} Asked: {Question}</div>
  523. <p>{Answer}</p>
  524. {/block:Answer}
  525.  
  526. {block:IndexPage}
  527. <div id="notez">
  528.  
  529. <center><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{TimeAgo}</a> - <a href="{ReblogURL}">Reblog</a></center>
  530.  
  531. </div>
  532. {/block:IndexPage}
  533.  
  534. </div>
  535.  
  536.  
  537. {block:PermalinkPage}
  538. {block:Date}
  539. <div id="info"><div id="bottominfo">
  540.  
  541. 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}
  542.  
  543. {block:Photo}{block:HighRes}<br>HighRes: <a href="{PhotoURL-HighRes}">view</a>{/block:HighRes}{/block:Photo}
  544.  
  545. {block:Answer}<BR>Ask: <a href="/ask">{AskLabel}</a>{/block:Answer}
  546.  
  547. {block:Audio}<BR>Plays: {FormattedPlayCount}{block:ExternalAudio}<BR>Download: <a href="{ExternalAudioURL}">here</a>.{/block:ExternalAudio}{/block:Audio}
  548.  
  549. {block:HasTags}<BR>Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  550.  
  551. </div></div>
  552. {/block:Date}
  553. {/block:PermalinkPage}
  554.  
  555.  
  556. {block:PostNotes}
  557. <div id="notes">{PostNotes}</div>
  558. {/block:PostNotes}
  559.  
  560. {/block:Posts}
  561.  
  562.  
  563.  
  564. </div> </*Infinite Scroll*/>
  565.  
  566.  
  567.  
  568. </div> </*WTF*/>
  569.  
  570.  
  571.  
  572. </body>
  573. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement