Advertisement
cleamour

theme fifteen

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