Advertisement
maxeirons

THEME 4

Dec 1st, 2014
1,469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.44 KB | None | 0 0
  1.  
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6.  
  7. <!---
  8.  
  9. THEME 3 BY MAXEIRONS
  10.  
  11. PLEASE DO NOT REMOVE THE CREDIT OR MOVE IT TO A SECONDARY PAGE. IF YOU HAVE ANY QUESTIONS, PLEASE SEND THEM IN HERE HTTP://MAXEIRONS.TUMBLR.COM/ASK
  12.  
  13. --->
  14.  
  15.  
  16.  
  17. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  18.  
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20.  
  21. <script>
  22.  
  23. (function($){
  24.  
  25. $(document).ready(function(){
  26.  
  27. $("a[title]").style_my_tooltips({
  28.  
  29. tip_follows_cursor:true,
  30.  
  31. tip_delay_time:90,
  32.  
  33. tip_fade_speed:600,
  34.  
  35. attribute:"title"
  36.  
  37. });
  38.  
  39. });
  40.  
  41. })(jQuery);
  42.  
  43. </script>
  44. <!--basic tooltip from tutorial-baby! Enjoy-->
  45.  
  46.  
  47. <title>{Title}</title>
  48. <link rel="shortcut icon" href="{Favicon}">
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  50. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  51.  
  52.  
  53.  
  54.  
  55. <!---META TAGS--->
  56. <!--color related tags-->
  57. <meta name="color:background" content="#ffffff"/>
  58. <meta name="color:text" content="#414141"/>
  59. <meta name="color:title" content="#414141"/>
  60. <meta name="color:description" content="#b0b0b0"/>
  61. <meta name="color:link" content="#608284"/>
  62. <meta name="color:sidebar link" content="#cecece"/>
  63. <meta name="color:sidebar" content="#bbbbbb"/>
  64. <meta name="color:hover" content="#5d5d5d"/>
  65. <meta name="color:tag hover" content="#ffffff"/>
  66. <meta name="color:accent" content="#e0e7e6"/>
  67. <meta name="color:accent2" content="#cedad7"/>
  68. <meta name="color:blockquote" content="#cecece"/>
  69. <meta name="color:border" content="#d7d7d7"/>
  70. <meta name="color:selection" content="#dcede7"/>
  71. <meta name="color:post info" content="#c3c3c3"/>
  72. <meta name="color:notes background" content="#eaf5f4"/>
  73.  
  74.  
  75.  
  76.  
  77. <!---Sidebar link related tags--->
  78. <meta name="text:link1" content="link1"/>
  79. <meta name="text:link1url" content="/"/>
  80. <meta name="text:link2" content="link2"/>
  81. <meta name="text:link2url" content="/"/>
  82. <meta name="text:link3" content="link3"/>
  83. <meta name="text:link3url" content="/"/>
  84. <meta name="text:link4" content="link4"/>
  85. <meta name="text:link4url" content="/"/>
  86.  
  87.  
  88. <!---sidebar image related tags-->
  89. <meta name="image:sidebar image" content="https://secure.static.tumblr.com/575ea16b7e9779677e1ee79ff25cffa2/6xaxuyn/zu5nbaax5/tumblr_static_9m76niu22wowskcokg8kok88g.png" />
  90. <meta name="text:sidebar image URL" content="url here"/>
  91.  
  92. <!---post related if blocks--->
  93. <meta name="if:only render captions on permalink page" content="0"/>
  94. <meta name="if:Show Reblog Button" content="1"/>
  95.  
  96.  
  97.  
  98.  
  99.  
  100. <style type="text/css">
  101.  
  102. .tooltip{
  103. display: inline;
  104. position: relative;
  105. }
  106. #s-m-t-tooltip {
  107. max-width:300px; /*how big the tooltip can be at most*/
  108. border-radius: 0px; /*change your border radius*/
  109. padding:3px 4px 3px 4px; /*padding inside tooltip*/
  110. margin:15px 7px -2px 15px; /*distance from word*/
  111. background-color:{color:background}; /*background color*/
  112. border:1px solid {color:border}; /*border info*/
  113. font-family:arial; /*tooltip font*/
  114. font-size:9px; /*tooltip font size*/
  115. letter-spacing:2px; /*tooltip letter spacing*/
  116. text-transform:uppercase; /*makes the tooltip title uppercase*/
  117. color:{color:link}; /*tooltip font color*/
  118. z-index:999999999999999999999999999999999999;
  119. }
  120.  
  121.  
  122. /*--OVERALL STYLING---*/
  123.  
  124. body {
  125. background-color:{color:background};
  126. font-family:arial;
  127. font-size:10px;
  128. letter-spacing:1px;
  129. padding-bottom:0px;
  130. color:{color:text};
  131. }
  132.  
  133. a {
  134. color:{color:link};
  135. font-style:none;
  136. text-decoration:none;
  137. -webkit-transition-duration:.3s;
  138. -moz-transition-duration:.3s;
  139. -o-transition-duration:.3s;
  140. }
  141.  
  142. a:hover {
  143. color:{color:hover};
  144.  
  145. }
  146.  
  147. h1 {
  148. font-size:17px;
  149. font-weight:lighter;
  150. text-transform:uppercase;
  151. letter-spacing:
  152. 4px;color:{color:text};
  153. padding-bottom:0px;
  154. text-align:center;
  155. }
  156.  
  157. h2 {
  158. font-weight:normal;
  159. font-size:15px;
  160. letter-spacing:2px;
  161. }
  162.  
  163. blockquote {
  164. padding:2px 2px 2px 10px;
  165. border-left:1px solid {color:blockquote};
  166. color:{color:text};
  167. text-align:left;
  168. letter-spacing:1px;
  169. }
  170.  
  171. blockquote blockquote {
  172. padding:2px 2px 2px 10px;
  173. border-left:1px solid {color:blockquote};
  174. color:{color:text};
  175. }
  176.  
  177. ::selection {
  178. background-color:{color:selection};
  179. }
  180.  
  181.  
  182. ::-webkit-scrollbar {
  183. width:5px;
  184. background-color:{color:accent};
  185. border:5px solid {color:background};}
  186.  
  187. ::-webkit-scrollbar-thumb {
  188. background-color:{color:accent};
  189. border-width:3px;}
  190.  
  191.  
  192.  
  193. #credit {bottom:3px;position:fixed;right:10px;float:right;font-family:calibri;color:{color:link};font-size:9px;letter-spacing:1px;text-transform:uppercase;padding:5px;}
  194.  
  195. #credit a {color:{color:link};background-color:{color:background};padding:5px;-webkit-transition-duration:.8s;-moz-transition-duration:.8s;-o-transition-duration:.8s;-ms-transition-duration:.8s;}
  196.  
  197. #credit a:hover {color:white;background-color:#00bdb3;}
  198.  
  199.  
  200. /*---HEADER---*/
  201.  
  202. #sidebar {
  203. width: 500px;
  204. margin-left:50%;
  205. color:{color:sidetext};
  206. position: center;
  207. padding:10px;
  208. background-size:cover;
  209. text-align:center;
  210. background-position:center bottom;
  211. margin-top:30px;
  212. width:125px;
  213. }
  214.  
  215.  
  216. #sidebarim {
  217. margin-left:-270px;
  218. margin-top:0px;
  219. position:none;
  220. width:520px;
  221. z-index:0;
  222. overflow:hidden;
  223. }
  224.  
  225. #sidebarim img {
  226. height:200px;
  227. width:520px;
  228. }
  229.  
  230.  
  231. #fresh {
  232. font-family:trebuchet;
  233. font-style:italic;
  234. margin-top:-150px;
  235. margin-left:-150px;
  236. margin-bottom:-150px;
  237. text-align:center;
  238. background:none;
  239. width:300;
  240. font-size:30px;
  241. color:{color:title};
  242. letter-spacing:1px;
  243. font-weight:bold;
  244. text-transform:lowercase;
  245. z-index:100;
  246. -webkit-transition-duration:1s;
  247. -moz-transition-duration:1s;
  248. -o-transition-duration:1s;
  249.  
  250. }
  251.  
  252. #fresh a {
  253. color:{color:title};
  254. margin-bottom:0px;
  255. background:none;
  256. -webkit-transition-duration:1s;
  257. -moz-transition-duration:1s;
  258. -o-transition-duration:1s;
  259.  
  260. }
  261.  
  262. #fresh a:hover {
  263. background:none;
  264. letter-spacing:4px;
  265. -webkit-transition-duration:1s;
  266. -moz-transition-duration:1s;
  267. -o-transition-duration:1s;
  268. }
  269.  
  270.  
  271.  
  272.  
  273.  
  274. #desc {
  275. width:300px;
  276. margin-left:-155px;
  277. margin-top:-10px;
  278. margin-bottom:10px;
  279. color:{color:description};
  280. text-align:center;
  281. font-family:arial;
  282. font-size:10px;
  283. font-weight:normal;
  284. line-height:150%;
  285. }
  286.  
  287.  
  288. #links {
  289. word-spacing:2px;
  290. font-family:arial;
  291. text-align:center;
  292. font-size:8px;
  293. text-transform:uppercase;
  294. line-height:100%;
  295. color:{color:link};
  296. margin-left:-130px;
  297. margin-top:160px;
  298. margin-bottom:25px;
  299. letter-spacing:1px;
  300.  
  301. }
  302.  
  303.  
  304. #links a {
  305. color:{color:sidebar link};
  306. padding:1px;
  307. display:inline;
  308. }
  309.  
  310.  
  311. #links a:hover {
  312. color:{color:hover};
  313. padding:1px;
  314. }
  315.  
  316. /*--- PAGE NAVIGATION ---*/
  317. #nav {
  318. margin-left:auto;
  319. margin-right:auto;
  320. text-transform:uppercase;
  321. letter-spacing:2;
  322. margin-top:40px;
  323. margin-bottom:40px;
  324. text-align:center;
  325. }
  326.  
  327.  
  328.  
  329. /*---POSTS---*/
  330.  
  331. #postcontainer {
  332. left:50%;
  333. margin-left:-250px;
  334. width:500px;
  335. margin-bottom:40px;
  336. position:absolute;
  337. }
  338.  
  339. #post {
  340. line-height:150%;
  341. width:500px
  342. position:center;
  343. margin-top:70px;
  344. margin-bottom:150px;
  345. letter-spacing:1px;}
  346.  
  347. #post ul {list-style:circle;letter-spacing:2px;text-align:left;}
  348.  
  349. #post ol {list-style:upper-roman;letter-spacing:2px;text-align:left;}
  350.  
  351.  
  352. /*---MESSAGE POSTS---*/
  353.  
  354.  
  355. .ask_block {
  356. width:480px;
  357. background-color:{color:accent2};
  358. padding:10px;
  359. }
  360.  
  361. .answer {
  362. color:{color:text};
  363. padding:10px;
  364. padding-top:5px;
  365. letter-spacing:1px;
  366. }
  367.  
  368. .asker {
  369. font-size:9px;
  370. color:{color:text};
  371. text-transform:uppercase;
  372. font-weight:normal;
  373. margin-top:-10px;
  374. letter-spacing:2px;
  375. }
  376.  
  377. .asker a:hover {
  378. color:{color:hover};
  379. }
  380.  
  381.  
  382.  
  383. /*---POST INFORMATION---*/
  384. #info {
  385. margin-top:5px;
  386. font-size:9px;
  387. color:{color:text};
  388. padding-top:7px;
  389. padding-bottom:7px;
  390. text-align:left;
  391. width:500;
  392. opacity:0;
  393. margin-left:10px;
  394. -webkit-transition-duration:.7s;
  395. -moz-transition-duration:.7s;
  396. -o-transition-duration:.7s;
  397. -ms-transition-duration:.7s;
  398.  
  399. }
  400.  
  401. #info a {
  402. color:{color:post info};
  403. font-size:9px;
  404. letter-spacing:2px;
  405. display:inline-block;
  406. margin-left:0px;
  407. }
  408.  
  409. #info a:hover {
  410. color:{color:hover};
  411. }
  412.  
  413.  
  414. .tags {
  415. text-align:keft;
  416. font-family:'arial';
  417. width:100%;
  418. margin-left:10px;
  419. font-size:8px;
  420. text-transform:lowercase;
  421. font-weight:none;
  422. color:{color:post info};
  423. }
  424.  
  425. .tags a {
  426. display:inline-block;
  427. font-weight:normal;
  428. letter-spacing:2px;
  429. font-size:8px;
  430. font-family:arial;
  431. }
  432.  
  433.  
  434. .tags a:hover {
  435. color:{color:post info};
  436.  
  437. }
  438.  
  439. #info {
  440. opacity:1;
  441. }
  442.  
  443.  
  444. .captoin {
  445. color:{color:text};
  446. padding:0px;
  447. letter-spacing:1px;
  448. display:block;
  449. margin-top:10px;
  450. width:466px;
  451. font-family:arial;
  452. }
  453.  
  454. #postnotes {
  455. display:{color:text};
  456. margin-left:-10px;
  457. color:{color:text};
  458. width:505px;
  459. font-family:aria;l
  460. }
  461.  
  462. #postnotes ol {
  463. line-height:110%;
  464. color:{color:text};
  465. list-style-type: none;
  466. font-family:arial;
  467.  
  468. }
  469.  
  470. #postnotes li {
  471. padding:5px;
  472. letter-spacing:2px;
  473. display:{color:text};
  474. margin-top:5px;
  475. background-color:{color:notes background};
  476. color:{color:text};
  477. font-family:arial;
  478. -webkit-transition-duration:.4s;
  479. -moz-transition-duration:.4s;
  480. -o-transition-duration:.4s;
  481. -ms-transition-duration:.4s;
  482. }
  483.  
  484. #postnotes li:hover {
  485. background-color:{color:background};
  486. color:{color:text};
  487.  
  488. }
  489.  
  490. #postnotes li:hover a {
  491. color:{color:link};
  492. }
  493.  
  494. #postnotes img {
  495. padding-right:5px;
  496. }
  497.  
  498.  
  499. .convo li {list-style: none;}
  500.  
  501. .convo .label {text-transform: uppercase;}
  502.  
  503. .line_odd .label {color: {color:text};}
  504. .line_even .label {color: {color:text};}
  505.  
  506. .album_art {
  507. display: block;
  508. float: left;
  509. margin-top: 1px;
  510. width: 72px;
  511. }
  512.  
  513.  
  514. .player {
  515. width:20px;
  516. overflow:hidden;
  517. height:20px;
  518. padding:0px;
  519. padding-left:5px;
  520. padding-top:3px;
  521. position:absolute;
  522. left:50%;
  523. top:50%;
  524. margin-bottom:-5px;
  525. margin-top:-17px;
  526. margin-left:-17px;
  527.  
  528. }
  529. .cover {
  530. display: block;
  531. float: left;
  532. width: 96px;
  533. height: 76px;
  534. margin-left: -74px;
  535. background-image: url('http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png');
  536. z-index: 1;
  537. margin-right: 20px;
  538. }
  539.  
  540. .album {
  541. margin-left: 1px;
  542. }
  543. .info {
  544. float: left;
  545. margin-top:-4px;
  546. }
  547. #infscr-loading {
  548. position: fixed;
  549. bottom: 30px;
  550. left: 48%;
  551. width: 32px;
  552. padding: 10px;
  553. font-size: 15px;
  554. z-index: 99999;
  555. background: white;
  556. background: hsla( 0, 0%, 100%, 0.9 );
  557. text-align: center;
  558. }
  559.  
  560. .qtation {
  561. color:{color:text};
  562. font-family:arial;
  563. text-align:center;
  564. font-size:14px;
  565. letter-spacing:2px;
  566. font-weight:lighter;
  567. }
  568.  
  569. .src {
  570. padding:8px;
  571. color:{color:text};
  572. text-align:center;
  573. margin-top:10px;
  574. margin-bottom:10;
  575. }
  576.  
  577. #dano {
  578. float: right;
  579. margin-top: -6px;
  580. margin-right: 15px;
  581. font-family: calibri;
  582. font-size: 8px;
  583. text-transform: uppercase;
  584. text-align: right;
  585. }
  586.  
  587. #dano a {
  588. background-color: {color:background};
  589. }
  590.  
  591. {CustomCSS}
  592. </style>
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599. </head>
  600. <body>
  601.  
  602.  
  603. <div id="sidebar">
  604.  
  605.  
  606. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  607.  
  608. <div id="fresh"><a href="/">{Title}</a></div>
  609.  
  610.  
  611. <div id="links">
  612. <a href="/">Index</a>
  613. <a href="/ask">Message</a>
  614. {block:iflink1}<a href="{text:link1url}"> {text:link1} </a>{/block:iflink1}
  615. {block:iflink2}<a href="{text:link2url}"> {text:link2} </a>{block:iflink2}
  616. {block:iflink3}<a href="{text:link3url}"> {text:link3} </a>{block:iflink3}
  617. {block:iflink4}<a href="{text:link4url}"> {text:link4} </a>{block:iflink4}
  618.  
  619.  
  620.  
  621. </div>
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628. <div id="desc">{Description}</div>
  629.  
  630. </div>
  631.  
  632.  
  633.  
  634.  
  635. </div>
  636.  
  637.  
  638. <div id="postcontainer">
  639. {block:Posts}
  640. <div id="post">
  641.  
  642.  
  643.  
  644.  
  645.  
  646. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  647.  
  648.  
  649.  
  650. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}" width="500px"></center>
  651. {block:IfOnlyRenderCaptionsOnPermalinkPage}
  652. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  653. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  654. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  655.  
  656.  
  657.  
  658. {/block:Photo}
  659.  
  660.  
  661. {block:Photoset}
  662. <div class="photoset">{Photoset-500}</div>{block:IfOnlyRenderCaptionsOnPermalinkPage}
  663. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  664. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  665. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}{/block:Photoset}
  666.  
  667.  
  668. {block:Video}{Video-500}{block:IfOnlyRenderCaptionsOnPermalinkPage}
  669. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  670. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  671. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}{/block:Video}
  672.  
  673.  
  674. {block:Audio}
  675. {block:AlbumArt}<div class="album">
  676. <img src="{AlbumArtURL}" class="album_art" alt="" />
  677. <span class="cover"></span>
  678. </div>{/block:AlbumArt}
  679. <div class="info"{block:AlbumArt} style="margin-top: 2px;"{/block:AlbumArt}></div>
  680. <div class="audio_box" id="{PostID}">
  681. {AudioPlayerWhite}
  682. </div>
  683.  
  684. <div style="margin-top: 5px;">
  685. {block:TrackName}<span><strong>Title</strong>: {TrackName}</span>{/block:TrackName}<br>
  686. {block:Artist}<span><strong>Artist:</strong> {Artist}</span>{/block:Artist}<br>
  687. <span>{PlayCountWithLabel}</span><br>
  688. </div>
  689. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  690. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  691. {/block:Audio}
  692.  
  693.  
  694. {block:Quote}<div class="qtation"><span style="font-family:arial;font-size:15px;font-weight:900;">“</span>{Quote}<span style="font-family:arial;font-size:15px;font-weight:900;">”</span></div>{block:Source}<div class="src">-- {Source}</div>{/block:Source}{/block:Quote}
  695.  
  696.  
  697. {block:Link}<h1><a href="{URL}" {Target}>{Name}</h1></a>{block:Description}{Description}{/block:Description}{/block:Link}
  698.  
  699. {block:Answer}<div class="question">
  700. <div class="ask_block">
  701. <table>
  702. <tr>
  703. <td style="vertical-align:top;padding-right:10px;"><img src="{PortraitURL-32}"></td>
  704. <td style="vertical-align:center;"><i>{Asker}</i> ASKED: {Question}</td>
  705. </tr>
  706. </table></div>
  707. <div class="answer">{Answer}</div>
  708. </div>{/block:Answer}
  709.  
  710.  
  711. {block:Chat}
  712. {block:Title}<h2>{Title}</h2>{/block:Title}
  713. <ul class="convo">{block:Lines}<li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}
  714. {Line}</li>{/block:Lines}</ul>
  715. {/block:Chat}
  716. <div><div></div>
  717. <div id="info">
  718. <!---POST INFO--->
  719. <a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth} </a> <a href="{Permalink}"> +{NoteCount}</a>
  720. {block:RebloggedFrom}<a href="{ReblogParentURL}"> [via] </a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> [source] <a href="{SourceURL}"></a>{/block:ContentSource}{block:IfShowReblogButton}<a href="{ReblogURL}" target="_blank"> [reblog] </a>{/block:IfShowReblogButton}
  721. <br></div>
  722. <div class="tags">{block:Tags}<a href="{TagURL}"> {Tag} </a>, {/block:Tags}</div>
  723. {/block:Posts}</div>
  724. </div><div id="postnotes">{block:PostNotes}{PostNotes-16}{/block:PostNotes}</div>
  725.  
  726.  
  727.  
  728. {block:Pagination}
  729. <div id="nav">
  730. {block:PreviousPage}<a href="{PreviousPage}">&larr; back</a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}">next &rarr;</a>{/block:NextPage}
  731. </div>
  732. {/block:Pagination}
  733.  
  734.  
  735.  
  736. <div id="credit"><a href="http://maxeirons.tumblr.com/">maxeirons</a></div>
  737.  
  738.  
  739.  
  740.  
  741.  
  742. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement