Guest User

Reflections/Theme 16

a guest
Jun 30th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.78 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.  
  12. THEME BY KISSEDLOU
  13. DO NOT REMOVE CREDIT OR I WILL PERSONALLY HUNT YOU DOWN.
  14. I WORKED REALLY HARD ON THIS THEME SO DONT REMOVE THE CREDIT.
  15. ╱╱╱╱╱╱╭╮╱╱╱╱╱╱╭╮╭╮
  16. ╱╱╱╱╱╱┃┃╭╮╱╱╱╭╯╰┫┃
  17. ╭╮╭┳━━┫┃┃┣━━╮╰╮╭┫╰━┳━━┳╮╭┳━━┳━━╮
  18. ┃╰╯┃┃━┫┃╰┫━━┫╱┃┃┃╭╮┃┃━┫╰╯┃┃━┫━━┫
  19. ┃┃┃┃┃━┫╰╮┣━━┃╱┃╰┫┃┃┃┃━┫┃┃┃┃━╋━━┃
  20. ╰┻┻┻━━┻━╯╰━━╯╱╰━┻╯╰┻━━┻┻┻┻━━┻━━╯
  21. -->
  22. <meta name="color:link1" content="#B6EFF1"/>
  23. <meta name="color:link2" content="#83B6E1"/>
  24. <meta name="color:link3" content="#6291D7"/>
  25. <meta name="color:link4" content="#2F59C8"/>
  26. <meta name="color:link5" content="#0000FF"/>
  27. <meta name="color:Background" content="#ffffff"/>
  28. <meta name="color:Text" content="#a8a8a8"/>
  29. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  30. <meta name="color:DescriptionText" content="#b8b8b8"/>
  31. <meta name="color:Border" content="#dddddd"/>
  32. <meta name="color:Hover" content="#f2f2f2"/>
  33. <meta name="color:Scrollbar" content="#000000"/>
  34. <meta name="color:ScrollbarBg" content="#ffffff"/>
  35. <meta name="color:Post Links" content="#c0bfbf"/>
  36. <meta name="color:Answer Backg" content="#000000"/>
  37. <meta name="image:Sidebar" content=""/>
  38. <meta name="image:Background" content=""/>
  39. <meta name="text:Link 1" content="" />
  40. <meta name="text:Link 1 Text" content="" />
  41. <meta name="text:Link 2" content="" />
  42. <meta name="text:Link 2 Text" content="" />
  43. <meta name="text:Link 3" content="" />
  44. <meta name="text:Link 3 Text" content="" />
  45. <meta name="text:Link 4" content="" />
  46. <meta name="text:Link 4 Text" content="" />
  47. <meta name="text:Link 5" content="" />
  48. <meta name="text:Link 5 Text" content="" />
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53. ::-webkit-scrollbar-thumb {
  54. height:auto;
  55. background-color:{color:Scrollbar};
  56. }
  57.  
  58. ::-webkit-scrollbar {
  59. height:9px;
  60. width:4px;
  61. background-color:{color:ScrollbarBg};
  62. }
  63.  
  64. body {
  65. background:{color:background};
  66. margin:0px;
  67. color:{color:text};
  68. font-family:calibri;
  69. font-size:10px;
  70. line-height:100%;
  71. letter-spacing:0px;
  72. text-align:justify;
  73. background-image:url('{image:Background}');
  74. }
  75.  
  76. a {
  77. text-decoration:none;
  78. outline:none;
  79. -moz-outline-style:none;
  80. color:{color:Post Links};
  81. }
  82.  
  83. img {
  84. border:none;
  85. }
  86.  
  87. blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. }
  91.  
  92. blockquote blockquote {
  93. padding-left:5px;
  94. border-left:2px solid;
  95. }
  96.  
  97. h1 {
  98. font-size:8px;
  99. letter-spacing:2px;
  100. text-transform:uppercase;
  101. font-family:'CAMBRIA';
  102. font-style:none;
  103. line-height:10px;
  104. text-align:left;
  105. padding:0px;
  106. }
  107.  
  108. a:hover {
  109. color:#000000;
  110. -moz-transition-duration:0.3s;
  111. -webkit-transition-duration:0.3s;
  112. -o-transition-duration:0.3s;
  113. }
  114.  
  115.  
  116. /*ENTRIES*/
  117.  
  118. #entries {
  119. padding:10px;
  120. width:500px;
  121. margin-left:502px;
  122. margin-top:5px;
  123. font-size:10px;
  124. font-family:'arial';
  125. letter-spacing:0px;
  126. }
  127.  
  128. #post {
  129. width:500px;
  130. padding-bottom:40px;
  131. padding:25px;
  132. margin-top:50px;
  133. }
  134.  
  135.  
  136.  
  137. /*SIDEBAR*/
  138.  
  139. #sidebar {
  140. position:fixed;
  141. margin-left:100px;
  142. margin-top:80px;
  143. margin-left:170px;
  144. }
  145.  
  146. #sidebarimage {
  147. width: 120px;
  148. height:170px;
  149. }
  150.  
  151. #sidebarimage img {
  152. width:183px;
  153. height:120px;
  154. margin-top:155px;
  155. padding:3px;
  156. margin-left:16px;
  157. -moz-transition-duration:0.6s;
  158. -webkit-transition-duration:0.6s;
  159. -o-transition-duration:0.6s;
  160.  
  161. }
  162.  
  163. #sidebarimage img:hover {
  164. opacity:0.7;
  165. -moz-transition-duration:0.6s;
  166. -webkit-transition-duration:0.6s;
  167. -o-transition-duration:0.6s;
  168. }
  169. #title {
  170. margin-top:-7px;
  171. margin-left:39px;
  172. top:210px;
  173. padding-top:15px;
  174. padding-bottom:15px;
  175. padding-right:5px;
  176. position:fixed;
  177. font-size:20px;
  178. color:black;
  179.  
  180. width:166px;
  181. text-align:right;
  182. font-family:helvetica;
  183. text-transform:lowercase;
  184. font-weight:700;
  185. letter-spacing:0px;
  186. z-index:9999999999999999;
  187. -moz-transition-duration:1.8s;
  188. -webkit-transition-duration:1.8s;
  189. -o-transition-duration:1.8s;
  190. }
  191. .dicks {
  192. position:fixed;
  193. font-size:8px;
  194. height:10px;
  195. font-family:arial;
  196. font-weight:bold;
  197. text-align:center;
  198. width:373px;
  199. display:inline block;
  200. padding-right:9px;
  201. top:360px;
  202. left:94px;
  203. word-spacing:-2px;
  204. color:white;}
  205.  
  206. .dicks a
  207. {padding-left:11px;
  208. padding-right:10.5px;
  209.  
  210. height:10px;
  211. color:transparent;
  212. -moz-transition-duration:0.5s;
  213. -webkit-transition-duration:0.5s; -o-transition-duration:0.5s;}
  214.  
  215. .dicks a:hover
  216. {padding-bottom:4px;
  217. -moz-transition-duration:0.5s;
  218. -webkit-transition-duration:0.5s; -o-transition-duration:0.5s;}
  219.  
  220.  
  221. #talkies {
  222. text-align:justify;
  223. font-family:'helvetica';
  224. width:181px;
  225. height:45px;
  226. line-height:130%;
  227. overflow:auto;
  228. padding-right:3px;
  229. margin-top:120px;
  230. margin-left:18px;
  231. font-size:12px;
  232. position:fixed;
  233. text-transform:none;
  234. color:{color:DescriptionText};
  235. }
  236.  
  237. #pagination {
  238.  
  239. line-height:30%;
  240. padding:10px;
  241. display:block;
  242. width:151px;
  243. font-size:10px;
  244. text-align:right;
  245. margin-left:41px;
  246. margin-top:161px;
  247. position:fixed;
  248. font-weight:bold;
  249.  
  250.  
  251. font-family:helvetica;
  252. word-spacing:3px;
  253.  
  254. -moz-transition-duration:0.5s;
  255. -webkit-transition-duration:0.5s;
  256. -o-transition-duration:0.5s;
  257.  
  258. }
  259.  
  260. #pagination a{color:black;}
  261.  
  262. #pagination a:hover{
  263. color:#f1f1f1;}
  264.  
  265.  
  266. #info {
  267. width:500px;
  268. text-align:right;
  269. font-family:'trebuchet ms';
  270. margin-top:3px;
  271. margin-left:px;
  272. letter-spacing:1px;
  273. font-size:10px;
  274. font-style:none;
  275. padding:1px;
  276. line-height:10px;
  277. text-transform:uppercase;
  278. border-top:1px solid;
  279. border-color:{color:Border};
  280. }
  281.  
  282. #info a {
  283. text-align:center;
  284. color:{color:Post Links};
  285. }
  286.  
  287. #info a:hover {
  288. -moz-transition-duration:0.3s;
  289. -webkit-transition-duration:0.3s;
  290. -o-transition-duration:0.3s;
  291. color:{color:Hover}
  292. }
  293.  
  294. #tags {
  295. float:right;
  296. width:489px;
  297. margin-top:-7px;
  298. margin-left:-5px;
  299. text-align:left;
  300. font-size:7px;
  301. padding:5px;
  302. font-size:8px;
  303. opacity:1;
  304. transition-duration: 0.5s;
  305. -moz-transition-duration: 0.5s;
  306. -webkit-transition-duration: 0.5s;
  307. -o-transition-duration: 0.5s
  308. color:{color:Post Links};
  309. }
  310.  
  311. #tags a {
  312. letter-spacing:0px;
  313. font-size:8px;
  314. text-align:center;
  315. font-family:'times';
  316. text-decoration:none;
  317. display:inline-block;
  318. color:#ddd;
  319. }
  320.  
  321. #tags a:hover {
  322. background-color:#fff;
  323. -moz-transition-duration:0.3s;
  324. -webkit-transition-duration:0.3s;
  325. -o-transition-duration:0.3s;
  326. color:{color:Hover};
  327. }
  328.  
  329.  
  330.  
  331. #asker {
  332. color:#fcfcfc;
  333. padding:14px;
  334. font-family:'arial';
  335. font-size:12px;
  336. letter-spacing:0px;
  337. text-align:left;
  338. margin-top:0px;
  339. text-transform:lowercase;
  340. line-height:100%;
  341. background-color:{color:Answer Backg}
  342. }
  343. #s-m-t-tooltip {
  344.  
  345. max-width:300px; /* maximum width */
  346.  
  347. background-color:white; /* color background */
  348.  
  349. border:1px solid {color:link1}; /* color, shape and thickness of the border */
  350.  
  351. font-family:helvetica; /* font of lyrics */
  352.  
  353. font-size:9px; /* font size */
  354.  
  355. color:#6f6d6d; /* color */
  356.  
  357. letter-spacing:1px; /* font spacing */
  358.  
  359. text-transform:lowercase; /* uppercase, lowercase, none */
  360.  
  361. padding:3px 4px 3px 4px; /* padding size */
  362.  
  363. margin:20px 0px 0px 20px; /* margin size */
  364.  
  365. z-index:999999999999999999999999999999999999;
  366.  
  367. border-radius: 2px; /* border radius */
  368.  
  369. }
  370.  
  371. /*CREDIT*/
  372.  
  373. #cred {
  374. position:fixed;
  375. font-family:'Calibri';
  376. text-transform:uppercase;
  377. font-size:8px;
  378. right:9px;
  379. bottom:9px;
  380. padding:4px;
  381. letter-spacing:1px;
  382. }
  383.  
  384. {CustomCSS}</style>
  385. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  386.  
  387. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  388.  
  389. <script>
  390.  
  391. (function($){
  392.  
  393. $(document).ready(function(){
  394.  
  395. $("a[title]").style_my_tooltips({
  396.  
  397. tip_follows_cursor:true,
  398.  
  399. tip_delay_time:90,
  400.  
  401. tip_fade_speed:600,
  402.  
  403. attribute:"title"
  404.  
  405. });
  406.  
  407. });
  408.  
  409. })(jQuery);
  410.  
  411. </script>
  412. </head><body>
  413.  
  414. <div id="sidebar">
  415. <div id="title">{Title};</div>
  416. <div id="sidebarimage">
  417. <img src="{image:Sidebar}">
  418. </a>
  419.  
  420.  
  421. <div class="dicks">
  422. <a href="{text:Link 1}" title="{text:Link 1 Text}" style="background:{color:link1};">{text:Link 1 Text}</a>
  423. <a href="{text:Link 2}" title="{text:Link 2 Text}" style="background:{color:link2};">{text:Link 2 Text}</a>
  424. <a href="{text:Link 3}" title="{text:Link 3 Text}" style="background:{color:link3};">{text:Link 3 Text}</a>
  425. <a href="{text:Link 4}" title="{text:Link 4 Text}" style="background:{color:link4};">{text:Link 4 Text}</a>
  426. <a href="{text:Link 5}" title="{text:Link 5 Text}" style="background:{color:link5};">{text:Link 5 Text}</a>
  427. </div></div>
  428.  
  429. <div id="talkies">{Description}</div>
  430.  
  431. {block:Pagination}
  432. <div id="pagination">
  433. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  434. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  435. </div>
  436. {/block:Pagination}
  437. </div>
  438. </div>
  439. </div>
  440.  
  441. <div id="entries">
  442.  
  443.  
  444. {block:Posts}
  445. <div id="post">
  446.  
  447. {block:Text}
  448. <h1>{block:Title}{Title}{/block:Title}</h1>
  449. {Body}{/block:Text}
  450.  
  451. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  452. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  453.  
  454. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  455. {/block:Caption}{/block:Photoset}
  456.  
  457. {block:Quote}<h2>"{Quote}"</h2>
  458. {block:Source}<div class="qsource"> —{Source}</div>
  459. {/block:Source}{/block:Quote}
  460.  
  461. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  462.  
  463. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  464.  
  465. {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>
  466. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  467. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  468. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  469. {/block:Audio}<br>
  470.  
  471. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  472.  
  473. {block:Answer}<div id="asker">{Question} —<span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  474.  
  475. <div id="info"><a href="{Permalink}">{12Hour}:{Minutes}</a>{block:NoteCount} <a href="{Permalink}"><font color={color:hover}>♥ </font>{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  476. {block:ContentSource} —<a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  477. {block:HasTags}
  478. <div class="tags">
  479. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag} </a>{/block:Tags}</div>
  480. {/block:HasTags}
  481. <div class="note">
  482. {block:PostNotes}{PostNotes}{/block:PostNotes}
  483. </div>
  484. </div>
  485. {/block:Posts}</div></div></div>
  486. <br><br><br><br>
  487.  
  488. <div id="cred">
  489. <a href="http://kissedlou.tumblr.com/"><img src="https://31.media.tumblr.com/ee3a00fdf04795d46b6bd4185dbea50a/tumblr_inline_n0yjlbklY01suupzl.png" width="70px"></a>
  490. </div>
  491. </div>
  492.  
  493.  
  494.  
  495. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment