Advertisement
laughysapphy

theme o4 - popout

Oct 18th, 2015
4,991
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4.  
  5. <!--
  6.  
  7. theme o4: assthetic by auri @schollomance ~~
  8. -don't repost or claim as your own
  9. -don't move or remove the credit
  10. base code by anaarthemes
  11. thaaats about it as usual if u have find any bugs tell me and ill do my best to fix it!! have a rad day
  12.  
  13. -->
  14.  
  15. <title>{Title}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  16. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  17. <link rel="alternate" type="applicaoundedtion/rss+xml" href="{RSS}"/>
  18.  
  19. <meta name="image:Background" content=""/>
  20. <meta name="image:Sidebar" content=""/>
  21. <meta name="image:Favicon" content=""/>
  22. <meta name="image:Sidepic" content="" />
  23. <meta name="image:Banner" content="" />
  24.  
  25. <meta name="color:Background" content="#d0f1ff"/>
  26. <meta name="color:Borders" content="#d1d1d1" />
  27. <meta name="color:Text" content="#000"/>
  28. <meta name="color:Posts" content="#fff"/>
  29. <meta name="color:Sidebar" content="#fff"/>
  30. <meta name="color:Nav bg" content="#fff" />
  31. <meta name="color:Nav text" content="d1d1d1" />
  32. <meta name="color:Links" content="#8c8c8c"/>
  33. <meta name="color:Links Hover" content="#d1d1d1"/>
  34. <meta name="color:Footer Text" content="#000"/>
  35. <meta name="color:Scrollbar background" content="" />
  36. <meta name="color:Scrollbar" content="" />
  37. <meta name="color:Scrollbar border" content="" />
  38. <meta name="color:Highlight text" content="" />
  39.  
  40. <meta name="text:Sidepic top" content="0" />
  41. <meta name="text:Sidepic right" content="0" />
  42. <meta name="text:Link 1 url" content="/" />
  43. <meta name="text:Link 2 url" content="/" />
  44. <meta name="text:Link 3 url" content="/" />
  45. <meta name="text:Link 4 url" content="/" />
  46. <meta name="text:Link 5 url" content="/" />
  47. <meta name="text:Link 1 title" content="" />
  48. <meta name="text:Link 2 title" content="" />
  49. <meta name="text:Link 3 title" content="" />
  50. <meta name="text:Link 4 title" content="" />
  51. <meta name="text:Link 5 title" content="" />
  52.  
  53. <meta name="if:Background Cover" content="0"/>
  54. <meta name="if:Rounded Corners" content="0" />
  55. <meta name="if:400px" content="1"/>
  56. <meta name="if:250px" content="0"/>
  57. <meta name="if:Link 1" content="" />
  58. <meta name="if:Link 2" content="" />
  59. <meta name="if:Link 3" content="" />
  60. <meta name="if:Link 4" content="" />
  61. <meta name="if:Link 5" content="" />
  62.  
  63. <meta name="select:font" content="arial" title="arial">
  64. <meta name="select:font" content="verdana" title="verdana">
  65. <meta name="select:font" content="consolas" title="consolas">
  66. <meta name="select:font" content="ms gothic" title="ms gothic">
  67. <meta name="select:font" content="trebuchet ms" title="trebuchet ms">
  68. <meta name="select:font" content="courier" title="courier">
  69.  
  70. <link rel="shortcut icon" href="{image:Favicon}" />
  71. <style type="text/css">
  72.  
  73. body, a{cursor: url(http://static.tumblr.com/obptcxj/QvHmo0l0g/cursor__6_.png), auto;}
  74.  
  75. a:hover{cursor: url(http://38.media.tumblr.com/tumblr_m2umkfZJpv1qfamg6.gif), auto;}
  76.  
  77. ::-webkit-scrollbar {width: 8px; height: 3px; background: {color:scrollbar background};}
  78. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar} ;border: 1px solid {color:scrollbar border};}
  79.  
  80. ::selection {color: {color:highlight text}; background: rgba(0, 0, 0, 0.0);}
  81. ::-moz-selection {color: {color:highlight text}; background: rgba(0, 0, 0, 0.0);}
  82. ::-webkit-selection {color: {color:highlight text}; background: rgba(0, 0, 0, 0.0);}
  83.  
  84.  
  85. body {
  86. background-color:{color:Background};
  87. background-image:url('{image:Background}');
  88. {block:ifBackgroundCover}background-size:cover;{/block:ifBackgroundCover}
  89. {block:ifnotBackgroundCover}background-repeat:repeat;{/block:ifnotBackgroundCover}
  90. background-attachment:fixed;
  91. color:{color:Text};
  92. font-size:12px;
  93. line-height:120%;
  94. font-family:{select:font};
  95. word-wrap: break-word;
  96. }
  97.  
  98. a {
  99. text-shadow:rgba(0,0,0,0.3)1px 1px 2px;
  100. color:{color:Links};
  101. text-decoration:none;
  102. }
  103.  
  104. a:hover {
  105. text-shadow: none;
  106. color:{color:Links Hover};
  107. transition:all 0.5s ease-in-out;
  108. -o-transition:all 0.5s ease-in-out;
  109. -moz-transition:all 0.5s ease-in-out;
  110. -webkit-transition:all 0.5s ease-in-out;
  111. }
  112.  
  113. #container {
  114. position:relative;
  115. width:700px;
  116. margin:50px auto;
  117. }
  118.  
  119. .entries {
  120. box-shadow:rgba(0,0,0,0.1)5px 5px;
  121. position:relative;
  122. z-index: 3;
  123. {block:if400px}width:400px;{/block:if400px}
  124. {block:if250px}width:250px;{/block:if250px}
  125. padding:10px;
  126. margin:30px 0 30px 200px;
  127. border: 2px outset {color:borders};
  128. background-color:{color:Posts};
  129. {block:ifRoundedCorners}
  130. border-radius:8px;
  131. -moz-border-radius:8px;
  132. -webkit-border-radius:8px;
  133. {/block:ifRoundedCorners}
  134. }
  135.  
  136.  
  137. #info {
  138. position: relative;
  139. font-size: 12px;
  140. top: -2px;
  141. padding: 2px;
  142. border-bottom: 1px solid {color:borders};
  143. }
  144.  
  145. .entries img {
  146. max-width:100%;
  147. }
  148.  
  149. .entries .quote{
  150. font-size:16px;
  151. line-height:120%;
  152. text-align:left;
  153. }
  154.  
  155. .entries .title{
  156. position: relative;
  157. font-size:16px;
  158. font-weight: bold;
  159. top: 5px;
  160. padding: 5px;
  161. }
  162.  
  163. .entries .link{
  164. font-size:16px;
  165. }
  166.  
  167. .entries .ask{
  168. padding: 3px;
  169. color:{color:footer text};
  170. border-bottom: 1px solid {color:borders};
  171. }
  172.  
  173. .playerbuttonbg {
  174. position: absolute;
  175. left: 20px;
  176. top: 20px;
  177. width: 19px;
  178. height: 19px;
  179. background-color: {color:posts};
  180. padding: 10px;
  181. -webkit-border-radius: 40px;
  182. -moz-border-radius: 40px;
  183. border-radius: 40px;
  184. opacity: .4;
  185. filter: alpha(opacity=40);
  186. -moz-opacity: 0.4;
  187. -khtml-opacity: 0.4;
  188. transition: opacity .7s ease-in-out;
  189. -moz-transition: opacity .7s ease-in-out;
  190. -webkit-transition: opacity .7s ease-in-out;
  191. }
  192.  
  193. .playerbuttonbg:hover {
  194. opacity: 1;
  195. filter: alpha(opacity=100);
  196. -moz-opacity: 1;
  197. -khtml-opacity: 1;
  198. }
  199.  
  200. .newplayerbutton {
  201. position: relative;
  202. width: 19px;
  203. height: 19px;
  204. overflow: hidden;
  205. }
  206.  
  207. .playerbuttonhug {
  208. position: absolute;
  209. top: -18px;
  210. left: -7px;
  211. }
  212.  
  213. .tumblr_audio_player {
  214. height: 90px;
  215. width: 270px;
  216. -moz-transform: scale(0.60, 0.60);
  217. -webkit-transform: scale(0.60, 0.60);
  218. -o-transform: scale(0.60, 0.60);
  219. -ms-transform: scale(0.60, 0.60);
  220. transform: scale(0.60, 0.60);
  221. -moz-transform-origin: top left;
  222. -webkit-transform-origin: top left;
  223. -o-transform-origin: top left;
  224. -ms-transform-origin: top left;
  225. transform-origin: top left;
  226. }
  227.  
  228. .audioimgwrapper {
  229. position: absolute;
  230. left: 0px;
  231. top: 0px;
  232. -webkit-border-radius: 40px;
  233. -moz-border-radius: 40px;
  234. border-radius: 40px;
  235. overflow: hidden;
  236. width: 79px;
  237. height: 79px;
  238. }
  239.  
  240. .audioimgwrapper img {
  241. width: 100%;
  242. height: auto;
  243. -webkit-border-radius: 40px;
  244. -moz-border-radius: 40px;
  245. border-radius: 40px;
  246. }
  247.  
  248. .trackdetails {
  249. padding: 3px;
  250. font: {select:font};
  251. font-size: 11px;
  252. color: {color:footer text};
  253. width: auto;
  254. display:inline-block;
  255. margin-left: 90px;
  256. min-height: 85px;
  257. }
  258.  
  259. .audiowrapper {
  260. position: relative;
  261. display:inline-block;
  262. }
  263.  
  264.  
  265. #sidebar{
  266. box-shadow:rgba(0,0,0,0.1)5px 5px;
  267. position:fixed;
  268. width:150px;
  269. z-index: 3;
  270. margin-top:200px;
  271. margin-left:-80px;
  272. background-color:{color:Sidebar};
  273. border:2px outset {color:borders};
  274. {block:ifRoundedCorners}
  275. border-radius:8px;
  276. -moz-border-radius:8px;
  277. -webkit-border-radius:8px;
  278. {/block:ifRoundedCorners}
  279. }
  280.  
  281.  
  282. #sidebar #icons {
  283. width: 100px;
  284. border-bottom: 1px solid {color:borders};
  285. }
  286.  
  287. .image img{
  288. width:100px;
  289. height:100px;
  290. margin-top:-60px;
  291. z-index: 50;
  292. border:2px solid {color:borders};
  293. border-radius:20px;
  294. -moz-border-radius:20px;
  295. -webkit-border-radius:20px;
  296.  
  297. }
  298.  
  299. #icons .home{
  300. position: fixed;
  301. top: 258px;
  302. left: 48px;
  303. background: {color:posts};
  304. border: 1px solid {color:borders};
  305. width: 25px;
  306. z-index: -2;
  307. }
  308.  
  309. #icons .message{
  310. position: fixed;
  311. top: 283px;
  312. left: 48px;
  313. background: {color:posts};
  314. border: 1px solid {color:borders};
  315. width: 25px;
  316. z-index: -2;
  317. }
  318.  
  319. #icons .submit{
  320. position: fixed;
  321. top: 308px;
  322. left: 48px;
  323. background: {color:posts};
  324. border: 1px solid {color:borders};
  325. width: 25px;
  326. z-index: -2;
  327. }
  328.  
  329. #icons .archive{
  330. position: fixed;
  331. top: 333px;
  332. left: 48px;
  333. background: {color:posts};
  334. border: 1px solid {color:borders};
  335. width: 25px;
  336. z-index: -2;
  337. }
  338.  
  339. #sidebar .nav {
  340. position: relative;
  341. padding: 5px;
  342. }
  343.  
  344.  
  345. #sidebar .description{
  346. text-align:center;
  347. padding:3px;
  348.  
  349. }
  350.  
  351. #footer{
  352. font-size:11px;
  353. border-top: 1px solid {color:borders};
  354. padding:2px;
  355. color:{color:Footer Text};
  356. text-align:left;
  357. }
  358.  
  359. #footer a{
  360. color:{color:Footer Links};
  361. text-transform:lowercase;
  362. }
  363.  
  364. #footer a:hover{
  365. color:{color:Footer Links Hover};
  366. transition: all 0.4s ease-in-out;
  367. -o-transition: all 0.4s ease-in-out;
  368. -moz-transition: all 0.4s ease-in-out;
  369. -webkit-transition: all 0.4s ease-in-out;
  370. }
  371.  
  372. .chat li{
  373. padding:2px;
  374. list-style-type:none;
  375. }
  376.  
  377. blockquote{
  378. padding-left:5px;
  379. margin: 10px 0px 10px 10px;
  380. border-left:1px solid {color:borders};
  381. }
  382.  
  383. #sidepic {
  384. background: {image:sidepic};
  385. position: fixed;
  386. right: {text:sidepic right}px;
  387. top: {text:sidepic top}px;
  388. z-index: -20;
  389. opacity: 1.0;
  390. }
  391.  
  392. #pagination {
  393. background: {color:posts};
  394. text-align: center;
  395. font-size: 10px;
  396. font-family: {select:font};
  397. position: relative;
  398. {block:if400px}left: 380px;{/block:if400px}
  399. {block:if250px}left: 300px;{/block:if250px}
  400. color: {color:links};
  401. width: 60px;
  402. border: 2px outset {color:borders};
  403. {block:ifRoundedCorners}
  404. border-radius:8px;
  405. -moz-border-radius:8px;
  406. -webkit-border-radius:8px;
  407. {/block:ifRoundedCorners}
  408. padding: 3px;
  409. }
  410.  
  411. #pagination:hover {
  412. border: 2px inset {color:borders};
  413. }
  414.  
  415. #credit {
  416. position: fixed;
  417. z-index: 51;
  418. bottom: 5px;
  419. right: 5px;
  420. background: {color:posts};
  421. border: 1px outset {color:borders};
  422. {block:ifRoundedCorners}
  423. border-radius:8px;
  424. -moz-border-radius:8px;
  425. -webkit-border-radius:8px;
  426. {/block:ifRoundedCorners}
  427. padding: 2px;
  428. color: {color:links};
  429. }
  430.  
  431. #credit:hover {
  432. border: 1px inset {color:borders};
  433. transition: all 0.4s ease-in-out;
  434. -o-transition: all 0.4s ease-in-out;
  435. -moz-transition: all 0.4s ease-in-out;
  436. -webkit-transition: all 0.4s ease-in-out;
  437. }
  438.  
  439.  
  440. #banner {
  441. width:100%;
  442. height:200px;
  443. background: url('{image:banner}') top fixed repeat-x;
  444. position:fixed;
  445. left: 0px;
  446. z-index: -999;
  447. margin-top:-120px;
  448. opacity: 0.90;
  449. }
  450.  
  451. .entries .notecontainer {
  452. font-family: {select:font};
  453. font-size: 11px;
  454. color: {color:footer text};
  455. margin-top: 10px;
  456. margin-bottom: -10px;
  457. }
  458.  
  459. .entries .notecontainer a {
  460. color: {color:links};
  461. text-decoration: none;
  462. }
  463.  
  464. .entries .notecontainer a:hover {
  465. color: {color:links hover};
  466. }
  467.  
  468. .entries .notecontainer ol.notes {
  469. padding: 0px 0 10px 0;
  470. list-style-type: none;
  471. font-size: 11px;
  472. }
  473.  
  474. .entries .notecontainer ol.notes li.note {
  475. padding: 10px 10px 0 10px;
  476. }
  477.  
  478. .entries .notecontainer ol.notes li.note img.avatar {
  479. vertical-align: -4px;
  480. margin-right: 10px;
  481. width: 16px;
  482. height: 16px;
  483. }
  484.  
  485. .entries .notecontainer ol.notes li.note span.action {
  486. font-weight: normal;
  487. }
  488.  
  489. .entries .notecontainer ol.notes li.note .answer_content {
  490. font-weight: normal;
  491. }
  492.  
  493. .entries .notecontainer ol.notes li.note blockquote {
  494. border-left: 2px solid {color:footer text};
  495. padding: 4px 10px;
  496. margin: 10px 0px 0px 25px;
  497. }
  498.  
  499. .entries .notecontainer ol.notes li.note blockquote a {
  500. text-decoration: none;
  501. }
  502.  
  503. </style>
  504.  
  505. </head>
  506.  
  507. <body>
  508.  
  509. <div id="container">
  510. <div id="banner"></div>
  511. <div id="sidebar">
  512.  
  513. <center>
  514. <div class="image"><img src="{image:Sidebar}"></a></div>
  515. <div id="icons">
  516. <center><a href="/"><img src="http://media.tumblr.com/6aca0d764fe5e18e1167e8c6d2ebb7df/tumblr_inline_mn2m1bdRic1qz4rgp.png" title="home"></a>
  517. <a href="/ask"><img src="http://media.tumblr.com/649f94f2f210bc510d0b67756f861eb9/tumblr_inline_mn2m2bLZts1qz4rgp.png" title="message"></a>
  518. <a href="/submit"><img src="http://media.tumblr.com/1993d10d01265cc0890de956820e8515/tumblr_inline_mn2m5djCbQ1qz4rgp.png" title="submit"></a>
  519. <a href="/archive"><img src="http://media.tumblr.com/1e21b4526d9646dc496210d1199117b9/tumblr_inline_mn2m46JRuI1qz4rgp.png" title="archive"></a></center>
  520. </div>
  521. <div id="sidepic"><img src="{image:sidepic}" /></div>
  522. <div class="description">{Description}</div>
  523. <div class="nav">
  524. <select onChange="location=this.options[this.selectedIndex].value;" style="font-family:{select:font};background-color:{color:nav bg};border: 1px inset {color:borders};{block:ifRoundedCorners}
  525. border-bottom-left-radius:6px;
  526. -moz-border-bottom-left-radius:6px;
  527. -webkit-border-bottom-left-radius:6px;
  528. border-bottom-right-radius:6px;
  529. -moz-border-bottom-right-radius:6px;
  530. -webkit-border-bottom-right-radius:6px;
  531. {/block:ifRoundedCorners}color: {color:nav text};width:140px; height: 18px; font-size:11px;">
  532. <option value="">navigation</option>
  533. {block:iflink1}<option value="{text:link 1 url}">{text:link 1 title}</option>{/block:iflink1}
  534. {block:iflink2}<option value="{text:link 2 url}">{text:link 2 title}</option>{/block:iflink2}
  535. {block:iflink3}<option value="{text:link 3 url}">{text:link 3 title}</option>{/block:iflink3}
  536. {block:iflink4}<option value="{text:link 4 url}">{text:link 4 title}</option>{/block:iflink4}
  537. {block:iflink5}<option value="{text:link 5 url}">{text:link 5 title}</option>{/block:iflink5}
  538. </select>
  539. </div>
  540. </div>
  541.  
  542.  
  543. {block:Posts}
  544. {block:ContentSource}
  545. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  546. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  547. {/block:SourceLogo}
  548. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  549. {/block:ContentSource}
  550.  
  551. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  552. <div class="entries">
  553. <div id="info">
  554. <a href="{Permalink}">{12Hour}:{Minutes} {AmPm} / {ShortMonth}. {DayOfMonth}</a>
  555. <div style="float:right;"><a href="{Permalink}">{NoteCount}★</a> || <a href="{ReblogURL}">Reblog</a></div>
  556. </div>
  557. {block:Text}
  558. {block:Title}<div class="title">{Title}</div>{/block:Title}
  559. {Body}
  560. {/block:Text}
  561.  
  562. {block:Photo}
  563. <a href="{Permalink}">
  564. {block:if400px}<img src="{PhotoURL-400}" width="100%"></a>{/block:if400px}
  565. {block:if250px}<img src="{PhotoURL-250}" width="100%"></a>{/block:if250px}
  566. {block:Caption}{Caption}{/block:Caption}
  567. {/block:Photo}
  568.  
  569. {block:Photoset}
  570. {block:if400px}<img src="{PhotoURL-400}">{Photoset-400}</a>{/block:if400px}
  571. {block:if250px}<img src="{PhotoURL-250}">{Photoset-250}</a>{/block:if250px}
  572.  
  573. {block:Caption}{Caption}{/block:Caption}
  574. {/block:Photoset}
  575.  
  576. {block:Audio}
  577. {block:AudioPlayer}
  578. <div class="audiowrapper">
  579. {block:AlbumArt}
  580. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  581. {/block:AlbumArt}
  582. <div class="playerbuttonbg">
  583. <div class="newplayerbutton">
  584. <div class="playerbuttonhug">
  585. {AudioPlayerWhite}
  586. </div>
  587. </div>
  588. </div>
  589. <div class="trackdetails">
  590. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  591. {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br/>
  592. {block:Album}<b>Album:</b> {Album}{/block:Album}<br/>
  593. <div style="font-size: 10px;">{PlayCountWithLabel}</div>
  594. </div>
  595. </div>
  596. {/block:AudioPlayer}
  597. {block:Caption}{Caption}{/block:Caption}
  598. {/block:Audio}
  599.  
  600.  
  601. {block:Video}
  602. {block:if400px}{Video-400}{/block:if400px}
  603. {block:if250px}{Video-250}{/block:if250px}
  604. {block:Caption}{Caption}{/block:Caption}
  605. {/block:Video}
  606.  
  607. {block:Link}
  608. <div class="link">
  609. <a href="{URL}">{Name}</a></div>
  610. {block:Description}{Description}{/block:Description}
  611. {/block:Link}
  612.  
  613. {block:Quote}
  614. <div class="quote">“{Quote}”</div>
  615. <p>
  616. {block:Source} — {Source} {/block:Source}<br>
  617. {/block:Quote}
  618.  
  619. {block:Chat}
  620. <div class="chat" style="margin-bottom:10px;">
  621. {block:Title}<div class="title">{Title}</div>{/block:Title}
  622. {block:Lines}
  623. <li class="{Alt}">
  624. {block:Label}{Label} {/block:Label}
  625. {Line}
  626. {/block:Lines}
  627. </div>
  628. {/block:Chat}
  629.  
  630. {block:Answer}
  631. <div class="ask"><b>{Asker} asked:</b> {Question}</div>
  632. {Answer}
  633. {/block:Answer}
  634.  
  635. {block:Date}
  636. {block:HasTags}
  637. <div id="footer">
  638. <center>{block:Tags}+<a href="{TagURL}">{Tag}</a><span class="tag-commas"> </span>
  639. {/block:Tags}</center></div>{/block:HasTags}
  640. {/block:Date}
  641.  
  642. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  643.  
  644.  
  645. </div>
  646. {/block:Posts}
  647.  
  648.  
  649. {block:Pagination}
  650. <div id="pagination">
  651. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  652. </div>{/block:Pagination}
  653. </div>
  654. </div>
  655. <!-- dont mess with this part please!! have a nice day -->
  656. <div id="credit"><a href="http://aurithemes.tumblr.com/">theme</a></div>
  657.  
  658. </div>
  659.  
  660.  
  661. </body>
  662. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement