Advertisement
cleamour

theme twenty five

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