Advertisement
cleamour

theme twelve

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