Advertisement
cleamour

theme twenty two

Oct 24th, 2014
3,250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.96 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.  
  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 tag" content="#BDBDBD" />
  29. <meta name="color:link tag hover" content="#222222" />
  30. <meta name="color:border" content="#E6E6E6" />
  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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  45.  
  46. <style type="text/css">
  47.  
  48. body {
  49. color:{color:text};
  50. background-color:{color:background};
  51. background-attachment:fixed;
  52. font-family: 'helvetica';
  53. font-size:12px;
  54. line-height:150%;
  55. }
  56.  
  57. a:link, a:active, a:visited {
  58. color: {color:link};
  59. text-decoration:none;
  60. -webkit-transition: all 0.5s ease;
  61. -moz-transition: all 0.5s ease;
  62. -ms-transition: all 0.5s ease;
  63. -o-transition: all 0.5s ease;
  64. transition: all 0.5s ease;
  65. }
  66.  
  67. a:hover {
  68. color:{color:link hover};
  69. -webkit-transition: all 0.5s ease;
  70. -moz-transition: all 0.5s ease;
  71. -ms-transition: all 0.5s ease;
  72. -o-transition: all 0.5s ease;
  73. transition: all 0.5s ease;
  74. }
  75.  
  76. ::-webkit-scrollbar-thumb:vertical {
  77. background-color: {color:background};
  78. height:100px;
  79. border-left:10px solid #FFF;
  80. }
  81.  
  82. ::-webkit-scrollbar {
  83. height:0px;
  84. width:5px;
  85. border-left:10px solid #181818;
  86. background-color: {color:background};
  87. }
  88.  
  89.  
  90.  
  91.  
  92. #entries {
  93. padding:50px 00px 0px 100px;
  94. margin-left:370px;
  95. margin-top:0px;
  96. width:500px;
  97. display: block;
  98.  
  99. }
  100.  
  101.  
  102. #sbar {
  103. margin-top: 100px;
  104. margin-left:150px;
  105. background-color:{color:background};
  106. width:160px;
  107. position:fixed;
  108. display: block;
  109. }
  110.  
  111. #potrait {
  112. height:128px;
  113. padding:10px;
  114. margin-bottom:10px;
  115. margin-left:6px;
  116. display:block;
  117. }
  118.  
  119. #title {
  120. text-transform: lowercase;
  121. margin: 0px 0px 10px 0px;
  122. font-weight:bolder;
  123. font-size: 16px;
  124. line-height:100%;
  125. text-align:center;
  126. }
  127.  
  128. #stext {
  129. text-align:center;
  130. color:{color:text};
  131. padding:10px;
  132. line-height:200%;
  133. display:block;
  134. }
  135.  
  136. #stext a{
  137. text-decoration:underline;
  138. }
  139.  
  140. #stext a:hover{
  141. text-decoration:none;
  142. }
  143.  
  144. .nav {
  145. font-size:12px;
  146. }
  147.  
  148. .nav:hover {
  149. color: transparent;
  150. text-shadow: 0 0 5px rgba(0,0,0,0.5);
  151. }
  152.  
  153. td {
  154. border-bottom:1px solid {color:border};
  155. padding:10px;
  156. }
  157.  
  158.  
  159.  
  160.  
  161. #pag {
  162. background-color:#ffffff;
  163. margin-top: 50px;
  164. margin-bottom: 100px;
  165. width:500px;
  166. font-size:12px;
  167. text-align: center;
  168. display:block;
  169. }
  170.  
  171. #pag a {
  172. text-decoration:none;
  173. font-weight:bolder;
  174. padding-bottom: 2px;
  175. border-bottom: 1px dotted #000000;
  176. }
  177.  
  178.  
  179.  
  180. #posts{
  181. overflow:hidden;
  182. margin:auto;
  183. width:500px;
  184. margin-top: 50px;
  185. margin-bottom: 50px;
  186. }
  187.  
  188. #caption{
  189. padding:0px 10px 5px 10px;
  190. }
  191.  
  192. #caption img, #caption a img {max-width: 450px;}
  193.  
  194. #caption a{
  195. color: {color:link};
  196. }
  197.  
  198. #caption a:hover{
  199. color: {color:link hover};
  200. text-decoration:none;
  201. }
  202.  
  203. #caption2{
  204. padding:5px 10px 5px 10px;
  205. margin-top:5px;
  206. }
  207.  
  208. #caption2 img, #caption2 a img {max-width: 450px;}
  209.  
  210. #caption2 a{
  211. color: {color:link};
  212. }
  213.  
  214. #caption2 a:hover{
  215. color: {color:link hover};
  216. text-decoration:none;
  217. }
  218.  
  219.  
  220. .source {
  221. margin-top:10px;
  222. border-top:1px solid {color:border};
  223. padding:5px 0px 5px 0px;
  224. letter-spacing:0px;
  225. text-align:left;
  226. }
  227.  
  228.  
  229. a.tag {
  230. color: {color:link tag};
  231. line-height:200%;
  232. margin-right:5px;
  233. }
  234.  
  235. a.tag:hover {
  236. color: {color:link tag hover};
  237. }
  238.  
  239. .info {
  240. font-size:11px;
  241. line-height:150%;
  242. padding:0px 5px 0px 5px;
  243. }
  244.  
  245. .info a {
  246. text-decoration:none;
  247. }
  248.  
  249. .info a:hover {
  250. text-decoration:none;
  251. }
  252.  
  253.  
  254. blockquote {
  255. width:90%;
  256. text-align:justify;
  257. padding-left:15px;
  258. margin-left:20px;
  259. border-left:1px solid #A4A4A4;
  260. }
  261.  
  262. blockquote img, blockquote a img {max-width: 400px;}
  263.  
  264. #question {
  265. padding:10px;
  266. text-align:center;
  267. }
  268.  
  269. #answer {
  270. padding:10px 10px 5px 10px;
  271. }
  272.  
  273. #quote {
  274. font-weight:bolder;
  275. letter-spacing:0px;
  276. font-size:14px;
  277. text-align:left;
  278. margin:0px 15px 15px 15px;
  279. line-height: 150%;
  280. }
  281.  
  282. #quotesource {
  283. margin:0px 15px 10px 15px;
  284. font-size:12px;
  285. text-align:left;
  286. line-height: 150%;
  287. }
  288.  
  289.  
  290.  
  291. #credit {
  292. position:fixed;
  293. right:15px;
  294. bottom:10px;
  295. font-size:9px;
  296. padding:5px;
  297. -webkit-transition: all 0.5s ease;
  298. -moz-transition: all 0.5s ease;
  299. -ms-transition: all 0.5s ease;
  300. -o-transition: all 0.5s ease;
  301. transition: all 0.5s ease;
  302. }
  303.  
  304. #credit:hover {
  305. position:fixed;
  306. right:15px;
  307. bottom:10px;
  308. padding:5px;
  309. text-shadow: 1px 1px 1px #bebebe;
  310. -webkit-transition: all 0.5s ease;
  311. -moz-transition: all 0.5s ease;
  312. -ms-transition: all 0.5s ease;
  313. -o-transition: all 0.5s ease;
  314. transition: all 0.5s ease;
  315. }
  316.  
  317.  
  318.  
  319. .user_1 .label {color:{color:text}; font-weight:bold;}
  320. .user_2 .label {color:{color:text}; font-weight:bold;}
  321. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:3px; }
  322.  
  323.  
  324. .audiopost { position: relative; display:inline-block; }
  325.  
  326. .tumblr_audio_player { padding: 0px; margin: 0px; height: 50px; width: 500px; }
  327.  
  328. .button { width:20px; height:36px; overflow:hidden; position:relative; opacity:0.8; z-index:100; margin: 0px 18px 13px 10px; }
  329.  
  330. .musicbox { margin-top:14px; margin-left:15px; opacity: 1; background-color:#FFF; position: absolute; z-index: 100; }
  331.  
  332. .audiopostinfo { margin-left: 90px; width:400px; display:inline-block; min-height:55px; overflow: hidden; font-size:12px; font-style: ; text-align: left; letter-spacing:0px; padding:13px; line-height: 200%; }
  333.  
  334.  
  335.  
  336. #notes {margin-top:50px; font-weight:normal; font-size:9px;}
  337. #notes li {padding-bottom:2em; list-style-type: none;}
  338. #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px;}
  339.  
  340.  
  341.  
  342. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1;}
  343.  
  344.  
  345.  
  346.  
  347. {CustomCSS}
  348.  
  349.  
  350. </style>
  351.  
  352.  
  353. <script type="text/javascript"
  354. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  355.  
  356. <script type="text/javascript">
  357. jQuery(document).ready(function() {
  358. jQuery(".sub").hide();
  359. //toggle the componenet with class msg_body
  360. jQuery(".cthrough").click(function()
  361. {
  362. jQuery(this).next(".sub").slideToggle(500);
  363. });});
  364. </script>
  365.  
  366.  
  367. <script language="javascript">
  368. function toggle() {
  369. var ele = document.getElementById("toggleText");
  370. var text = document.getElementById("displayText");
  371. if(ele.style.display == "block") {
  372. ele.style.display = "none";
  373. text.innerHTML = "SHOW NOTES";
  374. }
  375. else {
  376. ele.style.display = "block";
  377. text.innerHTML = "HIDE NOTES";
  378. }
  379. }
  380. </script>
  381.  
  382.  
  383. </head>
  384.  
  385.  
  386.  
  387. <body>
  388.  
  389. <div id="credit"><a href="http://cleamour.tumblr.com/" title="theme by cleamour.">▼</a></div>
  390.  
  391. <div id="sbar">
  392. <div id="potrait"><img src="{PortraitURL-128}" style="border-radius:64px;"></div>
  393. <div id="stext">
  394. <div id="title">{Title}</div>
  395. {block:Description}{Description}{/block:Description}
  396. </div>
  397. <table width="160" border="0" cellspacing="10" cellpadding="0">
  398. <tr>
  399. <td align="left" valign="middle"><a class="nav" href="/">index</a></td>
  400. <td align="left" valign="middle"><a class="nav" href="/ask">inbox</a></td>
  401. </tr>
  402. <tr>
  403. <td align="left" valign="middle">{block:ifLink1}<a class="nav" href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</td>
  404. <td align="left" valign="middle">{block:ifLink2}<a class="nav" href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</div></td>
  405. </tr>
  406. </table>
  407. </div>
  408.  
  409.  
  410.  
  411. <div id="entries">
  412. {block:Posts}
  413. <div id="posts">
  414.  
  415. {block:Text}<div id="caption">{block:Title}<big><strong>{Title}</strong></big>{/block:Title}{Body}</div>{/block:Text}
  416.  
  417. {block:Quote}<div id="caption">
  418. <div id="quote">{Quote}</div>
  419. <div id="quotesource">— {Source}</div></div>
  420. {/block:Quote}
  421.  
  422. {block:Link}<a href="{URL}" class="link" {Target}><big><strong>{Name}</strong></big></a>
  423. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  424.  
  425. {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}
  426.  
  427. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}
  428. {/block:Photoset}
  429.  
  430. {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}
  431. <span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></div>
  432. {/block:Chat}
  433.  
  434. {block:Video}{Video-500}{block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}{/block:Video}
  435.  
  436. {block:Answer}
  437. <div id="question"><strong>{Asker}:</strong><br> {Question}</div>
  438. <div id="answer">{Answer}</div>{/block:answer}
  439.  
  440. {block:Audio}
  441. {block:AudioPlayer}
  442. <div class="audiopost">
  443. <div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  444. <div class="audiopostinfo">{block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br>{block:Artist}{Artist}{/block:Artist}</div></div>
  445. {/block:AudioPlayer}
  446. {block:Caption}
  447. <div id="caption2">{Caption}</div>
  448. {/block:Caption}{/block:Audio}
  449. {/block:Audio}
  450.  
  451. {block:IndexPage}<div class="source">
  452. <div class="info">
  453. <span style="text-transform:none;">{block:Date}<a href="{Permalink}" title=" {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}">{12Hour}:{Minutes} {CapitalAmPm}</a>{/block:Date}{block:HasTags} &nbsp; &middot; {block:Tags}&nbsp; <a class="tag" href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}
  454. </div></div> {/block:IndexPage}
  455.  
  456.  
  457. {block:PermalinkPage}<div class="source">
  458. <div class="info">
  459. <span style="text-transform:none;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom} &nbsp; &middot; &nbsp; <a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  460. {block:HasTags} &nbsp; &middot; &nbsp; {block:Tags}<a class="tag" href="{TagURL}">#{Tag}</a> &nbsp;{/block:Tags}{/block:HasTags}
  461. </div></div>{/block:PermalinkPage}
  462.  
  463.  
  464. {block:PostNotes}<br><br><br><center><a id="displayText" href="javascript:toggle();" style="font-size:11px; letter-spacing:2px;">SHOW NOTES</a></center>
  465. <div id="toggleText" style="display: none"><div id="notes">{PostNotes}</div>
  466. </div>{/block:PostNotes}
  467.  
  468. </div><br>
  469. {/block:Posts}
  470.  
  471.  
  472.  
  473. {block:Pagination}
  474. <div id="pag">
  475. <center>
  476. {block:PreviousPage}
  477. <span style="padding-right:50px;"><a href="{PreviousPage}">fall</a></span>
  478. {/block:PreviousPage}
  479. {block:NextPage}<a href="{NextPage}">jump</a>
  480. {/block:NextPage}
  481. </center>
  482. </div>
  483. {/block:Pagination}
  484.  
  485.  
  486.  
  487. {block:ContentSource}
  488.  
  489. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  490.  
  491. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  492.  
  493. {/block:SourceLogo}
  494.  
  495. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  496.  
  497. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  498.  
  499.  
  500. </div>
  501.  
  502. </body>
  503. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement