Advertisement
cleamour

theme nineteen

Jun 14th, 2014
4,683
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.27 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="#000000" />
  27. <meta name="color:tags" content="#888888" />
  28. <meta name="color:tags hover" content="#000000" />
  29. <meta name="color:link" content="#000000" />
  30. <meta name="color:link hover" content="#cccccc" />
  31. <meta name="color:title background" content="#000000" />
  32. <meta name="color:question background" content="#f6f6f6" />
  33.  
  34. <meta name="text:Link1" content="link one" />
  35. <meta name="text:Link1 Title" content="one" />
  36. <meta name="text:Link2" content="link two" />
  37. <meta name="text:Link2 Title" content="two" />
  38.  
  39.  
  40. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  41. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42. <link rel="shortcut icon" href="{Favicon}" />
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  44.  
  45.  
  46. <script 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:500px;
  96. margin-top:140px;
  97. width:500px;
  98. display: block;
  99. }
  100.  
  101.  
  102. #sbar {
  103. margin-left:180px;
  104. background-color:{color:background};
  105. width:140px;
  106. position:fixed;
  107. display: block;
  108. }
  109.  
  110. #title {
  111. background-color:{color:title background};
  112. color:#FFF;
  113. padding:10px;
  114. text-align:left;
  115. margin-bottom:10px;
  116. font-size:18px;
  117. font-weight:bold;
  118. text-transform:lowercase;
  119. line-height:100%;
  120. }
  121.  
  122. #stext {
  123. text-align:justify;
  124. color:{color:text};
  125. padding:10px;
  126. line-height:150%;
  127. display:block;
  128. }
  129.  
  130.  
  131. .nav {
  132. font-size:11px;
  133. letter-spacing:2px;
  134. }
  135.  
  136. .nav a {
  137. color:{color:link};
  138. }
  139.  
  140. .nav:hover {
  141. color:{color:link hover};
  142. font-style:italic;
  143. }
  144.  
  145.  
  146. #pag {
  147. margin-bottom: 140px;
  148. width:500px;
  149. font-size:11px;
  150. letter-spacing:1px;
  151. text-align: center;
  152. display:block;
  153. }
  154.  
  155. #pag a {
  156. text-decoration:none;
  157. padding-bottom: 2px;
  158. border-bottom: 1px dotted #000000;
  159. }
  160.  
  161.  
  162.  
  163. #posts{
  164. overflow:hidden;
  165. margin:auto;
  166. width:500px;
  167. background-color: {color:entry};
  168. margin-top: 90px;
  169. margin-bottom: 90px;
  170. }
  171.  
  172. #caption{
  173. padding:0px 10px 5px 10px;
  174. }
  175.  
  176. #caption img, #caption a img {max-width: 450px;}
  177.  
  178. #caption a{
  179. color: #848484;
  180. }
  181.  
  182. #caption a:hover{
  183. color: {color:link hover};
  184. text-decoration:none;
  185. }
  186.  
  187. #caption2{
  188. padding:10px 25px 10px 25px;
  189. margin-top:5px;
  190. }
  191.  
  192. #caption2 img, #caption2 a img {max-width: 450px;}
  193.  
  194. #caption2 a{
  195. color: #848484;
  196. }
  197.  
  198. #caption2 a:hover{
  199. color: {color:link hover};
  200. text-decoration:none;
  201. }
  202.  
  203.  
  204. .source {
  205. margin-top:10px;
  206. border-top:1px solid #E6E6E6;
  207. padding:10px 0px 10px 0px;
  208. letter-spacing:0px;
  209. font-family:'helvetica';
  210. text-align:left;
  211. }
  212.  
  213. .tags{
  214. margin-top:3px;
  215. font-size:11px;
  216. text-transform:none;
  217. line-height:150%;
  218. padding:0px 5px 0px 5px;
  219. -webkit-transition: all 0.5s ease;
  220. -moz-transition: all 0.5s ease;
  221. -ms-transition: all 0.5s ease;
  222. -o-transition: all 0.5s ease;
  223. transition: all 0.5s ease;
  224. opacity: 1;
  225. }
  226.  
  227. .tags a {
  228. color:{color:tags};
  229. margin-right:15px;
  230. text-decoration:none;
  231.  
  232. }
  233.  
  234. .tags a:hover {
  235. color:{color:tags hover};
  236. }
  237.  
  238. .info {
  239. font-size:11px;
  240. color:{color:text};
  241. line-height:150%;
  242. padding:0px 5px 0px 5px;
  243. }
  244.  
  245. .info a {
  246. color:{color:text};
  247. text-decoration:none;
  248. }
  249.  
  250. .info a:hover {
  251. text-decoration:none;
  252. color:{color:link hover};
  253. }
  254.  
  255.  
  256. .perma {
  257. margin-top:10px;
  258. margin-bottom:50px;
  259. font-size:11px;
  260. font-family:'helvetica';
  261. text-align:left;
  262. }
  263.  
  264. .permatags {
  265. text-transform:none;
  266. line-height:150%;
  267. padding:0px 5px 0px 5px;
  268. }
  269.  
  270. .permatags a {
  271. color:{color:text};
  272. margin-right:15px;
  273. text-decoration:none;
  274. }
  275.  
  276. .permatags a:hover {
  277. color:{color:link hover};
  278. }
  279.  
  280.  
  281. blockquote {
  282. width:90%;
  283. text-align:justify;
  284. padding-left:15px;
  285. margin-left:30px;
  286. border-left:1px solid #A4A4A4;
  287. }
  288.  
  289. blockquote img, blockquote a img {max-width: 400px;}
  290.  
  291. #question {
  292. padding:10px;
  293. background-color:{color:question background};
  294. }
  295.  
  296. #answer {
  297. padding:10px 10px 0px 10px;
  298. }
  299.  
  300. #quote {
  301. font-weight:bolder;
  302. letter-spacing:0px;
  303. font-size:12px;
  304. text-align:left;
  305. margin:0px 15px 15px 15px;
  306. line-height: 150%;
  307. }
  308.  
  309. #quotesource {
  310. margin:0px 15px 10px 15px;
  311. font-size:11px;
  312. text-align:left;
  313. line-height: 150%;
  314. }
  315.  
  316. #credit {
  317. position:fixed;
  318. right:15px;
  319. bottom:10px;
  320. font-size:12px;
  321. padding:5px;
  322. }
  323.  
  324. #credit a {
  325. color: #000;
  326. -webkit-transition: all 0.5s ease;
  327. -moz-transition: all 0.5s ease;
  328. -ms-transition: all 0.5s ease;
  329. -o-transition: all 0.5s ease;
  330. transition: all 0.5s ease;
  331. }
  332. #credit:hover {
  333. position:fixed;
  334. right:15px;
  335. bottom:10px;
  336. padding:5px;
  337. text-shadow: 1px 1px 1px #bebebe;
  338. -webkit-transition: all 0.5s ease;
  339. -moz-transition: all 0.5s ease;
  340. -ms-transition: all 0.5s ease;
  341. -o-transition: all 0.5s ease;
  342. transition: all 0.5s ease;
  343. }
  344.  
  345.  
  346.  
  347. .user_1 .label {color:{color:text}; font-weight:bold;}
  348. .user_2 .label {color:{color:text}; font-weight:bold;}
  349. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:3px; }
  350.  
  351.  
  352. #audio { max-width:400px; margin-bottom:10px; }
  353.  
  354.  
  355.  
  356. #notes {margin-top:50px; font-weight:normal; font-size:11px;}
  357. #notes li {padding-bottom:2em; list-style-type: none;}
  358. #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px;}
  359.  
  360.  
  361.  
  362. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1;}
  363.  
  364.  
  365.  
  366.  
  367. {CustomCSS}
  368.  
  369.  
  370. </style>
  371.  
  372.  
  373. <script type="text/javascript"
  374. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  375.  
  376. <script type="text/javascript">
  377. jQuery(document).ready(function() {
  378. jQuery(".sub").hide();
  379. //toggle the componenet with class msg_body
  380. jQuery(".cthrough").click(function()
  381. {
  382. jQuery(this).next(".sub").slideToggle(500);
  383. });});
  384. </script>
  385.  
  386.  
  387. <script language="javascript">
  388. function toggle() {
  389. var ele = document.getElementById("toggleText");
  390. var text = document.getElementById("displayText");
  391. if(ele.style.display == "block") {
  392. ele.style.display = "none";
  393. text.innerHTML = "SHOW NOTES";
  394. }
  395. else {
  396. ele.style.display = "block";
  397. text.innerHTML = "HIDE NOTES";
  398. }
  399. }
  400. </script>
  401.  
  402.  
  403. </head>
  404.  
  405.  
  406.  
  407. <body>
  408.  
  409. <div id="credit"><a href="http://cleamour.tumblr.com/">✽</a></div>
  410.  
  411. <div id="sbar">
  412. <div id="title">{Title}</div>
  413. <div id="stext">
  414. {block:Description}{Description}{/block:Description}
  415. </div>
  416. <table width="140" border="0" cellspacing="2" cellpadding="10" style="margin-top:10px;">
  417. <tr>
  418. <td align="left" style="border-bottom:1px solid #E6E6E6;"><a class="nav" href="/">index</a></td>
  419. </tr>
  420. <tr>
  421. <td align="left" style="border-bottom:1px solid #E6E6E6;"><a class="nav" href="/ask">inbox</a></td>
  422. </tr>
  423. {block:ifLink1}<tr>
  424. <td align="left" style="border-bottom:1px solid #E6E6E6;"><a class="nav" href="{text:Link1}">{text:Link1 Title}</a></td>
  425. </tr>{/block:ifLink1}
  426. {block:ifLink2}<tr>
  427. <td align="left" style="border-bottom:1px solid #E6E6E6;"><a class="nav" href="{text:Link2}">{text:Link2 Title}</a></td>
  428. </tr>{/block:ifLink1}
  429. </table>
  430. </div>
  431.  
  432.  
  433.  
  434. <div id="entries">
  435. {block:Posts}
  436. <div id="posts">
  437.  
  438. {block:Text}<div id="caption">{block:Title}<big><strong>{Title}</strong></big>{/block:Title}{Body}</div>{/block:Text}
  439.  
  440. {block:Quote}<div id="caption">
  441. <div id="quote">{Quote}</div>
  442. <div id="quotesource">— {Source}</div></div>
  443. {/block:Quote}
  444.  
  445. {block:Link}<a href="{URL}" class="link" {Target}><big><strong>{Name}</strong></big></a>
  446. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  447.  
  448. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}{/block:Photo}
  449.  
  450. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}
  451. {/block:Photoset}
  452.  
  453. {block:Chat}<div id="caption"><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}
  454. <span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></div>
  455. {/block:Chat}
  456.  
  457. {block:Video}{Video-500}{block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}{/block:Video}
  458.  
  459. {block:Answer}<div id="caption">
  460. <div id="question"><strong>{Asker}:</strong><br> {Question}</div>
  461. <div id="answer">{Answer}</div></div>{/block:answer}
  462.  
  463. {block:Audio}<div id="caption">
  464. {block:AudioPlayer}<div id="audio">{AudioPlayerWhite}</div>{/block:AudioPlayer}
  465. <span style="line-height:200%; font-size:11px; margin-bottom:"-50px";>
  466. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  467. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  468. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  469. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}</span>
  470.  
  471. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  472. </div>{/block:Audio}
  473.  
  474. {block:IndexPage}<div class="source">
  475. <div class="info">
  476. <span style="text-transform:none;">{block:Date}<a href="{Permalink}" title="permalink">{12Hour}:{Minutes} {CapitalAmPm}</a>{/block:Date} {block:NoteCount} &nbsp; &middot; &nbsp; {NoteCountWithLabel}{/block:NoteCount}</div>
  477. <div class="tags">
  478. {block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  479. </div></div>{/block:IndexPage}
  480.  
  481.  
  482.  
  483. {block:PermalinkPage}<div class="perma">
  484. <div class="info">
  485. <span style="text-transform:none;">{block:Date}{TimeAgo}{/block:Date} {block:NoteCount} &nbsp; &middot; &nbsp; {NoteCountWithLabel}{/block:NoteCount}</span></span>
  486. {block:RebloggedFrom}<br/>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}&nbsp; &middot; &nbsp; source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}
  487. </div>
  488. <div class="permatags">
  489. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}
  490. </div>
  491. </div>{/block:PermalinkPage}
  492.  
  493.  
  494. {block:PostNotes}<center><a id="displayText" href="javascript:toggle();" style="font-size:11px; letter-spacing:2px;">SHOW NOTES</a></center>
  495. <div id="toggleText" style="display: none"><div id="notes">{PostNotes}</div>
  496. </div>{/block:PostNotes}
  497.  
  498. </div><br>
  499. {/block:Posts}
  500.  
  501.  
  502.  
  503. {block:Pagination}
  504. <div id="pag">
  505. <center>
  506. {block:PreviousPage}
  507. <span style="padding-right:50px;"><a href="{PreviousPage}">fall</a></span>
  508. {/block:PreviousPage}
  509. {block:NextPage}<a href="{NextPage}">jump</a>
  510. {/block:NextPage}
  511. </center>
  512. </div>
  513. {/block:Pagination}
  514.  
  515.  
  516.  
  517. {block:ContentSource}
  518.  
  519. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  520.  
  521. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  522.  
  523. {/block:SourceLogo}
  524.  
  525. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  526.  
  527. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  528.  
  529.  
  530. </div>
  531.  
  532. </body>
  533. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement