Advertisement
cleamour

theme twenty eight

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