Advertisement
cleamour

theme eighteen

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