Advertisement
skynotte

nt-present

Nov 28th, 2012
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.25 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <!----
  4. PRESENT THEME MADE BY NOTTE-THEMES.TUMBLR.COM
  5. PLEASE DO NOT REMOVE THIS OR THE CREDIT BUTTON - if you so desire, you may put the credit somewhere else that's noticeable or on a credit page.
  6. SIDEBAR IMAGE FROM WEHEARTIT.COM
  7. -->
  8. <head>
  9.  
  10.  
  11. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  12.  
  13.  
  14. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  15. <title>{title}</title>
  16. <link rel="shortcut icon" href="{Favicon}" />
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Lekton|Strait' rel='stylesheet' type='text/css'>
  21. <link href='http://fonts.googleapis.com/css?family=Cinzel+Decorative|Norican' rel='stylesheet' type='text/css'>
  22. <link href='http://fonts.googleapis.com/css?family=Cherry+Swash' rel='stylesheet' type='text/css'>
  23.  
  24. <meta name="color:Background" content="#81a6b3" />
  25. <meta name="color:Title" content="#243236" />
  26. <meta name="color:Text" content="#364c5c" />
  27. <meta name="color:Scrollbar" content="#256897" />
  28. <meta name="color:Post Background" content="#f0f6f8" />
  29. <meta name="color:Bold" content="#22699b" />
  30. <meta name="color:Link" content="#254a64" />
  31. <meta name="color:Link Hover" content="#3d89be" />
  32. <meta name="color:Notes Background" content="#c2daeb" />
  33. <meta name="color:Italic" content="#647580" />
  34. <meta name="color:chatLine" content="#e6edf1"/>
  35. <meta name="color:Description Font Color" content="#19282c"/>
  36. <meta name="color:Bow Color" content="#597f8a"/>
  37. <meta name="color:Bow Ends Color" content="#547883"/>
  38. <meta name="color:Bow Center Color" content="#4a707a"/>
  39. <meta name="color:Bow Shadow" content="#3c535a"/>
  40. <meta name="color:Ribbon Color" content="#5c8d9b"/>
  41. <meta name="color:Block Links" content="#f8f9fa" />
  42. <meta name="color:Block Links Background" content="#3e585f" />
  43. <meta name="color:Tags Link Color" content="#fafafd" />
  44. <meta name="color:Tags Background" content="#6a91ac" />
  45.  
  46. <meta name="image:Background" content="" />
  47. <meta name="image:Sidebar" content="http://data.whicdn.com/images/22041767/tumblr_ly9lrhM3nT1qbbjfeo1_500_large.jpg" />
  48.  
  49.  
  50. <meta name="font:Body Font" content="Arial">
  51. <meta name="font:Description Font" content="Arial">
  52. <meta name="font:Link Font" content="'Strait', sans-serif">
  53. <meta name="text:Body Font Size" content="11"/>
  54. <meta name="text:Title Font Size" content="50"/>
  55. <meta name="text:Description Font Size" content="10"/>
  56. <meta name="text:Link Font Size" content="12"/>
  57.  
  58. <meta name="text:Link1" content="" />
  59. <meta name="text:Link1 URL" content="http://" />
  60. <meta name="text:Link2" content="" />
  61. <meta name="text:Link2 URL" content="http://" />
  62. <meta name="text:Link3" content="" />
  63. <meta name="text:Link3 URL" content="http://" />
  64. <meta name="text:Link4" content="" />
  65. <meta name="text:Link4 URL" content="http://" />
  66. <meta name="text:Link5" content="" />
  67. <meta name="text:Link5 URL" content="http://" />
  68. <meta name="text:Link6" content="" />
  69. <meta name="text:Link6 URL" content="http://" />
  70.  
  71. <meta name="if:ShowCaption" content="0" />
  72. <meta name="if:InfiniteScrolling" content="1" />
  73. <meta name="if:StretchBackgroundImage" content="0" />
  74. <meta name="if:ShowBowShadow" content="0" />
  75. <meta name="if:FancyTitleFont" content="1" />
  76. <meta name="if:MakeLinksUppercase" content="1" />
  77. <meta name="if:CenterDescription" content="1" />
  78. <meta name="if:ShowTagsBackground" content="1" />
  79. <meta name="if:ShowTags" content="1" />
  80. <meta name="if:ShowDescription" content="0" />
  81.  
  82. <style type="text/css">
  83.  
  84. ::-webkit-scrollbar {
  85. width: 4px;
  86. height: 4px;
  87. background: none;
  88. }
  89.  
  90. ::-webkit-scrollbar-thumb {
  91. background-color: {color:Scrollbar};
  92. -webkit-border-radius: 1em;
  93. }
  94.  
  95. body{
  96. color:{color:Text};
  97. font-family: {font:Body Font};
  98. font-size: {text:Body Font Size}px;
  99. line-height:100%;
  100. text-align: center;
  101. letter-spacing:1px;
  102. overflow-x:hidden;
  103. background-color: {color:Background};
  104. background-image: url('{image:Background}');
  105. background-attachment: fixed;
  106. {block:ifStretchBackgroundImage}background-size: 100%;{/block:ifStretchBackgroundImage}
  107. }
  108.  
  109. #cent b, strong {
  110. color: {color:Bold};
  111. }
  112.  
  113. #cent i, em{
  114. color: {color:Italic};
  115. }
  116.  
  117. #cent a, a{
  118. text-decoration:none;
  119. outline:none;
  120. -moz-outline-style:none;
  121. -webkit-outline-style:none;
  122. -o-outline-style:none;
  123. color: {color:Link};
  124. -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease -in-out; -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;
  125. }
  126.  
  127. #cent a:hover, a:hover{
  128. color: {color:Link Hover};
  129. }
  130.  
  131. blockquote {
  132. border-left: 3px solid {color:Notes Background};
  133. padding-left: 3px;
  134. padding-right: 1px;
  135. margin-left: 20px;
  136.  
  137. }
  138.  
  139. .pagination {
  140. font-size:25px;
  141. position:fixed;
  142. margin-top:390px;
  143. font-family: 'Lekton', sans-serif;
  144. color:{color:Description Font Color};
  145. {block:IfInfiniteScrolling}
  146. display: none;
  147. {/block:IfInfiniteScrolling}
  148. text-align: right;
  149. padding: 5px;
  150. padding-bottom:0px;
  151. }
  152.  
  153. .pagination a{color:{color:Description Font Color};}
  154.  
  155. .title{
  156. color: {color:bold};
  157. padding-bottom: 9px;
  158. font-size: 13px;
  159. line-height: 100%;
  160. letter-spacing: 2px;
  161. font-family: {font:Body Font};
  162.  
  163. }
  164.  
  165. .chat {
  166. }
  167.  
  168. .chat .chat1 {
  169. margin-left: 0px;
  170. }
  171.  
  172. .chat .chat1 .chat2 {
  173. background: {color:chatLine};
  174. margin-bottom: 1px;
  175. padding: 5px;
  176. font-size: {text:Body Font Size}px;
  177. font-family: {font:Body Font};
  178. }
  179.  
  180. .chat .chat1 .chat2.even {
  181. background: {color:Post Background};
  182. }
  183.  
  184. .chat .chat1 .chat2 span{
  185. font-weight: bold;
  186. text-transform: uppercase;
  187. }
  188.  
  189. .link{
  190. font-size: 15px;
  191. font-family: {font:Body Font};
  192. }
  193.  
  194. #cent img {
  195. display: block;
  196. max-width: 100%;
  197.  
  198. }
  199.  
  200. #cent{
  201. height:auto;
  202. float:left;
  203. text-align:left;
  204. position:absolute;
  205. padding:5px;
  206. line-height:100%;
  207. margin-left:535px;
  208. line-height:12px;
  209. width:518px;
  210. {block:PermaLink}
  211. width:518px;
  212. {/block:PermaLink}
  213. }
  214.  
  215. #post{
  216. overflow:hidden;
  217. padding:8px;
  218. background-color: {color:Post Background};
  219. float:left;
  220. width:500px;
  221. margin-top: 15px;
  222. margin-right:5px;
  223. {block:PermaLink}
  224. width: 500px;
  225. {/block:PermaLink}
  226.  
  227. }
  228.  
  229. #perma, #tagss{
  230. letter-spacing: 1px;
  231. font-family:{font:Link Font};
  232. text-align:center;
  233. width:510px;
  234. overflow:hidden;
  235. font-size:10px;
  236. padding: 3px;
  237. -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease -in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  238. }
  239.  
  240. #perma{
  241. background-color: {color:Notes Background};
  242. }
  243.  
  244. #perma a:link {
  245. color: {color:link};
  246. font-style: none;
  247. }
  248. #perma a:hover{
  249. color: {color:Link Hover};
  250. text-decoration: none;
  251. }
  252.  
  253. #tagss{
  254. {block:ifShowTagsBackground}
  255. background-color: {color:Tags Background};
  256. {/block:ifShowTagsBackground}
  257. color:{color:Tags Link Color};
  258. }
  259.  
  260. #tagss a{color:{color:Tags Link Color};}
  261.  
  262.  
  263. /*----BEGIN BOW --*/
  264. #horizontal, #vertical{
  265. position:fixed;
  266. background-color:{color:Ribbon Color};
  267. }
  268.  
  269. #horizontal{
  270. margin-top:240px;
  271. margin-left:-10px;
  272. width:110%;
  273. height:100px;
  274. }
  275.  
  276. #vertical{
  277. margin-top:-10px;
  278. margin-left:215px;
  279. width:100px;
  280. height:110%;
  281. }
  282.  
  283. #leftBow2,#rightBow2{
  284. position:fixed;
  285. border-radius:9em;
  286. border-bottom-right-radius:5em;
  287. border-bottom-left-radius:5em;
  288. margin-top:184px;
  289. height:180px;
  290. width:210px;
  291. background-color:{color:Bow Color};
  292. }
  293.  
  294. #leftBow1, #rightBow1{
  295. border-bottom: 100px solid {color:Bow Color};
  296. border-left: 50px solid transparent;
  297. border-right: 50px solid transparent;
  298. height:0px;
  299. width:110px;
  300. margin-top:223px;
  301. position:fixed;
  302. border-radius:9em;
  303.  
  304. }
  305.  
  306. #leftBow1{
  307. margin-left:80px;
  308. -webkit-transform: rotate(90deg);
  309. -moz-transform: rotate(90deg);
  310. -o-transform: rotate(90deg);
  311. }
  312.  
  313. #rightBow1{
  314. margin-left:238px;
  315. -webkit-transform: rotate(-90deg);
  316. -moz-transform: rotate(-90deg);
  317. -o-transform: rotate(-90deg);
  318. }
  319.  
  320. #leftBow2{
  321. margin-left:16px;
  322. -webkit-transform: rotate(92deg);
  323. -moz-transform: rotate(92deg);
  324. -o-transform: rotate(92deg);
  325. }
  326.  
  327.  
  328. #rightBow2{
  329. margin-left:302px;
  330. -webkit-transform: rotate(-92deg);
  331. -moz-transform: rotate(-92deg);
  332. -o-transform: rotate(-92deg);
  333. }
  334.  
  335. #bowCenter{
  336. background-color:{color:Bow Center Color};
  337. padding:5px;
  338. height:130px;
  339. width:130px;
  340. margin-left:195px;
  341. margin-top:212px;
  342. border-radius:9em;
  343. position:fixed;
  344. overflow:hidden;
  345. {block:ifShowBowShadow}
  346. -moz-box-shadow:0px 0px 5px 0px {color:Bow Shadow};
  347. -webkit-box-shadow:0px 0px 5px 0px {color:Bow Shadow};
  348. box-shadow:0px 0px 5px 0px {color:Bow Shadow};
  349. {/block:ifShowBowShadow}
  350. }
  351.  
  352. #bowCenter img{border-radius:9em;}
  353.  
  354. #bowendleft, #bowendright{
  355. position:fixed;
  356. background-color:{color:Bow Ends Color};
  357. width:60px;
  358. height:130px;
  359. }
  360.  
  361. #bowendleft,#bowendright{
  362. margin-top:300px;
  363. -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease -in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  364.  
  365. }
  366.  
  367. #bowendleft{
  368. margin-left:195px;
  369. -webkit-transform: rotate(20deg);
  370. -moz-transform: rotate(20deg);
  371. -o-transform: rotate(20deg);
  372. }
  373.  
  374. #bowendright{
  375. margin-left:275px;
  376. -webkit-transform: rotate(-20deg);
  377. -moz-transform: rotate(-20deg);
  378. -o-transform: rotate(-20deg);
  379. }
  380.  
  381. #bowendright:hover{margin-top:310px; margin-left:275px;}
  382. #bowendleft:hover{margin-top:310px; margin-left:185px;}
  383. /*----END BOW --*/
  384.  
  385. #descrip{
  386. position:fixed;
  387. margin-top:-160px;
  388. margin-left:159px;
  389. width:106px;
  390. height:0px;
  391. opacity:0;
  392. line-height:100%;
  393. {block:ifShowDescription}
  394. height:158px;
  395. opacity:1;
  396. {/block:ifShowDescription}
  397. color:{color:Description Font Color};
  398. font-family: {font:Description Font};
  399. font-size:{text:Description Font Size}px;
  400. text-align:left;
  401. {block:ifCenterDescription}
  402. text-align:center;
  403. {/block:ifCenterDescription}
  404. overflow:auto;
  405. padding:5px;
  406. -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease -in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  407. }
  408.  
  409. #bowCenter:hover #descrip{height:158px; opacity:1;}
  410.  
  411. #ttle{
  412. position:fixed;
  413. margin-left:25px;
  414. margin-top:100px;
  415. width:480px;
  416. max-height:70px;
  417. }
  418.  
  419. #ttle a{
  420. padding:5px;
  421. {block:ifShowTitleBackground}
  422. background-color:{color:Title Background};
  423. {/block:ifShowTitleBackground}
  424. text-align:center;
  425. font-family: 'Cinzel Decorative', cursive;
  426. {block:ifFancyTitleFont}
  427. font-family: 'Norican', cursive;
  428. {/block:ifFancyTitleFont}
  429. font-size: {text:Title Font Size}px;
  430. color: {color:Title};
  431. line-height:100%;
  432. }
  433.  
  434. #urLinks{
  435. overflow:auto;
  436. text-align:center;
  437. margin-top:400px;
  438. margin-left:380px;
  439. width:120px;
  440. opacity:1;
  441. position:fixed;
  442. -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease -in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  443. }
  444.  
  445. #urLinks a{
  446. display: inline-block;
  447. line-height:100%;
  448. font-size: {text:Link Font Size}px;
  449. font-family: {font:Link Font};
  450. background-color:{color:Block Links Background};
  451. padding: 1px;
  452. text-align:center;
  453. {block:ifMakeLinksUppercase}
  454. text-transform: uppercase;
  455. {/block:ifMakeLinksUppercase}
  456. overflow:hidden;
  457. color: {color:Block Links};
  458. display: inline-block;
  459. -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease -in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  460. width:100px;
  461. margin:1px;
  462. }
  463.  
  464. #urLinks a:hover{
  465. background-color: {color:Block Links};
  466. color:{color:Block Links Background};
  467.  
  468. }
  469.  
  470.  
  471. {CustomCSS}</style>
  472.  
  473. {block:IfInfiniteScrolling}
  474. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  475.  
  476.  
  477. </head>
  478.  
  479. <div id="horizontal"></div><div id="vertical"></div>
  480. <div id="bowendleft"></div><div id="bowendright"></div>
  481. <div id="leftBow1"></div><div id="leftBow2"></div>
  482. <div id="rightBow1"></div><div id="rightBow2"></div>
  483. <div id="bowCenter">
  484. <img src="{image:Sidebar}" width="100%" height="100%" /><div id="descrip">{Description}</div>
  485. </div>
  486. <div id="ttle"><a href="/">{Title}</a></div>
  487. <div id="urLinks">
  488. <a href="/">home</a><a href="/ask">ask</a>{block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a>{/block:ifLink3}{block:ifLink4}<a href="{text:Link4 URL}">{text:Link4}</a>{/block:ifLink4}{block:ifLink5}<a href="{text:Link5 URL}">{text:Link5}</a>{/block:ifLink5}{block:ifLink6}<a href="{text:Link6 URL}">{text:Link6}</a>{/block:ifLink6}<a href="http://notte-themes.tumblr.com">theme</a></div>
  489.  
  490. {block:IndexPage}
  491. <div class="pagination" style="margin-left:200px;">
  492. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}</div>
  493.  
  494. <div class="pagination" style="margin-left:305px;">
  495. {block:Pagination}{block:NextPage}<a href="{NextPage}" id="next">&raquo;</a>{/block:NextPage}{/block:Pagination}</div>
  496. {/block:IndexPage}
  497.  
  498. <body>
  499.  
  500. <div id="cent">
  501.  
  502. {block:ifInfiniteScrolling}<div class = "autopagerize_page_element" >{/block:ifInfiniteScrolling}
  503. {block:Posts}
  504.  
  505. <div id="post">
  506.  
  507.  
  508. {block:Title}<div class="title">{Title}</div>{/block:Title}
  509.  
  510. {block:Text}{Body}
  511. {/block:Text}
  512.  
  513. {block:Photo}
  514. <a href="{permalink}"><img src="{PhotoURL-500}" width="100%" /></a>
  515. {/block:Photo}
  516.  
  517. {block:Photoset}
  518.  
  519.  
  520. {block:IndexPage}
  521. {Photoset-500}
  522. {/block:IndexPage}
  523.  
  524.  
  525. {block:Permalink}
  526. {Photoset-500}
  527. {/block:Permalink}
  528. {/block:Photoset}
  529.  
  530.  
  531. {block:Quote}
  532. <table style="width: 100%;">
  533. <tr>
  534. <td>
  535. <div style="font-style: italic; color: {color:Italic}; font-size: 42px;">&ldquo;</div>
  536. </td>
  537. <td>
  538. <div style="font-style: italic; color: {color:Italic}; text-align: center; font-size: {text:Body Font Size}px;">{Quote}</div>
  539. </td>
  540. <td>
  541. <div style="font-style: italic; color: {color:Italic}; font-size: 42px;">&rdquo;</div>
  542. </td>
  543. </tr>
  544. </table>
  545. <div align="right" style="font-size: 11px; padding-top: 2px;">
  546. {block:Source}-{Source}{/block:Source}
  547. </div>
  548. {/block:Quote}
  549.  
  550.  
  551. {block:Video}
  552.  
  553.  
  554. {block:IndexPage}
  555. {VideoEmbed-500}<br>
  556. {PlayCountWithLabel}
  557. {/block:IndexPage}
  558.  
  559.  
  560. {block:Permalink}
  561. {VideoEmbed-500}<br>
  562. {PlayCountWithLabel}
  563. {/block:Permalink}
  564.  
  565. {/block:Video}
  566.  
  567.  
  568. {block:Link}
  569. <a href="{URL}" class="link" {Target}>› {Name}</a><BR>
  570. {block:Description}{Description}{/block:Description}
  571. {/block:Link}
  572.  
  573. {block:Chat}
  574. <div class="chat">
  575. <div class="chat1">
  576. {block:Lines}
  577. <div class="chat2 {Alt}">
  578. {block:Label}
  579. <b>{Label}</b>
  580. {/block:Label}
  581. {Line}</div>
  582. {/block:Lines}
  583. </div>
  584. </div>
  585. {/block:Chat}
  586.  
  587. {block:Audio}
  588. {block:AudioEmbed}
  589. {AudioEmbed-500}
  590. {/block:AudioEmbed}
  591. {/block:Audio}
  592.  
  593.  
  594. {block:Answer}
  595. <table style="width: 100%; text-align: left;">
  596. <tr>
  597. <span style="font-family: {font:Body Font}; letter-spacing: 2px;">{Asker} said:</span><br />
  598. </tr>
  599. <tr><td style="background-color: {color:chatLine}; height:110%;">
  600. <div align="center" style="padding: 6px; font-size: {text:Body Font Size}px; "><a href="{AskerURL}"><img src="{AskerPortraitURL-30}" align="left" style="margin-right:6px; margin-bottom:6px; box-shadow: 0px 0px 0px 2px {color:Scrollbar}; border: 20px;"/></a> {Question}</div>
  601. </td></tr><tr><td>
  602. {Answer}
  603. </td></tr></table>
  604. {/block:Answer}
  605.  
  606. {block:ifShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaption}
  607.  
  608. {block:PermalinkPage}
  609. {block:ifNotShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifNotShowCaption}
  610. <br />
  611. {block:Date}Posted {TimeAgo}{/block:Date} {block:NoteCount}
  612. with {NoteCountWithLabel}
  613. {/block:NoteCount}
  614. {block:RebloggedFrom}
  615. via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  616. <br />
  617. Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  618. <br />{/block:RebloggedFrom}
  619. {block:HasTags}<Br><br>Tags:<br> {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  620. <br><br>
  621. {/block:HasTags}
  622. {block:PostNotes}{PostNotes}{/block:PostNotes}
  623.  
  624. </div>
  625. {/block:PermalinkPage}
  626.  
  627.  
  628.  
  629. </div>
  630.  
  631. {block:IndexPage}
  632.  
  633. <div><br /></div>
  634.  
  635. <div id="perma"><a href="{Permalink}">PERMALINK </a>
  636. {block:NoteCount}<a href="{Permalink}">&middot; {NoteCount}</a>{/block:NoteCount} <a href="{ReblogURL}" target="_blank">&middot; REBLOG</a><br />
  637. </div>
  638.  
  639. {block:ifShowTags}
  640. {block:HasTags}
  641. <div id="tagss">
  642. {block:Tags}<span style="font-size: 9px;">#<a href="{TagURL}">{Tag}</a></span> {/block:Tags}
  643. </div>
  644. {/block:HasTags}
  645. {/block:ifShowTags}
  646.  
  647. {/block:IndexPage}
  648.  
  649.  
  650. {/block:Posts}
  651.  
  652. {block:ifInfiniteScrolling}</div>{/block:ifInfiniteScrolling}
  653. <div class="load"></div>
  654.  
  655. </div>
  656.  
  657. {block:IndexPage}
  658.  
  659. <center>
  660.  
  661.  
  662. </body>
  663. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement