Advertisement
cleamour

theme three

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