Advertisement
Daichi-Sama

Theme for cxrsedsilence

Jan 25th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.26 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: #b5babc;
  64. }
  65. ::-webkit-scrollbar-track {
  66. background: transparent;
  67. }
  68.  
  69.  
  70. body {
  71. background: url('https://static.tumblr.com/xnyt3zy/BXIp3414d/cxrsedsilence-theme.png') no-repeat;
  72. background-size: cover;
  73. background-attachment: fixed;
  74. font-size: 11px;
  75. font-family: 'Montserrat', sans-serif;
  76. color: #92a3a6;
  77. line-height: 16px;
  78. margin: 0px;
  79. }
  80.  
  81. small, sub {
  82. font-size: 10px;
  83. line-height: 15px;
  84. }
  85.  
  86. a:link, a:visited, a:active {
  87. color: #91a2a4;
  88. font-weight: bold;
  89. text-decoration: none;
  90. -webkit-transition: all 1s;
  91. -moz-transition: all 1s;
  92. -o-transition: all 1s;
  93. transition: all 1s;
  94. }
  95.  
  96. a:hover {
  97. color: #b5babc;
  98. }
  99.  
  100. h1, h1 a {
  101. text-align: center;
  102. font-size: 25px;
  103. line-height: 22px;
  104. letter-spacing: 2px;
  105. color:#b5babc;
  106. font-weight: bold;
  107. font-family: 'Montserrat', sans-serif;
  108. text-transform: uppercase;
  109. }
  110.  
  111. h2, h2 a {
  112. font-size: 16px;
  113. color: #b5babc;
  114. font-weight:normal;
  115. font-variant: small-caps;
  116. line-height: 18px;
  117. }
  118.  
  119. h3 {
  120. font-size: 22px;
  121. letter-spacing: 2px;
  122. margin-bottom: -5px;
  123. color:#b5babc;
  124. font-weight: normal;
  125. font-family: 'Montserrat', sans-serif;
  126. text-align: center;
  127. text-transform: uppercase;
  128. }
  129.  
  130. b, strong, i, em {
  131. color:#2d4f48;
  132. }
  133.  
  134. blockquote {
  135. border-left: 2px solid #b5babc;
  136. padding: 0px 3px 0px 5px;
  137. margin: 3px 0px 3px 3px;
  138. }
  139.  
  140. img {
  141. max-width: 100%;
  142. height: auto;
  143. opacity: 1;
  144. -webkit-filter: grayscale(75%); /* Chrome, Safari, Opera */
  145. filter: grayscale(75%);
  146. -webkit-transition: all 1s;
  147. -moz-transition: all 1s;
  148. -o-transition: all 1s;
  149. transition: all 1s;
  150. }
  151.  
  152. img:hover {
  153. opacity: 1;
  154. -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  155. filter: grayscale(0%);
  156. }
  157.  
  158. figure {
  159. margin: 2px 0px 2px 0px;
  160. }
  161.  
  162. /* NAVIGATION */
  163.  
  164. #links {
  165. position: absolute;
  166. top: 445px;
  167. left: 400px;
  168. }
  169. #links a {
  170. color: #91a2a4;
  171. display: inline-block;
  172. margin: 0px 3px 0px 3px;
  173. font-style: normal;
  174. font-family: 'Montserrat', sans-serif;
  175. font-size: 14px;
  176. line-height: 100%;
  177. margin: 5px;
  178. }
  179. #links a:hover {
  180. color: #b5babc;
  181. }
  182.  
  183.  
  184. /* DESCRIPTION */
  185.  
  186. #totheside {
  187. position: absolute;
  188. top: 548px;
  189. left: 550px;
  190. width: 100px;
  191. font-size: 9px;
  192. text-align: center;
  193. line-height: 100%;
  194. letter-spacing: 1px;
  195. color: #b5babc;
  196. text-shadow: 0px 0px 25px #7c9393, 1px 1px 0px #7c9393;
  197. }
  198.  
  199. /* POSTS */
  200.  
  201. #box {
  202. position: relative;
  203. position: fixed;
  204. top: 0px;
  205. left: 0px;
  206. bottom: 0px;
  207. right: 0px;
  208. margin: auto;
  209. background: url('{image:box}') no-repeat;
  210. width: 1366px;
  211. height: 700px;
  212. }
  213.  
  214. #content {
  215. width: 583px;
  216. height: 556px;
  217. overflow: auto;
  218. position: absolute;
  219. top: 53px;
  220. left: 719px;
  221. }
  222.  
  223. #post {
  224. width: 540px;
  225. height: auto;
  226. padding: 20px 0px 70px 0px;
  227. margin-left: 20px;
  228. }
  229.  
  230. .quote {
  231. font-size: 20px;
  232. line-height: 20px;
  233. color:#b5babc;
  234. font-weight: bold;
  235. font-family: 'Montserrat', sans-serif;
  236. }
  237.  
  238. .ask {
  239. width: 520px;
  240. padding: 10px 10px 15px 10px;
  241. background: transparent;
  242. color: #b5babc;
  243. text-align: justify;
  244. }
  245. .ask img {
  246. border-radius: 55%;
  247. border: 3px solid {color:Background};
  248. float: right;
  249. margin: -5px 0px 0px 5px;
  250. vertical-align: middle;
  251. }
  252. .ask a {
  253. color: #91a2a4;
  254. font-size: 10px;
  255. }
  256.  
  257. .photoset {
  258. text-align: left;
  259. opacity: 1;
  260. -webkit-filter: grayscale(75%); /* Chrome, Safari, Opera */
  261. filter: grayscale(75%);
  262. -webkit-transition: all 1s;
  263. -moz-transition: all 1s;
  264. -o-transition: all 1s;
  265. transition: all 1s;
  266. }
  267.  
  268. .photoset:hover {
  269. opacity: 1;
  270. -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  271. filter: grayscale(0%);
  272. }
  273.  
  274. #albumart {
  275. width: 100px;
  276. height: 100px;
  277. overflow: hidden;
  278. display: inline-block;
  279. vertical-align: middle;
  280. margin-right: 10px;
  281. position: relative;
  282. }
  283.  
  284. #player {
  285. width: 30px;
  286. height: 30px;
  287. overflow: hidden;
  288. position: absolute;
  289. top: 35px;
  290. left: 35px;
  291. }
  292.  
  293. .postinfo {
  294. font-weight: bold;
  295. margin-top: -50px;
  296. padding-top:10px;
  297. opacity: 0;
  298. width: 100%;
  299. text-align: center;
  300. font-size: 8px;
  301. line-height: 10px;
  302. text-transform: uppercase;
  303. letter-spacing: 1px;
  304. -webkit-transition: all 1s;
  305. -moz-transition: all 1s;
  306. -o-transition: all 1s;
  307. transition: all 1s;
  308. }
  309. .postinfo a {
  310. font-size: 8px;
  311. font-family: 'Montserrat', sans-serif;
  312. font-style: normal;
  313. }
  314.  
  315. #post:hover .postinfo {
  316. opacity: 1;
  317. margin-top: 0px;
  318. }
  319. .tags {
  320. width: 100%;
  321. border-top: 1px solid #b5babc;
  322. padding-top: 2px;
  323. font-size: 7px;
  324. text-align: left;
  325. }
  326. .tags a {
  327. font-size: 7px;
  328. }
  329.  
  330. div#qTip {
  331. background: #d3ddd6;
  332. border-radius: 6px;
  333. padding: 2px 4px 2px 4px;
  334. display: none;
  335. margin-left:15px;
  336. margin-top:-4px;
  337. text-align: center;
  338. position: absolute;
  339. font-size: 7px;
  340. text-transform: uppercase;
  341. line-height:10px;
  342. z-index: 9999999;
  343. color: #91a2a4;
  344. letter-spacing: 2px;
  345. font-weight: bold;
  346. }
  347.  
  348. .credit {
  349. position: absolute;
  350. bottom: 5px;
  351. left: 5px;
  352. font-size: 7px;
  353. text-transform: uppercase;
  354. font-weight: bold;
  355. letter-spacing: 2px;
  356. }
  357.  
  358.  
  359. </style>
  360. <body>
  361.  
  362.  
  363. <div id="box">
  364.  
  365. <div id="totheside">
  366.  
  367.  
  368. {block:Pagination}
  369. <div>{block:PreviousPage}<a href="{PreviousPage}"><<</a>{/block:PreviousPage}
  370. &mdash;
  371. {block:NextPage}<a href="{NextPage}">>></a>{/block:NextPage}
  372. </div>{/block:Pagination}
  373.  
  374. </div>
  375.  
  376. <div id="links">
  377.  
  378. <a href="/" title="refresh">★</a>
  379. <a href="/ask" title="ask">★</a>
  380. <a href="/rules" title="rules">★</a>
  381. <a href="/muse" title="muse">★</a>
  382. <a href="/mun" title="mun">★</a>
  383. <a href="/verses" title="verses">★</a>
  384. <a href="/extra" title="extras">★</a>
  385. <a href="/main" title="mains">★</a>
  386. </div>
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393. <div id="content">
  394.  
  395. {block:Posts}
  396. <div id="post">
  397.  
  398. {block:Text}
  399. {block:Title}<h1>{Title}</h1>{/block:Title}
  400. {Body}
  401. {/block:Text}
  402.  
  403. {block:Link}
  404. <h1><a href="{url}" {Target}>{Name}</a></h1>
  405. {block:Description}{Description}{/block:Description}
  406. {/block:Link}
  407.  
  408. {block:Chat}
  409. {block:Title}<h1>{Title}</h1>{/block:Title}
  410. {block:Lines}
  411. <p>{block:Label}<b>{Label}</b>{/block:Label} {Line}</p>
  412. {/block:Lines}
  413. {/block:Chat}
  414.  
  415. {block:Quote}
  416. <div class="quote">{Quote}</div>
  417. {block:Source}<div style="text-align:right;margin-top:20px;">{Source}</div>{/block:Source}
  418. {/block:Quote}
  419.  
  420. {block:Answer}
  421. <div class="ask">
  422. {Question}
  423. <div style="text-align:right;font-size: 15px;letter-spacing:1px;">&mdash;<b>{Asker}</b> <img src="{AskerPortraitURL-24}"></div>
  424. </div>
  425. {Answer}
  426. {/block:Answer}
  427.  
  428. {block:Audio}
  429. {block:AlbumArt}
  430. <div id="albumart"><img src="{AlbumArtURL}"><div id="player">{AudioPlayerWhite}</div></div>
  431. {/block:AlbumArt}
  432. <div style="display:inline-block;height:100px;vertical-aling:middle;">
  433. {block:TrackName}{TrackName}{/block:TrackName}{Block:Artist}<br>{Artist}{/block:Artist}</div>
  434. {block:Caption}{Caption}{/block:Caption}
  435. {/block:Audio}
  436.  
  437. {block:Photo}
  438. {LinkOpenTag}<center><img src="{PhotoURL-500}"></center>{LinkCloseTag}
  439. {block:Caption}{Caption}{/block:Caption}
  440. {/block:Photo}
  441.  
  442. {block:Photoset}
  443. <div class="photoset">{Photoset-500}</div>
  444. {block:Caption}{Caption}{/block:Caption}
  445. {/block:Photoset}
  446.  
  447. {block:Video}
  448. <center>{Video-500}</center>
  449. {block:Caption}{Caption}{/block:Caption}
  450. {/block:Video}
  451.  
  452. <div class="postinfo">
  453. {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}
  454. {block:HasTags}
  455. <div class="tags">
  456. {block:Tags}
  457. <a href="{TagURL}"># {tag}</a> &nbsp;&nbsp;
  458. {/block:Tags}
  459. </div>
  460. {/block:HasTags}
  461. </div>
  462.  
  463. {block:PostNotes}<div style="margin-top:50px;">{PostNotes}</div>{/block:PostNotes}
  464.  
  465. </div>
  466. {/block:Posts}
  467.  
  468.  
  469. </div>
  470.  
  471. </div>
  472.  
  473. <a href="http://bullet-theme.tumblr.com" target="_blank"><div class="credit">Credit</div></a>
  474.  
  475. </body>
  476. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement