Advertisement
cleamour

theme twenty six

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