Advertisement
cleamour

theme five

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