Advertisement
cleamour

theme twenty seven

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