Advertisement
Perfect-Nicholas

Theme #05 - Farewell

May 4th, 2013
1,094
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.71 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. THEME BY ©LLERMANS
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Sidebar" content="#ffffff"/>
  19. <meta name="color:Text" content="#5a5a5a"/>
  20. <meta name="color:Link" content="#94adac"/>
  21. <meta name="color:Tags" content="#ffffff"/>
  22. <meta name="color:Hover" content="#94adac"/>
  23. <meta name="color:Line" content="#f2f2f2"/>
  24. <meta name="color:Border" content="#e4e4e4"/>
  25. <meta name="color:Post" content="#ffffff"/>
  26. <meta name="color:pagination" content="#ffffff"/>
  27. <meta name="color:Bold" content="#94adac"/>
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:bg" content=""/>
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 1 Text" content="" />
  32. <meta name="text:Link 2" content="" />
  33. <meta name="text:Link 2 Text" content="" />
  34. <meta name="text:Link 3" content="" />
  35. <meta name="text:Link 3 Text" content="" />
  36. <meta name="text:Link 4" content="" />
  37. <meta name="text:Link 4 Text" content="" />
  38. <meta name="if:Show Link 1" content="1" />
  39. <meta name="if:Show Link 2" content="1" />
  40. <meta name="if:Show Link 3" content="1" />
  41. <meta name="if:Show Link 4" content="1" />
  42. <meta name="color:scrollbarbg" content="#94adac"/>
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. /* --- SCROLLBAR ---*/
  48.  
  49. ::-webkit-scrollbar {
  50. width: 5px;height: 5px;}
  51. ::-webkit-scrollbar-button:start:decrement,
  52. ::-webkit-scrollbar-button:end:increment {
  53. height: 6px;display: block;background-color: {color:white};}
  54. ::-webkit-scrollbar-track-piece {
  55. background-color: {color:scrollbarbg};}
  56. ::-webkit-scrollbar-thumb:vertical {
  57. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  58.  
  59.  
  60. /* --- BODY ---*/
  61.  
  62. body {
  63. background:{color:background};
  64. margin:0px;
  65. color:{color:text};
  66. font-family:Calibri;
  67. font-size:9px;
  68. line-height:100%;
  69. }
  70.  
  71. a {
  72. text-decoration:none;
  73. outline:none;
  74. -moz-outline-style:none;
  75. color:{color:link};
  76. }
  77.  
  78. img {
  79. border:none;
  80. }
  81.  
  82. blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. blockquote blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. }
  91.  
  92. h1 {
  93. font-size:9px;
  94. text-transform:uppercase;
  95. }
  96.  
  97. a:hover {
  98. opacity:10;
  99. color:{color:hover};
  100. -webkit-transition: all 0.7s ease;
  101. -moz-transition: all 0.7s ease;
  102. -o-transition: all 0.7s ease
  103. }
  104.  
  105. /* --- POST ENTRIES ---*/
  106.  
  107.  
  108. #entries {
  109. padding:10px;
  110. width:500px;
  111. margin-left:450px;
  112. margin-top:40px;
  113. font-size:10px;
  114. }
  115.  
  116. /* --- BODY: POSTS ---*/
  117.  
  118.  
  119. #post {
  120. width:500px;
  121. padding-bottom:50px;
  122. padding:10px;
  123. margin-top:15px;
  124. background-color:{color:Post};
  125. }
  126.  
  127. /* --- SIDEBAR IMAGE ---*/
  128.  
  129.  
  130. #sidebar {background-image: url('{image:Sidebar}'); padding:20px; top:0px; height:100%; position:fixed; margin-top:0px; bottom:0px; left:0px; width:300px; background-color:{color:sidebar};}
  131.  
  132.  
  133. /* --- SIDEBAR LINKS ---*/
  134.  
  135.  
  136.  
  137. .links {
  138. width:159px;
  139. height:5px;
  140. padding: 10px;
  141. font-size:8px;
  142. font-family:'calibri';
  143. text-align:center;
  144. margin-top: 2px;
  145. margin-left:56px;
  146. text-align:center;
  147. text-transform:uppercase;
  148. word-spacing:2px;
  149. position:fixed;
  150. }
  151.  
  152. .links a {
  153. font-size: 8px;
  154. background-color: #fff;
  155. padding:4px 0px 4px 0px;
  156.  
  157. }
  158.  
  159. .links a:hover {
  160. font-size: 8px;
  161. color:#fff;
  162. background-color:{color:hover};
  163. border: 1px double #ffffff;
  164. }
  165.  
  166.  
  167. /* --- DESCRIPTION ---*/
  168.  
  169.  
  170. #description {background-color:#fff; padding:15px; width:120px; margin-top:310px; margin-left:70px; letter-spacing:1px;}
  171.  
  172.  
  173. /* --- PAGINATION---*/
  174.  
  175.  
  176. #pagination {
  177. font-family: helvetica;
  178. margin-left: -8px;
  179. font-size: 11px;
  180. margin-top: 30px;
  181. margin-bottom: 40px;
  182. padding-left: 5px;
  183. text-transform: uppercase;
  184. word-spacing: 15px;
  185. letter-spacing: 1px;
  186. text-align: center;
  187. }
  188.  
  189. #pagination a {
  190. color:{color:link};
  191. }
  192.  
  193. /* --- POST INFO ---*/
  194.  
  195.  
  196. #info {
  197. text-align:left;
  198. margin-top:10px;
  199. text-transform:uppercase;
  200. font-size:8px;
  201. font-style:none;
  202. border-top:1px solid {color:Line}
  203. }
  204.  
  205. /* --- POST TAGS---*/
  206.  
  207.  
  208. #tags {
  209. font-family:cambria;
  210. letter-spacing:0px;
  211. text-transform:lowercase;
  212. font-size:10px;
  213. font-style:italic;
  214. margin-top:4px;
  215. text-align:left;
  216. }
  217.  
  218. #tags
  219. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  220. -webkit-transition: all 0.6s ease-in-out;
  221. -moz-transition: all 0.6s ease-in-out;
  222. -o-transition: all 0.6s ease-in-out;
  223. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  224.  
  225. .quotemark{
  226. opacity:0.08;
  227. position:absolute;
  228. }
  229. .quotemark img{width:25px;}
  230. .quotewords{
  231. font-family: "Inconsolata", monospace;
  232. text-transform:uppercase;
  233. font-size:15px;
  234. letter-spacing:-1px;}
  235. .quotesource{
  236. text-align:right;
  237. font-style:italic;}
  238.  
  239.  
  240. /* -- CREDIT --*/
  241.  
  242. #credit {
  243. position:fixed;
  244. right:10px;
  245. bottom:10px;
  246. text-transform:uppercase;
  247. font:10px 'cambria';
  248. letter-spacing:1px;
  249. padding:5px;
  250. -webkit-transition: all 0.5s ease;
  251. -moz-transition: all 0.5s ease;
  252. -ms-transition: all 0.5s ease;
  253. -o-transition: all 0.5s ease;
  254. transition: all 0.5s ease;}
  255.  
  256. #credit:hover {
  257. position:fixed;
  258. right:10px;
  259. bottom:10px;
  260. text-transform:uppercase;
  261. font:10px 'cambria';
  262. letter-spacing:1px;
  263. padding:5px;
  264. text-shadow: 1px 1px 1px #bebebe;
  265. -webkit-transition: all 0.5s ease;
  266. -moz-transition: all 0.5s ease;
  267. -ms-transition: all 0.5s ease;
  268. -o-transition: all 0.5s ease;
  269. transition: all 0.5s ease;}
  270.  
  271.  
  272. /* --- QUESTIONS ---*/
  273.  
  274. #questions {background-color: #fcfcfc; color: {color:text}; border-top: solid 0px #eeeeee; margin-left:0px; padding:11px; margin-top: 5px; margin-bottom:5px; font-family:calibri; letter-spacing:0px; text-transform:uppercase; font-size:8px; font-style:normal; text-align:left; border-bottom: 1px solid #eeeeee;}
  275.  
  276. #asker {
  277. padding:5px;
  278. font-family:cambria;
  279. letter-spacing:1px;
  280. text-align:left;
  281. font-style:italic;
  282. margin-left:10px;
  283. border-left:3px #eee solid;
  284. background-color:{color:background}
  285. }
  286.  
  287. /* -- AUDIO --*/
  288.  
  289. .audio {
  290. width:500px;
  291. padding-bottom:10px;
  292. background-color:{color:infobg};
  293. }
  294.  
  295. .albumart {
  296. float:left;
  297. padding:0px 10px 10px 0px;
  298. }
  299.  
  300. .albumart img {
  301. width:45px;
  302. height:45px;
  303. }
  304.  
  305. .playercontainer {
  306. text-align:left;
  307. padding:10px;
  308. background-color:#ffffff;
  309. width:480px;
  310. }
  311.  
  312. .audioinfo {
  313. padding:10px;
  314. color:{color:text};
  315. }
  316.  
  317. /* -- CHAT --*/
  318.  
  319. .user_1 .label {color:{color:background}; font-weight:bold; background-color:{color:link}; border:1px double #ffffff; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;}
  320. .user_2 .label {color:{color:text}; font-weight:bold; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri; border:1px double #ffffff;}
  321. .user_3 .label {color:{color:background}; font-weight:bold; background-color:{color:link}; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
  322. .user_4 .label {color:{color:text}; font-weight:bold; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
  323. .user_5 .label {color:{color:background}; font-weight:bold; background-color:{color:link}; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:font-family:calibri;border:1px double #ffffff;}
  324. .user_6 .label {color:{color:text}; font-weight:bold; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
  325. .user_7 .label {color:{color:background}; font-weight:bold; background-color:{color:link}; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
  326. .user_8 .label {color:{color:text}; font-weight:bold; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
  327. .user_9 .label {color:{color:background}; font-weight:bold; background-color:{color:link}; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
  328. .user_10 .label {color:{color:text}; font-weight:bold; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
  329. .user_11 .label {color:{color:background}; font-weight:bold; background-color:{color:link}; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
  330. .user_12 .label {color:{color:text}; font-weight:bold; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
  331. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px;}
  332.  
  333.  
  334.  
  335.  
  336. {CustomCSS}</style></head><body>
  337.  
  338. <div id="sidebar">
  339.  
  340. <div id="description">
  341. {block:Description}{Description}{/block:Description}
  342. </div>
  343.  
  344. <div class="links">
  345. {block:IfShowLink1}<a href="{text:Link 1}">&nbsp;{text:Link 1 Text}&nbsp;</a>{/block:IfShowLink1}
  346. {block:IfShowLink2}<a href="{text:Link 2}">&nbsp;{text:Link 2 Text}&nbsp;</a>{/block:IfShowLink2}
  347. {block:IfShowLink3}<a href="{text:Link 3}">&nbsp;{text:Link 3 Text}&nbsp;</a>{/block:IfShowLink3}
  348. {block:IfShowLink4}<a href="{text:Link 4}">&nbsp;{text:Link 4 Text}&nbsp;</a>{/block:IfShowLink4}
  349. </div>
  350.  
  351.  
  352.  
  353. </div>
  354.  
  355. <div id="entries">{block:Posts}<div id="post">
  356.  
  357. {block:ContentSource}
  358. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  359. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  360. {/block:SourceLogo}
  361. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  362. {/block:ContentSource}
  363.  
  364. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  365.  
  366. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  367.  
  368. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  369.  
  370.  
  371. {block:Quote}
  372. <div class="quotemark"><img src="http://static.tumblr.com/eblp3l5/ISRmghbv3/quotationmarks.png"></div>
  373. <span style="font-size:14px;font-family:times;font-style:italic;">{Quote}</span><br>
  374. {block:Source}
  375. <div class="quotesource">— {Source}</div>
  376. {/block:Source}
  377. {/block:Quote}
  378.  
  379. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  380.  
  381. {block:Chat}
  382. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></p>
  383. {/block:Chat}
  384.  
  385. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  386. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  387. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  388. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  389. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  390.  
  391. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  392.  
  393. {block:Answer}<div style="font-size: 8px;"><div id="questions"><img src="{AskerPortraitURL-16}"> {Asker} asked:<br/> "{Question}"</div></div>
  394. {Answer}{/block:answer}
  395.  
  396. <div id="info">
  397. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  398. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  399. {/block:Posts}
  400. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  401. {/block:Posts}</div>
  402.  
  403.  
  404. {block:Pagination}<div id="pagination">
  405. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  406. {block:JumpPagination length="10"}
  407. {block:CurrentPage}<span class="current_page">{PageNumber}</span>
  408. {/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  409. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  410. </div>
  411. {/block:Pagination}
  412. </div>
  413.  
  414. <!--
  415. THEME MAKER CREDIT
  416. -->
  417.  
  418. <div id="credit"><a href="http://llermans.tumblr.com/">llmns</a></div>
  419.  
  420.  
  421. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement