Advertisement
cleamour

theme twenty three

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