Advertisement
Perfect-Nicholas

Theme #06 - Daydream

May 5th, 2013
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.50 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 006 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="f0f0f0"/>
  22. <meta name="color:Hover" content="#558381"/>
  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:Answer" content="#f8f8f8"/>
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:link1" content="">
  31. <meta name="text:link1 url" content="/">
  32. <meta name="text:link2" content="">
  33. <meta name="text:link2 url" content="/">
  34. <meta name="text:link3" content="">
  35. <meta name="text:link3 url" content="/">
  36. <meta name="text:link4" content="">
  37. <meta name="text:link4 url" content="/">
  38. <meta name="color:scrollbarbg" content="#94adac"/>
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. /* --- SCROLLBAR ---*/
  44.  
  45. ::-webkit-scrollbar {
  46. width: 5px;height: 5px;
  47. }
  48. ::-webkit-scrollbar-button:start:decrement,
  49. ::-webkit-scrollbar-button:end:increment {
  50. height: 6px;display: block;background-color: {color:white};
  51. }
  52. ::-webkit-scrollbar-track-piece {
  53. background-color: {color:scrollbarbg};
  54. }
  55. ::-webkit-scrollbar-thumb:vertical {
  56. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};
  57. }
  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:20px;
  122. margin-bottom:30px;
  123. padding:10px;
  124. margin-top:15px;
  125. background-color:{color:Post};
  126. }
  127.  
  128. /* --- SIDEBAR IMAGE ---*/
  129.  
  130.  
  131. #sidebar {
  132. width:100px;
  133. position:fixed;
  134. margin-left:260px;
  135. margin-top:150px;
  136. opacity:.80;
  137. background-color:{color:Sidebar};
  138. }
  139.  
  140. #sidebarimage {
  141. width 100px;
  142. }
  143.  
  144. #sidebarimage img {
  145. width:100px;
  146. border:solid 1px;
  147. padding:6px;
  148. border-color: {color:border};
  149. background-color:{color:Sidebar};
  150. }
  151.  
  152.  
  153. /* --- SIDEBAR LINKS ---*/
  154.  
  155. .links{
  156. opacity:1;
  157. color:#000000;
  158. -webkit-transition: all 0.8s ease;
  159. -moz-transition: all 0.8s ease;
  160. -o-transition: all 0.8s ease;}
  161.  
  162.  
  163. .links {
  164. position:fixed;
  165. width:55px;
  166. line-height: 90%;
  167. text-transform: uppercase;
  168. position:fixed;
  169. color:#000000;
  170. margin-left: -84px;
  171. margin-top: auto;
  172. text-align: center;
  173. margin-bottom:10px;
  174. padding: 0px;
  175. opacity:0.9;
  176. font-family:calibri;
  177. letter-spacing:4px;
  178. display:block;
  179. -webkit-transition:0.5s linear;
  180. }
  181.  
  182. .links a{
  183. width:80px;
  184. font-family:cambria;
  185. font-style:italic;
  186. font-size:9px;
  187. text-transform:lowercase;
  188. color:{color:sblink};
  189. background-color: white;
  190. padding:1px;
  191. margin-bottom: 7px;
  192. opacity:0.9;
  193. line-height:15px;
  194. border-bottom:1px solid #e3e3e3;
  195. display:block;
  196. -moz-transition-duration:0.4s;
  197. -webkit-transition-duration:0.4s;
  198. -o-transition-duration:0.4s;
  199. }
  200.  
  201. .links a:hover{
  202. color:{color:hover};
  203. text-decoration:underline;
  204. letter-spacing:8px;
  205. opacity:1;
  206. -webkit-transition: all 0.2s ease;
  207. -moz-transition: all 0.2s ease;
  208. -o-transition: all 0.2s ease;
  209. }
  210.  
  211.  
  212. /* --- DESCRIPTION ---*/
  213.  
  214. #description {
  215. position:fixed;
  216. font-family:cambria;
  217. line-height:90%;
  218. font-size:9px;
  219. font-style:italic;
  220. width:100px;
  221. margin-top:5px;
  222. padding:8px;
  223. margin-left:0px;
  224. text-align:justify;
  225. color:{color:text};
  226. }
  227.  
  228. #description a {
  229. color:{color:text};
  230. -moz-transition-duration:0.4s;
  231. -webkit-transition-duration:0.4s;
  232. -o-transition-duration:0.4s;
  233. }
  234.  
  235. /* --- PAGINATION---*/
  236.  
  237.  
  238. #pagination {
  239. width:128px;
  240. text-align:center;
  241. margin-left:-10px;
  242. font-family:trebuchet ms;
  243. font-size:7px;
  244. letter-spacing:0px;
  245. text-transform:uppercase;
  246. font-style:normal;
  247. font-weight:normal;
  248. z-index:100;
  249. bottom:0;
  250. padding:3px;
  251. border:1px
  252. solid #eeeeee;
  253. color:{color:pagination};
  254. }
  255.  
  256. /* --- POST INFO ---*/
  257.  
  258.  
  259. #info {
  260. width:510px;
  261. font-size:8px;
  262. color:#aaaaaa;
  263. margin-top:10px;
  264. margin-left:-10px;
  265. font-family:calibri;
  266. background-color:#fefefe;
  267. padding-left:10px;
  268. padding-top:3px;
  269. text-transform:uppercase;
  270. border-top:1px solid #f3f3f3;
  271. font-style:normal;
  272. letter-spacing:0px;
  273. text-align:left;
  274. -moz-transition-duration:0.5s;
  275. -webkit-transition-duration:0.5s;
  276. -o-transition-duration:0.5s;
  277.  
  278. }
  279.  
  280. /* --- POST TAGS---*/
  281.  
  282.  
  283. #tags {
  284. font-family:cambria;
  285. letter-spacing:0px;
  286. text-transform:lowercase;
  287. font-size:10px;
  288. font-style:italic;
  289. margin-top:4px;
  290. text-align:left;
  291. }
  292.  
  293. #tags
  294. a {
  295. display:inline;background-color:{color:Tags};
  296. padding:-3px;
  297. text-align:left;
  298. -webkit-transition: all 0.6s ease-in-out;
  299. -moz-transition: all 0.6s ease-in-out;
  300. -o-transition: all 0.6s ease-in-out;
  301. -ms-transition: all 0.6s ease-in-out;
  302. transition: all 0.6s ease-in-out;
  303. }
  304.  
  305.  
  306. /* --- QUESTIONS ---*/
  307.  
  308. #questions {
  309. text-align:left;
  310. color: {color:text};
  311. margin-bottom:10px;
  312. padding:10px;
  313. font-size:10px;
  314. text-align:justify;
  315. background-color:{color:background};
  316. }
  317.  
  318. #asker {
  319. font-family:'Bell MT';
  320. font-style:italic;
  321. font-size: 18px;
  322. }
  323.  
  324. #asker a {
  325. color:{color:link};
  326. }
  327.  
  328. #asker a:hover {
  329. color:{color:info link hover};
  330. }
  331.  
  332. /* -- CREDIT --*/
  333.  
  334. #credit {
  335. position:fixed;
  336. right:10px;
  337. bottom:10px;
  338. text-transform:uppercase;
  339. font:10px 'cambria';
  340. letter-spacing:1px;
  341. padding:5px;
  342. -webkit-transition: all 0.5s ease;
  343. -moz-transition: all 0.5s ease;
  344. -ms-transition: all 0.5s ease;
  345. -o-transition: all 0.5s ease;
  346. transition: all 0.5s ease;}
  347.  
  348. #credit:hover {
  349. position:fixed;
  350. right:10px;
  351. bottom:10px;
  352. text-transform:uppercase;
  353. font:10px 'cambria';
  354. letter-spacing:1px;
  355. padding:5px;
  356. text-shadow: 1px 1px 1px #bebebe;
  357. -webkit-transition: all 0.5s ease;
  358. -moz-transition: all 0.5s ease;
  359. -ms-transition: all 0.5s ease;
  360. -o-transition: all 0.5s ease;
  361. transition: all 0.5s ease;}
  362.  
  363. /* -- CHAT --*/
  364.  
  365. .user_1 .label {
  366. font-family:arial;
  367. font-weight:bold;
  368. }
  369.  
  370. .user_2 .label {
  371. font-family:arial;
  372. font-weight:bold;
  373. background-color: #f5f5f5;
  374. }
  375.  
  376. .user_3 .label {
  377. font-family:arial;
  378. font-weight:bold;
  379. }
  380.  
  381. .user_4 .label {
  382. font-family:arial;
  383. font-weight:bold;
  384. background-color: #f5f5f5;
  385. }
  386.  
  387. .user_5 .label {
  388. font-family:arial;
  389. font-weight:bold;
  390. }
  391.  
  392. .user_6 .label {
  393. font-family:arial;
  394. font-weight:bold;
  395. background-color: #f5f5f5;
  396. }
  397. .user_7 .label {
  398. font-family:arial;
  399. font-weight:bold;
  400. }
  401.  
  402. .user_8 .label {
  403. font-family:arial;
  404. font-weight:bold;
  405. background-color: #f5f5f5;
  406. }
  407.  
  408. .ul.chat {
  409. }
  410.  
  411. .chat ol {
  412. }
  413.  
  414. .chat li {
  415. font-family:arial;
  416. list-style:none;
  417. margin-left:-40px;
  418. padding:4px;
  419. }
  420.  
  421. {CustomCSS}</style></head><body>
  422.  
  423. <div id="sidebar">
  424.  
  425. <div class="links">
  426. <br>
  427. {block:IfLink1}
  428. <a href="{text:link1 url}">{text:link1}</a>
  429. {/block:IfLink1}
  430. {block:IfLink2}
  431. <a href="{text:link2 url}">{text:link2}</a>
  432. {/block:IfLink2}
  433. {block:IfLink3}
  434. <a href="{text:link3 url}">{text:link3}</a>
  435. {/block:IfLink3}
  436. {block:IfLink4}
  437. <a href="{text:link4 url}">{text:link4}</a>
  438. {/block:IfLink4}
  439.  
  440. </div>
  441.  
  442. <div id="sidebarimage"><img src="{image:sidebar}">
  443. </div>
  444.  
  445.  
  446. <div id="pagination">
  447. {block:Pagination}
  448. {block:PreviousPage}
  449. <a href="{PreviousPage}">←</a> {/block:PreviousPage}{CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">→</a><br />{/block:NextPage}{/block:Pagination}</div>
  450.  
  451.  
  452. <div id="description">
  453. {Description}
  454. </div>
  455.  
  456.  
  457.  
  458. </div>
  459.  
  460. <div id="entries">{block:Posts}<div id="post">
  461. {block:ContentSource}
  462. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  463. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  464. {/block:SourceLogo}
  465. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  466. {/block:ContentSource}
  467.  
  468. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  469.  
  470. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  471.  
  472. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  473.  
  474. {block:Quote}<h2>❝ &nbsp;{Quote}</h2>{block:Source} —{Source}{/block:Source}{/block:Quote}
  475.  
  476. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  477.  
  478. {block:Chat}<ul class="chat">{block:Title}{Title}{/block:Title} {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  479.  
  480. {block:Audio}<section class="top audio"><left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  481. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  482. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  483. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times </section>
  484. {/block:Audio}
  485.  
  486. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  487.  
  488. {block:Answer}<div id="asker"><a>{Asker}</a>:</div><br><div id="questions"><i>{Question}</i><br></div>
  489. {Answer}{/block:answer}
  490.  
  491. <div id="info">
  492. {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}
  493.  
  494.  
  495. </div>
  496.  
  497.  
  498. <div class="note">
  499. {block:PostNotes}{PostNotes}{/block:PostNotes}
  500. </div>
  501. </div>
  502. {/block:Posts}</div></div></div>
  503.  
  504.  
  505.  
  506. <!--
  507. THEME MAKER CREDIT
  508. -->
  509.  
  510. <div id="credit"><a href="http://llermans.tumblr.com/">llmns</a></div>
  511.  
  512. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement