Advertisement
uchihaclan

a theme for nai

Jul 26th, 2020 (edited)
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.97 KB | None | 0 0
  1. <html>
  2. <!---
  3. a theme for nainoa by @tobirama
  4. dm me for a custom theme xoxo
  5. --->
  6.  
  7. <head>
  8. <title>{Title}</title>
  9.  
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14.  
  15.  
  16.  
  17.  
  18. <meta name="image:sidebar" content="https://i.imgur.com/9Lor0FG.gif"/>
  19. <meta name="image:background" content=""/>
  20.  
  21.  
  22. <meta name="color:background" content="#fff">
  23. <meta name="color:font color" content="#000">
  24. <meta name="color:links" content="#000">
  25. <meta name="color:links hover" content="#0000ff">
  26.  
  27.  
  28.  
  29. <meta name="text:font family" content="arial">
  30. <meta name="text:description" content="My heart and actions are utterly unclouded.">
  31. <meta name="text:text size" content="22">
  32.  
  33.  
  34.  
  35. <meta name="if:tile background" content="0" />
  36. <meta name="if:hide caption" content="0"/>
  37.  
  38.  
  39. <style type="text/css">
  40. ::-moz-selection {
  41. background: {color:background};
  42. color: {color:links hover};
  43. }
  44. ::selection {
  45. background: {color:background};
  46. color: {color:links hover};
  47.  
  48. }
  49.  
  50. body {
  51. background: {color:background};
  52. background-image: url({image:Background});
  53. background-attachment: fixed;
  54. {block:IfNotTileBackground}
  55. -webkit-background-size: cover;
  56. -moz-background-size: cover;
  57. -o-background-size: cover;
  58. background-size: cover;
  59. {/block:IfNotTileBackground}
  60. font-family: '{text:font family}';
  61. font-size: {text:text size}px;
  62. color: {color:font color};
  63. line-height: 120%;
  64. word-wrap: break-word;
  65. overflow-x:hidden;}
  66.  
  67. p {margin: 10px;}
  68. ul {list-style: square;}
  69. img {max-width: 100%;}
  70. h1 {line-height: 150%;}
  71.  
  72. a:link, a:active, a:visited {
  73. color: {color:links};
  74. text-decoration: none;
  75. -webkit-transition: all 0.2s ease-in-out;
  76. -moz-transition: all 0.2s ease-in-out;
  77. -o-transition: all 0.2s ease-in-out;
  78. -ms-transition: all 0.2s ease-in-out;
  79. transition: all 0.2s ease-in-out;}
  80.  
  81. a:hover {
  82. color: {color:Links Hover};
  83. text-decoration: underline;
  84. -webkit-transition: all 0.2s ease-in-out;
  85. -moz-transition: all 0.2s ease-in-out;
  86. -o-transition: all 0.2s ease-in-out;
  87. -ms-transition: all 0.2s ease-in-out;
  88. transition: all 0.2s ease-in-out;
  89. }
  90.  
  91. ::-webkit-scrollbar-track {
  92. border: 0;
  93. background-color: {color:Background};}
  94. ::-webkit-scrollbar {
  95. width: 10px;}
  96. ::-webkit-scrollbar-thumb {
  97. background-color: {color:links hover};
  98. border: 1px solid {color:links hover};
  99. }
  100.  
  101.  
  102. #content {
  103. margin: 100px auto;
  104. width: 500px;}
  105.  
  106.  
  107. #sidebar {
  108. color: {color:font color};
  109. background-color: transparent;
  110. text-align: center;
  111. margin-left: 300px;
  112. position: fixed;
  113. width: 350px;
  114. }
  115.  
  116. #sidebar img {max-width:100%;}
  117. .desc {font-size: {text:description size}px; padding: 3px; margin-top: 5px;}
  118.  
  119. .posts {
  120. background-color: transparent;
  121. margin: auto;
  122. margin-bottom: 50px;
  123. margin-left: -250px;
  124. padding: 0;
  125. width: 500px;
  126. position: relative;
  127. text-align: justify;
  128. }
  129.  
  130. .pic img {display: block;}
  131.  
  132.  
  133.  
  134. .posts blockquote {
  135. margin: 0 0 5px 20px;
  136. padding: 0 0 0 5px;
  137. border-left: 2px solid {color:font color};}
  138.  
  139.  
  140.  
  141. .question {
  142. margin-bottom: 5px;}
  143.  
  144. .asker {text-align: right;}
  145.  
  146. #permanotes {
  147. margin-top: 20px;
  148. margin-bottom: 10px;
  149.  
  150. }
  151.  
  152. #permanotes ol.notes {
  153. list-style-type: none;
  154. text-align: left;
  155. margin: 0;
  156. padding: 0;
  157. overflow: scroll;
  158. overflow-x: hidden;
  159. max-height: 400px;
  160. }
  161.  
  162. #permanotes img.avatar {
  163. margin-right: 10px;
  164. border: 1px solid {color:font color};
  165. display: inline;
  166. width: 16px;
  167. height: 16px;}
  168.  
  169. .pagination {
  170. text-align: center;
  171. font-size: 80px;
  172. margin-top: 50px;
  173. margin-bottom: 100px;
  174. margin-left: -250px;
  175. padding: 0;
  176. width: 500px;}
  177.  
  178. .quote {
  179. text-align: justify;
  180. font-style: italic;
  181. font-weight: bold;
  182. font-size: 140%;
  183. line-height: 130%;}
  184.  
  185. .source {
  186. text-align: right;}
  187.  
  188. .spotify_audio_player {
  189. height:80px!important;
  190. width:100%!important;}
  191.  
  192. .soundcloud_audio_player {
  193. height:150px!important;
  194. width:100%!important;}
  195.  
  196. .trackback {
  197. position: absolute;
  198. left: 20px;
  199. top: 20px;
  200. width: 19px;
  201. height: 19px;
  202. background-color: #fff;
  203. padding: 10px;
  204. opacity: .4;}
  205.  
  206. .pressplay{
  207. position: relative;
  208. width: 25px;
  209. height: 25px;
  210. overflow: hidden;
  211. left: -6px;
  212. top: -3px;}
  213.  
  214. .albumpic {
  215. position: absolute;
  216. left: 0px;
  217. top: 0px;
  218. width: 79px;
  219. height: 79px;}
  220.  
  221. .albumpic img {
  222. width: 100%;
  223. height: auto;
  224. border: 1px solid {color:font color};}
  225.  
  226. .trackinfo {
  227. width: auto;
  228. display:inline-block;
  229. margin-left: 90px;
  230. min-height: 85px;}
  231.  
  232. .audiowrapper {
  233. position: relative; display:inline-block;}
  234.  
  235. #second { position: fixed; bottom: 10px; left: 10px; font-size: 30px;}
  236.  
  237. </style>
  238.  
  239.  
  240.  
  241. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.9/SmoothScroll.js"></script>
  242.  
  243.  
  244. </head>
  245.  
  246. <div id="content">
  247.  
  248. <div id="sidebar">
  249. <a href="/"><img src="{image:sidebar}" class="image"></a>
  250. <div class="desc">{text:description}</div>
  251. </div>
  252.  
  253. {block:Posts}
  254. <div class="posts">
  255.  
  256. {block:Text}
  257. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  258. {Body}
  259. {/block:Text}
  260.  
  261. {block:Quote}
  262. <div class="quote">"{Quote}"</div>
  263. {block:Source}<div class="source">&mdash; {Source}</div>{/block:Source}
  264. {/block:Quote}
  265.  
  266. {block:Link}
  267. <big><a href="{URL}">{Name}</a></big>
  268. {block:Description}{Description}{/block:Description}
  269. {/block:Link}
  270.  
  271. {block:Chat}
  272. {block:Title}{Title}{/block:Title}
  273. {block:Lines}
  274. <div class="{Alt} user_{UserNumber}">
  275. {block:Label}{Label}{/block:Label} {Line}
  276. </div>
  277. {/block:Lines}
  278. {/block:Chat}
  279.  
  280.  
  281. {block:Answer}
  282. <div class="question">{Question}</div>
  283. <div class="asker">&mdash; {Asker}</div>
  284. <center>{Answer}</center>
  285. {/block:Answer}
  286.  
  287.  
  288. {block:Photo}
  289. {block:IndexPage}<div class="pic"><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{Permalink}"/></a></div>{/block:IndexPage}
  290.  
  291. {block:PermalinkPage}
  292. {LinkOpenTag}<img src="{PhotoURL-500}">{/block:PermalinkPage}
  293. {/block:Photo}
  294.  
  295. {block:Photoset}
  296. {Photoset-500}
  297. {/block:Photoset}
  298.  
  299. {block:Video}
  300. {Video-500}
  301. {/block:Video}
  302.  
  303. {block:AudioPlayer}
  304. <div class="audiowrapper">
  305. {block:AlbumArt}
  306. <div class="albumpic"><img src="{AlbumArtURL}"></div>
  307. {/block:AlbumArt}
  308. <div class="trackback">
  309. <div class="pressplay">
  310. {AudioPlayer}
  311. </div></div>
  312. <div class="trackinfo">
  313. {block:TrackName}{TrackName}{/block:TrackName}<br>
  314. {block:Artist}<b>{Artist}</b>{/block:Artist}<br>
  315. {block:Album}<i>{Album}</i>{/block:Album}<br>
  316. </div></div>
  317. {/block:AudioPlayer}
  318.  
  319. {block:ifNotHideCaption}
  320. {block:Caption}{Caption}{/block:Caption}
  321. {/block:ifNotHideCaption}
  322.  
  323.  
  324. {block:PermalinkPage}
  325. {block:ifHideCaption}
  326. {block:Caption}{Caption}{/block:Caption}
  327. {/block:ifHideCaption}
  328.  
  329. <p>
  330. {block:NoteCount}Notes: <a href="{Permalink}">{NoteCount}</a><br>{/block:NoteCount}
  331. {block:HasTags}Tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}<br>{/block:HasTags}
  332. {block:RebloggedFrom}
  333. Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  334. <br>{/block:RebloggedFrom}{block:ContentSource}
  335. Source: <a href="{SourceURL}">{SourceTitle}</a>
  336. {/block:ContentSource}</p>
  337.  
  338. {block:NoteCount}<div id="permanotes">
  339. {block:PostNotes}{PostNotes}{/block:PostNotes}
  340. </div>{/block:NoteCount}
  341. {/block:PermalinkPage}
  342. </div>
  343. {/block:Posts}
  344.  
  345. {block:IndexPage}<div class="pagination">
  346. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&minus;</a>&nbsp;&nbsp;{/block:PreviousPage}{block:NextPage}
  347. <a href="{NextPage}">&plus;</a></p>{/block:NextPage}{/block:Pagination}
  348.  
  349. </div>{/block:IndexPage}
  350.  
  351. </div>
  352.  
  353. </div>
  354. <div id="second"><a href="https://tobirama.tumblr.com/" data-toggle="tooltip" title="theme by @tobirama">&times;</a></div>
  355.  
  356. </body>
  357. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement