Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.08 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. <!--
  3. ---------------------------------
  4.  
  5. cleamour themes (c) 2016
  6. (don't remove the credit)
  7.  
  8. ---------------------------------
  9. -->
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12.  
  13.  
  14. <script type="text/javascript">
  15. Cufon.replace('.wrapper');
  16. Cufon.replace('#titles');
  17. </script>
  18.  
  19. <meta name="color:background" content="#ffffff" />
  20.  
  21. <meta name="color:text" content="#313131" />
  22. <meta name="color:link" content="#313131" />
  23. <meta name="color:link hover" content="#a3a3a3" />
  24. <meta name="color:tag" content="#313131" />
  25. <meta name="color:tag hover" content="#313131" />
  26. <meta name="color:tag underline" content="#B40431" />
  27.  
  28.  
  29. <meta name="text:Link1" content="link one" />
  30. <meta name="text:Link1 Title" content="one" />
  31. <meta name="text:Link2" content="link two" />
  32. <meta name="text:Link2 Title" content="two" />
  33.  
  34.  
  35. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  36. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37. <link rel="shortcut icon" href="{Favicon}" />
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  39.  
  40.  
  41.  
  42.  
  43. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  44.  
  45. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  46.  
  47.  
  48.  
  49.  
  50. <script>
  51. (function($){
  52. $(document).ready(function(){
  53. $("[title]").style_my_tooltips({
  54. tip_follows_cursor:true,
  55. tip_delay_time:200,
  56. tip_fade_speed:300
  57. }
  58. );
  59. });
  60. })(jQuery);
  61. </script>
  62.  
  63.  
  64. <head>
  65.  
  66. <style type="text/css">
  67.  
  68. body {
  69. color:{color:text};
  70. background-color:{color:background};
  71. background-attachment:fixed;
  72. font-family: 'helvetica';
  73. font-size:12px;
  74. line-height:160%;
  75. }
  76.  
  77. a:link, a:active, a:visited {
  78. color: {color:link};
  79. text-decoration:none;
  80. -webkit-transition: all 0.5s ease;
  81. -moz-transition: all 0.5s ease;
  82. -ms-transition: all 0.5s ease;
  83. -o-transition: all 0.5s ease;
  84. transition: all 0.5s ease;
  85. }
  86.  
  87. a:hover {
  88. color:{color:link hover};
  89. -webkit-transition: all 0.5s ease;
  90. -moz-transition: all 0.5s ease;
  91. -ms-transition: all 0.5s ease;
  92. -o-transition: all 0.5s ease;
  93. transition: all 0.5s ease;
  94. }
  95.  
  96. h1 {
  97. font-size:15px;
  98. text-align:left;
  99. line-height: 130%;
  100. }
  101.  
  102. /* scrollbar */
  103.  
  104. ::-webkit-scrollbar-thumb:vertical {
  105. background-color: #F8F8F8;
  106. border-left: 5px solid;
  107. height:100px;
  108. }
  109.  
  110. ::-webkit-scrollbar {
  111. height:0px;
  112. width:8px;
  113. background-color: {color:background};
  114. margin:5px;
  115. }
  116.  
  117.  
  118. /* tooltip */
  119.  
  120. #s-m-t-tooltip {
  121. z-index:999;
  122. max-width: 300px;
  123. margin:15px 0px 0px 15px;
  124. text-transform: lowercase;
  125. font-size: 12px;
  126. color: {color:text};
  127. background-color:{color:background};
  128. border:1px solid;
  129. padding: 5px;
  130. }
  131.  
  132.  
  133.  
  134. #entries {
  135. z-index: 1100;
  136. position: center;
  137. margin-left:490px;
  138. margin-top:150px;
  139. margin-bottom:40px;
  140. width:400px;
  141. }
  142.  
  143.  
  144.  
  145. /* sidebar */
  146.  
  147. #sbar {
  148. margin-top:0px;
  149. margin-left:240px;
  150. width:120px;
  151. position:fixed;
  152. display: block;
  153. }
  154.  
  155.  
  156. #stext {
  157. text-align:left;
  158. color:{color:text};
  159. margin-top:10px;
  160. line-height:170%;
  161. display:block;
  162. }
  163.  
  164. #stext a {text-decoration:underline;}
  165.  
  166. #stext a:hover {text-decoration:none;}
  167.  
  168. #nav{
  169. text-align:left;
  170. margin: 10px 0px 10px 0px;
  171. }
  172.  
  173. #nav a {
  174. color:{color:link};
  175. margin-left:10px;
  176. text-decoration:none;
  177. border-bottom: 1px solid {color:link};
  178. -webkit-transition: all 0.5s ease;
  179. -moz-transition: all 0.5s ease;
  180. -ms-transition: all 0.5s ease;
  181. -o-transition: all 0.5s ease;
  182. transition: all 0.5s ease;
  183. }
  184.  
  185. #nav a:hover {
  186. color:{color:link hover};
  187. border-bottom: 1px solid {color:background};
  188. margin-left:10px;
  189. background:transparent;
  190. }
  191.  
  192. #pag {
  193. margin-top:10px;
  194. text-align: left;
  195. display:block;
  196. }
  197.  
  198. #pag a {text-decoration:none;}
  199.  
  200.  
  201.  
  202. /* posts */
  203.  
  204. #posts{
  205. z-index: 1100;
  206. float: center;
  207. overflow:hidden;
  208. width:400px;
  209. margin-top: 75px;
  210. padding-bottom: 75px;
  211. text-align:justify;
  212. }
  213.  
  214.  
  215. #caption {padding:0px 0px 5px 0px;}
  216.  
  217. #caption img, #caption a img {max-width: 350px; height:auto;}
  218.  
  219. #caption a{
  220. color: {color:link};
  221. border-bottom: 1px solid {color:link};
  222. }
  223.  
  224. #caption a:hover{
  225. color: {color:link hover};
  226. border-bottom: 1px solid #fff;
  227. text-decoration:none;
  228. }
  229.  
  230.  
  231. #caption2 {padding:15px 0px 5px 0px;}
  232.  
  233. #caption2 img, #caption2 a img {max-width: 350px; height:auto;}
  234.  
  235. #caption2 a{
  236. color: {color:link};
  237. border-bottom: 1px solid {color:link};
  238. }
  239.  
  240. #caption2 a:hover{
  241. color: {color:link hover};
  242. border-bottom: 1px solid #fff;
  243. text-decoration:none;
  244. }
  245.  
  246.  
  247. blockquote {
  248. width:93%;
  249. padding-left: 15px;
  250. margin-left:5px;
  251. }
  252.  
  253. blockquote img, blockquote a img {max-width: 350px;}
  254.  
  255. #question {
  256. margin-bottom:15px;
  257. }
  258.  
  259. #answer {
  260. margin-top:15px;
  261. }
  262.  
  263. #quote {
  264. letter-spacing:0px;
  265. text-align:left;
  266. margin:0px 15px 20px 15px;
  267. line-height: 140%;
  268. }
  269.  
  270. #quotesource {
  271. margin:0px 15px 10px 15px;
  272. text-align:right;
  273. line-height: 150%;
  274. }
  275.  
  276.  
  277.  
  278. /* source & tags */
  279.  
  280. .info{
  281. margin-top:15px;
  282. text-transform:none;
  283. line-height:160%;
  284. }
  285.  
  286. .info a {
  287. margin-right:5px;
  288. color:{color:tag};
  289. border-bottom: 1px solid {color:tag underline};
  290. text-decoration:none;
  291. }
  292.  
  293. .info a:hover {
  294. color:{color:tag hover};
  295. border-bottom: 1px solid #fff;
  296. }
  297.  
  298.  
  299.  
  300.  
  301. /* credit */
  302. /* you can change the position but do not remove */
  303.  
  304. #credit {
  305. position:fixed;
  306. right:20px;
  307. bottom:20px;
  308. padding:5px;
  309. font-size:11px;
  310. }
  311.  
  312. #credit a:hover {
  313. color:#6DC0A9;
  314. }
  315.  
  316.  
  317.  
  318. /* chat users */
  319.  
  320. .user_1 .label {color:{color:text}; font-weight:bold;}
  321. .user_2 .label {color:{color:text}; font-weight:bold;}
  322. .user_3 .label {color:{color:text}; font-weight:bold;}
  323. .user_4 .label {color:{color:text}; font-weight:bold;}
  324. .user_5 .label {color:{color:text}; font-weight:bold;}
  325. .user_6 .label {color:{color:text}; font-weight:bold;}
  326. .user_7 .label {color:{color:text}; font-weight:bold;}
  327. .user_8 .label {color:{color:text}; font-weight:bold;}
  328. .user_9 .label {color:{color:text}; font-weight:bold;}
  329. .user_10 .label {color:{color:text}; font-weight:bold;}
  330. .user_11 .label {color:{color:text}; font-weight:bold;}
  331. .user_12 .label {color:{color:text}; font-weight:bold;}
  332. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:10px 0px 0px 0px; }
  333.  
  334.  
  335.  
  336. /* notes */
  337.  
  338. #notes {
  339. margin-top:30px;
  340. margin-left:-30px;
  341. font-weight:normal;
  342. text-align:left;
  343. }
  344.  
  345. #notes li {padding-bottom:.75em; list-style-type: none;}
  346.  
  347. #notes li img.avatar {display:none;}
  348.  
  349.  
  350.  
  351.  
  352. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1;}
  353.  
  354.  
  355.  
  356.  
  357. {CustomCSS}
  358.  
  359.  
  360. </style>
  361.  
  362.  
  363. <script type="text/javascript"
  364. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  365.  
  366. <script type="text/javascript">
  367. jQuery(document).ready(function() {
  368. jQuery(".sub").hide();
  369. //toggle the componenet with class msg_body
  370. jQuery(".cthrough").click(function()
  371. {
  372. jQuery(this).next(".sub").slideToggle(500);
  373. });});
  374. </script>
  375.  
  376.  
  377.  
  378. <script language="javascript">
  379. function toggle() {
  380. var ele = document.getElementById("toggleText");
  381. var text = document.getElementById("displayText");
  382. if(ele.style.display == "block") {
  383. ele.style.display = "none";
  384. text.innerHTML = "SHOW NOTES";
  385. }
  386. else {
  387. ele.style.display = "block";
  388. text.innerHTML = "HIDE NOTES";
  389. }
  390. }
  391. </script><!-- show notes script -->
  392.  
  393.  
  394.  
  395.  
  396.  
  397. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  398. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  399. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  400.  
  401. <script>
  402. $(document).ready(function(){
  403. $('.photo-slideshow').pxuPhotoset({
  404. lightbox: true,
  405. rounded: false,
  406. gutter: '2px',
  407. borderRadius: '0px',
  408. photoset: '.photo-slideshow',
  409. photoWrap: '.photo-data',
  410. photo: '.pxu-photo'
  411. });
  412. });
  413. </script><!-- photoset script -->
  414.  
  415.  
  416. </head>
  417.  
  418.  
  419.  
  420. <body>
  421.  
  422.  
  423. <div id="credit"><a href="http://clmrth.tumblr.com/" title="theme by cleamour."><small>▲</small></a>
  424.  
  425. <small>| <a href=""><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5201806"; var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height; fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1= &e2= &r="+ref+"&wh="+w_h+"&a=1&pn="+pn+""; document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>"); </script></a></small>
  426. </div>
  427.  
  428.  
  429. <div id="sbar">
  430. <div id="stext">
  431. {block:Description}{Description}{/block:Description}
  432. <div id="nav">
  433. <strong>01.</strong> <a href="/">home</a><br />
  434. <strong>02.</strong> <a href="/message">ask</a><br />
  435. {block:ifLink1}
  436. <strong>03.</strong> <a href="{text:Link1}">{text:Link1 Title}</a>
  437. {/block:ifLink1}<br />
  438. {block:ifLink2}
  439. <strong>04.</strong> <a href="{text:Link2}">{text:Link2 Title}</a>
  440. {/block:ifLink2}
  441. </div>
  442. </div>
  443. {block:Pagination}
  444. <div id="pag">
  445. {block:PreviousPage}<a href="{PreviousPage}">prev /</a>{/block:PreviousPage}
  446. {block:NextPage}<a href="{NextPage}"> next</a>{/block:NextPage}
  447. </div>
  448. {/block:Pagination}
  449. </div>
  450.  
  451.  
  452.  
  453.  
  454. <div id="entries">
  455. {block:Posts}
  456. <div id="posts">
  457.  
  458.  
  459. {block:Text}<div id="caption">{block:Title}<strong>{Title}</strong>{/block:Title}{Body}</div>{/block:Text}
  460.  
  461. {block:Quote}<div id="caption">
  462. <div id="quote">{Quote}</div>
  463. <div id="quotesource">{Source}</div></div>
  464. {/block:Quote}
  465.  
  466. {block:Link}<a href="{URL}" class="link" {Target}><strong>{Name}</strong></a>
  467. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  468.  
  469. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px"/>{LinkCloseTag}</center>{block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}{/block:Photo}
  470.  
  471. {block:Photoset}
  472. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  473. {block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}
  474. {/block:Photoset}
  475.  
  476. {block:Chat}<div id="caption">{block:Title}<strong>{Title}</strong>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}
  477. <span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></div>
  478. {/block:Chat}
  479.  
  480. {block:Video}{Video-500}{block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}{/block:Video}
  481.  
  482. {block:Answer}<div id="caption">
  483. <div id="question"><strong>{Asker} said:</strong> {Question}</div>
  484. <div id="answer">{Answer}</div></div>{/block:answer}
  485.  
  486. {block:Audio}
  487. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  488. {block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}
  489. {/block:Audio}
  490.  
  491.  
  492.  
  493.  
  494. <div class="info">
  495. {block:Date}<a href="{Permalink}" title="{NoteCountWithLabel}">{12HourWithZero}:{Minutes}</a>{/block:Date}
  496. {block:HasTags}{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  497. <br>
  498. {block:PermalinkPage}
  499. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource} {/block:RebloggedFrom}{block:NoteCount}({NoteCountWithLabel}){/block:NoteCount}{/block:PermalinkPage}
  500. </div>
  501.  
  502.  
  503.  
  504. {block:PostNotes}<br><br><br>
  505. <a id="displayText" href="javascript:toggle();" style="font-size:11px; letter-spacing:2px;">SHOW NOTES</a>
  506. <div id="toggleText" style="display: none"><div id="notes">{PostNotes}</div>
  507. </div>{/block:PostNotes}
  508.  
  509. </div><br>
  510. {/block:Posts}
  511.  
  512.  
  513.  
  514.  
  515.  
  516. {block:ContentSource}
  517.  
  518. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  519.  
  520. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  521.  
  522. {/block:SourceLogo}
  523.  
  524. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  525.  
  526. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  527.  
  528.  
  529. </div>
  530.  
  531.  
  532. </body>
  533. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement