Advertisement
Guest User

theme 30: mhysa; by primrosetylers

a guest
Jul 31st, 2014
3,524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. theme 30: mhysa;
  7. coded by irma at primrosetylers.tumblr.com
  8. do not steal, remove the credit, or use as a base
  9.  
  10. -->
  11.  
  12. <title>{Title}</title>
  13. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17. <!-- meta stuffs go here -->
  18.  
  19. <meta name="color:background" content="#fff">
  20. <meta name="color:scrollbar" content="#eee">
  21. <meta name="color:title" content="#000">
  22. <meta name="color:line under title" content="#000">
  23. <meta name="color:sidebar border" content="#000">
  24. <meta name="color:sidebar link" content="#aaa">
  25. <meta name="color:sidebar link hover" content="#aaa">
  26. <meta name="color:description" content="#000">
  27. <meta name="color:description bg" content="#aaa">
  28. <meta name="color:tooltip text" content="#fff">
  29. <meta name="color:tooltip background" content="#000">
  30. <meta name="color:post border" content="#eee">
  31. <meta name="color:posts" content="#fff">
  32. <meta name="color:post text" content="#000">
  33. <meta name="color:post info" content="#000">
  34. <meta name="color:posts link" content="#aaa">
  35. <meta name="color:posts link hover" content="#000">
  36. <meta name="color:blockquote" content="#aaa">
  37.  
  38. <meta name="image:sidebar" content="http://38.media.tumblr.com/17ae56d6aa7c26a0c6249aa5a074f761/tumblr_n8o0w277ZZ1s95j2so1_500.png">
  39.  
  40. <meta name="if:500px posts" content="1">
  41. <meta name="if:400px posts" content="0">
  42. <meta name="if:250px posts" content="0">
  43. <meta name="if:show caption" content="1">
  44. <meta name="if:tiny cursor" content="1">
  45.  
  46. <meta name="text:link 1" content="index">
  47. <meta name="text:link 1 url" content="/">
  48. <meta name="text:link 2" content="mssg">
  49. <meta name="text:link 2 url" content="/ask">
  50. <meta name="text:link 3" content="past">
  51. <meta name="text:link 3 url" content="/archive">
  52. <meta name="text:link 4" content="">
  53. <meta name="text:link 4 url" content="">
  54. <meta name="text:link 5" content="">
  55. <meta name="text:link 5 url" content="">
  56. <meta name="text:link 6" content="">
  57. <meta name="text:link 6 url" content="">
  58.  
  59. <!-- metas end-->
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  62.  
  63. <!-- tooltip script -->
  64. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  65. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  66. <script>
  67. (function($){
  68. $(document).ready(function(){
  69. $("a[title]").style_my_tooltips({
  70. tip_follows_cursor:true,
  71. tip_delay_time:30,
  72. tip_fade_speed:300,
  73. attribute:"title"
  74. });
  75. });
  76. })(jQuery);
  77. </script>
  78.  
  79. <style type="text/css">
  80.  
  81. /*tooltip css*/
  82. #s-m-t-tooltip {
  83. max-width:300px;
  84. position:absolute;
  85. z-index:99999;
  86. margin-top:20px;
  87. text-transform:uppercase;
  88. text-align:center;
  89. padding:2px 4px 2px 4px;
  90. background-color:{color:tooltip background};
  91. font-family:arial;
  92. font-size:9px;
  93. color:{color:tooltip text};
  94. }
  95.  
  96. body {
  97. background-color:{color:background};
  98. font-family:'Lato', arial;
  99. color:{color:post text};
  100. font-size:11px;
  101. }
  102.  
  103. a {
  104. text-decoration:none;
  105. color:{color:posts link};
  106. -webkit-transition:0.5s;
  107. -moz-transition:0.5s;
  108. -ms-transition:0.5s;
  109. -o-transition:0.5s;
  110. }
  111.  
  112. blockquote {
  113. border-left:2px solid {color:blockquote};
  114. padding-left:10px;
  115. }
  116.  
  117. a:hover {
  118. color:{color:posts link hover};
  119. }
  120.  
  121. pre {
  122. white-space: pre-wrap;
  123. white-space: -moz-pre-wrap;
  124. white-space: -pre-wrap;
  125. white-space: -o-pre-wrap;
  126. word-wrap: break-word;
  127. }
  128.  
  129. code {
  130. white-space: pre-wrap;
  131. white-space: -moz-pre-wrap;
  132. white-space: -pre-wrap;
  133. white-space: -o-pre-wrap;
  134. word-wrap: break-word;
  135. }
  136.  
  137. ::-webkit-scrollbar {
  138. width: 8px;
  139. }
  140.  
  141. ::-webkit-scrollbar-track {
  142. background-color:{color:background};
  143. }
  144.  
  145. ::-webkit-scrollbar-thumb {
  146. background-color:{color:scrollbar};
  147. }
  148.  
  149. ::-webkit-scrollbar:horizontal {
  150. height:8px;
  151. }
  152.  
  153. ::selection {
  154. background: {color:scrollbar};
  155. }
  156. ::-moz-selection {
  157. background: {color:scrollbar};
  158. }
  159.  
  160. h2 {
  161. text-align:center;
  162. }
  163.  
  164. /*sidebar*/
  165.  
  166. #sidebar {
  167. width:350px;
  168. height:100%;
  169. position:fixed;
  170. top:0;
  171. left:0;
  172. background-color:#aaa;
  173. text-align:center;
  174. border-right:5px solid {color:sidebar border};
  175. background-image:url('{image:sidebar}');
  176. background-size:100% 100%;
  177. }
  178.  
  179. #title {
  180. font-size:35px;
  181. text-transform:uppercase;
  182. letter-spacing:5px;
  183. color:{color:title};
  184. width:300px;
  185. margin:auto;
  186. padding-bottom:8px;
  187. -webkit-transition:0.5s;
  188. -moz-transition:0.5s;
  189. -ms-transition:0.5s;
  190. -o-transition:0.5s;
  191. transition:0.5s;
  192. border-bottom:3px solid {color:line under title};
  193. }
  194.  
  195. #description {
  196. margin-top:-50px;
  197. margin-left:20px;
  198. margin-right:20px;
  199. margin-bottom:10px;
  200. width:290px;
  201. opacity:0;
  202. padding:10px;
  203. background-color:{color:description bg};
  204. color:{color:description};
  205. -webkit-transition:0.5s;
  206. -moz-transition:0.5s;
  207. -ms-transition:0.5s;
  208. -o-transition:0.5s;
  209. transition:0.5s;
  210. text-transform:uppercase;
  211. }
  212.  
  213. #sidebar:hover #title {
  214. opacity:0;
  215. }
  216.  
  217. #sidebar:hover #description {
  218. margin-top:20px;
  219. opacity:1;
  220. }
  221.  
  222. #links {
  223. padding-top:10px;
  224. }
  225. #links a {
  226. text-transform:uppercase;
  227. padding:0 5px 0 5px;
  228. font-size:12px;
  229. color:{color:sidebar link};
  230. }
  231.  
  232. #sidebar:hover #links a {
  233. color:{color:sidebar link};
  234. background-color:{color:sidebar link hover};
  235. }
  236.  
  237. #links a:hover {
  238. opacity:0.5;
  239. }
  240.  
  241. #sidebarcon {
  242. position:absolute;
  243. width:350px;
  244. margin:auto;
  245. text-align:center;
  246. bottom:75px;
  247. left:0;
  248. }
  249. /*posts*/
  250.  
  251. #postage {
  252. {block:If500pxPosts}width:500px;{/block:If500pxPosts}
  253. {block:If400pxPosts}width:400px;{/block:if400pxPosts}
  254. {block:If250pxPosts}width:250px;{/block:if250pxPosts}
  255. position:relative;
  256. margin-top:35px;
  257. margin-bottom:35px;
  258. margin-left:475px;
  259. background-color:{color:posts}; /*temp*/
  260. padding:15px;
  261. border:1px solid transparent;
  262. -webkit-transition:0.5s;
  263. -moz-transition:0.5s;
  264. -ms-transition:0.5s;
  265. -o-transition:0.5s;
  266. transition:0.5s;
  267. }
  268.  
  269. #panorama img {
  270. {block:If500pxPosts}width:500px;{/block:If500pxPosts}
  271. {block:If400pxPosts}width:400px;{/block:if400pxPosts}
  272. {block:If250pxPosts}width:250px;{/block:if250pxPosts}
  273. }
  274.  
  275. #words {
  276. font-style:italic;
  277. font-size:15px;
  278. }
  279.  
  280. .source {
  281. text-align:right;
  282. padding-right:5px;
  283. }
  284.  
  285. #linkpost {
  286. text-align:center;
  287. font-size:11px;
  288. }
  289.  
  290. .linkety {
  291. font-size:15px;
  292. }
  293.  
  294. #chat ul {
  295. list-style:none;
  296. font-family:courier;
  297. margin-left:-30px;
  298. }
  299.  
  300. .label {
  301. text-transform:uppercase;
  302. font-weight:bold;
  303. }
  304.  
  305. #audioplayer {
  306. width:25px;
  307. height:25px;
  308. position:absolute;
  309. overflow:hidden;
  310. margin-top:25px;
  311. margin-left:25px;
  312. opacity:0.7;
  313. border-radius:100%;
  314. -webkit-border-radius:100%;
  315. -moz-border-radius:100%;
  316. }
  317.  
  318. #albumart {
  319. width:75px;
  320. height:75px;
  321. background-color:#e3e3e3;
  322. }
  323.  
  324. #ask span a {
  325. color:{color:post text};
  326. font-style:italic;
  327. }
  328.  
  329. #postage:hover {
  330. border:1px solid {color:post border};
  331. }
  332.  
  333. #postage:hover .info {
  334. border:1px solid {color:post border};
  335. }
  336.  
  337. .info {
  338. text-align:center;
  339. text-transform:uppercase;
  340. padding-top:5px;
  341. padding-bottom:5px;
  342. margin-top:5px;
  343. border:1px solid transparent;
  344. {block:If500pxPosts}width:500px;{/block:If500pxPosts}
  345. {block:If400pxPosts}width:400px;{/block:if400pxPosts}
  346. {block:If250pxPosts}width:250px;{/block:if250pxPosts}
  347. opacity:1;
  348. font-size:14px;
  349. color:{color:post info};
  350. -webkit-transition:0.6s;
  351. -moz-transition:0.6s;
  352. -ms-transition:0.6s;
  353. -o-transition:0.6s;
  354. }
  355.  
  356. .info a {
  357. color:{color:post info};
  358. }
  359.  
  360. #postage:hover .tags {
  361. opacity:1;
  362. }
  363. .tags {
  364. top:0;
  365. opacity:0;
  366. position:absolute;
  367. {block:If500pxPosts}margin-left:520px;{/block:If500pxPosts}
  368. {block:If400pxPosts}margin-left:420px;{/block:if400pxPosts}
  369. {block:If250pxPosts}margin-left:270px;{/block:if250pxPosts}
  370. font-size:10px;
  371. text-transform:uppercase;
  372. text-align:center;
  373. -webkit-transition:0.6s;
  374. -moz-transition:0.6s;
  375. -ms-transition:0.6s;
  376. -o-transition:0.6s;
  377. }
  378.  
  379. .tags a {
  380. position:relative;
  381. display:block;
  382. border:1px solid {color:post border};
  383. margin:5px;
  384. padding:5px;
  385. width:65px;
  386. color:{color:post info};
  387. }
  388.  
  389. #postnotes {
  390. line-height:200%;
  391. }
  392.  
  393. #postnotes li {
  394. list-style:none;
  395. }
  396.  
  397. #postnotes img {
  398. margin-right:5px;
  399. }
  400.  
  401. #credit {
  402. right:10px;
  403. bottom:15px;
  404. font-size:11px;
  405. padding:2px 5px 2px 5px;
  406. text-transform:uppercase;
  407. text-align:center;
  408. background-color:#000;
  409. position:fixed;
  410. font-family:arial;
  411. opacity:0.8;
  412. }
  413.  
  414. #credit a {
  415. color:#fff;
  416. }
  417.  
  418. #credit a:hover {
  419. text-shadow:0 0 2px #fff;
  420. color:#000;
  421. opacity:1;
  422. }
  423.  
  424. {block:IfTinyCursor}
  425. /* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;} /* End http://www.cursors-4u.com */
  426. {/block:IfTinyCursor}
  427.  
  428. {CustomCSS}
  429. </style>
  430. </head>
  431. <body>
  432.  
  433. <div id="sidebar">
  434.  
  435. <div id="sidebarcon">
  436. <div id="title">{Title}</div>
  437. <div id="links">
  438. {block:PreviousPage}<a title="prev page" href="{PreviousPage}">&#8212</a>{/block:PreviousPage}
  439. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  440. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  441. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  442. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  443. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  444. {block:iflink6}<a href="{text:link 6 url}">{text:link 6}</a>{/block:iflink6}
  445. {block:NextPage}<a title="next page" href="{NextPage}">+</a>{/block:NextPage}
  446. </div>
  447. <div id="description">{Description}</div>
  448. </div>
  449.  
  450. </div>
  451.  
  452. <div class = "autopagerize_page_element" >
  453. {block:Posts}
  454. <div id="postage">
  455.  
  456. {block:Text}
  457. <div id="text">
  458. <h2><a href="{Permalink}">{Title}</a></h2>
  459. {Body}
  460. </div> <!--text post-->
  461. {/block:Text}
  462.  
  463. {block:Photo}
  464. <div id="photo">
  465. {block:If500pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:If500pxPosts}
  466. {block:If400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:if400pxPosts}
  467. {block:If250pxPosts}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{/block:if250pxPosts}
  468. {block:IfShowCaption}
  469. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  470. {/block:IfShowCaption}
  471. {block:IfNotShowCaption}
  472. {block:PermalinkPage}
  473. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  474. {/block:PermalinkPage}
  475. {/block:IfNotShowCaption}
  476. </div> <!--photo post-->
  477. {/block:Photo}
  478.  
  479. {block:Panorama}
  480. <div id="panorama">
  481. {LinkOpenTag}
  482. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  483. {LinkCloseTag}
  484. {block:IfShowCaption}
  485. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  486. {/block:IfShowCaption}
  487. {block:IfNotShowCaption}
  488. {block:PermalinkPage}
  489. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  490. {/block:PermalinkPage}
  491. {/block:IfNotShowCaption}
  492. </div> <!--panorama post-->
  493. {/block:Panorama}
  494.  
  495. {block:Photoset}
  496. <div id="photoset">
  497. {block:If500pxPosts}{Photoset-500}{/block:If500pxPosts}
  498. {block:If400pxPosts}{Photoset-400}{/block:if400pxPosts}
  499. {block:If250pxPosts}{Photoset-250}{/block:if250pxPosts}
  500. {block:IfShowCaption}
  501. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  502. {/block:IfShowCaption}
  503. {block:IfNotShowCaption}
  504. {block:PermalinkPage}
  505. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  506. {/block:PermalinkPage}
  507. {/block:IfNotShowCaption}
  508. </div> <!--photoset-->
  509. {/block:Photoset}
  510.  
  511. {block:Quote}
  512. <div id="quote">
  513. <div id="words">{Quote}</div>
  514. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  515. </div> <!--quote-->
  516. {/block:Quote}
  517.  
  518. {block:Link}
  519. <div id="linkpost">
  520. {block:PostTitle}<h2><a href="{Permalink}">{PostTitle}</a></h2>{/block:PostTitle}
  521. <a href="{URL}" class="linkety" {Target}>{Name}</a>
  522. {block:Description}
  523. <div class="linkdesc">{Description}</div>
  524. {/block:Description}
  525. </div> <!--link-->
  526. {/block:Link}
  527.  
  528. {block:Chat}
  529. <div id="chat">
  530. <h2><a href="{Permalink}">{Title}</a></h2>
  531. <ul>
  532. {block:Lines}
  533. <li class="{Alt} user_{UserNumber}">
  534. {block:Label}
  535. <span class="label">{Label}</span>
  536. {/block:Label}{Line}
  537. </li>
  538. {/block:Lines}
  539. </ul>
  540. </div> <!--chat-->
  541. {/block:Chat}
  542.  
  543. {block:Video}
  544. <div id="video">
  545. {block:PostTitle}<h2><a href="{Permalink}">{PostTitle}</a></h2>{/block:PostTitle}
  546. {block:If500pxPosts}{Video-500}{/block:If500pxPosts}
  547. {block:If400pxPosts}{Video-400}{/block:if400pxPosts}
  548. {block:If250pxPosts}{Video-250}{/block:if250pxPosts}
  549. {block:IfShowCaption}
  550. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  551. {/block:IfShowCaption}
  552. {block:IfNotShowCaption}
  553. {block:PermalinkPage}
  554. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  555. {/block:PermalinkPage}
  556. {/block:IfNotShowCaption}
  557. </div> <!--video-->
  558. {/block:Video}
  559.  
  560. {block:Audio}
  561. <div id="audio">
  562. <table style="padding:5px; background-color:#fff;margin-bottom:5px;">
  563. <tr>
  564. <td style="vertical-align:top;padding-right:10px;"><div id="audioplayer">{AudioPlayerBlack}</div>
  565. <div id="albumart">
  566. {block:AlbumArt}
  567. <img src="{AlbumArtURL}" style="width:75px;">
  568. {/block:AlbumArt}</div></td>
  569. <td style="vertical-align:top; font-size:12px;"> {block:TrackName}<i>title:</i> {TrackName} <br />{/block:TrackName}
  570. {block:Artist}<i>artist:</i> {Artist} <br />{/block:Artist}
  571. {block:Album}<i>album:</i> {Album} <br />{/block:Album}
  572. {block:PlayCount}<i>played:</i> {FormattedPlayCount} times{/block:PlayCount}
  573. </td>
  574. </tr>
  575. </table>
  576. {block:IfShowCaption}
  577. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  578. {/block:IfShowCaption}
  579. {block:IfNotShowCaption}
  580. {block:PermalinkPage}
  581. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  582. {/block:PermalinkPage}
  583. {/block:IfNotShowCaption}
  584. </div> <!--audio-->
  585. {/block:Audio}
  586.  
  587. {block:Answer}
  588. <div id="ask">
  589. <p style="padding:10px; background-color:#eee;">β€” <span>{Asker}</span>: {Question}</p>
  590. <p>{block:Answerer}β€” <span>{Answerer}</span> replied: {/block:Answerer}{Answer}</p>
  591. {block:Answerer}<blockquote>{Replies}</blockquote>{/block:Answerer}
  592. </div> <!--ask-->
  593. {/block:Answer}
  594.  
  595. <div class="info">
  596. {block:IndexPage}
  597. {block:Date}<a title="{NoteCountWithLabel}" href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}</a>{/block:Date}
  598. {/block:IndexPage}
  599.  
  600. {block:PermalinkPage}
  601. {block:Date}Posted on {Month} {DayOfMonth}, {Year} with {NoteCountWithLabel}{/block:Date} <br>
  602. {block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}, created by <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  603. {/block:PermalinkPage}
  604. </div> <!--info-->
  605.  
  606. <div class="tags">
  607. <a title="reblog this post" href="{ReblogURL}">reblog</a>
  608. {block:Tags} <a title="posts tagged #{Tag}" href="{TagURL}">{Tag}</a>{/block:Tags}
  609. </div>
  610.  
  611. {block:PermalinkPage}
  612. <div id="postnotes">
  613. {PostNotes}
  614. </div>
  615. {/block:PermalinkPage}
  616.  
  617. </div> <!--postage-->
  618.  
  619. {/block:Posts}
  620.  
  621. </div> <!-- autopagerize page element thing -->
  622.  
  623. <div id="credit"><a href="http://primrosetylers.tumblr.com">✿THEME</a></div>
  624.  
  625. </body>
  626. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement