Advertisement
kschwartz1997

Dream

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