Advertisement
cleamour

theme twenty nine (a)

Aug 23rd, 2015
4,521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.00 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.  
  29. <meta name="text:Link1" content="link one" />
  30. <meta name="text:Link1 Title" content="one" />
  31. <meta name="text:Link2" content="link two" />
  32. <meta name="text:Link2 Title" content="two" />
  33.  
  34. <meta name="image:sidebar" content="" />
  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.  
  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-weight:400;
  73. line-height:1.4;
  74. font-size:11px;
  75. line-height:140%;
  76. }
  77.  
  78. a:link, a:active, a:visited {
  79. color: {color:link};
  80. text-decoration:none;
  81. }
  82.  
  83. a:hover {
  84. color:{color:link hover};
  85. }
  86.  
  87. ::-webkit-scrollbar-thumb:vertical {
  88. background-color: #F8F8F8;
  89. border-left: 2px solid;
  90. height:100px;
  91. }
  92.  
  93. ::-webkit-scrollbar {
  94. height:0px;
  95. width:5px;
  96. background-color: #FFFFFF;
  97. margin:5px;}
  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. letter-spacing: 1px;
  108. background-color:#F8F8F8;
  109. border:1px solid #F0F0F0;
  110. padding: 5px;
  111. }
  112.  
  113.  
  114. #entries {
  115. z1-index: 1100;
  116. position: center;
  117. margin-left:450px;
  118. margin-top:180px;
  119. width:400px;
  120. }
  121.  
  122.  
  123. h1 {
  124. font-size:15px;
  125. text-align:left;
  126. line-height: 130%;
  127. }
  128.  
  129. #potrait {
  130. height:96px;
  131. width:96px;
  132. margin:0px 0px 20px 30px;
  133. text-align:center;
  134. display:block;
  135. }
  136.  
  137. #sbar {
  138. margin-top:0px;
  139. margin-left:130px;
  140. background-color:{color:background};
  141. width:159px;
  142. text-align:center;
  143. position:fixed;
  144. display: block;
  145. }
  146.  
  147. #simg img {
  148. margin-bottom:10px;
  149. display:block;
  150. }
  151.  
  152. #title {
  153. text-transform: uppercase;
  154. font-weight:bolder;
  155. font-size: 12px;
  156. line-height:100%;
  157. text-align:center;
  158. }
  159.  
  160.  
  161. #stext {
  162. text-align:center;
  163. color:{color:text};
  164. margin-top:10px;
  165. margin-bottom:10px;
  166. letter-spacing:1px;
  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:center;
  183. margin: 10px 0px 10px 0px;
  184. }
  185.  
  186. #nav a {
  187. text-transform: uppercase;
  188. color:{color:text};
  189. margin:3px;
  190. text-decoration:none;
  191. padding:5px;
  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. font-style:italic;
  201. color:{color:text};
  202. margin:3px;
  203. -webkit-filter: blur(3px);
  204. -moz-filter: blur(3px);
  205. -o-filter: blur(3px);
  206. -ms-filter: blur(3px);
  207. filter: blur(3px);
  208. }
  209.  
  210.  
  211.  
  212. #pag {
  213. text-transform:lowercase;
  214. margin-top:20px;
  215. letter-spacing:1px;
  216. display:block;
  217. }
  218.  
  219. #pag a {
  220. text-decoration:none;
  221. }
  222.  
  223.  
  224.  
  225. #posts{
  226. z-index: 1100;
  227. float: center;
  228. overflow:hidden;
  229. width:400px;
  230. background-color: {color:entry};
  231. margin-bottom: 180px;
  232. text-align:justify;
  233. }
  234.  
  235. #posts:hover .source{
  236. opacity:1;
  237. }
  238.  
  239. #caption{
  240. padding:0px 0px 10px 0px;
  241. }
  242.  
  243. #caption img, #caption a img {max-width: 340px; max-height: 340px; height: auto; width: auto;}
  244.  
  245. #caption a{
  246. color: {color:link};
  247. padding-bottom:1px;
  248. border-bottom: 1px solid #F5A9BC;
  249. }
  250.  
  251. #caption a:hover{
  252. color: {color:link hover};
  253. border-bottom: 1px solid #fff;
  254. padding-bottom:1px;
  255. text-decoration:none;
  256. }
  257.  
  258. #caption2{
  259. padding:10px 0px 10px 0px;
  260. }
  261.  
  262. #caption2 img, #caption2 a img {max-width: 340px; max-height: 340px; height: auto; width: auto;}
  263.  
  264. #caption2 a{
  265. color: {color:link};
  266. padding-bottom:1px;
  267. border-bottom: 1px solid #F5A9BC;
  268. }
  269.  
  270. #caption2 a:hover{
  271. color: {color:link hover};
  272. border-bottom: 1px solid #fff;
  273. padding-bottom:1px;
  274. text-decoration:none;
  275. }
  276.  
  277. a.tag {
  278. color:{color:link};
  279. margin-right:3px;
  280. padding-bottom:1px;
  281. border-bottom: 1px solid #F5A9BC;
  282. }
  283.  
  284. a.tag:hover {
  285. color:{color:link hover};
  286. border-bottom: 1px solid #fff;
  287. padding-bottom:1px;
  288. }
  289.  
  290. a.tag:after {
  291. content:",";
  292. }
  293.  
  294. a.tag:last-child:after {
  295. content:".";
  296. }
  297.  
  298.  
  299.  
  300. .tags{
  301. margin-top:5px;
  302. line-height:160%;
  303. }
  304.  
  305.  
  306. .perma {
  307. font-size:10px;
  308. margin-top:20px;
  309. margin-bottom:20px;
  310. text-align:center;
  311. }
  312.  
  313. blockquote {
  314. border-left: 1px solid;
  315. width:93%;
  316. padding-left:15px;
  317. margin-left:5px;
  318. }
  319.  
  320. blockquote img, blockquote a img {max-width: 340px; max-height: 340px; height: auto; width: auto;}
  321.  
  322. #question {
  323. padding: 15px 15px 0px 15px;
  324. border:1px solid #000;
  325. }
  326.  
  327. #asker {
  328. padding:10px 0px 15px 0px;
  329. text-align:right;
  330. }
  331.  
  332. #answer {
  333. padding:10px 10px 0px 10px;
  334. }
  335.  
  336. #quote {
  337. letter-spacing:0px;
  338. font-size:12px;
  339. text-align:left;
  340. margin:0px 15px 20px 15px;
  341. line-height: 140%;
  342. }
  343.  
  344. #quotesource {
  345. margin:0px 15px 10px 15px;
  346. text-align:right;
  347. line-height: 150%;
  348. }
  349.  
  350.  
  351.  
  352. #credit {
  353. position:fixed;
  354. right:15px;
  355. bottom:10px;
  356. padding:5px;
  357. -webkit-transition: all 0.5s ease;
  358. -moz-transition: all 0.5s ease;
  359. -ms-transition: all 0.5s ease;
  360. -o-transition: all 0.5s ease;
  361. transition: all 0.5s ease;
  362. }
  363.  
  364. #credit:hover {
  365. position:fixed;
  366. right:15px;
  367. bottom:10px;
  368. padding:5px;
  369. text-shadow: 1px 1px 1px #bebebe;
  370. -webkit-transition: all 0.5s ease;
  371. -moz-transition: all 0.5s ease;
  372. -ms-transition: all 0.5s ease;
  373. -o-transition: all 0.5s ease;
  374. transition: all 0.5s ease;
  375. }
  376.  
  377.  
  378. .user_1 .label {color:{color:text}; font-weight:bold;}
  379. .user_2 .label {color:{color:text}; font-weight:bold;}
  380. .user_3 .label {color:{color:text}; font-weight:bold;}
  381. .user_4 .label {color:{color:text}; font-weight:bold;}
  382. .user_5 .label {color:{color:text}; font-weight:bold;}
  383. .user_6 .label {color:{color:text}; font-weight:bold;}
  384. .user_7 .label {color:{color:text}; font-weight:bold;}
  385. .user_8 .label {color:{color:text}; font-weight:bold;}
  386. .user_9 .label {color:{color:text}; font-weight:bold;}
  387. .user_10 .label {color:{color:text}; font-weight:bold;}
  388. .user_11 .label {color:{color:text}; font-weight:bold;}
  389. .user_12 .label {color:{color:text}; font-weight:bold;}
  390. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:3px; }
  391.  
  392.  
  393.  
  394.  
  395. #notes {margin-top:30px; margin-left:-30px; font-weight:normal; text-align:left;}
  396. #notes li {padding-bottom:.75em; list-style-type: none;}
  397. #notes li img.avatar {display:none;}
  398.  
  399.  
  400.  
  401. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1;}
  402.  
  403.  
  404.  
  405.  
  406. {CustomCSS}
  407.  
  408.  
  409. </style>
  410.  
  411.  
  412. <script type="text/javascript"
  413. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  414.  
  415. <script type="text/javascript">
  416. jQuery(document).ready(function() {
  417. jQuery(".sub").hide();
  418. //toggle the componenet with class msg_body
  419. jQuery(".cthrough").click(function()
  420. {
  421. jQuery(this).next(".sub").slideToggle(500);
  422. });});
  423. </script>
  424.  
  425.  
  426. <script language="javascript">
  427. function toggle() {
  428. var ele = document.getElementById("toggleText");
  429. var text = document.getElementById("displayText");
  430. if(ele.style.display == "block") {
  431. ele.style.display = "none";
  432. text.innerHTML = "SHOW NOTES";
  433. }
  434. else {
  435. ele.style.display = "block";
  436. text.innerHTML = "HIDE NOTES";
  437. }
  438. }
  439. </script>
  440.  
  441.  
  442. </head>
  443.  
  444.  
  445.  
  446. <body>
  447.  
  448. <div id="credit"><a href="http://cleamour.tumblr.com/">▼</a></div>
  449.  
  450. <div id="sbar">
  451. <div id="stext">
  452. {block:Description}{Description}{/block:Description}
  453. </div>
  454.  
  455. <select style="width: 100px; border: 1px solid; padding: 4px; color: #000; background-color: #fff; font-size:11px; letter-spacing: 0px;" onChange="location.href=this.options[this.selectedIndex].value;">
  456. <option value="/">navigation</option>
  457. <option value="/">home</option>
  458. <option value="/ask">ask</option>
  459. {block:ifLink1}<option value="{text:Link1}">{text:Link1 Title}</option>{/block:ifLink1}
  460. {block:ifLink2}<option value="{text:Link2}">{text:Link2 Title}</option>{/block:ifLink2}
  461. </select>
  462. {block:Pagination}
  463. <div id="pag">
  464. {block:PreviousPage}
  465. <a href="{PreviousPage}">less /</a>
  466. {/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> more</a>
  467. {/block:NextPage}
  468. </div>
  469. {/block:Pagination}
  470. </div>
  471.  
  472.  
  473.  
  474.  
  475. <div id="entries">
  476. {block:Posts}
  477. <div id="posts">
  478.  
  479.  
  480.  
  481. {block:Text}<div id="caption">{block:Title}<h1>{Title}</h1>{/block:Title}{Body}</div>{/block:Text}
  482.  
  483. {block:Quote}<div id="caption">
  484. <div id="quote">{Quote}</div>
  485. <div id="quotesource">{Source}</div></div>
  486. {/block:Quote}
  487.  
  488. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
  489. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  490.  
  491. {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}
  492.  
  493. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}
  494. {/block:Photoset}
  495.  
  496. {block:Chat}<div id="caption">{block:Title}<h1>{Title}</h1>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}
  497. <span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></div>
  498. {/block:Chat}
  499.  
  500. {block:Video}{Video-400}{block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}{/block:Video}
  501.  
  502. {block:Answer}<div id="caption">
  503. <div id="question">{Question}<br /><div id="asker"><em>{Asker}</em></div></div>
  504. <div id="answer">{Answer}</div></div>{/block:answer}
  505.  
  506. {block:Audio}
  507. {block:AudioEmbed}{AudioEmbed-400}{/block:AudioEmbed}
  508. <div id="caption">
  509. {block:Caption}{Caption}{/block:Caption}</div>
  510. {/block:Audio}
  511.  
  512.  
  513.  
  514.  
  515.  
  516. <div class="tags">
  517. {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}
  518. </div>
  519.  
  520.  
  521. {block:PermalinkPage}
  522. {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}
  523.  
  524.  
  525. {block:PostNotes}<center><br><br>
  526. <a id="displayText" href="javascript:toggle();" style="font-size:11px; letter-spacing:2px;">SHOW NOTES</a></center>
  527. <div id="toggleText" style="display: none"><div id="notes">{PostNotes}</div>
  528. </div>{/block:PostNotes}
  529.  
  530. </div><br>
  531. {/block:Posts}
  532.  
  533.  
  534.  
  535.  
  536. {block:ContentSource}
  537.  
  538. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  539.  
  540. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  541.  
  542. {/block:SourceLogo}
  543.  
  544. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  545.  
  546. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  547.  
  548.  
  549. </div>
  550.  
  551.  
  552. </body>
  553. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement