Advertisement
arizounas

06. dreams.

Sep 21st, 2014
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.12 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. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--- CODES BY @CALLIEARGENT | #6
  10.  
  11. NAME: DREAMS.
  12.  
  13. hey there, this coding is not made
  14. for others to steal. use at your
  15. own free will, but don't redistribute
  16. as your own!
  17.  
  18. --->
  19.  
  20. <!--TOOL TIP-->
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23.  
  24. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  25.  
  26. <script>
  27.  
  28. (function($){
  29.  
  30. $(document).ready(function(){
  31.  
  32. $("a[title]").style_my_tooltips({
  33.  
  34. tip_follows_cursor:true,
  35.  
  36. tip_delay_time:90,
  37.  
  38. tip_fade_speed:600,
  39.  
  40. attribute:"title"
  41.  
  42. });
  43.  
  44. });
  45.  
  46. })(jQuery);
  47.  
  48. </script>
  49.  
  50. <meta name="color:Background" content="#ffffff"/>
  51. <meta name="color:Text" content="#b3b3b3"/>
  52. <meta name="color:Title" content="#b3b3b3"/>
  53. <meta name="color:Links" content="#adadad"/>
  54. <meta name="color:Border" content="#f8f8f8"/>
  55. <meta name="color:Bold" content="#e89e8c"/>
  56. <meta name="color:Post" content="#eaeaea"/>
  57.  
  58. <meta name="image:Sidebar" content=""/>
  59. <meta name="image:Background" content=""/>
  60.  
  61. <meta name="text:Title" content="" />
  62. <meta name="text:Link 1" content="" />
  63. <meta name="text:Link 1 Text" content="" />
  64. <meta name="text:Link 2" content="" />
  65. <meta name="text:Link 2 Text" content="" />
  66. <meta name="text:Link 3" content="" />
  67. <meta name="text:Link 3 Text" content="" />
  68.  
  69. <meta name="if:Show Link 1" content="1" />
  70. <meta name="if:Show Link 2" content="1" />
  71. <meta name="if:Show Link 3" content="1" />
  72.  
  73. <style type="text/css">
  74.  
  75. /*TOOLTIP*/
  76.  
  77. #s-m-t-tooltip {
  78. max-width:300px;
  79. opacity:1;
  80. padding:3px 4px 5px 4px;
  81. margin:-35px 0px -10px 30px;
  82. background-color:{color:border};
  83. border-top:2px solid {color:bold};
  84. font-family:arial;
  85. font-size:7px;
  86. letter-spacing:0px;
  87. text-transform:uppercase;
  88. color:{color:text};
  89. z-index:1000;
  90.  
  91. }
  92.  
  93. /*CURSOR*/
  94.  
  95. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  96.  
  97.  
  98. /* SCROLLBAR */
  99.  
  100. ::-webkit-scrollbar-thumb{
  101. background-color: {color:border};
  102. border: 2px solid {color:background};
  103. height:auto;
  104. }
  105.  
  106. ::-webkit-scrollbar {
  107. height:2px;
  108. width:9px;
  109. background-color: {color:border};
  110. border: 4px solid {color:background};
  111. }
  112.  
  113. /* ETC */
  114.  
  115. body {
  116. background:{color:background};
  117. margin:0px;
  118. color:{color:text};
  119. font-family:calibri;
  120. font-size:9px;
  121. letter-spacing:0px;
  122. text-align:justify;
  123. }
  124.  
  125. small, sub, sup {font-size:10px;}
  126.  
  127. pre {
  128. font-family:calibri;
  129. font-size:8px;
  130. text-transform:uppercase;
  131. letter-spacing:2px;
  132. text-align:left;
  133. padding:5px;
  134. background-color:{color:border};
  135. }
  136.  
  137. code {
  138. font-family:arial;
  139. font-size:7px;
  140. background-color:{color:border};
  141. width:auto;
  142. padding:3px;
  143. text-align:left;
  144. letter-spacing:1px;
  145. }
  146.  
  147. a {
  148. text-decoration:none;
  149. outline:none;
  150. -moz-outline-style:none;
  151. color:{color:text};
  152. }
  153.  
  154. b, strong {
  155. color:{color:bold};
  156. font-family:calibri;
  157. font-size:9px!important;
  158. text-transform:uppercase;
  159. letter-spacing:1px;
  160. }
  161.  
  162. a:hover {
  163. text-decoration:none;
  164. outline:none;
  165. -moz-outline-style:none;
  166. color:{color:hover};
  167. -moz-transition-duration:0.3s;
  168. -webkit-transition-duration:0.3s;
  169. -o-transition-duration:0.3s;
  170. cursor:url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  171. }
  172.  
  173.  
  174. blockquote {
  175. padding:5px;
  176. width:470px;
  177. margin-left:10px;
  178. padding-left:5px;
  179. border-left:2px solid {color:bold};
  180. }
  181.  
  182.  
  183. h1 {
  184. font-family:helvetica;
  185. font-size:18;
  186. font-style:bold;
  187. letter-spacing:2px;
  188. text-align:left;
  189. text-transform:lowercase;
  190. letter-spacing:-1px;
  191. }
  192.  
  193. h3 {
  194. font-size:7px!important;
  195. font-family:arial;
  196. text-transform:uppercase;
  197. font-weight:100;
  198. letter-spacing:3px;
  199. text-align:left;
  200. }
  201.  
  202. /*ENTRIES*/
  203.  
  204. #entries {
  205. padding:15px;
  206. width:515px;
  207. margin-left:585px;
  208. margin-top:-10px;
  209. font-size:10px;
  210. letter-spacing:0px;
  211. }
  212.  
  213. #post {
  214. outline-offset:4px;
  215. margin-left:15px;
  216. margin-top:30px;
  217. width:500px;
  218. padding:10px;
  219. }
  220.  
  221. #post img {
  222. width:auto;
  223. }
  224.  
  225. #postnote {
  226. width:500px;
  227. text-align:left;
  228. border-bottom:1px solid {color:border};
  229. margin:50px;
  230. padding-bottom:10px;
  231. }
  232.  
  233. #postnote a {
  234. border-bottom:1px solid {color:border};
  235. }
  236.  
  237. /*SIDEBAR*/
  238.  
  239. #title {
  240. width:245px;
  241. margin-left:128px;
  242. margin-top:165px;
  243. position:fixed;
  244. font-family:helvetica;
  245. font-size:28px;
  246. font-weight:bold;
  247. letter-spacing:2px;
  248. text-align:left;
  249. text-transform:lowercase;
  250. letter-spacing:-2px;
  251. color:{color:title};
  252. }
  253.  
  254. #sidebar {
  255. background-color:{color:background};
  256. width:auto;
  257. position:fixed;
  258. margin-left:5px;
  259. border-right:1px solid {color:border};
  260. }
  261.  
  262. #sidebarimage {
  263. position:fixed;
  264. width auto;
  265. }
  266.  
  267. #sidebarimage img {
  268. margin-top:0px;
  269. padding:3px;
  270. margin-left:-10px;
  271. }
  272.  
  273. #description {
  274. border-top:2px solid {color:bold};
  275. position:fixed;
  276. text-align:justify;
  277. font-family:calibri;
  278. line-height:140%;
  279. width:250px;
  280. padding:5px;
  281. margin-left:125px;
  282. margin-top:200px;
  283. font-size:10px;
  284. text-transform:none;
  285. color:{color:text};
  286. }
  287.  
  288. #pagi {
  289. width:500px;
  290. font-family:helvetica;
  291. font-size:14px;
  292. font-weight:bold;
  293. letter-spacing:-1px;
  294. text-align:right;
  295. margin-left:25px;
  296. margin-top:25px;
  297. border-top:1px solid {color:border};
  298. position:absolute;
  299. }
  300.  
  301. #pagi a {
  302. display:inline-block;
  303. padding:10px;
  304. font-size: 14px;
  305. color:{color:bold};
  306. text-align:center;
  307. }
  308.  
  309. .pagi a:hover {
  310. padding:2px;
  311. color:{color:bold};
  312. -moz-transition-duration:0.3s;
  313. -webkit-transition-duration:0.3s;
  314. -o-transition-duration:0.3s;
  315. }
  316.  
  317. .links {
  318. width:500px;
  319. margin-top:260px;
  320. margin-left:120px;
  321. padding:3px 0 3px 0;
  322. text-align:justify;
  323. text-transform:uppercase;
  324. position:fixed;
  325. }
  326.  
  327. .links a {
  328. margin:4px;
  329. display:inline-block;
  330. font-family:arial;
  331. padding:2px;
  332. font-size:7px;
  333. letter-spacing:1px;
  334. color:{color:links};
  335. }
  336.  
  337. .links a:hover {
  338. padding:2px;
  339. color:{color:bold};
  340. background-color:{color:background};
  341. -moz-transition-duration:0.3s;
  342. -webkit-transition-duration:0.3s;
  343. -o-transition-duration:0.3s;
  344. }
  345.  
  346. /*POST INFO*/
  347.  
  348. #info {
  349. width:500px;
  350. text-align:left;
  351. padding:4px;
  352. line-height:10px;
  353. border-top:1px solid {color:border};
  354. padding-top:5px;
  355. text-transform:uppercase;
  356. font-size:8px;
  357. }
  358.  
  359. #info a {
  360. text-align:center;
  361. color:{color:Post Links};
  362. }
  363.  
  364. #info a:hover {
  365. -moz-transition-duration:0.8s;
  366. -webkit-transition-duration:0.8s;
  367. -o-transition-duration:0.8s;
  368. opacity:.4;
  369. }
  370.  
  371. #notes {
  372. margin-top:-17px;
  373. text-align:right;
  374. width:500px;
  375. padding:4px;
  376. font-size:7px;
  377. font-family:arial;
  378. text-transform:uppercase;
  379. letter-spacing:2px;
  380. }
  381.  
  382. #notes a:hover {
  383. -moz-transition-duration:0.8s;
  384. -webkit-transition-duration:0.8s;
  385. -o-transition-duration:0.8s;
  386. opacity:.4;
  387. }
  388.  
  389. #tags {
  390. letter-spacing:1px;
  391. float:left;
  392. width:500px;
  393. text-align:left;
  394. margin-left:0px;
  395. margin-top:0px;
  396. font-size:10px;
  397. padding:4px;
  398. opacity:.0;
  399. transition-duration: 0.5s;
  400. -moz-transition-duration: 0.5s;
  401. -webkit-transition-duration: 0.5s;
  402. -o-transition-duration: 0.5s
  403. }
  404.  
  405. #tags a {
  406. text-align:center;
  407. font-family:calibri;
  408. text-transform:lowercase;
  409. font-style:italic;
  410. text-decoration:none;
  411. display:inline-block;
  412. }
  413.  
  414. #tags a:hover {
  415. -moz-transition-duration:0.8s;
  416. -webkit-transition-duration:0.8s;
  417. -o-transition-duration:0.8s;
  418. }
  419.  
  420. #post:hover #tags {
  421. opacity:1;
  422. -moz-transition:all 0.8s;
  423. -ms-transition:all 0.8s;
  424. -o-transition:all 0.8s;
  425. transition:all 0.8s;
  426. margin-right:15px;
  427. }
  428.  
  429. /* NOTES */
  430.  
  431. ol.notes li {
  432. list-style:none;
  433. border-bottom:1px solid {color:post};
  434. padding: 15px 0;
  435. }
  436.  
  437. ol.notes img {
  438. display:none;
  439. width:10px;
  440. height:10px;
  441. }
  442.  
  443. /*QUESTION*/
  444.  
  445. #question {
  446. color:{color:bold};
  447. width:500px;
  448. padding:10px;
  449. padding-top:10px;
  450. padding-bottom:10px;
  451. text-transform:lowercase;
  452. text-align:left;
  453. }
  454.  
  455. #q {
  456. width:490px;
  457. background-color:{color:border};
  458. font-family:arial;
  459. font-size:9px;
  460. margin-top:-30px;
  461. padding:10px;
  462. line-height:150%;
  463. }
  464.  
  465. /*DON'T TOUCH*/
  466.  
  467. iframe#tumblr_controls {
  468. white-space:nowrap; -webkit-filter: invert(100%);
  469. -moz-filter: invert(100%);
  470. -o-filter: invert(100%);
  471. -ms-filter: invert(100%);
  472. filter: invert(100%);
  473. opacity:.3;
  474. }
  475.  
  476.  
  477. {CustomCSS}</style></head><body>
  478.  
  479. <div id="sidebar">
  480.  
  481. <div id="sidebarimage">
  482. <img src="{image:sidebar}"/>
  483. </div>
  484.  
  485. <div id="title">{text:title}</div>
  486.  
  487. <div id="description">
  488. {Description}
  489. </div><br>
  490.  
  491. <div class="links">
  492. <a href="/">home</a> /
  493. <a href="/faq">contact</a> /
  494. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1} /
  495. <a href="{text:Link 2}">{text:Link 2 Text}</a> /
  496. <a href="http://callieargent.tumblr.com/">credit</a>
  497.  
  498. </div></ul></li></div>
  499.  
  500. </div>
  501.  
  502. <div id="entries">
  503. {block:Posts}
  504. <div id="post">
  505.  
  506. {block:Text}
  507. <div class="text">
  508. {block:Title}<h1>{Title}.</a></h1>{/block:Title}
  509. {Body}
  510. </div>
  511. {/block:Text}
  512.  
  513. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  514. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  515.  
  516. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  517. {/block:Caption}{/block:Photoset}
  518.  
  519. {block:Quote}<h1>"{Quote}"</h1>
  520. {block:Source}<h3> from {Source}</h3>
  521. {/block:Source}{/block:Quote}
  522.  
  523. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  524.  
  525. {block:Chat}
  526. {block:Title}{Title}{/block:Title}
  527.  
  528. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  529.  
  530. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-top:5px;margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  531. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  532. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  533. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  534. {/block:Audio}<br>
  535.  
  536.  
  537. {block:Answer}
  538.  
  539. <div id="question"><h1>{Asker} inquired: </h1></div>
  540.  
  541. <div id="q"> {Question}</div>
  542.  
  543. {Answer}
  544.  
  545. {/block:Answer}
  546.  
  547. <div id="info">
  548. <code><a href="{Permalink}">{MonthNumberWithZero} . {DayofMonth} . {ShortYear}</a></code>
  549. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  550. </div>
  551.  
  552. <div id="notes">
  553. {block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  554. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  555. + {NoteCountWithLabel}</a> </div>
  556. {block:HasTags}
  557.  
  558. <div id="tags">
  559. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  560. </div>{block:HasTags}
  561. </div>
  562.  
  563. {/block:Posts}
  564. {block:PostNotes}<br>{PostNotes}{/block:PostNotes}
  565. {/block:Posts}
  566.  
  567. {block:Pagination}<div id="pagi">
  568. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} &bull; {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  569.  
  570.  
  571. </div></div></div>
  572. <br><br><br><br>
  573.  
  574. </div>
  575.  
  576. </body>
  577.  
  578. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement