Advertisement
Daichi-Sama

Theme of Jess #2

Apr 20th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.94 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="#5b5f64222"/>
  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: {color:scrollbar};
  64. }
  65. ::-webkit-scrollbar-track {
  66. background: transparent;
  67. }
  68.  
  69.  
  70. body {
  71. background: url('http://static.tumblr.com/j07hvek/FgXooq03r/prompto.png') no-repeat;
  72. background-size: cover;
  73. background-attachment: fixed;
  74. font-size: 11px;
  75. font-family: helvetica;
  76. color: #d7d7cf;
  77. line-height: 16px;
  78. margin: 0px;
  79. text-shadow: 1px 1px 0px #5b5f64;
  80. }
  81.  
  82. small, sub {
  83. font-size: 10px;
  84. line-height: 15px;
  85. }
  86.  
  87. a:link, a:visited, a:active {
  88. color: #dc9588;
  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: #d7d7cf;
  99. }
  100.  
  101. h1, h1 a {
  102. text-align: center;
  103. font-size: 25px;
  104. line-height: 22px;
  105. letter-spacing: 2px;
  106. color:#95b4bc;
  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: #95b4bc;
  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:#95b4bc;
  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:#95b4bc;
  133. }
  134.  
  135. blockquote {
  136. border-left: 2px solid #d7d7cf;
  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(0%); /* Chrome, Safari, Opera */
  146. filter: grayscale(0%);
  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: 610px;
  168. left: 380px;
  169. }
  170. #links a {
  171. color: #dc9588;
  172. display: inline-block;
  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: #d7d7cf;
  182. }
  183.  
  184.  
  185. /* DESCRIPTION */
  186.  
  187. #totheside {
  188. position: absolute;
  189. top: 220px;
  190. left: 50px;
  191. width: 100px;
  192. font-size: 9px;
  193. text-align: center;
  194. line-height: 100%;
  195. letter-spacing: 1px;
  196. color: #d7d7cf;
  197. text-shadow: 0px 0px 25px #5b5f64, 1px 1px 0px #5b5f64;
  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: 400px;
  217. height: 395px;
  218. overflow: auto;
  219. position: absolute;
  220. top: 180px;
  221. left: 330px;
  222. }
  223.  
  224. #post {
  225. width: 350px;
  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:#d7d7cf;
  235. font-weight: bold;
  236. font-family: 'Share', serif;
  237. }
  238.  
  239. .ask {
  240. width: 340px;
  241. padding: 10px 10px 15px 10px;
  242. background: transparent;
  243. color: #d7d7cf;
  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: #dc9588;
  255. font-size: 10px;
  256. }
  257.  
  258. .photoset {
  259. text-align: center;
  260. opacity: 1;
  261. }
  262.  
  263. .photoset:hover {
  264. opacity: 1;
  265. -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  266. filter: grayscale(0%);
  267. }
  268.  
  269. #albumart {
  270. width: 100px;
  271. height: 100px;
  272. overflow: hidden;
  273. display: inline-block;
  274. vertical-align: middle;
  275. margin-right: 10px;
  276. position: relative;
  277. }
  278.  
  279. #player {
  280. width: 30px;
  281. height: 30px;
  282. overflow: hidden;
  283. position: absolute;
  284. top: 35px;
  285. left: 35px;
  286. }
  287.  
  288. .postinfo {
  289. font-weight: bold;
  290. margin-top: -50px;
  291. padding-top:10px;
  292. opacity: 0;
  293. width: 100%;
  294. text-align: center;
  295. font-size: 8px;
  296. line-height: 10px;
  297. text-transform: uppercase;
  298. letter-spacing: 1px;
  299. -webkit-transition: all 1s;
  300. -moz-transition: all 1s;
  301. -o-transition: all 1s;
  302. transition: all 1s;
  303. }
  304. .postinfo a {
  305. font-size: 8px;
  306. font-family: helvetica;
  307. font-style: normal;
  308. }
  309.  
  310. #post:hover .postinfo {
  311. opacity: 1;
  312. margin-top: 0px;
  313. }
  314. .tags {
  315. width: 100%;
  316. border-top: 1px solid #d7d7cf;
  317. padding-top: 2px;
  318. font-size: 7px;
  319. text-align: left;
  320. }
  321. .tags a {
  322. font-size: 7px;
  323. }
  324.  
  325. div#qTip {
  326. background: #7c7f75;
  327. border-radius: 6px;
  328. padding: 2px 4px 2px 4px;
  329. display: none;
  330. margin-left:15px;
  331. margin-top:-4px;
  332. text-align: center;
  333. position: absolute;
  334. font-size: 7px;
  335. text-transform: uppercase;
  336. line-height:10px;
  337. z-index: 9999999;
  338. color: #dc9588;
  339. letter-spacing: 2px;
  340. font-weight: bold;
  341. }
  342.  
  343. .credit {
  344. position: absolute;
  345. bottom: 5px;
  346. left: 5px;
  347. font-size: 7px;
  348. text-transform: uppercase;
  349. font-weight: bold;
  350. letter-spacing: 2px;
  351. }
  352.  
  353.  
  354. </style>
  355. <body>
  356.  
  357.  
  358. <div id="box">
  359.  
  360. <div id="totheside">
  361.  
  362.  
  363. {description}
  364.  
  365. {block:Pagination}
  366. <div>{block:PreviousPage}<a href="{PreviousPage}">backward</a>{/block:PreviousPage}
  367. &mdash;
  368. {block:NextPage}<a href="{NextPage}">forward</a>{/block:NextPage}
  369. </div>{/block:Pagination}
  370.  
  371. </div>
  372.  
  373. <div id="links">
  374.  
  375. <a href="/" title="Home">★</a>
  376. <a href="/ask" title="Ask">★</a>
  377. <a href="/info" title="Info">★</a>
  378. <a href="/rules" title="Rules">★</a>
  379. <a href="/verses" title="Verses">★</a>
  380.  
  381. </div>
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388. <div id="content">
  389.  
  390. {block:Posts}
  391. <div id="post">
  392.  
  393. {block:Text}
  394. {block:Title}<h1>{Title}</h1>{/block:Title}
  395. {Body}
  396. {/block:Text}
  397.  
  398. {block:Link}
  399. <h1><a href="{url}" {Target}>{Name}</a></h1>
  400. {block:Description}{Description}{/block:Description}
  401. {/block:Link}
  402.  
  403. {block:Chat}
  404. {block:Title}<h1>{Title}</h1>{/block:Title}
  405. {block:Lines}
  406. <p>{block:Label}<b>{Label}</b>{/block:Label} {Line}</p>
  407. {/block:Lines}
  408. {/block:Chat}
  409.  
  410. {block:Quote}
  411. <div class="quote">{Quote}</div>
  412. {block:Source}<div style="text-align:right;margin-top:20px;">{Source}</div>{/block:Source}
  413. {/block:Quote}
  414.  
  415. {block:Answer}
  416. <div class="ask">
  417. {Question}
  418. <div style="text-align:right;font-size: 15px;letter-spacing:1px;">&mdash;<b>{Asker}</b> <img src="{AskerPortraitURL-24}"></div>
  419. </div>
  420. {Answer}
  421. {/block:Answer}
  422.  
  423. {block:Audio}
  424. {block:AlbumArt}
  425. <div id="albumart"><img src="{AlbumArtURL}"><div id="player">{AudioPlayerWhite}</div></div>
  426. {/block:AlbumArt}
  427. <div style="display:inline-block;height:100px;vertical-aling:middle;">
  428. {block:TrackName}{TrackName}{/block:TrackName}{Block:Artist}<br>{Artist}{/block:Artist}</div>
  429. {block:Caption}{Caption}{/block:Caption}
  430. {/block:Audio}
  431.  
  432. {block:Photo}
  433. {LinkOpenTag}<center><img src="{PhotoURL-400}"></center>{LinkCloseTag}
  434. {block:Caption}{Caption}{/block:Caption}
  435. {/block:Photo}
  436.  
  437. {block:Photoset}
  438. <div class="photoset">{Photoset-400}</div>
  439. {block:Caption}{Caption}{/block:Caption}
  440. {/block:Photoset}
  441.  
  442. {block:Video}
  443. <center>{Video-400}</center>
  444. {block:Caption}{Caption}{/block:Caption}
  445. {/block:Video}
  446.  
  447. <div class="postinfo">
  448. {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}
  449. {block:HasTags}
  450. <div class="tags">
  451. {block:Tags}
  452. <a href="{TagURL}"># {tag}</a> &nbsp;&nbsp;
  453. {/block:Tags}
  454. </div>
  455. {/block:HasTags}
  456. </div>
  457.  
  458. {block:PostNotes}<div style="margin-top:50px;">{PostNotes}</div>{/block:PostNotes}
  459.  
  460. </div>
  461. {/block:Posts}
  462.  
  463.  
  464. </div>
  465.  
  466. </div>
  467.  
  468. <a href="http://bullet-theme.tumblr.com" target="_blank"><div class="credit">Credit</div></a>
  469.  
  470. </body>
  471. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement