Advertisement
cleamour

31: dos

Apr 4th, 2016
5,653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.60 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="#def4f9" />
  23. <meta name="color:entry" content="#ffffff" />
  24.  
  25.  
  26. <meta name="color:title" content="#48a1b4" />
  27. <meta name="color:text" content="#666666" />
  28. <meta name="color:border" content="#bde9f3" />
  29. <meta name="color:link" content="#666666" />
  30. <meta name="color:link hover" content="#48a1b4" />
  31. <meta name="color:navi" content="#666666" />
  32. <meta name="color:navi hover" content="#48a1b4" />
  33. <meta name="color:info" content="#000000" />
  34. <meta name="color:info hover" content="#48a1b4" />
  35. <meta name="color:tags" content="#000000" />
  36. <meta name="color:tags hover" content="#48a1b4" />
  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=Inconsolata:400,700' 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: 'Inconsolata' ;
  80. font-weight:400;
  81. line-height:1.4;
  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-left:5px solid #9ad7b9;
  111. }
  112.  
  113. ::-webkit-scrollbar {
  114. height:0px;
  115. width:5px;
  116. border-left:1px solid #9ad7b9;
  117. background-color: {color:entry};
  118. }
  119.  
  120.  
  121. /* tooltip */
  122.  
  123. #s-m-t-tooltip {
  124. z-index:999;
  125. max-width: 300px;
  126. margin:15px 0px 0px 15px;
  127. text-transform: lowercase;
  128. color: {color:text};
  129. background-color:#FFF;
  130. border:1px solid {color:title};
  131. padding: 5px;
  132. }
  133.  
  134.  
  135.  
  136.  
  137.  
  138. #entries {
  139. margin-left:400px;
  140. margin-top:100px;
  141. margin-bottom:50px;
  142. width:400px;
  143. display: block;
  144. }
  145.  
  146.  
  147.  
  148. /* sidebar */
  149.  
  150. #sbar {
  151. margin-top:0px;
  152. margin-left:100px;
  153. background-color: {color:entry};
  154. width:120px;
  155. text-align:left;
  156. padding:30px;
  157. border:1px solid {color:border};
  158. position:fixed;
  159. display: block;
  160. }
  161.  
  162.  
  163. #title {
  164. text-transform: lowercase;
  165. color: {color:title};
  166. font-weight:bolder;
  167. font-size: 16px;
  168. line-height:130%;
  169. text-align:left;
  170. }
  171.  
  172.  
  173. #stext {
  174. border-top:1px solid {color:border};
  175. padding-top:10px;
  176. text-align:left;
  177. color:{color:text};
  178. margin-top:10px;
  179. margin-bottom:10px;
  180. line-height:170%;
  181. display:block;
  182. }
  183.  
  184. #stext a{
  185. color: {color:link};
  186. }
  187.  
  188. #stext a:hover{
  189. color: {color:link hover};
  190. text-decoration:none;
  191. }
  192.  
  193.  
  194. #nav{
  195. color:{color:link};
  196. margin-top:10px;
  197. margin-left:20px;
  198. line-height:200%;
  199. }
  200.  
  201. #nav a{
  202. margin-left:5px;
  203. color:{color:navi};
  204. }
  205.  
  206. #nav a:hover{
  207. margin-left:5px;
  208. color:{color:navi hover};
  209. }
  210.  
  211. #pag {
  212. text-align:left;
  213. text-transform:lowercase;
  214. display:block;
  215. }
  216.  
  217. #pag a {
  218. text-decoration:none;
  219. }
  220.  
  221.  
  222.  
  223.  
  224. /* posts */
  225.  
  226. #posts{
  227. text-align:justify;
  228. overflow:hidden;
  229. margin:auto;
  230. width:400px;
  231. background-color: {color:entry};
  232. margin-top: 50px;
  233. margin-bottom: 50px;
  234. border:1px solid {color:border};
  235. padding:40px;
  236. }
  237.  
  238. #caption{
  239. padding:0px 0px 0px 0px;
  240. }
  241.  
  242. #caption img, #caption a img {max-width: 350px; height:auto;}
  243.  
  244. #caption a{
  245. color: {color:link};
  246. border-bottom: 1px solid {color:link};
  247. }
  248.  
  249. #caption a:hover{
  250. color: {color:link hover};
  251. text-decoration:none;
  252. }
  253.  
  254. #caption2{
  255. padding:10px 0px 0px 0px;
  256. }
  257.  
  258. #caption2 img, #caption2 a img {max-width: 350px; height:auto;}
  259.  
  260. #caption2 a{
  261. color: {color:link};
  262. border-bottom: 1px solid {color:link hover};
  263. }
  264.  
  265. #caption2 a:hover{
  266. color: {color:link hover};
  267. text-decoration:none;
  268. }
  269.  
  270.  
  271. blockquote {
  272. width:90%;
  273. text-align:justify;
  274. padding:0px 5px 0px 15px;
  275. margin-left:2px;
  276. border-left: 1px solid #585858;
  277. }
  278.  
  279. blockquote img, blockquote a img {max-width: 400px; height:auto;}
  280.  
  281. #question {
  282. margin-bottom:15px;
  283. }
  284.  
  285. #answer {
  286. margin-top:15px;
  287. }
  288.  
  289. #quote {
  290. font-weight:bolder;
  291. font-size:12px;
  292. text-align:left;
  293. margin-bottom:15px;
  294. line-height: 150%;
  295. }
  296.  
  297. #quotesource {
  298. text-align:left;
  299. line-height: 150%;
  300. }
  301.  
  302.  
  303.  
  304.  
  305. /* source & tags */
  306.  
  307.  
  308. .info a {
  309. color:{color:info};
  310. text-decoration:none;
  311. }
  312.  
  313. .info a:hover {
  314. text-decoration:none;
  315. color:{color:info hover};
  316. }
  317.  
  318.  
  319. .info {
  320. color:{color:info};
  321. margin-top:20px;
  322. font-weight:bold;
  323. text-align:left;
  324. }
  325.  
  326. .tags {
  327. margin-top:5px;
  328. text-transform:none;
  329. font-weight:lighter;
  330. line-height:140%;
  331. }
  332.  
  333. .tags a {
  334. color:{color:tags};
  335. margin-right:10px;
  336. text-decoration:none;
  337. }
  338.  
  339. .tags a:hover {
  340. color:{color:tags hover};
  341. margin-right:10px;
  342. text-decoration:none;
  343. }
  344.  
  345.  
  346.  
  347.  
  348. /* credit */
  349. /* you can change the position but do not remove */
  350.  
  351. #credit {
  352. position:fixed;
  353. right:15px;
  354. bottom:15px;
  355. font-size:10px;
  356. padding:5px;
  357. border:1px solid{color:border};
  358. background-color: {color:entry};
  359. }
  360.  
  361.  
  362.  
  363. /* chat users */
  364.  
  365. .user_1 .label {color:{color:text}; font-weight:bold;}
  366. .user_2 .label {color:{color:text}; font-weight:bold;}
  367. .user_3 .label {color:{color:text}; font-weight:bold;}
  368. .user_4 .label {color:{color:text}; font-weight:bold;}
  369. .user_5 .label {color:{color:text}; font-weight:bold;}
  370. .user_6 .label {color:{color:text}; font-weight:bold;}
  371. .user_7 .label {color:{color:text}; font-weight:bold;}
  372. .user_8 .label {color:{color:text}; font-weight:bold;}
  373. .user_9 .label {color:{color:text}; font-weight:bold;}
  374. .user_10 .label {color:{color:text}; font-weight:bold;}
  375. .user_11 .label {color:{color:text}; font-weight:bold;}
  376. .user_12 .label {color:{color:text}; font-weight:bold;}
  377. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:10px 0px 0px 0px; }
  378.  
  379.  
  380.  
  381.  
  382. /* notes */
  383.  
  384. #notes {margin-top:50px; margin-left:-40px; font-weight:normal; font-size:11px; text-align:left;}
  385. #notes li {padding-bottom:.2em; list-style-type: none;}
  386. #notes li img.avatar {display:none;}
  387.  
  388.  
  389.  
  390. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1;}
  391.  
  392.  
  393.  
  394.  
  395. {CustomCSS}
  396.  
  397.  
  398. </style>
  399.  
  400.  
  401. <script type="text/javascript"
  402. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  403.  
  404. <script type="text/javascript">
  405. jQuery(document).ready(function() {
  406. jQuery(".sub").hide();
  407. //toggle the componenet with class msg_body
  408. jQuery(".cthrough").click(function()
  409. {
  410. jQuery(this).next(".sub").slideToggle(500);
  411. });});
  412. </script>
  413.  
  414.  
  415. <script language="javascript">
  416. function toggle() {
  417. var ele = document.getElementById("toggleText");
  418. var text = document.getElementById("displayText");
  419. if(ele.style.display == "block") {
  420. ele.style.display = "none";
  421. text.innerHTML = "SHOW NOTES";
  422. }
  423. else {
  424. ele.style.display = "block";
  425. text.innerHTML = "HIDE NOTES";
  426. }
  427. }
  428. </script>
  429.  
  430. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  431. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  432. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  433.  
  434. <script>
  435. $(document).ready(function(){
  436. $('.photo-slideshow').pxuPhotoset({
  437. lightbox: true,
  438. rounded: false,
  439. gutter: '2px',
  440. borderRadius: '0px',
  441. photoset: '.photo-slideshow',
  442. photoWrap: '.photo-data',
  443. photo: '.pxu-photo'
  444. });
  445. });
  446. </script>
  447.  
  448. </head>
  449.  
  450.  
  451.  
  452. <body>
  453.  
  454. <div id="credit"><a href="http://clmrth.tumblr.com/" title="theme by cleamour.">▲</a></div>
  455.  
  456. <div id="sbar">
  457.  
  458. <div id="title">{Title}</div>
  459.  
  460. <div id="stext">
  461. {block:Description}{Description}{/block:Description}
  462.  
  463. <div id="nav">
  464. <strong>01.</strong> <a href="/">index</a><br />
  465. <strong>02.</strong> <a href="/ask">ask</a><br />
  466. {block:ifLink1}<strong>03.</strong> <a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br />
  467. {block:ifLink2}<strong>04.</strong> <a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  468. </div>
  469.  
  470. </div>
  471.  
  472. {block:Pagination}
  473. <div id="pag">
  474. {block:PreviousPage}
  475. <a href="{PreviousPage}">prev /</a>
  476. {/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> next</a>
  477. {/block:NextPage}
  478. </div>
  479. {/block:Pagination}
  480.  
  481.  
  482. </div>
  483.  
  484.  
  485.  
  486. <div id="entries">
  487. {block:Posts}
  488. <div id="posts">
  489.  
  490. {block:Text}<div id="caption">{block:Title}<big><strong>{Title}</strong></big>{/block:Title}{Body}</div>{/block:Text}
  491.  
  492. {block:Quote}<div id="caption">
  493. <div id="quote">{Quote}</div>
  494. <div id="quotesource">{Source}</div></div>
  495. {/block:Quote}
  496.  
  497. {block:Link}<a href="{URL}" class="link" {Target}><big><strong>{Name}</strong></big></a>
  498. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  499.  
  500. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px"/>{LinkCloseTag}</center>
  501. {block:PermalinkPage}{block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  502.  
  503. {block:Photoset}
  504. <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>
  505. {block:PermalinkPage}{block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  506. {/block:Photoset}
  507.  
  508. {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}
  509. <span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></div>
  510. {/block:Chat}
  511.  
  512. {block:Video}{Video-400}{block:PermalinkPage}{block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:Video}
  513.  
  514. {block:Answer}<div id="caption">
  515. <div id="question"><strong>{Asker} said:</strong> {Question}</div>
  516. <div id="answer">{Answer}</div></div>{/block:answer}
  517.  
  518. {block:Audio}
  519. {block:AudioEmbed}{AudioEmbed-400}{/block:AudioEmbed}
  520. {block:PermalinkPage}{block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  521. {/block:Audio}
  522.  
  523. {block:Date}<div class="info">
  524. <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} &nbsp; {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage} &nbsp; {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} &nbsp; <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}
  525. <br></span>
  526. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  527. </div>{/block:Date}
  528.  
  529.  
  530. {block:PostNotes}<div id="notes">{PostNotes}</div>
  531. </div>{/block:PostNotes}
  532.  
  533. </div><br>
  534. {/block:Posts}
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541. {block:ContentSource}
  542.  
  543. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  544.  
  545. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  546.  
  547. {/block:SourceLogo}
  548.  
  549. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  550.  
  551. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  552.  
  553.  
  554. </div>
  555.  
  556.  
  557.  
  558. </body>
  559. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement