aubrieta

08 theme: incir

Nov 4th, 2016
1,542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.88 KB | None | 0 0
  1. <!---
  2.  
  3. theme: incir
  4.  
  5. do not steal, claim as your own, redistribute.
  6. do not remove the credit.
  7.  
  8. coded by
  9. aubrieta (ifallontragedy)
  10.  
  11. --->
  12.  
  13.  
  14.  
  15. <!DOCTYPE html>
  16. <head>
  17.  
  18. <title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <!--Default Variables-->
  25.  
  26. <meta name="color:background" content="#eeeef5"/>
  27. <meta name="color:posts" content="#f8f8f8"/>
  28. <meta name="color:text" content="#767676"/>
  29. <meta name="color:link" content="#979797"/>
  30. <meta name="color:hover" content="ada8e5"/>
  31. <meta name="color:border" content="#e7e7e7"/>
  32. <meta name="color:accent" content="#a09ff0"/>
  33.  
  34. <meta name="image:background" content="" />
  35. <meta name="image:image" content="http://placehold.it/400x250" />
  36.  
  37. <meta name="text:link i" content="" />
  38. <meta name="text:link ii" content="" />
  39. <meta name="text:link iii" content="" />
  40. <meta name="text:link iv" content="" />
  41. <meta name="text:link i text" content="link i" />
  42. <meta name="text:link ii text" content="link ii" />
  43. <meta name="text:link iii text" content="link iii" />
  44. <meta name="text:link iv text" content="link iv" />
  45.  
  46. <meta name="if:500px posts" content="0"/>
  47. <meta name="if:font antialiasing" content="0"/>
  48.  
  49.  
  50. <!-- jquery for tooltips-->
  51.  
  52.  
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54.  
  55. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  56.  
  57. <link href="https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&subset=latin-ext" rel="stylesheet">
  58.  
  59. <style type="text/css">
  60.  
  61. /*MAIN*/
  62. body {
  63. background: {color:background};
  64. background-image: url('{image:background}');
  65. color:{color:text};
  66. font: 11px/1.5em 'karla', sans-serif;
  67. text-align: justify;
  68. margin: 0;
  69.  
  70. {block:iffontantialiasing}-moz-osx-font-smoothing: grayscale;
  71. -webkit-font-smoothing: antialiased;
  72. font-smoothing: antialiased;{/block:iffontantialiasing}
  73. }
  74.  
  75. a {
  76. color:{color:link};
  77. text-decoration: none;
  78. }
  79.  
  80. a:hover {
  81. color: {color:hover};
  82. }
  83.  
  84. #entries {
  85. position:relative;
  86. height: 100%;
  87. padding-bottom: 10px;
  88. {block:ifnot500pxposts}width: 440px;{/block:ifnot500pxposts}
  89. {block:if500pxposts}width: 540px;{/block:if500pxposts}
  90. margin-left: auto;
  91. margin-right: auto;
  92. }
  93.  
  94. #posts {
  95. text-align: justify;
  96. height: 100%;
  97. {block:ifnot500pxposts}width: 400px;{/block:ifnot500pxposts}
  98. {block:if500pxposts}width: 500px;{/block:if500pxposts}
  99. background: {color:posts};
  100. padding: 20px;
  101. border-bottom: 1px solid {color:border};
  102. }
  103.  
  104. #posts img {
  105. {block:ifnot500pxposts}max-width: 400px!important;{/block:ifnot500pxposts}
  106. {block:if500pxposts}max-width: 500px!important;{/block:if500pxposts}
  107. margin: auto;
  108. }
  109.  
  110. #posts a { border-bottom: 1px solid {color:border}; }
  111.  
  112. #posts a:hover { border-bottom: 1px solid {color:accent}; }
  113.  
  114. #permalink {
  115. margin-top: 10px;
  116. margin-bottom: 30px;
  117. {block:ifnot500pxposts}width: 440px;{/block:ifnot500pxposts}
  118. {block:if500pxposts}width: 540px;{/block:if500pxposts}
  119. text-align: center;
  120. background: {color:background};
  121. }
  122.  
  123. .date {
  124. font: 11px 'karla', serif;
  125. font-style: italic;
  126. text-transform: lowercase;
  127. margin-bottom: 3px;
  128. }
  129.  
  130. .tags {
  131. font: 8px/1.5em 'karla', sans-serif;
  132. letter-spacing: 0.5px;
  133. color: {color:links};
  134. text-transform: uppercase;
  135. }
  136.  
  137. .tags a { padding-right: 3px; }
  138.  
  139. .tags a::after {
  140. content: ' /';
  141. color: {color:link};
  142. }
  143.  
  144. .tags a:last-child::after {
  145. content: '';
  146. }
  147.  
  148. .reblog_button { display: none; float: right; }
  149.  
  150.  
  151. /*HEAD*/
  152. #sidebar {
  153. width: 600px;
  154. margin: 50px auto;
  155. margin-left: auto
  156. margin-right auto;
  157. padding-bottom: 30px;
  158. border-bottom: 1px solid {color:border} ;
  159. }
  160.  
  161. .dsc {
  162. text-align: justify;
  163. padding-left: 10px;
  164. vertical-align: bottom;
  165. }
  166.  
  167. .img img, .img {
  168. width: 400px;
  169. }
  170.  
  171. .name {
  172. margin-bottom: 10px;
  173. font: 18px/1.2em 'karla', sans-serif;
  174. letter-spacing: 1px;
  175. width: 30px;
  176. word-spacing: 5px;
  177. text-transform: lowercase;
  178. font-weight: bold;
  179. }
  180.  
  181. .name a { color: {color:accent};}
  182.  
  183. .name a:hover { color: {color:hover}; }
  184.  
  185. .links {
  186. text-align: center;
  187. }
  188.  
  189. .links a {
  190. font-size: 9px;
  191. letter-spacing: 1px;
  192. margin-right: 20px;
  193. text-transform: uppercase;
  194. }
  195.  
  196. .links a:last-child {
  197. margin-right: 0px;
  198. }
  199. /*PAGINATION*/
  200. #pag {
  201. text-align: center;
  202. {block:ifnot500pxposts}max-width: 440px;{/block:ifnot500pxposts}
  203. {block:if500pxposts}max-width: 540px;{/block:if500pxposts}
  204. margin: auto;
  205. margin-bottom: 10px;
  206. }
  207.  
  208. #pag a {
  209. color: {color:links};
  210. }
  211.  
  212. #pag a:hover {
  213. color: {color:hover};
  214. }
  215.  
  216.  
  217. /*INSIDE POSTS*/
  218. #posts img, #posts img a {
  219. {block:ifnot500pxposts}max-width: 400px;{/block:ifnot500pxposts}
  220. {block:if500pxposts}max-width: 500px;{/block:if500pxposts}
  221. }
  222.  
  223. bold, strong, b {
  224. font-weight: bold;
  225. color: {color:accent};
  226. }
  227.  
  228. bold a, strong a, b a, a strong, a bold, a b {
  229. color: {color:link};
  230. }
  231.  
  232. bold a:hover, strong a:hover, b a:hover, a strong:hover, a bold:hover, a b:hover {
  233. color: {color:hover};
  234. }
  235.  
  236. i, italic, em {
  237. font-style: italic;
  238. font-family: georgia;
  239. }
  240.  
  241. small, sub, big, sup {
  242. font-size: 11px;
  243. }
  244.  
  245. code {
  246. font-family: courier new;
  247. letter-spacing: 0px;
  248. font-size: 12px;
  249. }
  250.  
  251. blockquote {
  252. border-left: 1px solid {color:border};
  253. padding-left: 10px;
  254. margin-left: 5px;
  255. {block:ifnot500pxposts}max-width: 400px!important;{/block:ifnot500pxposts}
  256. {block:if500pxposts}max-width: 500px!important;{/block:if500pxposts}
  257. margin-right: 5px;
  258. }
  259.  
  260. ul li {
  261. list-style: circle;
  262. list-style-position: outside;
  263. }
  264.  
  265. ol li {
  266. list-style: lower-roman;
  267. list-style-position: outside;
  268. }
  269.  
  270. .chat {
  271. margin-top: -5px;
  272. }
  273.  
  274. .label {
  275. padding: 5px;
  276. }
  277.  
  278. .label:nth-child(even) {
  279. background: {color:background};
  280. }
  281.  
  282. .label:nth-child(even) b {
  283. color: {color:accent};
  284. }
  285.  
  286. p { margin-bottom: -5px; }
  287.  
  288. /*NOTES*/
  289. ol.notes {
  290. list-style-type: none;
  291. {block:ifnot500pxposts}width: 430px;{/block:ifnot500pxposts}
  292. {block:if500pxposts}width: 530px;{/block:if500pxposts}
  293. padding: 0;
  294. margin: 0;
  295. margin-bottom: 25px;
  296. }
  297.  
  298. ol.notes li.note {
  299. list-style-type:none;
  300. text-align: left;
  301. border-bottom: 1px solid {color:border};
  302. padding: 5px 0px;
  303. }
  304.  
  305. ol.notes li.note img {
  306. display: none;
  307. }
  308.  
  309. img {
  310. filter: none;
  311. }
  312.  
  313. /*POST TITLE*/
  314. .ptitle {
  315. line-height: 1.5em;
  316. color: {color:accent};
  317. font-size: 13px;
  318. margin-top: -5px;
  319. letter-spacing: 0.5px;
  320. }
  321.  
  322. .ptitle a {
  323. display: block;
  324. color: {color:accent};
  325. border-bottom: 0px solid black;
  326. }
  327.  
  328. .ptitle a:hover {
  329. color: {color:hover};
  330. font-family: georgia;
  331. font-style: italic;
  332. }
  333.  
  334. /*quote*/
  335. .quote {
  336. text-align: center;
  337. font-size: 13px;
  338. font-family: georgia;
  339. font-style: italic;
  340. line-height: 1.5em;
  341. letter-spacing: 0.5;
  342. word-spacing: 3px;
  343. width: 360px;
  344. color: {color:accent};
  345. }
  346.  
  347. .source {
  348. font-weight: bold;
  349. margin-top: 10px;
  350. font-size: 8px;
  351. letter-spacing: 1px;
  352. text-transform: uppercase;
  353. text-align: center;
  354. }
  355.  
  356. /*ASK*/
  357. #ask {
  358. padding-bottom: 10px;
  359. margin-bottom:7px;
  360. border-bottom: 1px solid {color:border};
  361. }
  362.  
  363. .asker {
  364. text-transform: uppercase;
  365. font-weight: bold;
  366. letter-spacing: 1px;
  367. font-size: 8px;
  368. text-align: right;
  369. }
  370.  
  371. .askicon {
  372. float: right;
  373. filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  374. filter: gray; /* IE6-9 */
  375. -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  376. -webkit-border-radius: 100%;
  377. border-radius: 100%;
  378. -moz-border-radius: 100%;
  379. margin-left: 5px;
  380. width: 16px;
  381. }
  382.  
  383. /*AUDIO*/
  384. .albumart {
  385. text-align: center;
  386. width: 70px;
  387. height: 70px;
  388. float: right;
  389. border: 1px solid {color:border};
  390. }
  391.  
  392. .audio {
  393. margin-bottom: 5px;
  394. }
  395.  
  396. .audinfo {
  397. {block:ifnot500pxposts}width: 325px;{/block:ifnot500pxposts}
  398. {block:if500pxposts}width: 425px;{/block:if500pxposts}
  399. text-align: center;
  400. padding-bottom: 11px;
  401. padding-top: 11px;
  402. border: 1px solid {color:border};
  403. max-height: 70px;
  404. }
  405.  
  406. #play {
  407. background-color: white;
  408. z-index: 1000;
  409. width: 42px;
  410. height: 42px;
  411. position: absolute;
  412. {block:ifnot500pxposts}margin: 14px 345px;{/block:ifnot500pxposts}
  413. {block:if500pxposts}margin: 14px 445px;{/block:if500pxposts}
  414. }
  415.  
  416. .button {
  417. width: 27px;
  418. height: 30px;
  419. overflow: hidden;
  420. position: relative;
  421. z-index: 1000;
  422. margin: 8px 10px 5px 0px;
  423. left: 7px;
  424. }
  425.  
  426. /*CREDIT*/
  427. #credit {
  428. font-size:8px;
  429. padding-bottom: 60px;
  430. top: 20px;
  431. {block:ifnot500pxposts}width: 440px;{/block:ifnot500pxposts}
  432. {block:if500pxposts}width: 540px;{/block:if500pxposts}
  433. margin-left: auto;
  434. margin-right: auto;
  435. line-height: 100%;
  436. text-align: center;
  437. letter-spacing: 1px;
  438. text-transform: uppercase;
  439. }
  440.  
  441. #credit a {
  442. font-weight: bold;
  443. color: {color:accent};
  444. }
  445.  
  446. #credit a:hover {
  447. color: {color:hover};
  448. }
  449.  
  450. /*SCROLLBAR AND SELECTION*/
  451. #s-m-t-tooltip{
  452. color: {color:text};
  453. width: auto;
  454. font-size: 7px;
  455. padding: 2px 4px;
  456. text-transform: uppercase;
  457. background-color: {color:accent};
  458. z-index: 100;
  459. border: 1px solid {color:border};
  460. position: absolute;
  461. display:inline-block;
  462. margin-top: 20px;
  463. margin-left: 10px;
  464. }
  465.  
  466. ::-webkit-scrollbar-thumb:vertical {
  467. background-color: {color:accent};
  468. width:1px;
  469. height:2px;
  470. border-left: 4px solid {color:background};
  471. border-right: 4px solid {color:background};
  472. }
  473.  
  474. ::-webkit-scrollbar-thumb:horizontal {
  475. background-color:{color:background};
  476.  
  477. }
  478.  
  479. ::-webkit-scrollbar {
  480. width: 10px;
  481. background-color:{color:background};
  482.  
  483. }
  484.  
  485. ::-webkit-scrollbar-track {
  486. background-color: {color:background};
  487. border-left: 9px solid {color:background};
  488. border-right: 9px solid {color:background};
  489. border-top: 0px solid {color:background};
  490. border-bottom: 0px solid {color:background};
  491. }
  492.  
  493.  
  494. ::selection {
  495. color:{color:background};
  496. background-color: {color:accent};
  497. }
  498.  
  499. ::-moz-selection {
  500. color:{color:background};
  501. background-color: {color:accent};
  502. }
  503.  
  504. {CustomCSS}
  505.  
  506. </style>
  507. </head>
  508.  
  509. <body>
  510.  
  511. <table id="sidebar">
  512. <tr>
  513. <td class="img"><a href="/"><img src="{image:image}"></a>
  514. <td class="dsc">
  515. <div class="name"><a href="/">{title}</a></div>
  516. {description}
  517. </td>
  518. </tr>
  519. <tr>
  520. <td class="links"><a href="{text:link i}">{text:link i text}</a> <a href="{text:link ii}">{text:link ii text}</a> <a href="{text:link iii}">{text:link iii text}</a> <a href="{text:link iv}">{text:link iv text}</a></td>
  521. </tr>
  522. </table>
  523.  
  524. <div id="entries">
  525.  
  526. {block:Posts}
  527.  
  528. <div id="posts">
  529.  
  530. {block:Text}
  531. {block:Title}<div class="ptitle">{Title}<br></div>{/block:Title}
  532. <div style="margin-top: -10px;">{Body}</div>
  533. {/block:Text}
  534.  
  535. {block:Link}<div class="capt">
  536. <div class="ptitle"><a href="{URL}" {Target}>{Name} →</a></div>
  537. {block:Description}{Description}{/block:Description}</div>
  538. {/block:Link}
  539.  
  540. {block:Quote}<div class="capt">
  541. <center><div class="quote">{Quote}</div>
  542. {block:Source}
  543. <div class="source">{Source}</div></center>
  544. {/block:Source}</div>
  545. {/block:Quote}
  546.  
  547. {block:Chat}<div class="chat">
  548. {block:Title}<div class="ptitle">{Title}</div><p>{/block:Title}
  549. {block:Lines}<div class="label"><div class="{Alt} user_{UserNumber}">
  550. {block:Label}<b>{Label}</b>{/block:Label} {Line}</div></div>{/block:Lines}</div>{/block:Chat}
  551.  
  552. {block:Photo}{LinkOpenTag}
  553. {block:ifnot500pxposts}<img src="{PhotoURL-400}">{/block:ifnot500pxposts}
  554. {block:if500pxposts}<img src="{PhotoURL-500}">{/block:if500pxposts}
  555. {LinkCloseTag}
  556. {block:Caption}<div class="capt">
  557. {Caption}</div>
  558. {/block:Caption}
  559. {/block:Photo}
  560.  
  561. {block:Photoset}
  562. {block:ifnot500pxposts}{Photoset-400}{/block:ifnot500pxposts}
  563. {block:if500pxposts}{Photoset-500}{/block:if500pxposts}
  564. {block:Caption}<div class="capt">
  565. {Caption}</div>
  566. {/block:Caption}
  567. {/block:Photoset}
  568.  
  569. {block:Video}
  570. {block:ifnot500pxposts}{Video-400}{/block:ifnot500pxposts}
  571. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  572. {block:Caption}<div class="capt">
  573. {Caption}</div>
  574. {/block:Caption}
  575. {/block:Video}
  576.  
  577. {block:Audio}<div class="capt">
  578. <div class="albumart"></div>
  579. <div class="audio"><div id="play">
  580. <div class="button">{AudioPlayerWhite}</div></div>
  581. <div class="audinfo">{block:TrackName}<b>“{TrackName}”</b>{/block:TrackName}<br>
  582. {block:Artist}{Artist}{/block:Artist}<br>
  583. {block:PlayCount}<i>{PlayCountWithLabel}</i>{/block:PlayCount}</div></div>
  584. {block:Caption}{Caption}{/block:Caption}</div>{/block:Audio}
  585.  
  586.  
  587.  
  588. {block:Answer}<div class="capt">
  589. <div id="ask">{Question}</div>
  590. <div class="asker">-- {Asker}</div>
  591. {Answer}</div>{/block:Answer}
  592. </div>
  593.  
  594. <div id="permalink">
  595. {block:Date}
  596.  
  597. <div class="reblog_button">{ReblogButton size="10"}</div>
  598.  
  599. <div class="date"><a href="{Permalink}"><span class="dt">{Month} {DayOfMonth}</span>{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>
  600. <br>
  601. {block:PermalinkPage}{block:RebloggedFrom}from: <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} org: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}
  602. </div>
  603.  
  604. {/block:Date}
  605. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  606.  
  607.  
  608. </div>
  609.  
  610. {block:PostNotes}{PostNotes}{/block:PostNotes}
  611.  
  612.  
  613. {/block:Posts}
  614.  
  615.  
  616.  
  617. {block:ContentSource}
  618. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  619. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  620. {/block:SourceLogo}
  621. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  622. {/block:ContentSource}
  623.  
  624. </div>
  625.  
  626. <div id="pag">{block:Pagination}
  627. {CurrentPage} of {TotalPages}
  628. <br>
  629. {block:PreviousPage}
  630. <a href="{PreviousPage}">sooner</a>
  631. {/block:PreviousPage} / {block:NextPage}
  632. <a href="{NextPage}">later</a>
  633. {/block:NextPage}{/block:Pagination}
  634. </div>
  635.  
  636. <div id="credit">coded by <a href="http://aubrieta.tumblr.com">ifallontragedy</a></div>
  637.  
  638. </div>
  639.  
  640.  
  641. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment