Advertisement
cleamour

theme eight

Apr 18th, 2013
5,029
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.35 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. <head>
  15.  
  16. <!-- DEFAULT VARIABLES -->
  17. <script type="text/javascript">
  18. Cufon.replace('.wrapper');
  19. Cufon.replace('#titles');
  20. </script>
  21.  
  22. <meta name="color:background" content="#ffffff" />
  23. <meta name="color:entry" content="#ffffff" />
  24.  
  25. <meta name="color:text" content="#0e0e0e" />
  26. <meta name="color:link" content="#414040" />
  27. <meta name="color:link hover" content="#6d6d6d" />
  28. <meta name="color:blockquote color" content="#0e0e0e" />
  29. <meta name="color:side border" content="#c7c7c7" />
  30.  
  31.  
  32. <meta name="text:Link1" content="#" />
  33. <meta name="text:Link1 Title" content="one" />
  34. <meta name="text:Link2" content="#" />
  35. <meta name="text:Link2 Title" content="two" />
  36. <meta name="text:Link3" content="#" />
  37. <meta name="text:Link3 Title" content="three" />
  38.  
  39.  
  40.  
  41.  
  42. <title>{Title}{block:SearchPage} ({lang:Search results for SearchQuery}){/block:SearchPage}{block:PermalinkPage}{block:PostSummary} — {PostSummary}{/block:PostSummary}{/block:PermalinkPage}</title>
  43.  
  44. <link rel="shortcut icon" href="{Favicon}">
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46. {block:Description}
  47. <meta name="description" content="{MetaDescription}" />
  48. {/block:Description}
  49.  
  50.  
  51. </head>
  52.  
  53. <style type="text/css">
  54.  
  55.  
  56. body {
  57. color:{color:text};
  58. background-color:{color:background};
  59. background-attachment:fixed;
  60. font-family:'arial';
  61. font-size:10px;
  62. line-height:100%;
  63. text-align:justify;
  64. }
  65.  
  66. a:link, a:active, a:visited {
  67. color: {color:link};
  68. text-decoration:none;
  69. -webkit-transition: all 0.5s ease;
  70. -moz-transition: all 0.5s ease;
  71. -ms-transition: all 0.5s ease;
  72. -o-transition: all 0.5s ease;
  73. transition: all 0.5s ease;
  74. opacity: 1;
  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. opacity: 1;
  85. text-shadow: 1px 1px 1px #bebebe;
  86. }
  87.  
  88.  
  89. ::-webkit-scrollbar-thumb:vertical {
  90. background-color: #000000;
  91. height:100px; }
  92.  
  93. ::-webkit-scrollbar {
  94. height:0px;
  95. width:7px;
  96. background-color: #ffffff; }
  97.  
  98.  
  99. #entries {
  100. width:520px;
  101. margin-top:90px;
  102. margin-left:590px;
  103. display: block;
  104. }
  105.  
  106. #sbar {
  107. width:500px;
  108. height:100%;
  109. top:0px;
  110. border-right:1px solid {color:side border};
  111. position:fixed;
  112. display: block;
  113. }
  114.  
  115.  
  116. #title {
  117. text-align:right;
  118. font-size:25px;
  119. font-color:{color:text};
  120. font-family:'elephant';
  121. font-style:italic;
  122. display: block;
  123. }
  124.  
  125. #stext {
  126. margin-top:250px;
  127. text-align: right;
  128. margin-left:200px;
  129. font-size:10px;
  130. font-color:{color:text};
  131. font-family:'arial';
  132. width: 200px;
  133. display:block;
  134. }
  135.  
  136. #stext:hover #nav{
  137. -webkit-transition: all 0.5s ease;
  138. -moz-transition: all 0.5s ease;
  139. -ms-transition: all 0.5s ease;
  140. -o-transition: all 0.5s ease;
  141. transition: all 0.5s ease;
  142. opacity:1;
  143. }
  144.  
  145. #stext:hover #pag{
  146. -webkit-transition: all 0.5s ease;
  147. -moz-transition: all 0.5s ease;
  148. -ms-transition: all 0.5s ease;
  149. -o-transition: all 0.5s ease;
  150. transition: all 0.5s ease;
  151. opacity:1;
  152. }
  153.  
  154. #nav{
  155. width:200px;
  156. text-transform: lowercase;
  157. text-decoration:none;
  158. font-family:'Bell MT';
  159. font-size:12px;
  160. font-style:italic;
  161. letter-spacing:0px;
  162. text-align:right;
  163. margin-bottom:25px;
  164. -webkit-transition: all 0.5s ease;
  165. -moz-transition: all 0.5s ease;
  166. -ms-transition: all 0.5s ease;
  167. -o-transition: all 0.5s ease;
  168. transition: all 0.5s ease;
  169. opacity:0;
  170. }
  171.  
  172. #nav a {
  173. color:{color:link};
  174. }
  175.  
  176. #nav a:hover {
  177. color:{color:link hover};
  178. padding-right:5px;
  179. }
  180.  
  181.  
  182. #pag {
  183. width:200px;
  184. margin-top:20px;
  185. text-align:right;
  186. font-size:10px;
  187. font-family:'Bell MT';
  188. display:block;
  189. -webkit-transition: all 0.5s ease;
  190. -moz-transition: all 0.5s ease;
  191. -ms-transition: all 0.5s ease;
  192. -o-transition: all 0.5s ease;
  193. transition: all 0.5s ease;
  194. opacity:0;
  195. }
  196.  
  197.  
  198. #posts{
  199. overflow:hidden;
  200. width:500px;
  201. background-color: {color:entry};
  202. padding: 10px;
  203. margin-bottom: 100px;
  204. }
  205.  
  206.  
  207. .h1, .link {
  208. color:{color:text};
  209. font-family:'Bell MT';
  210. font-style:italic;
  211. font-size: 18px;
  212. line-height:15px;
  213. text-align:left;
  214. padding-bottom: 3px;
  215. }
  216.  
  217.  
  218. #info{
  219. margin-top:10px;
  220. font-family:'helvetica';
  221. font-size:9px;
  222. text-transform:lowercase;
  223. text-align:center;
  224. padding-left: 20px;
  225. padding-right: 20px;
  226. padding-top: 7px;
  227. }
  228.  
  229. #info a {
  230. color:{color:link};
  231. }
  232.  
  233. #info a:hover {
  234. color:{color:link hover};
  235. }
  236.  
  237.  
  238. #questions {
  239. text-align:left;
  240. color: {color:text};
  241. margin-bottom:10px;
  242. padding:10px;
  243. font-size:10px;
  244. text-align:justify;
  245. background-color:{color:background};
  246. }
  247.  
  248. #asker {
  249. font-family:'Bell MT';
  250. font-style:italic;
  251. font-size: 18px;
  252. }
  253.  
  254. #asker a {
  255. color:{color:link};
  256. }
  257.  
  258. #asker a:hover {
  259. color:{color:info link hover};
  260. }
  261.  
  262.  
  263. blockquote {
  264. border-left: 4px solid;
  265. border-color: {color:blockquote color};
  266. padding-left:5px;
  267. margin:0px 2px 0px 10px
  268. }
  269.  
  270.  
  271.  
  272. #quote {
  273. font-family:'Bell MT';
  274. font-style:italic;
  275. font-size: 18px;
  276. line-height: 100%;
  277. }
  278.  
  279. #quotesrc {
  280. text-align:right;
  281. font-family:'Bell MT';
  282. font-style:italic;
  283. font-size: 15px;
  284. }
  285.  
  286.  
  287. #credit {
  288. position:fixed;
  289. right:10px;
  290. bottom:10px;
  291. text-transform:uppercase;
  292. font:10px 'cambria';
  293. letter-spacing:1px;
  294. padding:5px;
  295. -webkit-transition: all 0.5s ease;
  296. -moz-transition: all 0.5s ease;
  297. -ms-transition: all 0.5s ease;
  298. -o-transition: all 0.5s ease;
  299. transition: all 0.5s ease;
  300. }
  301.  
  302. #credit:hover {
  303. position:fixed;
  304. right:10px;
  305. bottom:10px;
  306. text-transform:uppercase;
  307. font:10px 'cambria';
  308. letter-spacing:1px;
  309. padding:5px;
  310. text-shadow: 1px 1px 1px #bebebe;
  311. -webkit-transition: all 0.5s ease;
  312. -moz-transition: all 0.5s ease;
  313. -ms-transition: all 0.5s ease;
  314. -o-transition: all 0.5s ease;
  315. transition: all 0.5s ease;
  316. }
  317.  
  318.  
  319.  
  320. .user_1 .label {color:{color:text}; font-weight:bold;}
  321. .user_2 .label {color:{color:text}; font-weight:bold;}
  322. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px;}
  323.  
  324.  
  325. .audio { height:100px; margin-bottom:5px; }
  326. .audio-album { position:absolute; width:100px; }
  327. .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:36px; margin-top:36px; }
  328. .audio-info { font-family:'Bell MT';; font-style:italic; font-size:15px; text-align:center; margin-left:100px; padding:45px;}
  329.  
  330.  
  331.  
  332. #notes {font-weight:light; font-size:8px; letter-spacing:2px;}
  333. #notes li {padding-bottom:2em;}
  334. #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:20px; height:20px;}
  335.  
  336.  
  337.  
  338. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1;}
  339.  
  340.  
  341. {CustomCSS}
  342.  
  343.  
  344. </style>
  345.  
  346.  
  347.  
  348. <body>
  349.  
  350.  
  351. <div id="credit"><a href="http://cleamour.tumblr.com/" target="_blank">CLMR</a></div>
  352.  
  353.  
  354. <div id="sbar">
  355. <div id="stext">
  356. <div id="nav">
  357. <a href="/">home</a><br>
  358. <a href="/ask">ask</a><br>
  359. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br>
  360. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br>
  361. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}<br>
  362. </div>
  363. <div id="title">{Title};</div><br>
  364. {block:Description}{Description}{/block:Description}
  365. <div id="pag">
  366. {block:Pagination}
  367. {block:PreviousPage}<a href="{PreviousPage}" style="padding-right:1px;">↼</a>
  368. {/block:PreviousPage}
  369. {block:JumpPagination length="5"}
  370. {block:CurrentPage}<span class="current_page" style="padding-right:2px;padding-left:2px;"><strong>{PageNumber}</strong></span>{/block:CurrentPage}
  371. {block:JumpPage}<a class="jump_page" href="{URL}" style="padding-right:2px;padding-left:2px;">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  372. {block:NextPage}<a href="{NextPage}" style="padding-right:2px;padding-left:2px;">⇀</a>
  373.  
  374. {/block:NextPage}</div></div>{/block:Pagination}
  375. </div>
  376. </div>
  377. </div>
  378.  
  379.  
  380.  
  381. <div id="entries">
  382. {block:Posts}
  383. <div id="posts">
  384.  
  385. {block:Title}<div class="h1">{Title}</div>{/block:Title}
  386. {block:Text}{Body}{/block:Text}
  387.  
  388. {block:Quote}
  389. <div id="quote">❝ {Quote}</div><br><div id="quotesrc">— {Source}</small></small></div>
  390. {/block:Quote}
  391.  
  392. {block:Link}<a href="{URL}" class="link" {Target}><div class="h1">{Name}&nbsp;</div></a>
  393. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  394.  
  395. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  396.  
  397. {LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  398. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}
  399.  
  400. {/block:Photoset}
  401.  
  402. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}
  403.  
  404. <span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  405.  
  406. {/block:Chat}
  407.  
  408. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  409.  
  410. {block:Answer}<div id="asker"><a>{Asker}</a>:</div><br><div id="questions"><i>{Question}</i><br></div>
  411. {Answer}{/block:answer}
  412.  
  413. {block:Audio}<div class="audio">
  414. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  415. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  416. </div>
  417.  
  418. <div class="audio-info">
  419. {block:TrackName}{TrackName}{/block:TrackName} {block:Artist}by {Artist}{/block:Artist}
  420. </div></div>
  421. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  422. {/block:Audio}
  423.  
  424. <div id="info">
  425. {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date}{block:NoteCount} · {NoteCount}{/block:NoteCount}{block:ContentSource} · <a href="{SourceURL}"><b>©</b></a>{/block:ContentSource}{/block:RebloggedFrom}{block:HasTags} · <span style="padding-right:5px;"><strong><u>tagged</u>:</strong></span> {block:Tags}<span style="padding-right:5px;"><a href="{TagURL}">{Tag}</a> </span>{/block:Tags}{/block:HasTags}
  426.  
  427.  
  428. </div></div>
  429.  
  430. <div id="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  431. {/block:Posts}
  432.  
  433.  
  434. {block:ContentSource}
  435.  
  436. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  437.  
  438. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  439.  
  440. {/block:SourceLogo}
  441.  
  442. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  443.  
  444. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  445.  
  446.  
  447.  
  448. </div>
  449.  
  450. </body>
  451. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement