Advertisement
cleamour

theme seventeen

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