Advertisement
cleamour

theme four

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