Advertisement
cleamour

theme eleven

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