Advertisement
cleamour

theme thirteen

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