Advertisement
paulveretts

Theme #29 // Just Tonight

Apr 8th, 2014
612
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.32 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">
  3.  
  4. <!--
  5.  
  6. THEME BY JÚLIA // @mclahei
  7. base code by hellolittlered
  8.  
  9. YOU CAN:
  10. Tweak the code on your blog.
  11. Reblog/Like the original post.
  12. Come to me if you need any help.
  13. Take little parts of the code to get a desired effect. Keep in mind I mean /little/ parts only.
  14. Enjoy this theme :)
  15.  
  16. YOU CAN'T:
  17. Repost any of the codes.
  18. Remove credit from view.
  19. Use this as a base code, as it was made from one that does not belong to me.
  20.  
  21. -->
  22.  
  23. <head>
  24. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  25. <title>{title}</title>
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. {block:Description}
  29. <meta name="description" content="{MetaDescription}" />
  30. {/block:Description}
  31. <meta name="color:Menu Background" content="#333333" />
  32. <meta name="color:Credit Background" content="#333333" />
  33. <meta name="color:Description Box BG" content="#f1f1f1" />
  34. <meta name="color:Pagination Background" content="#333333" />
  35. <meta name="color:Pagination" content="#ffffff" />
  36. <meta name="color:Tags" content="#333333" />
  37. <meta name="color:Post Title" content="#333333" />
  38. <meta name="color:Header Links Hover" content="#333333" />
  39. <meta name="color:Borders" content="#7d7d7d" />
  40. <meta name="color:Text" content="#5e5e5e" />
  41. <meta name="color:Sidebar Title" content="#f1f1f1" />
  42. <meta name="color:Info Background" content="#333333" />
  43. <meta name="color:Chat Background One" content="#f8f8f8" />
  44. <meta name="color:Chat Background Two" content="#ffffff" />
  45. <meta name="color:Credit" content="#ffffff" />
  46. <meta name="color:Info" content="#ffffff" />
  47. <meta name="color:Post Background" content="#ffffff" />
  48. <meta name="color:Sidebar Links Background" content="#f8f8f8" />
  49. <meta name="color:Sidebar Links Hover Background" content="#333" />
  50. <meta name="color:Sidebar Links" content="#333" />
  51. <meta name="color:Description" content="#333333" />
  52. <meta name="color:Description Background" content="#333" />
  53. <meta name="color:Ask Background" content="#f8f8f8" />
  54. <meta name="color:Background" content="#f8f8f8" />
  55. <meta name="color:Header Links" content="#ffffff" />
  56. <meta name="color:Header Links Hover Background" content="#ffffff" />
  57. <meta name="color:General Links Hover" content="#7d7d7d" />
  58. <meta name="color:Description" content="#7d7d7d" />
  59. <meta name="color:General Links" content="#fbcb67" />
  60. <meta name="color:Image Background Color" content="#eaeaea" />
  61.  
  62. <meta name="image:Background" content="" />
  63. <meta name="image:Header Image" content="http://static.tumblr.com/mdbfvxz/4bKn3qnb9/tumblr_static_anuncio.png" />
  64.  
  65. <meta name="if:FadingImages" content="0"/>
  66.  
  67. <meta name="text:Subtitle" content="YOUR TEXT HERE."/>
  68. <meta name="text:LinkAURL" content=""/>
  69. <meta name="text:LinkBURL" content=""/>
  70. <meta name="text:LinkCURL" content=""/>
  71. <meta name="text:LinkDURL" content=""/>
  72. <meta name="text:LinkEURL" content=""/>
  73. <meta name="text:LinkA" content=""/>
  74. <meta name="text:LinkB" content=""/>
  75. <meta name="text:LinkC" content=""/>
  76.  
  77. </head>
  78. <style>
  79. body {
  80. background:url({image:background}) {color:Background};
  81. padding:0px;
  82. margin:0px;
  83. font-family:Arial, Helvetica, sans-serif;
  84. color:{color:Text};
  85. font-size:12px;
  86. }
  87.  
  88. a {
  89. color:{color:General Links};
  90. text-decoration:none;
  91. -webkit-transition: all 0.5s ease-in-out;
  92. -moz-transition: all 0.5s ease-in-out;
  93. -o-transition: all 0.5s ease-in-out;
  94. transition: all 0.5s ease-in-out;
  95. }
  96.  
  97. a:hover {
  98. color:{color:General Links Hover};
  99. }
  100.  
  101. blockquote {
  102. border-left:5px solid #333;
  103. padding-left:5px;
  104. }
  105.  
  106. header {
  107. background:{color:Image Background Color};
  108. display:block;
  109. text-align:center;
  110. }
  111.  
  112. img {
  113. display:block;
  114. margin:0px;
  115. max-width:100%;
  116. }
  117.  
  118. menu {
  119. background:{color:Menu Background};
  120. padding:5px;
  121. text-align:center;
  122. color:{color:Header Links};
  123. margin:0px;
  124. padding-bottom:10px;
  125. font-size:12px;
  126. font-weight:700;
  127. }
  128.  
  129. menu a {
  130. font-family:calibri;
  131. padding:5px;
  132. text-transform:uppercase;
  133. font-size:8px;
  134. letter-spacing:1px;
  135. color:{color:Header Links};
  136. margin:5px;
  137. -webkit-transition: all 0.5s ease-in-out;
  138. -moz-transition: all 0.5s ease-in-out;
  139. -o-transition: all 0.5s ease-in-out;
  140. transition: all 0.5s ease-in-out;
  141. }
  142.  
  143. menu a:hover {
  144. background:{color:Header Links Hover Background};
  145. color:{color:Header Links Hover};
  146. }
  147.  
  148. #sea img {
  149. margin-top:25px;
  150. position:fixed;
  151. width:80px;
  152. height:100px;
  153. border-radius:0px;
  154. border: 10px solid #333;
  155. margin-left:130px;
  156. }
  157.  
  158. #rope {
  159. color:{color:Sidebar Title};
  160. font-size:20px;
  161. font-weight:900;
  162. font-family:"Intro";
  163. width:73px;
  164. min-height:149px;
  165. background:{color:Description Background};
  166. margin-left:150px;
  167. position:fixed;
  168. margin-top:-20px;
  169. padding:15px;
  170. padding-top:37px;
  171. padding-left:20px;
  172. }
  173.  
  174. #rope img{
  175. margin-top:14px;
  176. margin-left:2px;
  177. border:1px solid #222;
  178. }
  179.  
  180. .description:hover {
  181. margin-left:50px;
  182. -webkit-transition: all 0.5s ease-in-out;
  183. -moz-transition: all 0.5s ease-in-out;
  184. -o-transition: all 0.5s ease-in-out;
  185. transition: all 0.5s ease-in-out;
  186. }
  187.  
  188. .description {
  189. position:fixed;
  190. width:122px;
  191. margin-left:-170px;
  192. font-family:arial;
  193. padding:20px;
  194. margin-top:27px;
  195. display:block;
  196. text-align:justify;
  197. background:{color:Description Background};
  198. color:{color:Description};
  199. font-size:11px;
  200. margin-bottom:25px;
  201. -webkit-transition: all 0.5s ease-in-out;
  202. -moz-transition: all 0.5s ease-in-out;
  203. -o-transition: all 0.5s ease-in-out;
  204. transition: all 0.5s ease-in-out;
  205. }
  206.  
  207. #anchor {
  208. margin-top:10px;
  209. text-align:right;
  210. }
  211.  
  212. #anchor a {
  213. font-weight:bold;
  214. letter-spacing:1px;
  215. color:{color:Sidebar Links};
  216. width:115px;
  217. background:{color:Sidebar Links Background};
  218. text-transform:uppercase;
  219. font-family:calibri;
  220. font-size:7px;
  221. margin-top:2px;
  222. display:inline-block;
  223. padding:5px;
  224. }
  225.  
  226. #anchor a:hover {
  227. background:{color:Sidebar Links Hover Background};
  228. color:{color:Sidebar Links Background};
  229. }
  230.  
  231.  
  232. #content {
  233. margin-top:25px;
  234. margin-left:auto;
  235. margin-right:auto;
  236. width:650px;
  237. }
  238.  
  239. .post {
  240. padding:25px;
  241. width:500px;
  242. display:block;
  243. background:{color:Post Background};
  244. display:inline-block;
  245. }
  246.  
  247. .music {
  248. background:#000;
  249. width:477px;
  250. padding:10px;
  251. }
  252.  
  253. .albumart {
  254. float:left;
  255. padding:0px 10px 10px 0px;
  256. }
  257.  
  258. .albumart img {
  259. width:110px;
  260. height:110px;
  261. }
  262.  
  263. #player {
  264. width:25px;
  265. height:25px;
  266. overflow:hidden;
  267. opacity:0.5;
  268. border-radius: 30px;
  269. }
  270.  
  271. .musicinfo {
  272. font-size:14px;
  273. text-align:left;
  274. margin-left:30px;
  275. margin-top:-20px;
  276. line-height:120%;
  277. color:#a7a7a7;
  278. }
  279.  
  280. h2 {
  281. font-size:25px;
  282. font-weight:700;
  283. text-align:center;
  284. margin:0px 0px 10px 0px;
  285. color:{color:Post Title};
  286. }
  287.  
  288. a. h2 {
  289. color:{color:Post Title};
  290. }
  291.  
  292.  
  293. .information {
  294. height:100%;
  295. background:{color:Info Background};
  296. color:{color:Info};
  297. width:100px;
  298. text-align:center;
  299. }
  300.  
  301.  
  302. .information a {
  303. color:{color:Info};
  304. }
  305.  
  306.  
  307. .notec {
  308. text-align:center;
  309. padding:3px;
  310. border-top:1px solid {color:Borders};
  311. border-bottom:1px solid {color:Borders};
  312. margin-top:10px;
  313. display:block;
  314. }
  315.  
  316. {block:ifFadingImages}
  317. #content img, .html_photoset {
  318. opacity:.7;
  319. -webkit-transition: all 0.5s ease-in-out;
  320. -moz-transition: all 0.5s ease-in-out;
  321. -o-transition: all 0.5s ease-in-out;
  322. transition: all 0.5s ease-in-out;
  323. }
  324.  
  325. #content img:hover, .html_photoset:hover {
  326. opacity:1;
  327. }
  328. {/block:ifFadingImages}
  329.  
  330. .date {
  331. font-size:20px;
  332. font-weight:700;
  333. display:block;
  334. }
  335.  
  336. .month {
  337. display:block;
  338. text-transform:lowercase;
  339. font-size:11px;
  340. font-weight:700;
  341. margin-top:10px;
  342. }
  343.  
  344. .reblog {
  345. display:inline-block;
  346. margin:5px;
  347. margin-top:20px;
  348. }
  349.  
  350. .quote {
  351. font-size:20px;
  352. }
  353.  
  354.  
  355. .ask {
  356. padding:20px;
  357. background:{color:Ask Background};
  358. }
  359.  
  360. .chat ul {
  361. display:block;
  362. list-style:none;
  363. margin-left:-40px;
  364. }
  365.  
  366. .chat li {
  367. padding:3px;
  368. display:block;
  369. }
  370.  
  371. .chat .odd {
  372. background:{color:Chat Background Two};
  373. }
  374.  
  375. .chat .even {
  376. background:{color:Chat Background One};
  377. }
  378.  
  379. #tags {
  380. text-align:right;
  381. margin-bottom:20px;
  382. margin-top:3px;
  383. padding:5px;
  384. font-size:11px;
  385. background:#f2f2f2;
  386. }
  387.  
  388. #tags a {
  389. opacity:0.2;
  390. color:{color:Tags};
  391. }
  392.  
  393. #tags a:hover{
  394. opacity:1;
  395. }
  396.  
  397. #content table tr td {
  398. vertical-align:top;
  399. }
  400.  
  401.  
  402. #pagination {
  403. text-align:center;
  404. margin:20px;
  405. }
  406.  
  407.  
  408. #pagination span {
  409. background:{color:Pagination Background};
  410. color:{color:Pagination};
  411. padding:5px;
  412. width:15px;
  413. height:15px;
  414. display:inline-block;
  415. margin-left:2px;
  416. }
  417.  
  418.  
  419. #pagination a {
  420. background:{color:Pagination Background};
  421. color:{color:Pagination};
  422. padding:5px;
  423. width:15px;
  424. height:15px;
  425. display:inline-block;
  426. margin-left:2px;
  427. }
  428.  
  429.  
  430. footer {
  431. background:{color:Credit Background};
  432. padding:10px;
  433. text-align:center;
  434. color:{color:Credit};
  435. display:block;
  436. margin:0px;
  437. }
  438.  
  439. @font-face {font-family:Myra; src: url(http://static.tumblr.com/mdbfvxz/yvJn3qnou/myra_4f_caps_regular.ttf) format("truetype"); }
  440.  
  441. @font-face {font-family:Intro; src: url(http://static.tumblr.com/mdbfvxz/zaDn3qnuq/intro.otf) format("opentype"); }
  442.  
  443. </style>
  444. <body>
  445.  
  446. <header>
  447. <center>
  448. <img src="{image:Header Image}" />
  449. </center>
  450. </header>
  451.  
  452. <menu>
  453. <a href="/">index</a>
  454. <a href="/ask">message</a>
  455. <a href="/archive">archive</a>
  456. <a href="/mobile">mobile</a>
  457. </menu>
  458.  
  459. {block:description}
  460.  
  461. <div class="description">
  462. <div id="rope">{Title}
  463. <img src="{PortraitURL-64}">
  464. </div>
  465. <div style="overflow-Y:scroll; background-color:{color:Description Box BG}; width:105px; padding:10px; height:40px; text-align: justify;">{description}</div>
  466.  
  467. <br>
  468. <small><small><marquee style="letter-spacing:2px; color:{color:Sidebar Title}; font-family:georgia;">{text:Subtitle}</marquee></small></small>
  469.  
  470. <div id="anchor">
  471. <a href="{text:LinkAURL}">{text:LinkA}</a><br>
  472. <a href="{text:LinkBURL}">{text:LinkB}</a><br>
  473. <a href="{text:LinkCURL}">{text:LinkC}</a><br>
  474. </div>
  475.  
  476. </div>
  477. {/block:description}
  478.  
  479.  
  480. <div id="content">
  481.  
  482. {block:posts}
  483. <table>
  484. <tr>
  485. <td class="information">
  486. {block:Date}
  487. <span class="month">{Month}</span>
  488. <a class="date" href="{permalink}">{DayOfMonthWithZero}<sup>{DayOfMonthSuffix}</sup></a>
  489. <span class="month">{Year}</span>
  490. {/block:Date}
  491. <!-- notes count -->
  492. {block:NoteCount}<a class="notec" href="{PostNotesURL}">{NoteCountWithLabel}</a>{/block:NoteCount}
  493. <!-- reblog and like button -->
  494. <div class="reblog">{ReblogButton}</div>
  495. <div class="reblog">{LikeButton}</div>
  496. </center>
  497. </td>
  498.  
  499. <td class="post">
  500.  
  501. {block:Text}
  502. {block:Title}
  503. <a href="{Permalink}">
  504. <h2>{Title}</h2>
  505. </a>
  506. {/block:Title}
  507. {Body}
  508. {/block:Text}
  509.  
  510. {block:Quote}
  511. <div class="quote">
  512. “{Quote}” — <b><i>{Source}</i></b>
  513. </div>
  514. {/block:Quote}
  515.  
  516. {block:Link}
  517. <a href="{URL}">
  518. <h2>{Name} »</h2>
  519. </a>
  520. {block:Description}{Description}{/block:Description}
  521. {/block:Link}
  522.  
  523. {block:Photo}
  524. <center>
  525. <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-500}"/></a>
  526. </center>
  527. {block:Caption}{Caption}{/block:Caption}
  528. {/block:Photo}
  529.  
  530. {block:Photoset}
  531. <center>
  532. {Photoset-500}
  533. </center>
  534. {block:Caption}{Caption}{/block:Caption}
  535. {/block:Photoset}
  536.  
  537. {block:Chat}
  538. <div class="chat">
  539. <ul>
  540. {block:Lines}
  541. <li class="{Alt}">
  542. {block:Label}<b>{Label}</b>{/block:Label}
  543. {Line}
  544. </li>
  545. {/block:Lines}
  546. </ul>
  547. </div>
  548. {/block:Chat}
  549.  
  550. {block:Video}
  551. {Video-500}
  552. {block:Caption}{Caption}{/block:Caption}
  553. {/block:Video}
  554.  
  555. {block:Audio}<div class="music">
  556. <div id="player">{AudioPlayerBlack}</div>
  557. <div class="musicinfo">{block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br><small><small>{block:Artist} {Artist} - {/block:Artist}
  558. {/block:ExternalAudio}<b></b> [{PlayCount}]</small></small></small></div></div>
  559. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  560.  
  561. {block:Answer}
  562. <div class="ask">
  563. <b>{Asker} asked:</b> {question}
  564. </div>
  565. {Answer}
  566. {/block:Answer}
  567.  
  568.  
  569. </td>
  570. </tr>
  571. </table>
  572. <div id="tags">
  573. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}
  574. </div>
  575.  
  576. {block:PostNotes}{PostNotes}{/block:PostNotes}
  577.  
  578. {/block:posts}
  579. {block:Pagination}
  580. <div id="pagination">
  581. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  582. {block:JumpPagination length="6"}
  583. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  584. {block:JumpPage}<a href="{URL}">{PageNumber}</a> {/block:JumpPage}
  585. {/block:JumpPagination}
  586. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  587. </div>
  588. {/block:Pagination}
  589.  
  590. </div>
  591. <footer style="text-transform:uppercase; font-family:calibri; font-size:8px; letter-spacing:2px;">
  592. © 2014<br>
  593. theme by <a href="http://mclahei.tumblr.com">mclahei</a>
  594.  
  595. </footer>
  596.  
  597. </body>
  598. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement