Advertisement
laughysapphy

theme o6 - i hate coming up with names for these

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