Advertisement
cleamour

theme fourteen

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