Advertisement
unf0rgettable

01. dawning by peetasboner

Jul 4th, 2015
1,104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.41 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.  
  6.  
  7. <!----------
  8.  
  9. theme 01: dawning
  10. you can edit as much as you want as long as you keep the credit.
  11. if you need help with adding/changing/costumizing in the theme just send
  12. me an ask (peetasboner.com).
  13. ✿ E N J O Y ✿
  14. ---------->
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <head><title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26.  
  27. <meta name="color:link" content="#b8b8b8">
  28. <meta name="color:background" content="#ffffff"/>
  29. <meta name="color:text" content="#838282"/>
  30. <meta name="color:sidebar links" content="#b8b8b8">
  31. <meta name="color:linkhover" content="#ffffff"/>
  32. <meta name="color:scrollbar" content="ececec"/>
  33. <meta name="color:description background" content="#f3f3f3"/>
  34.  
  35. <meta name="image:sidebar" content=""/>
  36. <meta name="if:pop up ask" content="1"/>
  37. <meta name="if:cursor" content="1"/>
  38. <meta name="if:hover caption" content="0"/>
  39. <meta name="if:hover tags" content="0"/>
  40. <meta name="if:hover info" content="0"/>
  41. <meta name="if:show link3" content="1"/>
  42. <meta name="if:show link4" content="1"/>
  43. <meta name="if:show link5" content="1"/>
  44. <meta name="if:show link6" content="1"/>
  45.  
  46.  
  47. <meta name="text:link 3 url" content="/">
  48. <meta name="text:link 3 name" content="">
  49. <meta name="text:link 4 url" content="/">
  50. <meta name="text:link 4 name" content="">
  51. <meta name="text:link 5 url" content="/">
  52. <meta name="text:link 5 name" content="">
  53. <meta name="text:link 6 url" content="/">
  54. <meta name="text:link 6 name" content="">
  55.  
  56.  
  57. <script type="text/javascript"
  58. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  59. <script>
  60. $(document).ready(function() {
  61. //
  62. $('a.poplight[href^=#]').click(function() {
  63. var popID = $(this).attr('rel');
  64. var popURL = $(this).attr('href');
  65. var query= popURL.split('?');
  66. var dim= query[1].split('&');
  67. var popWidth = dim[0].split('=')[1];
  68. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  69. var popMargTop = ($('#' + popID).height() + 80) / 2;
  70. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  71.  
  72. $('#' + popID).css({
  73. 'margin-top' : -popMargTop,
  74. 'margin-left' : -popMargLeft
  75. });
  76. $('body').append('<div id="fade"></div>');
  77. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  78. return false;
  79. });
  80. $('a.close, #fade').live('click', function() {
  81. $('#fade , .popup_block').fadeOut(function() {
  82. $('#fade, a.close').remove();
  83. });
  84. return false;
  85. });
  86. });
  87. </script>
  88.  
  89. <style type="text/css">
  90.  
  91. ::selection {background: #fff; color:{color:selection};}
  92. ::-moz-selection {background: #fff; color:{color:selection};}
  93. ::-webkit-selection {background: #fff; color:{color:selection};}
  94.  
  95. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  96. height:100px;}
  97.  
  98. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  99.  
  100.  
  101. {block:ifcursor}
  102. body, a {cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;}
  103.  
  104. a:hover {
  105. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  106. color:#ffffff;
  107. -moz-transition-duration:0.51s;
  108. -webkit-transition-duration:0.51s;
  109. -o-transition-duration:0.51s;
  110. }
  111. {/block:ifcursor}
  112.  
  113.  
  114. #tumblr_controls {
  115. -webkit-filter:invert(100%);
  116. -webkit-backface-visibility:hidden;
  117. opacity:.67!important;
  118. padding:2px;
  119. }
  120.  
  121.  
  122. .popup_block{
  123. display:none;
  124. background:#fff;
  125. padding:20px;
  126. border:1px solid #eee; */
  127. float:left;
  128. position:fixed;
  129. top:50%;left:50%;
  130. z-index: 99999;
  131. -webkit-box-shadow: 0px 0px 20px #000;
  132. -moz-box-shadow: 0px 0px 20px #000;
  133. box-shadow: 0px 0px 20px #000;
  134. }
  135.  
  136. *html #fade {position: absolute;}
  137. *html .popup_block {position: absolute;}
  138. #fade {
  139. display:none;
  140. position:fixed;
  141. left:0px;
  142. top:0px;
  143. width:100%;
  144. height:100%;
  145. z-index:9999;
  146. background:#000;
  147. opacity:0.5;
  148. }
  149.  
  150.  
  151. /* --- body ---*/
  152.  
  153. body {
  154. font-style:none;
  155. background:{color:background};
  156. margin:0px;
  157. color:{color:text};
  158. font-family:Calibri;
  159. font-size:10px;
  160. line-height:100%;
  161. }
  162.  
  163.  
  164. blockquote {
  165. border-left:2px solid #ECECEC;
  166. padding-left:2px;
  167. margin:5px;
  168. }
  169.  
  170. a {
  171. color:{color:link}
  172. }
  173.  
  174. a {
  175. text-decoration:none;
  176. -webkit-transition:all 0.5s ease-in-out;
  177. -moz-transition:all 0.5s ease-in-out;
  178. -o-transition:all 0.5s ease-in-out;
  179. -ms-transition:all 0.5s ease-in-out;
  180. transition:all 0.5s ease-in-out;
  181. }
  182.  
  183. a:hover {
  184. color:{color:linkhover}
  185. }
  186.  
  187. img {none;}
  188.  
  189.  
  190. h1 {
  191. font-family:helvetica;
  192. text-transform:none;
  193. font-size:15px;
  194. line-height:30px;
  195. letter-spacing:0px;
  196. text-align:left;
  197. font-style:none;
  198. }
  199.  
  200. h2 {
  201. margin:0px 0px 10px;
  202. letter-spacing:1px;
  203. color:#222;
  204. font-size:12px;
  205. letter-spacing:0.5px;
  206. font-family: 'Montserrat', sans-serif;
  207. text-transform:uppercase;
  208. }
  209.  
  210.  
  211. #entries {
  212. padding:10px;
  213. width:400px;
  214. margin-left:500px;
  215. margin-top:50px;
  216. }
  217.  
  218. #post {
  219. width:400px;
  220. font-style:none;
  221. padding:15px;
  222. margin-bottom:1px;
  223. }
  224.  
  225.  
  226. #sidebar {
  227. width:200px;
  228. position:fixed;
  229. margin-left:230px;
  230. margin-top:260px;
  231. position:fixed;
  232. }
  233.  
  234.  
  235. #sidebar img {
  236. margin-bottom:-4px;
  237. width: 85px;
  238. height: 85px;
  239. border: 1px solid #ccc;
  240. padding: 3px;
  241. border-radius: 65px;
  242. -webkit-border-radius: 65px;
  243. -moz-border-radius: 65px;
  244. }
  245.  
  246.  
  247. #title {
  248. text-align:right;
  249. padding-bottom:5px;
  250. text-transform:none;
  251. font-style:normal;
  252. font-size:30px;
  253. }
  254.  
  255. #nav {
  256. position:fixed;
  257. overflow:hidden;
  258. margin-top:150px;
  259. margin-left:315px;
  260. }
  261.  
  262.  
  263. sdlinks {
  264. width:200px;
  265. z-index:999999999999999999;
  266. display:inline-block;
  267. position:absolute;
  268. float: left;
  269. }
  270.  
  271.  
  272. .sdlinks a {
  273. width:10px;
  274. height:10px;
  275. overflow:hidden;
  276. margin:11px;
  277. display:inline-block;
  278. float: left;
  279. margin-top:5px;
  280. }
  281.  
  282.  
  283. #description {
  284. padding:5px;
  285. text-align:left;
  286. width:200px;
  287. color:{color:description};
  288. background-color:{color:description background},opacity:0.6;
  289. }
  290.  
  291.  
  292. #questions {
  293. margin-left:0px;
  294. padding:10px;
  295. margin-top:5px;
  296. margin-bottom:5px;
  297. font-size:10px;
  298. font-style:normal;
  299. text-align:center;
  300. }
  301.  
  302. .note {
  303. padding:0px 20px 0px 20px;
  304. background-color:#FFFFFF;
  305. text-transform:lowercase;
  306. letter-spacing:0px;
  307. font-size: 11px;
  308. font-style:normal;
  309. text-align:left;
  310. line-height:120%;
  311. }
  312.  
  313. .note li {
  314. list-style-type:none;
  315. padding:5px 25px 5px 25px;
  316. text-align:left;
  317. margin-right:30px;
  318. margin-top:-50px;
  319. }
  320.  
  321. #asker {
  322. float:left;
  323. margin-right:5px;
  324. }
  325.  
  326.  
  327. #theme {
  328. position:fixed;
  329. bottom:20px;
  330. right:10px;
  331. display:inline-block;
  332. padding:5px;
  333. font:17px/5px 'helvetica neue', arial, sans-serif;
  334. letter-spacing:0;
  335. text-transform:none;
  336. background-color:white;
  337. color:#4f4f4f;
  338. }
  339.  
  340.  
  341.  
  342. #info {
  343. font-family:calibri;
  344. text-align:center;
  345. margin-top:10px;
  346. padding-top:10px;
  347. padding:0px;
  348. padding-bottom:1px;
  349. text-transform:none;
  350. font-style:none;
  351. font-size:10px;
  352. line-height:100%;
  353. {block:ifhoverinfo}
  354. opacity:0;
  355. filter: alpha(opacity=0);
  356. -webkit-transition: all 0.8s ease;
  357. -moz-transition: all 0.8s ease;
  358. transition: all 0.8s ease;
  359. {/block:ifhoverinfo}
  360. }
  361.  
  362. {block:ifhoverinfo}
  363. #post:hover #info{
  364. text-decoration: none!important;
  365. color: {color:linkhover};
  366. opacity: 1;
  367. filter: alpha(opacity=100);
  368. }
  369. {/block:ifhoverinfo}
  370.  
  371.  
  372. #tags {
  373. font-family:helvetica;
  374. text-align:center;
  375. margin-top:0px;
  376. padding-bottom:0px;
  377. text-transform:none;
  378. font-style:none;
  379. font-size:10px;
  380. {block:ifhovertags}
  381. opacity:0;
  382. filter: alpha(opacity=0);
  383. -webkit-transition: all 0.8s ease;
  384. -moz-transition: all 0.8s ease;
  385. transition: all 0.8s ease;
  386. {/block:ifhovertags}
  387. }
  388.  
  389. {block:ifhovertags}
  390. #post:hover #tags{
  391. text-decoration: none!important;
  392. color: {color:linkhover};
  393. opacity: 1;
  394. filter: alpha(opacity=100);
  395. }
  396. {block:ifhovertags}
  397.  
  398.  
  399. #captionh {
  400. opacity:0;
  401. filter: alpha(opacity=0);
  402. -webkit-transition: all 0.8s ease;
  403. -moz-transition: all 0.8s ease;
  404. transition: all 0.8s ease;
  405. }
  406.  
  407. #post:hover #captionh {
  408. text-decoration: none!important;
  409. color: {color:linkhover};
  410. opacity: 1;
  411. filter: alpha(opacity=100);
  412. }
  413.  
  414.  
  415.  
  416. {CustomCSS}
  417. </style>
  418.  
  419. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  420.  
  421. </head>
  422. <body>
  423. <div id="sidebar">
  424.  
  425. <a href="/"><div id="sidebar img"><img src="{image:sidebar}"></a></div>
  426.  
  427. <div id="title">{Title}</div>
  428.  
  429. <div id="description">{Description}</div>
  430.  
  431. <div class="sdlinks">
  432. <a href="/" title="index" style="color:{color:sidebar links};background-color:{color:sidebar links}"></a>
  433. {block:ifpopupask}
  434. <a href="#?w=300" rel="box1" class="poplight" title="inbox" style="color:{color:sidebar links};background-color:{color:sidebar links}"></a>
  435. {/block:ifpopupask}
  436. {block:ifNotpopupask}
  437. <a href="/ask" title="inbox" style="color:{color:sidebar links};background-color:{color:sidebar links}"></a>
  438. {/block:ifNotpopupask}
  439. {block:ifshowlink3}
  440. <a href="{text:link 3 url}" title="{text:link 3 name}" style="color:{color:sidebar links};background-color:{color:sidebar links}"></a>
  441. {/block:ifshowlink3}
  442. {block:ifshowlink4}
  443. <a href="{text:link 4 url}" title="{text:link 4 name}" style="color:{color:sidebar links};background-color:{color:sidebar links}"></a>
  444. {/block:ifshowlink4}
  445. {block:ifshowlink5}
  446. <a href="{text:link 5 url}" title="{text:link 5 name}" style="color:{color:sidebar links};background-color:{color:sidebar links}"></a>
  447. {/block:ifshowlink5}
  448. {block:ifshowlink6}
  449. <a href="{text:link 6 url}" title="{text:link 6 name}" style="color:{color:sidebar links};background-color:{color:sidebar links}">
  450. {/block:ifshowlink6}
  451. </a>
  452. </div>
  453.  
  454. <div id="scrollbar">{scrollbar}</div>
  455.  
  456.  
  457. {block:HasPages}{block:Pages}
  458.  
  459. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  460.  
  461. </div>
  462. </div>
  463.  
  464. <div id="entries">
  465. <div class="autopagerize_page_element">
  466. {block:Posts}<div id="post">
  467.  
  468. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  469.  
  470. {block:blockquote}{/block:blockquote}
  471.  
  472.  
  473.  
  474. {block:Photo}
  475. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  476. {block:Caption}
  477.  
  478. {block:ifhovercaption}<div id="captionh">{Caption}</div>{/block:ifhovercaption}
  479. {block:ifNothovercaption}{caption}{/block:ifNothovercaption}
  480.  
  481. {/block:Caption}
  482. {/block:Photo}
  483.  
  484. {block:Photoset}
  485. <center>{Photoset-400}</center>
  486. {block:Caption}
  487.  
  488. {block:ifhovercaption}<div id="captionh"><i>{Caption}</i></div>{/block:ifhovercaption}
  489. {block:ifNothovercaption}<i>{caption}</i>{/block:ifNothovercaption}
  490.  
  491. {/block:Caption}
  492. {/block:Photoset}
  493.  
  494. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  495.  
  496. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  497.  
  498. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  499.  
  500. {block:Audio}{AudioPlayerBlack}
  501. {block:Caption}
  502.  
  503. {block:ifhovercaption}<div id="captionh">{Caption}</div>{/block:ifhovercaption}
  504. {block:ifNothovercaption}{caption}{/block:ifNothovercaption}
  505.  
  506. {/block:Caption}
  507. {/block:Audio}
  508.  
  509. {block:Video}{Video-400}
  510. {block:Caption}
  511.  
  512. {block:ifhovercaption}<div id="captionh">{Caption}</div>{/block:ifhovercaption}
  513. {block:ifNothovercaption}{caption}{/block:ifNothovercaption}
  514.  
  515. {/block:Caption}
  516. {/block:Video}
  517.  
  518. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  519.  
  520.  
  521. <div id="info">{block:Date}<a href="{Permalink}">{Month} {DayOfMonth}{/block:Date}{/block:Date} </a>&nbsp; &nbsp;
  522. {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel} </a>{/block:NoteCount}&nbsp; &nbsp;
  523. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} &nbsp; &nbsp;
  524. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  525.  
  526. <div id="tags">
  527. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  528.  
  529. </div>
  530. {block:PostNotes}{PostNotes}{/block:PostNotes}
  531. {/block:Posts}</div></div>
  532. </div>
  533.  
  534. <div id="theme"><a href="http://peetasboner.tumblr.com/">∞</a></div>
  535.  
  536. </body>
  537.  
  538. <div id="box1" class="popup_block">
  539. <h2>inbox</h2>
  540. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  541. </div>
  542.  
  543. </div></div></div></div></div></div></div></div></div></div>
  544. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement