Advertisement
cleamour

theme six

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