Advertisement
cleamour

33: cuatro

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