Advertisement
cleamour

theme twenty one

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