xmisa0923

theme clmr

Nov 25th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.67 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="#6d6d6d" />
  28. <meta name="color:link hover" content="#a3a3a3" />
  29. <meta name="color:border color" content="#E6E6E6" />
  30. <meta name="color:tags hover" content="#FFFF00" />
  31.  
  32. <meta name="image:sidebar" content="" />
  33.  
  34. <meta name="text:Link1" content="link 1" />
  35. <meta name="text:Link1 Title" content="one" />
  36. <meta name="text:Link2" content="link 2" />
  37. <meta name="text:Link2 Title" content="two" />
  38. <meta name="text:Link3" content="link 3" />
  39. <meta name="text:Link3 Title" content="three" />
  40. <meta name="text:opacity lvl" content="0.7"/>
  41.  
  42.  
  43.  
  44. <meta name="if:opacity" content="1"/>
  45.  
  46.  
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  48. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49. <link rel="shortcut icon" href="{Favicon}" />
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  51.  
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
  54.  
  55. <style type="text/css">
  56.  
  57. body {
  58. color:{color:text};
  59. background-color:{color:background};
  60. background-attachment:fixed;
  61. font-family: times new roman;
  62. font-size:11px;
  63. line-height:120%;
  64. text-align:justify;
  65. }
  66.  
  67. a:link, a:active, a:visited {
  68. color: {color:link};
  69. text-decoration:none;
  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. a:hover {
  78. color:{color:link hover};
  79. -webkit-transition: all 0.5s ease;
  80. -moz-transition: all 0.5s ease;
  81. -ms-transition: all 0.5s ease;
  82. -o-transition: all 0.5s ease;
  83. transition: all 0.5s ease;
  84. }
  85.  
  86. ::-webkit-scrollbar-thumb:vertical {
  87. background-color: {color:background};
  88. height:100px; }
  89.  
  90. ::-webkit-scrollbar {
  91. height:0px;
  92. width:5px;
  93. background-color: {color:background};
  94. border-left:3px double #686868; }
  95.  
  96. ::selection {
  97. background: #FFF;
  98. color: #BDBDBD;
  99. }
  100.  
  101. ::-moz-selection {
  102. background: #FFF;
  103. color: #BDBDBD;
  104. }
  105.  
  106. ::-webkit-selection {
  107. background: #FFF;
  108. color: #BDBDBD;
  109. }
  110.  
  111.  
  112. #tumblr_controls_a {
  113. height: 0px !important;
  114. border: 0px !important;
  115. box-shadow: 0px !important;}
  116.  
  117.  
  118. #entries {
  119. margin-left:470px;
  120. margin-top:120px;
  121. width:250px;
  122. display: block;
  123.  
  124. }
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134. #sbar {
  135. margin-left:130px;
  136. text-align: center;
  137. background-color:{color:background};
  138. width:200px;
  139. position:fixed;
  140. display: block;
  141. }
  142.  
  143. #simg img {
  144. padding:5px;
  145. width:180px;
  146. display:block;
  147. }
  148.  
  149. #title {
  150. margin-top:10px;
  151. margin-bottom:15px;
  152. font-size:20px;
  153. font-family: 'Special Elite', cursive;
  154. }
  155.  
  156. #stext {
  157. text-align:justify;
  158. font-color:{color:text};
  159. padding: 5px 20px 0px 20px;
  160. display:block;
  161. }
  162.  
  163.  
  164.  
  165. .nav {
  166. font-size:8px;
  167. text-transform: uppercase;
  168. letter-spacing:4px;
  169. }
  170.  
  171. .nav:hover {
  172. font-color:{color:text};
  173. padding:10px;
  174. }
  175.  
  176.  
  177.  
  178. #posts{
  179. overflow:hidden;
  180. width:250px;
  181. background-color: {color:entry};
  182. margin-bottom: 120px;
  183. padding:10px;
  184. {block:indexpage}
  185. {block:ifopacity}
  186. opacity:1;
  187. {/block:ifopacity}
  188. {/block:indexpage}
  189. }
  190.  
  191.  
  192.  
  193.  
  194. #posts img:hover {
  195. {block:indexpage}
  196. {block:ifopacity}
  197. opacity:{text:opacity lvl};
  198. {/block:ifopacity}
  199. {/block:indexpage}
  200.  
  201. -webkit-transition: all {text:hover time} ease;
  202. -moz-transition: all {text:hover time} ease;
  203. -o-transition: all {text:hover time} ease;
  204. }
  205.  
  206.  
  207.  
  208.  
  209.  
  210. .source{
  211. font-family:times new roman;
  212. margin-top:10px;
  213. padding-top:10px;
  214. padding-bottom:10px;
  215. border-top:1px solid {color:border color};
  216. }
  217.  
  218. .tags{
  219. text-transform:lowercase;
  220. font-size:9px;
  221. font-style:italic;
  222. padding-left:5px;
  223. width:430px;
  224. text-align:left;
  225. position:absolute;
  226. float:left;
  227. }
  228.  
  229. .tags a {
  230. color:{color:link};
  231. margin-right:8px;
  232. }
  233.  
  234. .tags a:hover {
  235. background-color:{color:tags hover};
  236. }
  237.  
  238. .info {
  239. padding-right:5px;
  240. font-size:8px;
  241. width:50px;
  242. text-align:right;
  243. float:right;
  244. }
  245.  
  246. .info a {
  247. color:{color:link};
  248. }
  249.  
  250. .info a:hover {
  251. color:{color:link hover};
  252. }
  253.  
  254. blockquote {
  255. border-left: 1px solid #ffffff;
  256. padding:0px 20px 0px 20px;
  257. margin:5px;
  258. }
  259.  
  260.  
  261.  
  262. #quote {
  263. letter-spacing:1px;
  264. font-style:italic;
  265. font-size:12px;
  266. text-align:left;
  267. margin:0px 50px 10px 50px;
  268. line-height: 100%;
  269. }
  270.  
  271. #quotesource {
  272. letter-spacing:1px;
  273. font-size:7px;
  274. text-transform:uppercase;
  275. text-align:right;
  276. padding:0px 50px 0px 50px;
  277. line-height: 100%;
  278. }
  279.  
  280.  
  281. #credit {
  282. position:fixed;
  283. right:10px;
  284. bottom:10px;
  285. text-transform:uppercase;
  286. font-family:'helvetica';
  287. font-size:8px;
  288. letter-spacing:1px;
  289. padding:5px;
  290. -webkit-transition: all 0.5s ease;
  291. -moz-transition: all 0.5s ease;
  292. -ms-transition: all 0.5s ease;
  293. -o-transition: all 0.5s ease;
  294. transition: all 0.5s ease;
  295. }
  296.  
  297.  
  298.  
  299.  
  300. .user_1 .label {color:{color:text}; font-weight:bold;}
  301. .user_2 .label {color:{color:text}; font-weight:bold;}
  302. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px;}
  303.  
  304.  
  305. .audio { height:110px; margin-bottom:5px; }
  306. .audio-album { position:absolute; width:100px; }
  307. .audio-player { opacity:0.6; filter:alpha(opacity=60); border:5px solid #f2f2f2; width:25px; height:25px; overflow:hidden; position:absolute; z-index:2; margin-left:33px; margin-top:33px; }
  308. .audio-info {text-transform:lowercase; letter-spacing:2px; text-align:center; margin-left:101px; padding:40px; border-top:}
  309.  
  310.  
  311.  
  312. #notes {font-weight:normal; font-size:7px; text-transform:uppercase; letter-spacing:2px; }
  313. #notes li {padding-bottom:1em;}
  314. #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px;}
  315.  
  316.  
  317.  
  318. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1;}
  319.  
  320.  
  321. {CustomCSS}
  322.  
  323. </style>
  324.  
  325.  
  326. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  327. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  328. <script type="text/javascript" charset="utf-8">
  329. var $j = jQuery.noConflict();
  330. $j(function() {
  331. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  332. $j("img").lazyload({
  333. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  334. effect: "fadeIn",
  335. });
  336. });
  337. </script>
  338.  
  339. </head>
  340.  
  341.  
  342.  
  343. <body>
  344.  
  345.  
  346. <div id="credit"><a href="http://cleamour.tumblr.com/" title="theme by cleamour.">clmr</a></div>
  347.  
  348.  
  349. <div id="sbar">
  350. <center><div id="simg"><img src="{image:sidebar}"></div></center>
  351. <div id="stext">
  352. <div id="title">{Title}</div>
  353. {block:Description}{Description}{/block:Description}
  354. </div>
  355. <table width="160" border="0" cellspacing="2" cellpadding="10" style="margin:5px 20px 0px 20px;">
  356. <tr>
  357. <td align="left" style="border-bottom:1px solid {color:border color};"><a class="nav" href="/">index</a></td>
  358. </tr>
  359. <tr>
  360. <td align="left" style="border-bottom:1px solid {color:border color};"><a class="nav" href="/ask">inbox</a></td>
  361. </tr>
  362. <tr>
  363. <td align="left" style="border-bottom:1px solid {color:border color};">{block:ifLink1}<a class="nav" href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</td>
  364. </tr>
  365. <tr>
  366.  
  367. <tr>
  368.  
  369. <td align="left" style="border-bottom:1px solid #E6E6E6;" class="nav">
  370. {block:PreviousPage}
  371. <a href="{PreviousPage}"><big>‹</big> </a>
  372. {/block:PreviousPage} page
  373. {CurrentPage}
  374. {block:NextPage}<a href="{NextPage}"> <big>›</big></a>
  375. {/block:NextPage}
  376. </tr>
  377. </table>
  378.  
  379. </div>
  380.  
  381. <div id="entries">
  382. {block:Posts}
  383. <div id="posts">
  384.  
  385. {block:Title}<big><b>{Title}</b></big>{/block:Title}
  386. {block:Text}{Body}{/block:Text}
  387.  
  388. {block:Quote}
  389. <div id="quote">{Quote}</div>
  390. <div id="quotesource">— {Source}</div>
  391. {/block:Quote}
  392.  
  393. {block:Link}<a href="{URL}" class="link" {Target}><big><b>{Name}</b></big></a>
  394. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  395.  
  396. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  397.  
  398. {LinkCloseTag}</center>{/block:Photo}
  399. {block:Photoset}<center>{Photoset-250}</center>
  400.  
  401. {/block:Photoset}
  402.  
  403. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}
  404.  
  405. <span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  406.  
  407. {/block:Chat}
  408.  
  409. {block:Video}{Video-250}{/block:Video}
  410.  
  411. {block:Answer}
  412. <table style="padding-bottom:5px;margin-bottom:5px;">
  413. <tr>
  414. <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-24}" style="border:1px solid #bbbbbb; padding:10px;"></td>
  415. <td style="vertical-align:top;"><span style="text-transform:lowercase; letter-spacing:1px;"><b>{Asker} asked:</b></span><br>{Question}</td>
  416. </tr>
  417. </table>
  418. {Answer}{/block:answer}
  419.  
  420. {block:Audio}<div class="audio">
  421. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  422. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  423. </div>
  424. <div class="audio-info">
  425. {block:TrackName}<span style="font-size:7px; text-transform:uppercase; ">{TrackName}{/block:TrackName}{block:Artist} - {Artist}<br>({PlayCountWithLabel})</span>{/block:Artist}
  426. </div></div>
  427.  
  428. {/block:Audio}
  429.  
  430. <div class="source">
  431.  
  432. <div class="info">
  433. <a href="{Permalink}" title="{block:Date}{TimeAgo}{/block:Date}">{block:NoteCount}({NoteCount}){/block:NoteCount}</a> {block:ContentSource}<span style="padding-left:5px;"><a href="{SourceURL}" title="{SourceTitle}" />©</a></span>{/block:ContentSource}</div>
  434. </div>
  435.  
  436. </div><br>
  437. {/block:Posts}
  438.  
  439. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  440.  
  441.  
  442.  
  443.  
  444. {block:ContentSource}
  445.  
  446. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  447.  
  448. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  449.  
  450. {/block:SourceLogo}
  451.  
  452. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  453.  
  454. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  455.  
  456.  
  457. </div>
  458.  
  459. </body>
  460. </html>
Advertisement
Add Comment
Please, Sign In to add comment