Advertisement
cleamour

32: tres

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