aubrieta

03 theme: ezgi

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