Advertisement
cleamour

theme sixteen

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