Advertisement
cleamour

theme twenty four

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