Advertisement
kschwartz1997

Infatuation

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