Advertisement
Daichi-Sama

Theme for TrickyBee's Tsuna

Jun 19th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6.  
  7.  
  8. <!--" CONTAINER THEME BASE CODE BY BULLET-THEME.TUMBLR.COM "-->
  9.  
  10.  
  11. <meta name="image:box" content=""/>
  12.  
  13. <meta name="color:background" content="#ccc"/>
  14. <meta name="color:text" content="#888888"/>
  15. <meta name="color:emphasis" content="#aaaaaa"/>
  16. <meta name="color:link" content="#000000"/>
  17. <meta name="color:link hover" content="#333333"/>
  18. <meta name="color:ask" content="#888888"/>
  19. <meta name="color:askbg" content="#222222"/>
  20. <meta name="color:navi" content="#888888"/>
  21. <meta name="color:navi hover" content="#7b919d"/>
  22. <meta name="color:scrollbar" content="#737373"/>
  23. <meta name="color:qtip" content="#222222"/>
  24. <meta name="color:text shadow" content="#000000"/>
  25.  
  26. <meta name="text:Link1" content=""/>
  27. <meta name="text:Link1URL" content=""/>
  28. <meta name="text:Link2" content=""/>
  29. <meta name="text:Link2URL" content=""/>
  30. <meta name="text:Link3" content=""/>
  31. <meta name="text:Link3URL" content=""/>
  32.  
  33. <link href='https://fonts.googleapis.com/css?family=Share' rel='stylesheet' type='text/css'>
  34.  
  35. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. /* BASICS */
  41.  
  42. iframe#tumblr_controls {
  43. white-space:nowrap;
  44. opacity: 0.3;
  45. -webkit-transition: all .5s;
  46. -moz-transition: all .5s;
  47. -o-transition: all .5s;
  48. transition: all .5s;
  49. }
  50. iframe#tumblr_controls:hover {
  51. opacity: 0.8;
  52. }
  53.  
  54. ::-webkit-scrollbar {
  55. width: 2px;
  56. height: 2px;
  57. }
  58. ::-webkit-scrollbar-button {
  59. width: 0px;
  60. height: 0px;
  61. }
  62. ::-webkit-scrollbar-thumb {
  63. background: #2f2e2f;
  64. }
  65. ::-webkit-scrollbar-track {
  66. background: transparent;
  67. }
  68.  
  69.  
  70. body {
  71. background: url('http://static.tumblr.com/qpjb2xq/RnUort1x5/tsuna-background.png') no-repeat;
  72. background-size: cover;
  73. background-attachment: fixed;
  74. font-size: 11px;
  75. font-family: helvetica;
  76. color: #2f2e2f;
  77. line-height: 16px;
  78. margin: 0px;
  79. text-shadow: 1px 1px 0px #75807c;
  80. }
  81.  
  82. small, sub {
  83. font-size: 10px;
  84. line-height: 15px;
  85. }
  86.  
  87. a:link, a:visited, a:active {
  88. color: #866d3a;
  89. font-weight: bold;
  90. text-decoration: none;
  91. -webkit-transition: all 1s;
  92. -moz-transition: all 1s;
  93. -o-transition: all 1s;
  94. transition: all 1s;
  95. }
  96.  
  97. a:hover {
  98. color: #2f2e2f;
  99. }
  100.  
  101. h1, h1 a {
  102. text-align: center;
  103. font-size: 25px;
  104. line-height: 22px;
  105. letter-spacing: 2px;
  106. color:#823941;
  107. font-weight: bold;
  108. font-family: 'Share', serif;
  109. text-transform: uppercase;
  110. }
  111.  
  112. h2, h2 a {
  113. font-size: 16px;
  114. color: #823941;
  115. font-weight:normal;
  116. font-variant: small-caps;
  117. line-height: 18px;
  118. }
  119.  
  120. h3 {
  121. font-size: 22px;
  122. letter-spacing: 2px;
  123. margin-bottom: -5px;
  124. color:#823941;
  125. font-weight: normal;
  126. font-family: 'Share', serif;
  127. text-align: center;
  128. text-transform: uppercase;
  129. }
  130.  
  131. b, strong, i, em {
  132. color:#823941;
  133. }
  134.  
  135. blockquote {
  136. border-left: 2px solid #2f2e2f;
  137. padding: 0px 3px 0px 5px;
  138. margin: 3px 0px 3px 3px;
  139. }
  140.  
  141. img {
  142. max-width: 100%;
  143. height: auto;
  144. opacity: 1;
  145. -webkit-filter: grayscale(75%); /* Chrome, Safari, Opera */
  146. filter: grayscale(75%);
  147. -webkit-transition: all 1s;
  148. -moz-transition: all 1s;
  149. -o-transition: all 1s;
  150. transition: all 1s;
  151. }
  152.  
  153. img:hover {
  154. opacity: 1;
  155. -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  156. filter: grayscale(0%);
  157. }
  158.  
  159. figure {
  160. margin: 2px 0px 2px 0px;
  161. }
  162.  
  163. /* NAVIGATION */
  164.  
  165. #links {
  166. position: absolute;
  167. top: 235px;
  168. left: 350px;
  169. }
  170. #links a {
  171. color: #615f5f;
  172. display: inline-2f2e2f;
  173. margin: 0px 3px 0px 3px;
  174. font-style: normal;
  175. font-family: 'Share';
  176. font-size: 14px;
  177. line-height: 100%;
  178. margin: 5px;
  179. }
  180. #links a:hover {
  181. color: #75807c;
  182. }
  183.  
  184.  
  185. /* DESCRIPTION */
  186.  
  187. #totheside {
  188. position: absolute;
  189. top: 300px;
  190. left: 80px;
  191. width: 100px;
  192. font-size: 9px;
  193. text-align: center;
  194. line-height: 100%;
  195. letter-spacing: 1px;
  196. color: #75807c;
  197. text-shadow: 0px 0px 25px #75807c, 1px 1px 0px #75807c;
  198. }
  199.  
  200. /* POSTS */
  201.  
  202. #box {
  203. position: relative;
  204. position: fixed;
  205. top: 0px;
  206. left: 0px;
  207. bottom: 0px;
  208. right: 0px;
  209. margin: auto;
  210. background: url('{image:box}') no-repeat;
  211. width: 1366px;
  212. height: 700px;
  213. }
  214.  
  215. #content {
  216. width: 450px;
  217. height: 260px;
  218. overflow: auto;
  219. position: absolute;
  220. top: 305px;
  221. left: 315px;
  222. }
  223.  
  224. #post {
  225. width: 420px;
  226. height: auto;
  227. padding: 20px 0px 70px 0px;
  228. margin-left: 25px;
  229. }
  230.  
  231. .quote {
  232. font-size: 20px;
  233. line-height: 20px;
  234. color:#2f2e2f;
  235. font-weight: bold;
  236. font-family: 'Share', serif;
  237. }
  238.  
  239. .ask {
  240. width: 400px;
  241. padding: 10px 10px 15px 10px;
  242. background: transparent;
  243. color: #2f2e2f;
  244. text-align: justify;
  245. }
  246. .ask img {
  247. border-radius: 55%;
  248. border: 3px solid {color:Background};
  249. float: right;
  250. margin: -5px 0px 0px 5px;
  251. vertical-align: middle;
  252. }
  253. .ask a {
  254. color: #866d3a;
  255. font-size: 10px;
  256. }
  257.  
  258. .photoset {
  259. text-align: left;
  260. opacity: 1;
  261. -webkit-filter: grayscale(75%); /* Chrome, Safari, Opera */
  262. filter: grayscale(75%);
  263. -webkit-transition: all 1s;
  264. -moz-transition: all 1s;
  265. -o-transition: all 1s;
  266. transition: all 1s;
  267. }
  268.  
  269. .photoset:hover {
  270. opacity: 1;
  271. -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  272. filter: grayscale(0%);
  273. }
  274.  
  275. #albumart {
  276. width: 100px;
  277. height: 100px;
  278. overflow: hidden;
  279. display: inline-block;
  280. vertical-align: middle;
  281. margin-right: 10px;
  282. position: relative;
  283. }
  284.  
  285. #player {
  286. width: 30px;
  287. height: 30px;
  288. overflow: hidden;
  289. position: absolute;
  290. top: 35px;
  291. left: 35px;
  292. }
  293.  
  294. .postinfo {
  295. font-weight: bold;
  296. margin-top: -50px;
  297. padding-top:10px;
  298. opacity: 0;
  299. width: 100%;
  300. text-align: center;
  301. font-size: 8px;
  302. line-height: 10px;
  303. text-transform: uppercase;
  304. letter-spacing: 1px;
  305. -webkit-transition: all 1s;
  306. -moz-transition: all 1s;
  307. -o-transition: all 1s;
  308. transition: all 1s;
  309. }
  310. .postinfo a {
  311. font-size: 8px;
  312. font-family: helvetica;
  313. font-style: normal;
  314. }
  315.  
  316. #post:hover .postinfo {
  317. opacity: 1;
  318. margin-top: 0px;
  319. }
  320. .tags {
  321. width: 100%;
  322. border-top: 1px solid #2f2e2f;
  323. padding-top: 2px;
  324. font-size: 7px;
  325. text-align: left;
  326. }
  327. .tags a {
  328. font-size: 7px;
  329. }
  330.  
  331. div#qTip {
  332. background: #e6d4c2;
  333. border-radius: 6px;
  334. padding: 2px 4px 2px 4px;
  335. display: none;
  336. margin-left:15px;
  337. margin-top:-4px;
  338. text-align: center;
  339. position: absolute;
  340. font-size: 7px;
  341. text-transform: uppercase;
  342. line-height:10px;
  343. z-index: 9999999;
  344. color: #866d3a;
  345. letter-spacing: 2px;
  346. font-weight: bold;
  347. }
  348.  
  349. .credit {
  350. position: absolute;
  351. bottom: 5px;
  352. left: 5px;
  353. font-size: 7px;
  354. text-transform: uppercase;
  355. font-weight: bold;
  356. letter-spacing: 2px;
  357. }
  358.  
  359.  
  360. </style>
  361. <body>
  362.  
  363.  
  364. <div id="box">
  365.  
  366. <div id="totheside">
  367.  
  368.  
  369.  
  370. {block:Pagination}
  371. <div>{block:PreviousPage}<a href="{PreviousPage}">backward</a>{/block:PreviousPage}
  372. &mdash;
  373. {block:NextPage}<a href="{NextPage}">forward</a>{/block:NextPage}
  374. </div>{/block:Pagination}
  375.  
  376. </div>
  377.  
  378. <div id="links">
  379.  
  380. <a href="/" title="Home">✖</a>
  381. <a href="/ask" title="Ask">✖</a>
  382. <a href="/archive" title="Archive">✖</a>
  383. <a href="/rules" title="Rules">✖</a>
  384.  
  385. </div>
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392. <div id="content">
  393.  
  394. {block:Posts}
  395. <div id="post">
  396.  
  397. {block:Text}
  398. {block:Title}<h1>{Title}</h1>{/block:Title}
  399. {Body}
  400. {/block:Text}
  401.  
  402. {block:Link}
  403. <h1><a href="{url}" {Target}>{Name}</a></h1>
  404. {block:Description}{Description}{/block:Description}
  405. {/block:Link}
  406.  
  407. {block:Chat}
  408. {block:Title}<h1>{Title}</h1>{/block:Title}
  409. {block:Lines}
  410. <p>{block:Label}<b>{Label}</b>{/block:Label} {Line}</p>
  411. {/block:Lines}
  412. {/block:Chat}
  413.  
  414. {block:Quote}
  415. <div class="quote">{Quote}</div>
  416. {block:Source}<div style="text-align:right;margin-top:20px;">{Source}</div>{/block:Source}
  417. {/block:Quote}
  418.  
  419. {block:Answer}
  420. <div class="ask">
  421. {Question}
  422. <div style="text-align:right;font-size: 15px;letter-spacing:1px;">&mdash;<b>{Asker}</b> <img src="{AskerPortraitURL-24}"></div>
  423. </div>
  424. {Answer}
  425. {/block:Answer}
  426.  
  427. {block:Audio}
  428. {block:AlbumArt}
  429. <div id="albumart"><img src="{AlbumArtURL}"><div id="player">{AudioPlayerWhite}</div></div>
  430. {/block:AlbumArt}
  431. <div style="display:inline-block;height:100px;vertical-aling:middle;">
  432. {block:TrackName}{TrackName}{/block:TrackName}{Block:Artist}<br>{Artist}{/block:Artist}</div>
  433. {block:Caption}{Caption}{/block:Caption}
  434. {/block:Audio}
  435.  
  436. {block:Photo}
  437. {LinkOpenTag}<center><img src="{PhotoURL-400}"></center>{LinkCloseTag}
  438. {block:Caption}{Caption}{/block:Caption}
  439. {/block:Photo}
  440.  
  441. {block:Photoset}
  442. <div class="photoset">{Photoset-400}</div>
  443. {block:Caption}{Caption}{/block:Caption}
  444. {/block:Photoset}
  445.  
  446. {block:Video}
  447. <center>{Video-400}</center>
  448. {block:Caption}{Caption}{/block:Caption}
  449. {/block:Video}
  450.  
  451. <div class="postinfo">
  452. {block:Date}<a title="{TimeAgo}" href="{Permalink}">{DayOfMonth} {Month}</a> @ {24Hour}:{Minutes}{/block:Date} {block:NoteCount}&mdash; <a href="{Permalink}">{NoteCount} &hearts;</a>{/block:NoteCount} {block:ContentSource}&mdash; <a href="{SourceURL}">Source</a> {/block:ContentSource} {block:RebloggedFrom}&mdash; <a href="{ReblogParentURL}">Via</a> {/block:RebloggedFrom}
  453. {block:HasTags}
  454. <div class="tags">
  455. {block:Tags}
  456. <a href="{TagURL}"># {tag}</a> &nbsp;&nbsp;
  457. {/block:Tags}
  458. </div>
  459. {/block:HasTags}
  460. </div>
  461.  
  462. {block:PostNotes}<div style="margin-top:50px;">{PostNotes}</div>{/block:PostNotes}
  463.  
  464. </div>
  465. {/block:Posts}
  466.  
  467.  
  468. </div>
  469.  
  470. </div>
  471.  
  472. <a href="http://bullet-theme.tumblr.com" target="_blank"><div class="credit">Credit</div></a>
  473.  
  474. </body>
  475. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement