Advertisement
cleamour

theme ten

May 19th, 2013
7,463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.22 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 3
  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="#6d6d6d" />
  28. <meta name="color:link hover" content="#a3a3a3" />
  29. <meta name="color:border color" content="#a3a3a3" />
  30. <meta name="color:nav background" content="#ffffff" />
  31.  
  32. <meta name="image:sidebar" content="" />
  33.  
  34. <meta name="text:Link1" content="link 1" />
  35. <meta name="text:Link1 Title" content="1" />
  36. <meta name="text:Link2" content="link 2" />
  37. <meta name="text:Link2 Title" content="2" />
  38. <meta name="text:Link3" content="link 3" />
  39. <meta name="text:Link3 Title" content="3" />
  40.  
  41.  
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  43. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44. <link rel="shortcut icon" href="{Favicon}" />
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  48. <link href='http://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
  49. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  50.  
  51. <style type="text/css">
  52.  
  53. body {
  54. color:{color:text};
  55. background-color:{color:background};
  56. background-attachment:fixed;
  57. font-family:'helvetica';
  58. font-size:9px;
  59. line-height:100%;
  60. text-align:justify;
  61. }
  62.  
  63. a:link, a:active, a:visited {
  64. color: {color:link};
  65. text-decoration:none;
  66. -webkit-transition: all 0.5s ease;
  67. -moz-transition: all 0.5s ease;
  68. -ms-transition: all 0.5s ease;
  69. -o-transition: all 0.5s ease;
  70. transition: all 0.5s ease;
  71. }
  72.  
  73. a:hover {
  74. color:{color:link hover};
  75. -webkit-transition: all 0.5s ease;
  76. -moz-transition: all 0.5s ease;
  77. -ms-transition: all 0.5s ease;
  78. -o-transition: all 0.5s ease;
  79. transition: all 0.5s ease;
  80. }
  81.  
  82. ::-webkit-scrollbar-thumb:vertical {
  83. background-color: {color:background};
  84. height:100px; }
  85.  
  86. ::-webkit-scrollbar {
  87. height:0px;
  88. width:5px;
  89. background-color: {color:background};
  90. border-left:2px solid #181818; }
  91.  
  92.  
  93. #entries {
  94. margin:auto;
  95. width:400px;
  96. display: block;
  97. }
  98.  
  99. #tbar {
  100. margin-top:50px;
  101. text-align: center;
  102. background-color:{color:background};
  103. width:400px;
  104. display: block;
  105. }
  106.  
  107. #timg img {
  108. width:150px;
  109. display:block;
  110. }
  111.  
  112. #ttext {
  113. text-align:justify;
  114. font-color:{color:text};
  115. padding: 10px 50px 10px 50px;
  116. border-right:1px solid {color:border color};
  117. border-left:1px solid {color:border color};
  118. display:block;
  119. }
  120.  
  121. #pag {
  122. margin-bottom:50px;
  123. width:400px;
  124. letter-spacing:1px;
  125. display:block;
  126. }
  127.  
  128. #title {
  129. font-family: 'Petit Formal Script', cursive;
  130. text-transform: lowercase;
  131. font-size: 16px;
  132. margin-top: 10px;
  133. }
  134.  
  135. #nav{
  136. background-color:{color:nav background};
  137. margin: 10px 0px 0px 0px;
  138. text-transform: lowercase;
  139. text-decoration:none;
  140. padding: 5px;
  141. letter-spacing:1px;
  142. text-align:center;
  143. }
  144.  
  145. #nav a {
  146. color:{color:text};
  147. margin:5px;
  148. padding-bottom:1px;
  149. }
  150.  
  151. #nav a:hover {
  152. color:{color:link hover};
  153. margin:5px;
  154. padding-bottom:1px;
  155. border-bottom:1px solid {color:link hover};
  156.  
  157. }
  158.  
  159.  
  160.  
  161. #posts{
  162. overflow:hidden;
  163. width:400px;
  164. background-color: {color:entry};
  165. margin-bottom: 120px;
  166. }
  167.  
  168.  
  169. .source{
  170. margin-top:20px;
  171. }
  172.  
  173. .tags{
  174. width:300px;
  175. text-align:justify;
  176. font-size:9px;
  177. position:absolute;
  178. float:left;
  179. }
  180.  
  181. .tags a {
  182. color:{color:link};
  183. margin-right:8px;
  184. }
  185.  
  186. .tags a:hover {
  187. color:{color:link hover};
  188. }
  189.  
  190. .info {
  191. font-size:9px;
  192. width:100px;
  193. text-align:right;
  194. float:right;
  195. }
  196.  
  197. .info a {
  198. color:{color:link};
  199. }
  200.  
  201. .info a:hover {
  202. color:{color:link hover};
  203. }
  204.  
  205. blockquote {
  206. border-left: 1px solid #6d6d6d;
  207. padding-left:5px;
  208. margin:0px 5px 0px 5px
  209. }
  210.  
  211.  
  212.  
  213. #quote {
  214. text-align:justify;
  215. padding:0px 50px 20px 50px;
  216. line-height: 100%;
  217. }
  218.  
  219.  
  220.  
  221. #credit {
  222. position:fixed;
  223. right:10px;
  224. bottom:10px;
  225. text-transform:uppercase;
  226. font:10px 'cambria';
  227. letter-spacing:1px;
  228. padding:5px;
  229. -webkit-transition: all 0.5s ease;
  230. -moz-transition: all 0.5s ease;
  231. -ms-transition: all 0.5s ease;
  232. -o-transition: all 0.5s ease;
  233. transition: all 0.5s ease;
  234. }
  235.  
  236. #credit:hover {
  237. position:fixed;
  238. right:10px;
  239. bottom:10px;
  240. text-transform:uppercase;
  241. font:10px 'cambria';
  242. letter-spacing:1px;
  243. padding:5px;
  244. text-shadow: 1px 1px 1px #bebebe;
  245. -webkit-transition: all 0.5s ease;
  246. -moz-transition: all 0.5s ease;
  247. -ms-transition: all 0.5s ease;
  248. -o-transition: all 0.5s ease;
  249. transition: all 0.5s ease;
  250. }
  251.  
  252.  
  253.  
  254. .user_1 .label {color:{color:text}; font-weight:bold;}
  255. .user_2 .label {color:{color:text}; font-weight:bold;}
  256. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px;}
  257.  
  258.  
  259. .audio { height:73px; margin-bottom:5px; }
  260. .audio-album { position:absolute; width:60px; }
  261. .audio-player { opacity:0.6; filter:alpha(opacity=60); border:2px solid #f2f2f2; width:25px; height:25px; overflow:hidden; position:absolute; z-index:2; margin-left:16px; margin-top:16px; }
  262. .audio-info {text-transform:lowercase; letter-spacing:3px; text-align:center; margin-left:64px; padding:22px; border-top:}
  263.  
  264.  
  265.  
  266. #notes {font-weight:normal;}
  267. #notes li {padding-bottom:1em;}
  268. #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px;}
  269.  
  270.  
  271.  
  272. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1;}
  273.  
  274.  
  275. {CustomCSS}
  276.  
  277. </style>
  278.  
  279.  
  280. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  281. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  282. <script type="text/javascript" charset="utf-8">
  283. var $j = jQuery.noConflict();
  284. $j(function() {
  285. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  286. $j("img").lazyload({
  287. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  288. effect: "fadeIn",
  289. });
  290. });
  291. </script>
  292.  
  293. </head>
  294.  
  295.  
  296.  
  297. <body>
  298.  
  299. <div id="credit"><a href="http://cleamour.tumblr.com/" target="_blank">CLMR</a></div>
  300.  
  301. <div id="entries" style="top:0px; margin-bottom:120px;">
  302.  
  303. <div id="tbar">
  304. <center><div id="timg"><img src="{image:sidebar}"></div></center>
  305. <div id="title">{Title}</div>
  306. <div id="nav">
  307. <a href="/">index</a>
  308. <a href="/ask">ask</a>
  309. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  310. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  311. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  312. </div>
  313. <div id="ttext">
  314. {block:Description}{Description}{/block:Description}
  315. </div>
  316. </div>
  317.  
  318.  
  319. </div>
  320.  
  321. <div id="entries">
  322. {block:Posts}
  323. <div id="posts">
  324.  
  325. {block:Title}<b>{Title}</b>{/block:Title}
  326. {block:Text}{Body}{/block:Text}
  327.  
  328. {block:Quote}
  329. <div id="quote">{Quote}</div><center>— {Source} —</center>
  330. {/block:Quote}
  331.  
  332. {block:Link}<a href="{URL}" class="link" {Target}><b>{Name}</b></a>
  333. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  334.  
  335. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  336.  
  337. {LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  338. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}
  339.  
  340. {/block:Photoset}
  341.  
  342. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}
  343.  
  344. <span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  345.  
  346. {/block:Chat}
  347.  
  348. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  349.  
  350. {block:Answer}
  351. <table style="padding-bottom:5px;margin-bottom:5px;">
  352. <tr>
  353. <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-24}" style="border:1px solid #bbbbbb; padding:10px;"></td>
  354. <td style="vertical-align:top;"><span style="text-transform:uppercase; letter-spacing:1px;">{Asker} asked:</span><br>{Question}</td>
  355. </tr>
  356. </table>
  357. {Answer}{/block:answer}
  358.  
  359. {block:Audio}<div class="audio">
  360. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  361. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  362. </div>
  363.  
  364. <div class="audio-info">
  365. {block:TrackName}{TrackName}{/block:TrackName} {block:Artist}
  366. <br><span style="font-size:7px; letter-spacing:2px; text-transform:uppercase; ">{Artist}</span>{/block:Artist}
  367. </div></div>
  368. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  369. {/block:Audio}
  370.  
  371. <div class="source">
  372. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags} </div>
  373. <div class="info">
  374. <a href="{Permalink}" title="{block:Date}{TimeAgo}{/block:Date}">+{block:NoteCount}{NoteCount}{/block:NoteCount}</a> {block:ContentSource}<span style="padding-left:5px;"><a href="{SourceURL}" title="{SourceTitle}" />©</a></span>{/block:ContentSource}</div>
  375. </div>
  376.  
  377. </div><br>
  378. {/block:Posts}
  379.  
  380. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  381.  
  382. {block:Pagination}
  383. <div id="pag">
  384. <center>
  385. {block:PreviousPage}
  386. <a href="{PreviousPage}">‹ </a>
  387. {/block:PreviousPage}
  388. {CurrentPage} of {TotalPages}
  389. {block:NextPage}<a href="{NextPage}"> ›</a>
  390. {/block:NextPage}<br>
  391. </center>
  392. </div>
  393. {/block:Pagination}
  394.  
  395.  
  396.  
  397. {block:ContentSource}
  398.  
  399. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  400.  
  401. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  402.  
  403. {/block:SourceLogo}
  404.  
  405. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  406.  
  407. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  408.  
  409.  
  410. </div>
  411.  
  412. </body>
  413. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement