Advertisement
paulveretts

Theme #36 / You

Sep 20th, 2014
1,355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.67 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5. <title>{Title}</title>
  6.  
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <!--------------------------------------------
  12.  
  13. THEME BY JÚLIA // @mclahei
  14. Base code by @britishrobert;
  15.  
  16. YOU CAN:
  17. * Tweak the code on your blog.
  18. * Reblog/Like the original post.
  19. * Come to me if you need any help.
  20. * Take little parts of the code to
  21. get a desired effect. Keep in
  22. mind I mean /little/ parts only.
  23. Enjoy this theme :)
  24.  
  25. YOU CAN'T:
  26. * Repost any of the codes.
  27. * Remove credit from view.
  28. * Use this as a base code,
  29. as it was made from one
  30. that does not belong to me.
  31.  
  32. --------------------------------------------->
  33.  
  34. <link rel="shortcut icon" href="{Favicon}">
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  36. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37.  
  38.  
  39. <meta name="color:Background" content="#FFFFFF">
  40. <meta name="color:Link" content="#888c91">
  41. <meta name="color:Link Hover" content="#9D9D9D">
  42. <meta name="color:Text" content="#999999">
  43. <meta name="color:Title" content="#808080">
  44. <meta name="color:Scrollbar" content="#888c91">
  45. <meta name="color:Blockquote" content="#EAEAEA">
  46. <meta name="color:Info Border" content="#F5F5F5">
  47. <meta name="color:Questions Border" content="#FBFBFB">
  48.  
  49. <meta name="image:Sidebar" content=""/>
  50.  
  51. <meta name="if:Show 400px posts" content="0"/>
  52. <meta name="if:Show Link1" content="0" />
  53. <meta name="if:Show Link2" content="0" />
  54. <meta name="if:Show Link3" content="0" />
  55. <meta name="if:Show Link4" content="0" />
  56.  
  57. <meta name="text:link1" content="">
  58. <meta name="text:link1 url" content="/">
  59. <meta name="text:link2" content="">
  60. <meta name="text:link2 url" content="/">
  61. <meta name="text:link3" content="">
  62. <meta name="text:link3 url" content="/">
  63. <meta name="text:link4" content="">
  64. <meta name="text:link4 url" content="/">
  65.  
  66.  
  67. <style type="text/css">
  68.  
  69. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  70. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  71. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  72.  
  73.  
  74. h1 {
  75. font-weight:normal;
  76. font-size:12px;
  77. text-align:center;
  78. font-style:italic;
  79. line-height:50%;
  80. letter-spacing:0px;
  81. font-family:calibri;
  82. text-transform:none;
  83. color:{color:Text};
  84. }
  85.  
  86. h2 {
  87. font-size:12px;
  88. font-family:calibri;
  89. letter-spacing:0px;
  90. margin-bottom:12px;
  91. padding-bottom:10px;
  92. font-weight:normal;
  93. line-height:90%;
  94. text-transform:lowercase;
  95. color:{color:Text};
  96. margin: 0px;
  97. }
  98.  
  99. pre {
  100. {block:ifNotShow400pxposts}
  101. width:500px;
  102. {/block:ifNotShow400pxposts}
  103. {block:ifShow400pxposts}
  104. width:400px;
  105. {/block:ifShow400pxposts}
  106. text-align: left;
  107. word-wrap: break-word;
  108. color:{color:Text};
  109. }
  110.  
  111. blockquote {
  112. border-left:1px solid {color:Blockquote};
  113. padding-left:6px;
  114. margin:8px;
  115. }
  116.  
  117. body {
  118. font-family:calibri;
  119. color: {color:Text};
  120. background-color:{color:Background};
  121. }
  122.  
  123. a {
  124. color: {color:Link};
  125. text-decoration: none;
  126. }
  127.  
  128. a:hover {
  129. color: {color:Link Hover};
  130. text-decoration:underline;
  131. }
  132.  
  133. .sidebar {
  134. width:150px;
  135. position: fixed;
  136. margin-top:70px;
  137. margin-left:600px;
  138. }
  139.  
  140. .sidebarimage {
  141. width:150px;
  142. margin-bottom:4px;
  143. }
  144.  
  145. .sidebarlinks {
  146. padding-bottom:3px;
  147. margin-bottom:3px;
  148. margin-top:10px;
  149. font-size:11px;
  150. font-family:calibri;
  151. text-transform:lowercase;
  152. text-align:center;
  153. }
  154.  
  155. .sidebarlinks a {
  156. width:10px;
  157. display:inline-block;
  158. font-size:9px;
  159. background:#f5f5f5;
  160. color:{color:Link};
  161. padding:6px;
  162. margin-bottom:3px;
  163. }
  164.  
  165. .sidebarlinks a:hover {
  166. color:{color:Link Hover};
  167. background:#fff;
  168. }
  169.  
  170. .title {
  171. text-transform:lowercase;
  172. text-align:left;
  173. font-family:calibri;
  174. color:{color:Title};
  175. margin-bottom:5px;
  176. border-top:1px solid #f3f3f3;
  177. padding-top:10px;
  178. font-weight:900;
  179. }
  180.  
  181. .description {
  182. padding:2px;
  183. padding-bottom:10px;
  184. line-height:100%;
  185. text-align:justify;
  186. margin-top:5px;
  187. margin-bottom:10px;
  188. font-size:10px;
  189. font-family:calibri;
  190. color:{color:Text};
  191. border-bottom:1px solid #f3f3f3;
  192. }
  193.  
  194. .description a {
  195. color:{color:Link};
  196. }
  197.  
  198. .description a:hover {
  199. color:{color:Link Hover};
  200. }
  201.  
  202. .pagination {
  203. font-family:calibri;
  204. text-align:center;
  205. font-size:11px;
  206. text-align:center;
  207. }
  208.  
  209. .pagination a {
  210. color:{color:Link};
  211. padding:3px;
  212. -moz-transition-duration: 0.5s;
  213. -o-transition-duration: 0.5s;
  214. -webkit-transition-duration: 0.5s;
  215. transition-duration: 0.5s;
  216. }
  217.  
  218. .pagination a:hover {
  219. color:{color:Link Hover};
  220. text-decoration:underline;
  221. -moz-transition-duration: 0.5s;
  222. -o-transition-duration: 0.5s;
  223. -webkit-transition-duration: 0.5s;
  224. transition-duration: 0.5s;
  225. }
  226.  
  227. /*audio*/
  228.  
  229. #song {
  230. font-size:10px;
  231. text-transform:lowercase;
  232. padding:10px;
  233. color:#aaa;
  234. }
  235.  
  236. .albumart {
  237. margin-top:-10px;
  238. width:50px;
  239. position:absolute;
  240. z-index:2;
  241. }
  242.  
  243. .audiop {
  244. padding:10px;
  245. background:#fafafa;
  246. padding-top:20px;
  247. position:relative;
  248. }
  249.  
  250. .audioinfo {
  251. margin-left:51px;
  252. padding:7px;
  253. letter-spacing:1px;
  254. font-size:7px;
  255. line-height:170%;
  256. text-transform:uppercase;
  257. text-align:right;
  258. }
  259.  
  260. .player {
  261. width:15px;
  262. margin-top:-3px;
  263. margin-left:-4px;
  264. height:15px;
  265. border-radius:500px;
  266. padding:10px;
  267. overflow:hidden;
  268. }
  269.  
  270. .playerb {
  271. margin-top:2px;
  272. margin-left:10px;
  273. width:40px;
  274. border-radius:500px;
  275. height:40px;
  276. z-index:3;
  277. position:absolute;
  278. opacity:1;
  279. background-color:white;
  280. -webkit-transition:all 0.6s ease-out;
  281. -moz-transition:all 0.6s ease-out;
  282. transition:all 0.6s ease-out;
  283. }
  284.  
  285. .audiop:hover .playerb {
  286. opacity:0.5;
  287. -webkit-transition:all 0.6s ease-out;
  288. -moz-transition:all 0.6s ease-out;
  289. transition:all 0.6s ease-out;}
  290.  
  291. .container {
  292. width:900px;
  293. margin: auto;
  294. margin-top:-8px;
  295. }
  296.  
  297. .postscontainer {
  298. {block:ifNotShow400pxposts}
  299. max-width:500px;
  300. {/block:ifNotShow400pxposts}
  301. {block:ifShow400pxposts}
  302. max-width:400px;
  303. {/block:ifShow400pxposts}
  304. margin: auto;
  305. margin-top:-40px;
  306. margin-left:50px;
  307. }
  308.  
  309. .posts {
  310. {block:ifNotShow400pxposts}
  311. width:500px;
  312. {/block:ifNotShow400pxposts}
  313. {block:ifShow400pxposts}
  314. width:400px;
  315. {/block:ifShow400pxposts}
  316. line-height:100%;
  317. font-size:10px;
  318. font-family:calibri;
  319. margin-top:100px;
  320. text-align:justify;
  321. }
  322.  
  323. .posts img {
  324. {block:ifNotShow400pxposts}
  325. max-width:500px;
  326. {/block:ifNotShow400pxposts}
  327. {block:ifShow400pxposts}
  328. max-width:400px;
  329. {/block:ifShow400pxposts}
  330. }
  331.  
  332. .info {
  333. margin-top:20px;
  334. padding-top:3px;
  335. margin-bottom:1px;
  336. text-align:left;
  337. font-size:10px;
  338. font-family:calibri;
  339. color:{color:Text};
  340. border-top:1px solid {color:Info Border};
  341. }
  342.  
  343. .info a {
  344. color:{color:Link};
  345. }
  346.  
  347. .info a:hover {
  348. text-decoration:underline;
  349. color:{color:Link Hover};
  350. }
  351.  
  352. .tags {
  353. {block:ifNotShow400pxposts}
  354. width:500px;
  355. {/block:ifNotShow400pxposts}
  356. {block:ifShow400pxposts}
  357. width:400px;
  358. {/block:ifShow400pxposts}
  359. position:absolute;
  360. margin-top:1px;
  361. line-height:100%;
  362. font-family:calibri;
  363. font-size:10px;
  364. text-align:left;
  365. }
  366.  
  367. .tags a {
  368. color:{color:Link};
  369. }
  370.  
  371. .tags a:hover {
  372. text-decoration:underline;
  373. color:{color:Link Hover};
  374. }
  375.  
  376. .postnote {
  377. {block:ifNotShow400pxposts}
  378. width:500px;
  379. {/block:ifNotShow400pxposts}
  380. {block:ifShow400pxposts}
  381. width:400px;
  382. {/block:ifShow400pxposts}
  383. font-family:calibri;
  384. text-transform:lowercase;
  385. font-size:10px;
  386. text-align:left;
  387. line-height:90%;
  388. margin-top:40px;
  389. }
  390.  
  391. .postnote li {
  392. list-style-type:none;
  393. border-bottom:1px solid {color:Info Border};
  394. padding:37px 0px 3px 0px;
  395. text-align:left;
  396. margin:0px;
  397. -moz-transition-duration:0.5s;
  398. -webkit-transition-duration:0.5s;
  399. -o-transition-duration:0.5s;
  400. }
  401.  
  402. .postnote img {
  403. width:20px;
  404. padding: 3px;
  405. margin:2px 7px -3px 6px;
  406. text-align:left;
  407. }
  408.  
  409. .music {
  410. width:500px;
  411. {block:ifShow400pxposts}
  412. width:400px;
  413. {/block:ifShow400pxposts}
  414. padding-bottom:10px;
  415. }
  416.  
  417. .playercontainer {
  418. text-align:left;
  419. padding:5px 5px -5px;
  420. width:25px;
  421. }
  422.  
  423. .musicinfo {
  424. padding:10px;
  425. margin-top:9px;
  426. color:{color:Text};
  427. }
  428.  
  429. .quote {
  430. font-size:10px;
  431. font-family:calibri;
  432. letter-spacing:0px;
  433. line-height:90%;
  434. font-weight:normal;
  435. text-align:center;
  436. }
  437.  
  438. .source {
  439. font-family:calibri;
  440. font-size:10px;
  441. font-style:italic;
  442. font-weight:bold;
  443. text-align:center;
  444. line-height:17px;
  445. }
  446.  
  447. .chat ol {
  448. font-size:10px;
  449. font-family:calibri;
  450. line-height:100%;
  451. padding:0px;
  452. list-style:none;
  453. }
  454.  
  455. .label {
  456. font-size:8px;
  457. text-transform:uppercase;
  458. letter-spacing:1px;
  459. padding:5px;
  460. font-family:calibri;
  461. font-weight:900;
  462. color:{color:Text};
  463. }
  464.  
  465. .line.odd {
  466. padding:5px;
  467. margin-bottom:2px;
  468. }
  469.  
  470. .line.even {
  471. padding:5px;
  472. margin-bottom:2px;
  473. background-color:#fafafa;
  474. }
  475.  
  476. #q {
  477. font-size:13px;
  478. padding-right:10px;
  479. font-weight:900;
  480. text-transform:uppercase;
  481. }
  482.  
  483. .answer {
  484. {block:ifNotShow400pxposts}
  485. width:500px;
  486. {/block:ifNotShow400pxposts}
  487. {block:ifShow400pxposts}
  488. width:400px;
  489. {/block:ifShow400pxposts}
  490. padding:0px 5px 0px 5px;
  491. }
  492.  
  493. #questions {
  494. {block:ifNotShow400pxposts}
  495. width:500px;
  496. {/block:ifNotShow400pxposts}
  497. {block:ifShow400pxposts}
  498. width:400px;
  499. {/block:ifShow400pxposts}
  500. background:#fafafa;
  501. text-align:left;
  502. font-weight:normal;
  503. line-height:130%;
  504. padding-top:10px;
  505. padding-left:10px;
  506. padding-bottom:10px;
  507. color:{color:text};
  508. }
  509.  
  510. .credit {
  511. position:fixed;
  512. font-family:arial;
  513. font-size:10px;
  514. font-weight:normal;
  515. line-height:150%;
  516. right:-50px;
  517. bottom:10px;
  518. text-align:center;
  519. -moz-transition-duration: 0.4s;
  520. -o-transition-duration: 0.4s;
  521. -webkit-transition-duration: 0.4s;
  522. transition-duration: 0.4s;
  523. }
  524.  
  525. .credit a {
  526. font-style:normal;
  527. padding:3px;
  528. color:{color:Link};
  529. padding:2px;
  530. -moz-transition-duration: 0.4s;
  531. -o-transition-duration: 0.4s;
  532. -webkit-transition-duration: 0.4s;
  533. transition-duration: 0.4s;
  534. }
  535.  
  536. .credit:hover {
  537. right:5px;
  538. -moz-transition-duration: 0.4s;
  539. -o-transition-duration: 0.4s;
  540. -webkit-transition-duration: 0.4s;
  541. transition-duration: 0.4s;
  542. }
  543.  
  544. .credit a:hover {
  545. color:#f32837;
  546. background:#fafafa;
  547. text-decoration:none;
  548. -moz-transition-duration: 0.4s;
  549. -o-transition-duration: 0.4s;
  550. -webkit-transition-duration: 0.4s;
  551. transition-duration: 0.4s;
  552. }
  553.  
  554. </style>
  555. </head>
  556.  
  557. <body>
  558. <div class="container">
  559. <div class="sidebar">
  560. <center><a href="/">
  561. <img src="{image:sidebar}" class="sidebarimage">
  562. </a></center>
  563. <div class="description">
  564. <div class="title">{Title}</div>
  565. {Description}
  566. </div>
  567.  
  568. <div class="sidebarlinks">
  569. <a href="/" title="index">i</a></a>
  570. <a href="/ask" title="message">ii</a>
  571. {block:ifShowLink1}
  572. <a href="{text:link1 url}" title="{text:link1}">iii</a>
  573. {/block:IfShowLink1}
  574. {block:ifShowLink2}
  575. <a href="{text:link2 url}" title="{text:link2}">iv</a>
  576. {/block:IfShowLink2}
  577. {block:ifShowLink3}
  578. <a href="{text:link3 url}" title="{text:link3}">v</a>
  579. {/block:IfShowLink3}
  580. {block:ifShowLink4}
  581. <a href="{text:link4 url}" title="{text:link4}">vi</a>
  582. {/block:IfShowLink4}
  583. </div>
  584. {block:Pagination}
  585. <div class="pagination">
  586. {block:PreviousPage}
  587. <a href="{PreviousPage}"> back </a>
  588. {/block:PreviousPage}
  589. {block:NextPage}
  590. <a href="{NextPage}"> next </a>
  591. {/block:NextPage}
  592. </div>
  593. {/block:Pagination}
  594. </div>
  595.  
  596.  
  597.  
  598.  
  599. <div class="postscontainer">
  600. {block:Posts}
  601.  
  602. <div class="posts">
  603.  
  604. {block:Text}
  605. {block:Title}<h2>{Title}</h2>{/block:Title}
  606. {Body}
  607. {/block:Text}
  608.  
  609. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  610.  
  611. {/block:Quote}
  612.  
  613. {block:Link}
  614. <h2><a href="{URL}">{Name}</a></h2>
  615. {block:Description}{Description}{/block:Description}
  616. {/block:Link}
  617.  
  618. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  619. </ol></div>{/block:Chat}
  620.  
  621. {block:Answer}<div id="questions">
  622. <span id="q">q: </span>
  623. {Question}<br></div>
  624. <div class="answer">{Answer}</div>
  625. {/block:Answer}
  626.  
  627. {block:Photo}
  628. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  629. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  630. {/block:Photo}
  631.  
  632. {block:Photoset}
  633. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  634. {block:Caption}{Caption}{/block:Caption}
  635. {/block:Photoset}
  636.  
  637. {block:Audio}
  638. <div class="audiop">
  639. <div class="playerb"><div class="player">
  640. {AudioPlayerWhite}
  641. </div></div>
  642. <div class="audioinfo">
  643. {block:TrackName}<div id="song"><b><big>{TrackName}</big></b>{/block:TrackName} —
  644. {block:Artist}{Artist}{/block:Artist} — {block:Playcount}{Playcount} plays<br>{/block:Playcount}</div></div><br></div>
  645. {/block:Audio}
  646.  
  647. {block:Video}
  648. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  649. {block:Caption}{Caption}{/block:Caption}
  650. {/block:Video}
  651.  
  652. {block:Date}<div class="info"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}  <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} © <a href="{SourceURL}"></a><a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource} /<a href="{ReblogURL}">reblog</a>{/block:RebloggedFrom}</div>{/block:Date}
  653.  
  654. {block:HasTags}
  655. <div class="tags">
  656. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  657. </div>
  658. {/block:HasTags}
  659.  
  660. <div class="postnote">
  661. {block:PostNotes}{PostNotes}{/block:PostNotes}
  662. </div>
  663. {/block:Posts}
  664.  
  665.  
  666. <div class="credit"><a href="http://mclahei.tumblr.com/">theme by mclahei</a></div>
  667.  
  668. </div>
  669. </div>
  670. </div>
  671. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement