Advertisement
paulveretts

Theme #34 // Therapy

Jul 14th, 2014
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.85 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--
  10.  
  11. THEME BY JÚLIA // @mclahei
  12. Base code by @hogwat;
  13.  
  14. YOU CAN:
  15. Tweak the code on your blog.
  16. Reblog/Like the original post.
  17. Come to me if you need any help.
  18. Take little parts of the code to get a desired effect. Keep in mind I mean /little/ parts only.
  19. Enjoy this theme :)
  20.  
  21. YOU CAN'T:
  22. Repost any of the codes.
  23. Remove credit from view.
  24. Use this as a base code, as it was made from one that does not belong to me.
  25.  
  26. -->
  27.  
  28. <meta name="color:Background" content="#fff"/>
  29. <meta name="color:Text" content="#757575"/>
  30. <meta name="color:Blog Title Background" content="#000"/>
  31. <meta name="color:Blog Title" content="#fff"/>
  32. <meta name="color:Post Header" content="#fff"/>
  33. <meta name="color:Post Header Background" content="#000"/>
  34. <meta name="color:Description" content="#757575"/>
  35. <meta name="color:Links" content="#757575"/>
  36. <meta name="color:General Links Hover" content="#c300ff"/>
  37. <meta name="color:Sidebar Links Hover" content="#000"/>
  38. <meta name="text:Link 1" content="/"/>
  39. <meta name="text:Link 1 Title" content=""/>
  40. <meta name="text:Link 2" content="/"/>
  41. <meta name="text:Link 2 Title" content=""/>
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  44.  
  45. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  46.  
  47. <style type="text/css">
  48. body {
  49. background:{color:Background};
  50. font-family:calibri;
  51. font-size:10px;
  52. color:{color:text};
  53. }
  54.  
  55. a {
  56. color:{color:Links};
  57. text-decoration:none;
  58. }
  59.  
  60. a b{
  61. color:{color:General Links Hover};
  62. }
  63.  
  64. b {
  65. font-weight:300;
  66. color:{color:General Links Hover};
  67. }
  68.  
  69. strong {
  70. font-weight:300;
  71. color:{color:Color 1};
  72. }
  73.  
  74. #box {
  75. background:{color:Blog Title Background};
  76. font-family:'pixel';
  77. text-transform:uppercase;
  78. letter-spacing:1px;
  79. line-height:10px;
  80. font-size:8px;
  81. text-align:justify;
  82. padding:40px;
  83. color:{color:Blog Title};
  84. }
  85.  
  86. ::selection {color:{color:General Links Hover};}
  87. ::-moz-selection {color:{color:General Links Hover};}
  88.  
  89. #pag {
  90. text-align:center;
  91. font-family:'pixel';
  92. font-size:8px;
  93. text-transform:uppercase;
  94. margin-top:15px;
  95. }
  96.  
  97. blockquote {
  98. border-left:1px solid #ededed;
  99. padding-left:10px;
  100. margin-left:6px;
  101. }
  102.  
  103. h1 {
  104. font-family:'pixel';
  105. color:{color:Post Header};
  106. background:{color:Post Header Background};
  107. font-size:8px;
  108. text-transform:uppercase;
  109. font-weight:normal;
  110. padding:30px;
  111. margin-bottom:20px;
  112. text-align:center;
  113. }
  114.  
  115. #entries {
  116. width:400px;
  117. text-align:justify;
  118. margin-left:400px;
  119. margin-top:50px;
  120. margin-bottom:30px;
  121. }
  122.  
  123. #post {
  124. width:400px;
  125. margin-top:50px;
  126. }
  127.  
  128. a:hover {
  129. text-decoration:none;
  130. color:{color:General Links Hover};
  131. }
  132.  
  133. .thing {
  134. width:130px;
  135. height:120px;
  136. overflow:hidden;
  137. display:inline-block;
  138. vertical-align:top;
  139. -webkit-transition:0.5s;
  140. -moz-transition:0.5s;
  141. -ms-transition:0.5s;
  142. -o-transition:0.5s;
  143. transition:0.5s;
  144. }
  145.  
  146. .thing:hover{
  147. cursor:help;
  148. }
  149.  
  150. .thingclick {
  151. height:auto;
  152. overflow:hidden;
  153. }
  154.  
  155. #sbar {
  156. margin-left:810px;
  157. margin-top:0px;
  158. position:fixed;
  159. width:130px;
  160. }
  161.  
  162. #fluid {
  163. width:128px;
  164. font-size:8px;
  165. border:1px solid #f5f5f5;
  166. text-transform:uppercase;
  167. margin-top:10px;
  168. font-family:'pixel';
  169. word-spacing:3px;
  170. padding-bottom:5px;
  171. padding-top:5px;
  172. text-align:center;
  173. }
  174.  
  175. #fluid a{
  176. padding:3px;
  177. padding-left:4px;
  178. padding-right:4px;
  179. font-family:'pixel';
  180. text-align:center;
  181. color:{color:Links};
  182. -moz-transition-duration:0.6s;
  183. -webkit-transition-duration:0.6s;
  184. -o-transition-duration:0.6s;
  185. }
  186.  
  187. #fluid a:hover {
  188. color:{color:Sidebar Links Hover};
  189. -webkit-transition:all 0.6s ease-out;
  190. -moz-transition:all 0.6s ease-out;
  191. transition:all 0.6s ease-out;
  192. }
  193.  
  194. .caption .conversation {
  195. margin-left: -45px; !important;
  196. margin-bottom:-15px;
  197. font-family:'pixel';
  198. font-size:8px;
  199. text-transform:uppercase;
  200. list-style-type: none;
  201. }
  202.  
  203. .conversation .chat_line {
  204. padding: 10px;
  205. }
  206.  
  207. .conversation .chat_line.user1 {
  208. background: #f5f5f5;
  209. }
  210.  
  211. .conversation .chat_line.user2 {
  212. background: #fff;
  213. }
  214.  
  215. .conversation .chat_line.user3 {
  216. background: #ddd;
  217. }
  218.  
  219. .conversation .chat_line.user4 {
  220. background: #ccc;
  221. }
  222.  
  223. #image img {
  224. width:130px;
  225. }
  226.  
  227. #desc {
  228. color:{color:Description};
  229. margin-top:5px;
  230. font-family:calibri;
  231. font-size:10px;
  232. padding:5px;
  233. text-align:justify;
  234. }
  235.  
  236. #misty {
  237. opacity:1;
  238. text-align:center;
  239. color:#000;
  240. }
  241.  
  242. #misty a{
  243. display:inline-block;
  244. opacity:1;
  245. text-align:center;
  246. color:#f5f5f5;
  247. padding:5px;
  248. background:#000;
  249. padding-right:2px;
  250. }
  251.  
  252. #misty a:hover {
  253. color:#fff;
  254. background:{color:General Links Hover};
  255. }
  256.  
  257. #month {
  258. text-transform:uppercase;
  259. font-family:'pixel';
  260. font-size:8px;
  261. text-transform:uppercase;
  262. letter-spacing:1px;
  263. }
  264.  
  265. #month a:hover{
  266. text-decoration:underline;
  267. }
  268.  
  269. #info {
  270. border-top:1px solid #f5f5f5;
  271. padding-top:5px;
  272. font-family:'pixel';
  273. font-size:8px;
  274. text-transform:uppercase;
  275. color:#a8a8a8;
  276. text-align:right;
  277. margin-top:20px;
  278. padding-bottom:5px;
  279. }
  280.  
  281. #tags {
  282. font-family:'pixel';
  283. font-size:8px;
  284. text-transform:uppercase;
  285. width:512px;
  286. opacity:0.3;
  287. text-align:left;
  288. margin-top:-3px;
  289. -webkit-transition:all 0.6s ease-out;
  290. -moz-transition:all 0.6s ease-out;
  291. transition:all 0.6s ease-out;
  292. }
  293.  
  294. #post:hover #tags {
  295. opacity:0.7;
  296. -webkit-transition:all 0.6s ease-out;
  297. -moz-transition:all 0.6s ease-out;
  298. transition:all 0.6s ease-out;
  299. }
  300.  
  301. #asker {
  302. font-size:8px;
  303. }
  304.  
  305. #ask {
  306. padding:30px;
  307. text-align:center;
  308. background:#f5f5f5;
  309. font-family:'pixel';
  310. font-size:8px;
  311. text-transform:uppercase;
  312. }
  313.  
  314. #ask a{
  315. font-family:calibri;
  316. font-size:8px;
  317. letter-spacing:0px;
  318. text-transform:uppercase;
  319. }
  320.  
  321. #askimg img {
  322. width:40px;
  323. height:40px;
  324. border:12px solid #f5f5f5;
  325. }
  326.  
  327. #ask2 {
  328. margin-top:10px;
  329. }
  330.  
  331. /*audio*/
  332.  
  333. .music {
  334. background:{color:Post Header Background};
  335. padding:10px;
  336. }
  337.  
  338. .albumart {
  339. float:left;
  340. padding:0px 10px 10px 0px;
  341. }
  342.  
  343. .albumart img {
  344. width:110px;
  345. height:110px;
  346. }
  347.  
  348. #player {
  349. width:25px;
  350. height:25px;
  351. overflow:hidden;
  352. opacity:0.5;
  353. border-radius: 30px;
  354. }
  355.  
  356. .musicinfo {
  357. font-size:8px;
  358. width:400px;
  359. text-transform:uppercase;
  360. font-family:'pixel';
  361. text-align:left;
  362. margin-left:30px;
  363. margin-top:-23px;
  364. line-height:120%;
  365. color:{color:Post Header};
  366. }
  367.  
  368. #quote {
  369. font-family:'pixel';
  370. background:#f5f5f5;
  371. font-size:8px;
  372. text-transform:uppercase;
  373. font-weight:normal;
  374. padding:30px;
  375. text-align:center;
  376. }
  377.  
  378. #source {
  379. font-size:8px;
  380. font-family:'pixel';
  381. text-transform:uppercase;
  382. text-align:center;
  383. padding:8px;
  384. }
  385.  
  386. #chat1 {
  387. margin-top:5px;
  388. }
  389.  
  390. {CustomCSS}
  391.  
  392. @font-face {font-family:'pixel'; src: url(http://static.tumblr.com/mdbfvxz/6IWn8pxtp/04b_03__.ttf) format("truetype"); }
  393.  
  394. </style></head><body>
  395.  
  396. <div id="sbar">
  397. <div id="box">{title}</div>
  398.  
  399. <div id="fluid">
  400. <a href="/" title="home">01</a>
  401. <a href="/ask" title="ask">02</a>
  402. <a href="{text:Link 1}" title="{text:Link 1 Title}">03</a>
  403. <a href="{text:Link 2}" title="{text:Link 2 Title}">04</a>
  404. </div>
  405.  
  406. <div id="desc">
  407. {description}
  408. </div>
  409.  
  410. <div id="pag">
  411. {block:Pagination}
  412. {block:PreviousPage}<a href="{PreviousPage}">back </a>{/block:PreviousPage}
  413. {block:NextPage}—<a href="{NextPage}"> next</a>{/block:NextPage}
  414. {/block:Pagination}
  415. </div>
  416.  
  417. </div>
  418.  
  419. <div id="entries">
  420. {block:Posts}
  421. <div id="post">
  422.  
  423.  
  424. {block:Text}
  425. <h1>{block:Title}{Title}{/block:Title}</h1>
  426. {Body}{/block:Text}
  427.  
  428.  
  429.  
  430. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  431.  
  432.  
  433.  
  434. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  435.  
  436.  
  437.  
  438.  
  439. {block:Quote}
  440. <div id="quote">
  441. "{Quote}"
  442. </div>
  443. {block:Source}
  444. <div id="source">
  445. {Source}
  446. </div>
  447. {/block:Source}{/block:Quote}
  448.  
  449.  
  450.  
  451. {block:Link}<h1><a href="{URL}" {Target}>{Name} →</a></h1>{/block:Link}
  452.  
  453.  
  454.  
  455. {block:Chat}
  456. <section class="caption group">
  457. {block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}
  458. <ul class="conversation">
  459. {block:Lines}
  460. <li class="chat_line user{UserNumber}">
  461. {block:Label}
  462. <b>{Label}</b>&nbsp;&nbsp;
  463. {/block:Label}
  464. {Line}
  465. </li>
  466. {/block:Lines}
  467. </ul>
  468. {/block:Chat}
  469.  
  470.  
  471.  
  472. {block:Audio}<div class="music">
  473. <div id="player">{AudioPlayerBlack}</div>
  474. <div class="musicinfo">{block:TrackName}<u>{TrackName}</u>{/block:TrackName}<br>{block:Artist} {Artist} - {/block:Artist}
  475. {/block:ExternalAudio}[{PlayCount}]</div></div>
  476. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  477.  
  478.  
  479.  
  480. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  481.  
  482.  
  483.  
  484. {block:Answer}
  485. <div id="ask">
  486. <span id="asker"><b>Q:</b> </span>► {Question}
  487. </div>
  488. <div id="ask2">
  489. <div style="margin-top:10px; padding:5px;">{Answer}</div></div>{/block:Answer}
  490.  
  491.  
  492. <div id="info">
  493.  
  494. <span id="src" style="float:left;">
  495. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="reblogged from"> ♡</a> {/block:RebloggedFrom}
  496. {block:ContentSource} /<a href="{SourceURL}" title="original post">✿ </a>{/block:ContentSource}
  497. <a href="{permalink}">[{NoteCount}]</a></span>
  498. <span id="month"><a href="{permalink}">{shortmonth} {dayofmonth}</a>
  499.  
  500. </div>
  501.  
  502. <div id="tags">
  503.  
  504. {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  505.  
  506. </div>
  507.  
  508. {/block:Posts}
  509.  
  510. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  511.  
  512. </div>
  513.  
  514. </body>
  515.  
  516. <div id="misty"><div style="position:fixed;bottom:0px; text-transform:uppercase;right:0px; font-size:8px; letter-spacing:2px; font-family:'pixel';"><a href="http://mclahei.tumblr.com" title="theme by júlia">ML</a></center></div></div>
  517.  
  518. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement