Advertisement
cleamour

theme nine

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