Advertisement
lucitor

lesbian akutagawa theme

Mar 21st, 2018
1,081
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.78 KB | None | 0 0
  1. <!--
  2. 。・:*:・゚★,。・:*:・゚☆   。・:*:・゚★,。・:*:・゚☆
  3.  
  4. base code by chraliecox
  5.  
  6. theme by abby yummiland Σd(≧ω≦*) グッ
  7.  
  8. all i ask is dont remove the credit
  9.  
  10. if you have anyquestions or if theres any bugs send me an ask!! i hope u like it ilysm thanks for using!!
  11.  
  12. 。・:*:・゚★,。・:*:・゚☆   。・:*:・゚★,。・:*:・゚☆
  13.  
  14. -->
  15.  
  16. <!DOCTYPE html>
  17.  
  18. <head>
  19. <title>{Title}</title>
  20.  
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  
  25. <!--Default Variables-->
  26.  
  27. <meta name="color:background" content="#ffffff"/>
  28. <meta name="color:text" content="#2b2b2b"/>
  29. <meta name="color:link" content="#2b2b2b"/>
  30. <meta name="color:post bg" content="#2b2b2b"/>
  31. <meta name="color:linkglow" content="#ffffff"/>
  32. <meta name="color:link hover" content="#949494"/>
  33. <meta name="color:blockquote" content="#dadada"/>
  34. <meta name="color:border" content="#2b2b2b"/>
  35.  
  36. <meta name="image:sidebar" content=""/>
  37. <meta name="image:background" content=""/>
  38.  
  39. <meta name="image:home" content="/"/>
  40. <meta name="image:ask" content="/ask"/>
  41. <meta name="text:home" content=""/>
  42. <meta name="text:ask" content=""/>
  43. <meta name="image:link 1" content=""/>
  44. <meta name="text:link 1 URL" content=""/>
  45. <meta name="image:sidebar bg" content=""/>
  46. <meta name="image:post bg" content=""/>
  47.  
  48. <meta name="if:desc" content="" />
  49. <meta name="if:permalink" content="" />
  50. <meta name="if:linkglow" content="" />
  51. <meta name="if:title" content="" />
  52.  
  53. <meta name="text:title size" content="" />
  54.  
  55.  
  56.  
  57. <!--eeeeeeeee -->
  58.  
  59.  
  60. <style type="text/css">
  61.  
  62. #s-m-t-tooltip{
  63. position:absolute;
  64. margin-top: 15px;
  65. z-index:9999;
  66. background:{color:background};
  67. }
  68.  
  69. /*basics*/
  70.  
  71. blockquote {
  72. padding-left:12px;
  73. border-left:1px solid {color:blockquote};
  74. margin-left:8px;
  75. }
  76.  
  77. ul {
  78. list-style:none;
  79. text-align:left;
  80. padding-left:0;
  81. }
  82.  
  83. li {
  84. position:relative;
  85. padding-left:30px;
  86. }
  87.  
  88. ul li:before {
  89. position:absolute;
  90. left:15px;
  91. vertical-align:baseline!important;
  92. content:'›';
  93. }
  94.  
  95. body {
  96. background:{color:background};
  97. background: {color:Background} url('{image:Background}') repeat;
  98. color:{color:text};
  99. font-family:arial;
  100. font-size:18px;
  101. margin:0;
  102. text-align:justify;
  103. line-height:22px;
  104. }
  105.  
  106. a {
  107. color:{color:link};
  108. -moz-transition-duration:0.4s;
  109. -webkit-transition-duration:0.4s;
  110. -o-transition-duration:0.4s;
  111. text-decoration:none;
  112. {block:iflinkglow}text-shadow:1px 1px 3px {color:linkglow};{block:iflinkglow}
  113. }
  114.  
  115. a:hover {
  116. color:{color:link hover};
  117. -moz-transition-duration:0.4s;
  118. -webkit-transition-duration:0.4s;
  119. -o-transition-duration:0.4s;
  120. }
  121.  
  122. img {
  123. opacity:1;
  124. border:none;
  125. text-decoration:none;
  126. }
  127.  
  128. small {
  129. font-size:15px;
  130. }
  131.  
  132. big {
  133. font-size:18px;
  134. }
  135.  
  136. #title {
  137. line-height:18px;
  138. margin-bottom:10px;
  139. font-weight:bold;
  140. text-transform:none;
  141. text-align:left;
  142. }
  143.  
  144. /*sidebar*/
  145.  
  146. #sidebar {
  147. text-align:center;
  148. position:fixed;
  149. margin-left:-280px;
  150. margin-top:95px;
  151. width:190px;
  152. background-image:url('{image:sidebar bg}');
  153. box-shadow: 0 0 10px 4px {color:border};
  154. padding:10px;
  155. }
  156.  
  157. #sidebar .title {
  158. font-size: {text:title size};
  159. margin-bottom: 5px;
  160. width:190px;
  161. }
  162.  
  163. #sidebar img {
  164. width:170px;
  165. }
  166.  
  167. #links {
  168. font-size:18px;
  169. margin-top:10px;
  170. text-align:center;
  171. font-weight: bold;
  172. }
  173.  
  174. #links img {
  175. width: auto;
  176. border-radius:0px;
  177. }
  178.  
  179. #links a {
  180. margin-bottom:0px;
  181. -moz-transition-duration:0.4s;
  182. -webkit-transition-duration:0.4s;
  183. -o-transition-duration:0.4s;
  184. }
  185.  
  186. #description {
  187. margin-top:10px;
  188. text-align:center;
  189. }
  190.  
  191. /*pagination*/
  192.  
  193. #pagination {
  194. text-transform:lowercase;
  195. text-align:center;
  196. font-size:17px;
  197. margin-bottom:120px;
  198. }
  199.  
  200. #pagination a {
  201. padding:0 3px;
  202. }
  203.  
  204. /*container*/
  205.  
  206. #con {
  207. left:50%;
  208. margin-left:-140px;
  209. position:absolute;
  210. }
  211.  
  212. /*posts*/
  213.  
  214. #entries {
  215. margin-top:95px;
  216. width:500px;
  217. }
  218.  
  219. #posts {
  220. width:470px;
  221. {block:IndexPage}
  222. margin-bottom:80px;
  223. {/block:IndexPage}
  224. {block:PermalinkPage}
  225. margin-bottom:50px;
  226. {/block:PermalinkPage}
  227. background-image:url('{image:post bg}');
  228. box-shadow: 0 0 10px 4px {color:border};
  229. padding:10px;
  230. }
  231.  
  232. #posts img {
  233. max-width:470px;
  234. }
  235.  
  236. #posts img, #posts li, #posts blockquote {
  237. max-width: 100%;
  238. }
  239.  
  240. .caption {
  241. width:100%;
  242. margin-top:13px;
  243. margin-bottom:12px;
  244. }
  245.  
  246. a.tumblr_blog {
  247. font-weight:bold;
  248. -moz-transition-duration:0.4s;
  249. -webkit-transition-duration:0.4s;
  250. -o-transition-duration:0.4s;
  251. }
  252.  
  253. /*quote*/
  254.  
  255. #titlequote {
  256. text-align:left;
  257. font-size:18px;
  258. line-height:17px;
  259. font-weight:bold;
  260. }
  261.  
  262. #source {
  263. margin-top:0px;
  264. margin-bottom:11px;
  265. margin-left:0px;
  266. }
  267.  
  268. /*asks*/
  269.  
  270. .q {
  271. line-height:17px;
  272. font-size:17px;
  273. }
  274.  
  275. .as {
  276. font-weight:normal;
  277. }
  278.  
  279. .a {
  280. margin-top:13px;
  281. }
  282.  
  283. /*chat*/
  284.  
  285. .chat ol {
  286. padding:0;
  287. list-style:none;
  288. }
  289.  
  290. .line {
  291. padding:0px 0;
  292. }
  293.  
  294. .label {
  295. font-weight:bold;
  296. }
  297.  
  298. /*permalink and notes*/
  299.  
  300. #permalink {
  301. font-size:22px;
  302. text-align:left;
  303. margin-top:9px;
  304. text-transform:lowercase;
  305. }
  306.  
  307. #permalink a {
  308. margin-right:0px;
  309. }
  310.  
  311. .tags {
  312. font-size:17px;
  313. text-transform:none;
  314. }
  315.  
  316. .pagenotes {
  317. {block:IndexPage}
  318. display: none!important;
  319. {/block:IndexPage}
  320. width:500px;
  321. text-align:left;
  322. }
  323.  
  324. .pagenotes img {
  325. display:none!important;
  326. }
  327.  
  328. .pagenotes li {
  329. list-style-type:none;
  330. padding:2px 0px;
  331. text-align:left;
  332. margin:0 0 0 -40px;
  333. }
  334.  
  335. {CustomCSS}
  336.  
  337. </style>
  338.  
  339. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  340. <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  341.  
  342. </head>
  343.  
  344. <body>
  345.  
  346. <div id="con">
  347.  
  348. <div id="sidebar">
  349.  
  350. {block:iftitle}
  351. <div class="title">
  352. <b>{Title}</b>
  353. </div>
  354. {/block:iftitle}
  355. <div id="sidebar img"><img src="{image:sidebar}"></div>
  356.  
  357.  
  358. {block:ifdesc}<div id="description">{Description}</div>{/block:ifdesc}
  359.  
  360. <div id="links">
  361. <a href="{text:home}" title="{Text:home}"><img src="{image:home}"></a>
  362. <a href="{text:ask}" title="{Text:ask}"><img src="{image:ask}"></a>
  363. <a href="{text:link 1 URL}" title="{Text:link 1}"><img src="{image:link 1}"></a>
  364. </div>
  365.  
  366. </div>
  367.  
  368. <div id="entries">
  369.  
  370.  
  371. {block:Posts}
  372.  
  373. <div id="posts">
  374.  
  375. {block:Quote}
  376. <div id="titlequote"><i class="fa fa-quote-left"></i>&nbsp; {Quote} &nbsp;<i class="fa fa-quote-right"></i></div>
  377. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  378. {/block:Quote}
  379.  
  380. {block:Text}
  381. {block:Title}
  382. <div id="title">{Title}</div>{/block:Title}
  383. {Body}
  384. {/block:Text}
  385.  
  386. {block:link}
  387. <div id="title"><a href="{URL}"><i class="fa fa-link"></i>&nbsp; {Name}</a></div>
  388. {block:Description}{Description}{/block:Description}
  389. {/block:link}
  390.  
  391. {block:Chat}
  392. {block:Title}
  393. <div id="title">{Title}</div>{/block:Title}
  394. {/block:Text}
  395. {block:lines}
  396. {block:label}
  397. <br><b>{label}</b>
  398. {/block:label}
  399. {line}
  400. {/block:lines}
  401. {/block:Chat}
  402.  
  403. {block:Photo}
  404. {linkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{linkCloseTag}
  405. {/block:Photo}
  406.  
  407. {block:Photoset}
  408. {Photoset-500}
  409. {/block:Photoset}
  410.  
  411. <div class="video">{Video-500}</div>
  412.  
  413. {block:Audio}
  414. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  415. {/block:Audio}
  416.  
  417. {block:Answer}
  418. <div class="q">
  419. <div class="as"> <b><big>{Asker} asked:</big></b>
  420. {Question}</div></div>
  421. <div class="a">{Answer}</div>
  422. {/block:Answer}
  423.  
  424. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  425.  
  426. <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
  427.  
  428. {block:Date}
  429. <div id="permalink">
  430. {block:ifpermalink}<a href="{Permalink}" ><b>{ShortMonth} {DayOfMonthWithSuffix}</b></a>
  431. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<div style="float:right;">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"></a>{block:ContentSource} <a href="{ReblogRootURL}" title="{ReblogRootName}"></a>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:ifpermalink}
  432. {block:Date}
  433. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  434.  
  435. </div>
  436.  
  437. {/block:Date}
  438.  
  439. </div>
  440.  
  441. {block:PostNotes}
  442. <div class="pagenotes">
  443. {PostNotes}
  444. </div>
  445. {/block:PostNotes}
  446.  
  447. {/block:Posts}
  448.  
  449. <div id="pagination">
  450. {block:Pagination}
  451. {block:PreviousPage}
  452. <a href="{PreviousPage}">previous page</a>
  453. {/block:PreviousPage}
  454.  
  455.  
  456. {block:NextPage}
  457. <a href="{NextPage}">next page</a>
  458. {/block:NextPage}
  459. {/block:Pagination}
  460. </div>
  461.  
  462. </div>
  463.  
  464. </div>
  465.  
  466. <div style="position:fixed;bottom:10px;opacity:1;right:20px;padding:px;font-size:19px;font-weight:normal;"><a title="theme by abby
  467. ヾ(@⌒ー⌒@)ノ" href="https://yummiland.tumblr.com/"><img src="https://78.media.tumblr.com/tumblr_m1k63i5HZR1qb1380.gif"></a></div></body></html></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement