Advertisement
Guest User

euphonious oxygenthemes

a guest
Jul 4th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.08 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <head>
  4.  
  5. <!--
  6. theme 13: euphonious by oxygenthemes @ tumblr
  7.  
  8. do not steal, do not redistribute, and please
  9. like or reblog the post if you're using this.
  10.  
  11. enjoy using and feel free to message me if you
  12. encounter any issues! uwu
  13.  
  14. -->
  15.  
  16.  
  17. <title>{Title}</title>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <meta name="color:Background" content="#fff"/>
  24. <meta name="color:Text" content="#aaaaaa"/>
  25. <meta name="color:Link" content="#000000"/>
  26. <meta name="color:sidebar links" content=""/>
  27. <meta name="image:Sidebar image" content=""/>
  28. <meta name="color:link hover" content=""/>
  29. <meta name="color:accent" content=""/>
  30. <meta name="text:Link 1 URL" content="" />
  31. <meta name="text:Link 1" content="" />
  32. <meta name="text:Link 2 URL" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 3 URL" content="" />
  35. <meta name="text:Link 3" content="" />
  36. <meta name="if:hover tags" content=""/>
  37. <meta name="if:updates tab" content=""/>
  38.  
  39. <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  40. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  41.  
  42. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  43.  
  44. <script>
  45.  
  46. (function($){
  47.  
  48. $(document).ready(function(){
  49.  
  50. $("a[title]").style_my_tooltips({
  51.  
  52. tip_follows_cursor:true,
  53.  
  54. tip_delay_time:30,
  55.  
  56. tip_fade_speed:300,
  57.  
  58. attribute:"title"
  59.  
  60. });
  61.  
  62. });
  63.  
  64. })(jQuery);
  65.  
  66. </script>
  67.  
  68.  
  69.  
  70. <style type="text/css">
  71. ::-webkit-scrollbar{
  72. height:3px;
  73. width:4px;
  74. background:inherit;
  75. }
  76.  
  77. iframe#tumblr_controls{display:none;}
  78. ::-webkit-scrollbar-thumb {background:{color:text};}
  79.  
  80. ::-webkit-scrollbar-track {background:transparent;}
  81.  
  82. #s-m-t-tooltip{
  83. position:absolute;
  84. margin-top: 15px;
  85. text-transform:uppercase;
  86. font-size:8px;
  87. letter-spacing:1px;
  88. max-width:250px;
  89. z-index:9999;
  90. padding:9px;
  91. color:#333333;
  92. background:white;
  93. }
  94.  
  95.  
  96.  
  97. blockquote {
  98. padding-left:10px;
  99. border-left:1px solid;
  100. border-color:#eeeeee;
  101. margin:10px;
  102. }
  103.  
  104.  
  105. body {
  106. background:{color:background};
  107. color:{color:text};
  108. font-family:calibri;
  109. font-weight:lighter;
  110. font-size:10px;
  111. text-align:justify;
  112. margin:0;
  113. line-height:16px;}
  114.  
  115.  
  116. a {
  117. color:{color:link};
  118. text-decoration:none;
  119. cursor:help!important;
  120. border-bottom:1px solid {color:accent};
  121. transition:0.5s ease-in-out;
  122. -webkit-transition:0.5s ease-in-out;
  123. -moz-transition:0.5s ease-in-out;
  124. }
  125.  
  126. a:hover {
  127. text-decoration:none;
  128. color:{color:link hover};
  129. cursor:help!important;
  130. border-bottom:1px solid {color:link hover};
  131. transition:0.5s ease-in-out;
  132. -webkit-transition:0.5s ease-in-out;
  133. -moz-transition:0.5s ease-in-out;
  134.  
  135. }
  136.  
  137. b, strong {
  138. color:{color:accent};
  139. font-weight:600;
  140. }
  141. i, em {
  142. font-style:italic;
  143. font-weight:300;
  144. color:{color:accent};
  145. }
  146. img{opacity:1;
  147. border:none;
  148. text-decoration:none}
  149.  
  150.  
  151. small {
  152. font-size:9px;}
  153.  
  154. big {
  155. font-size:12px;}
  156.  
  157.  
  158. h1 {
  159. line-height:120%;
  160. font-size:10px;
  161. text-transform:lowercase;
  162. letter-spacing:3px;
  163. font-style:italic;
  164. text-align:center;
  165.  
  166. }
  167.  
  168. #title {
  169. line-height:120%;
  170. font-size:10px;
  171. text-transform:lowercase;
  172. letter-spacing:3px;
  173. font-style:italic;
  174. text-align:center;
  175. }
  176.  
  177.  
  178. /*sidebar*/
  179. #sidebar {text-align:right;
  180. position:fixed;
  181. margin-left:310px;
  182. top:150px;
  183. padding:15px;
  184. border-radius:2px;
  185. width:120px;
  186. }
  187.  
  188. #sidebarim {margin-bottom:20px;width:120px;}
  189.  
  190. #sidebarim img {
  191. width:60px;
  192. border-radius:100%;
  193. float:center;
  194.  
  195. }
  196.  
  197. #blogt {font-size:12px;
  198. text-transform:lowercase;
  199. letter-spacing:2px;
  200. font-style:italic;
  201. text-align:right;
  202. color:{color:accent};
  203. }
  204.  
  205. #links {
  206. line-height:120%;
  207. font-size:10px;
  208. text-transform:lowercase;
  209. text-align:right;
  210. text-decoration:none;
  211. transition:0.2s ease-in-out;
  212. -webkit-transition:0.2s ease-in-out;
  213. -moz-transition:0.2s ease-in-out;
  214.  
  215. }
  216.  
  217.  
  218. #links a {
  219. display:inline-block;
  220. text-decoration:none;
  221. border-bottom:1px solid {color:accent};
  222. margin-bottom:5px;
  223. color:{color:sidebar links};
  224. }
  225.  
  226. #links a:hover {
  227. border-bottom:1px solid {color:links};
  228. transition:0.2s ease-in-out;
  229. -webkit-transition:0.2s ease-in-out;
  230. -moz-transition:0.2s ease-in-out;
  231. text-decoration:none;
  232. }
  233.  
  234. #description {
  235. text-align:right;
  236. padding-top:20px;
  237. padding-bottom:30px;
  238. }
  239.  
  240.  
  241. #pagination {
  242. text-align:right;
  243. text-transform:lowercase;
  244. font-weight:bold;
  245. font-size:13px;
  246. }
  247. #pagination a {
  248. margin-top:15px;
  249. padding:10px;
  250. border:none;
  251. }
  252.  
  253.  
  254. h1 {
  255. font-size:11px;
  256. font-weight:bold;
  257. }
  258.  
  259. .posts {
  260. padding:15px;
  261. border-radius:2px;
  262. margin:100px auto 0px auto;
  263. {block:IndexPage}
  264. margin-bottom:80px;
  265. {/block:IndexPage}
  266. {block:PermalinkPage}
  267. margin-bottom:40px;
  268. {/block:PermalinkPage}
  269. width:350px;
  270. }
  271.  
  272. .entries {
  273. margin:100px auto 0px auto;
  274. width:350px;
  275. margin-top:100px;
  276. margin-bottom:50px;
  277.  
  278. }
  279.  
  280.  
  281. .posts img, .posts li, .posts blockquote {
  282. max-width: 100%;
  283. }
  284.  
  285. .posts li {
  286. list-style: square;
  287. }
  288.  
  289. blockquote img {
  290. max-width:250px!important;
  291. }
  292.  
  293. .info {
  294. border-top:1px solid #eeeeee;
  295. padding:5px;
  296. text-transform:uppercase;
  297. font-size:8px;
  298. text-align:center;
  299. font-family:open-sans "trebuchet ms" sans-serif;
  300. opacity:1;
  301. letter-spacing:1px;
  302. margin-top:15px;
  303. transition:0.5s ease-in-out;
  304. -webkit-transition:0.5s ease-in-out;
  305. -moz-transition:0.5s ease-in-out;
  306. }
  307.  
  308. .info a {
  309. border-bottom:none;
  310. }
  311.  
  312. img a {
  313. border-bottom:none;
  314. }
  315. .tags {
  316. font-size:8px;
  317. letter-spacing:0px;
  318. font-family:open-sans "trebuchet ms" sans-serif;
  319. font-style:italic;
  320. text-transform:uppercase;
  321. {block:ifhovertags}
  322. opacity:0;
  323. transition:0.5s ease-in;
  324. -webkit-transition:0.5s ease-in;
  325. -moz-transition:0.5s ease-in;
  326. {/block:ifhovertags}
  327. }
  328.  
  329. .tags a {
  330. margin-right:8px;
  331. border-bottom:none;
  332. }
  333.  
  334.  
  335. .posts:hover .tags {
  336. opacity:1;
  337.  
  338. }
  339.  
  340. .posts:hover .info {
  341. opacity:1;
  342. }
  343.  
  344. ol.notes {
  345. padding:0px;
  346. margin:25px 0px 0px -10px;
  347. list-style-type:none;
  348. }
  349.  
  350. ol.notes li.note {
  351. padding:10px;
  352. }
  353.  
  354. ol.notes li.note img.avatar {
  355. vertical-align:-4px;
  356. margin-right:10px;
  357. width:16px;
  358. height:16px;
  359. }
  360.  
  361. ol.notes li.note span.action {
  362. font-weight:none;
  363. }
  364.  
  365. ol.notes li.note .answer_content {
  366. font-weight:normal;
  367. }
  368.  
  369. ol.notes li.note blockquote {
  370. padding:4px 10px;
  371. margin:10px 0px 0px 25px;
  372. }
  373.  
  374. ol.notes li.note blockquote a {
  375. text-decoration:none;
  376. }
  377.  
  378. .quote {
  379. text-transform:uppercase;
  380. font-size:12px;
  381. font-weight:bold;
  382. text-align:center;
  383. }
  384.  
  385. .quotesource {
  386. text-align:center;
  387. margin-top:10px;
  388. }
  389.  
  390.  
  391. .chat {
  392. line-height:20px;
  393. list-style:none;
  394. }
  395.  
  396. .line.odd {
  397. background:#fafafa;
  398. margin-bottom:2px;
  399. padding:5px;
  400. list-style:none;
  401. font-size:10px;
  402. }
  403.  
  404. .line.even {
  405. background:#fff;
  406. margin-bottom:2px;
  407. padding:5px;
  408. list-style:none;
  409. font-size:10px;
  410. }
  411.  
  412. .label {
  413. padding-right:1px;
  414. text-transform:uppercase;
  415. font-weight:bold;
  416. color:{color:link};
  417. }
  418.  
  419. .question {
  420. background:#fafafa;
  421. padding:10px;
  422. }
  423.  
  424. .asker {
  425. text-transform:uppercase;
  426. }
  427.  
  428. .answer {
  429. padding:10px;
  430. margin-top:-15px;
  431. }
  432.  
  433. .playerbutton {
  434. position:relative;
  435. width:30px;
  436. height:35px;
  437. overflow:hidden;
  438. }
  439.  
  440. .playerbuttonhug {
  441. position: absolute;
  442. top:-7px;
  443. left:2px;
  444. }
  445.  
  446. .tumblr_audio_player {
  447. height:50px;
  448. width:500px;
  449. }
  450.  
  451. .playerbuttonbg {
  452. position:absolute;
  453. width:35px;
  454. height:35px;
  455. background-color:#e4e4e4;
  456. padding:10px;
  457. }
  458.  
  459. .trackdetails {
  460. width:auto;
  461. display:inline-block;
  462. margin-left:70px;
  463. font-size:10px;
  464. letter-spacing:1px;
  465. text-transform:lowercase;
  466. padding:5px;
  467. line-height:15px;
  468. }
  469.  
  470. .audiowrapper {
  471. position:relative;
  472. display:inline-block;
  473. }
  474.  
  475. #info {
  476. position:fixed;
  477. text-align:left;
  478. margin-top:10px;
  479. right:50px;
  480. width:100px;
  481. font-size:10px;
  482.  
  483. transition:0.5s ease-in-out;
  484. -webkit-transition:0.5s ease-in-out;
  485. -moz-transition:0.5s ease-in-out;
  486. }
  487.  
  488. .moreinfo {
  489. opacity:0;
  490. margin-top:150px;
  491. transition:0.5s ease-in-out;
  492. -webkit-transition:0.5s ease-in-out;
  493. -moz-transition:0.5s ease-in-out;
  494. }
  495.  
  496. #info:hover .moreinfo {
  497. opacity:1;
  498. margin-top:0px;
  499. transition:0.5s ease-in-out;
  500. -webkit-transition:0.5s ease-in-out;
  501. -moz-transition:0.5s ease-in-out;
  502. }
  503.  
  504.  
  505. .bisexual {
  506. bottom:10px;
  507. right:10px;
  508. font-size:13px;
  509. position:fixed;
  510. }
  511.  
  512. .bisexual a {
  513. border:none;
  514. }
  515. {CustomCSS}
  516.  
  517.  
  518. </style>
  519.  
  520.  
  521.  
  522. </head>
  523.  
  524. <body>
  525.  
  526.  
  527. {block:ifupdatestab}
  528. <div id="info">
  529. <i style="font-size:10px;text-transform:lowercase;letter-spacing:3px;">updates</i>
  530. <div class="moreinfo">
  531. <h5 style="background:{color:accent};color:#fff;padding;3px;text-transform:uppercase;text-align:center">heading here</h5>
  532. This updates tab is optional - you can toggle it on or off in the menu. You can write as much as you like and you can use <b>bold</b>, <i>italics</i>, <u>underline</u> and <a href="link url here" title="hover text here">links.</a> Use < p > for line breaks, without the spaces.
  533. <p><b style="font-size:8px;color:black;text-transform:uppercase">sub heading:</b>
  534. <p>Write some more here!
  535.  
  536.  
  537. </div>
  538. </div>
  539. {/block:ifupdatestab}
  540.  
  541. <div id="sidebar">
  542.  
  543. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  544.  
  545. <div id="blogt">{Title}</div>
  546. <div id="description">{Description}</div>
  547. <div id="links">
  548. <a href="/">index</a><br/>
  549. <a href="/ask">contact</a><br/>
  550. <a href="/archive">history</a><br/>
  551. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}<br/>
  552. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}<br/>
  553. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}<br/>
  554.  
  555.  
  556. </div>
  557. <div id="pagination">
  558. {block:Pagination}
  559. {block:PreviousPage}
  560. <a href="{PreviousPage}" title="fall">-</a>
  561. {/block:PreviousPage}
  562.  
  563.  
  564. {block:NextPage}
  565. <a href="{NextPage}" title="soar">+</a>
  566. {/block:NextPage}
  567. {/block:Pagination}
  568. </div>
  569.  
  570.  
  571. </div>
  572. </div>
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579. <div class="entries">
  580. {block:Posts}
  581. <div class="posts">
  582.  
  583. {block:Text}
  584. <h1>{block:Title}{Title}{/block:Title}</h1>
  585. {Body}{/block:Text}
  586.  
  587.  
  588. {block:Photo}
  589. {LinkOpenTag}<img src="{PhotoURL-highres}">{LinkCloseTag}
  590. {block:Caption}{Caption}{/block:Caption}
  591. {/block:Photo}
  592.  
  593.  
  594. {block:Photoset}
  595. {Photoset}
  596. {block:Caption}{Caption}{/block:Caption}
  597. {/block:Photoset}
  598.  
  599.  
  600. {block:Quote}
  601. <div class="quote">"{Quote}"</div>
  602. {block:Source}<div class="quotesource"> — {Source}</div>
  603. {/block:Source}{/block:Quote}
  604.  
  605.  
  606. {block:Link}
  607. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  608. {block:Description}{Description}{/block:Description}
  609. {/block:Link}
  610.  
  611.  
  612. {block:Chat}
  613. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  614. {/block:Chat}
  615.  
  616.  
  617. {block:Audio}
  618. {block:AudioPlayer}
  619. <div class="audiowrapper">
  620. <div class="playerbuttonbg">
  621. <div class="playerbutton">
  622. <div class="playerbuttonhug">
  623. {AudioPlayerGrey}
  624. </div></div></div>
  625.  
  626. <div class="trackdetails">
  627. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  628.  
  629. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  630.  
  631. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  632. {/block:AudioPlayer}
  633.  
  634. {block:Caption}
  635. <div class="caption">{Caption}</div>
  636. {/block:Caption}
  637. {/block:Audio}
  638.  
  639.  
  640. {block:Video}
  641. {Video}
  642. {block:Caption}{Caption}{/block:Caption}
  643. {/block:Video}
  644.  
  645.  
  646. {block:Answer}
  647. <div class="question">
  648. <div class="asker"><b>{Asker} said:</b></div>
  649. {Question}</div><br>
  650. <div class="answer">
  651. {Answer}</div>
  652. {/block:Answer}
  653.  
  654.  
  655. <div class="info">
  656. {block:Date}
  657. <b><a href="{Permalink}" title="{DayOfWeek}">{DayOfMonthWithZero} {ShortMonth}</b></a>
  658. {/block:Date}
  659.  
  660. &nbsp;&nbsp;
  661. <a href="{Permalink}" title="{NoteCountWIthLabel}"><i style="color:#D42881"class="fa fa-heart"></i> {NoteCount}</a>
  662. &nbsp;&nbsp;
  663.  
  664. {block:RebloggedFrom}
  665. <a href="{ReblogParentURL}" title="{ReblogParentName}">via </a>
  666. {block:ContentSource}
  667.  
  668. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRootName}">& src</a>
  669. {/block:ContentSource}
  670. {/block:RebloggedFrom}
  671. &nbsp;
  672. <a href="{ReblogURL}" target="_blank" title="reblog this post"class="details"><i class="fa fa-retweet"></i></a>
  673. </div>
  674.  
  675.  
  676. {block:HasTags}
  677.  
  678. <div class="tags">
  679. <b>FILED UNDER -</b>
  680. {block:Tags}
  681. <a href="{TagURL}">{Tag}</a>
  682. {/block:Tags}
  683. </div>
  684. {/block:HasTags}
  685.  
  686. </div>
  687.  
  688.  
  689.  
  690. {block:PostNotes}
  691. {PostNotes}
  692. {/block:PostNotes}
  693.  
  694. {/block:Posts}
  695.  
  696.  
  697.  
  698. {block:ContentSource}
  699. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  700. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  701. {/block:SourceLogo}
  702. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  703. {/block:ContentSource}
  704.  
  705. <div class="bisexual">
  706. <a style="color:{color:accent}" href="http://oxygenthemes.tumblr.com" title="oxygenthemes">O<sub>2</sub></a>
  707. </div>
  708. </body>
  709.  
  710. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement