Advertisement
cleamour

30: uno

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