cleamour

theme twenty

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