Advertisement
crimical

C3 -- lost in space

Aug 20th, 2014
979
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-- CODE 3 BY CRIMICAL; LOST IN SPACE
  5.  
  6. DO NOT CLAIM AS YOUR OWN, DO NOT REMOVE CREDIT
  7. thank you for using my theme :)
  8.  
  9. -->
  10.  
  11. <title>{title} {block:PostSummary}&mdash; {PostSummary}{/block:PostSummary}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. <script src="//use.edgefonts.net/yeseva-one;vidaloka;averia-serif-libre:n4,i4,n7.js"></script>
  17.  
  18. <meta name="image:sidebar" content=""/>
  19. <meta name="color:links" content=""/>
  20. <meta name="if:postborder" content="1"/>
  21. <meta name="text:link1" content=""/>
  22. <meta name="text:link1url" content="/"/>
  23. <meta name="text:link2" content=""/>
  24. <meta name="text:link2url" content="/"/>
  25. <meta name="text:link3" content=""/>
  26. <meta name="text:link3url" content="/"/>
  27. <meta name="text:link4" content=""/>
  28. <meta name="text:link4url" content="/"/>
  29. <meta name="text:link5" content=""/>
  30. <meta name="text:link5url" content="/"/>
  31. <meta name="text:link6" content=""/>
  32. <meta name="text:link6url" content="/"/>
  33.  
  34. <style type="text/css">
  35.  
  36. /* basic */
  37.  
  38. ::-webkit-scrollbar-thumb{
  39. background-color:#333;
  40. border:7px solid #fff;
  41. height:auto;
  42. }
  43.  
  44. ::-webkit-scrollbar {
  45. height:15px;
  46. width:15px;
  47. background-color:#333;
  48. border:8px solid #fff;
  49. }
  50.  
  51. body{
  52. margin:0px;
  53. padding:0px;
  54. background-color:white;
  55. color:#222;
  56. font-family:arial;
  57. font-size:10px;
  58. line-height:160%;
  59. }
  60.  
  61. a{
  62. text-decoration:none;
  63. color:{color:links};
  64. -webkit-transition:0.8s ease-in;
  65. }
  66.  
  67. a:hover{
  68. color:#333;
  69. }
  70.  
  71. /* main */
  72.  
  73. #a{
  74. width:85%;
  75. margin:0 auto 0;
  76. }
  77.  
  78. #b{
  79. width:85%;
  80. padding:60px 0 50px;
  81. border-bottom:1px solid #333;
  82. text-align:center;
  83. font-size:20px;
  84. -webkit-transition:0.8s ease-in-out;
  85. background:white;
  86. position:fixed;
  87. z-index:1000;
  88. }
  89.  
  90. #b h1{
  91. font-family:'vidaloka';
  92. font-weight:normal;
  93. text-transform:uppercase;
  94. margin:0;
  95. cursor:default;
  96. }
  97.  
  98. #b h1 a{ color:#333; }
  99.  
  100. #b:hover{
  101. letter-spacing:7px;
  102. }
  103.  
  104. #c{
  105. width:690px;
  106. margin:0 auto 0;
  107. }
  108.  
  109. /* sidebar */
  110.  
  111. #s{
  112. position:fixed;
  113. background:white;
  114. width:150px;
  115. padding:20px 20px 0 0;
  116. height:100%;
  117. border-right:1px solid #333;
  118. text-align:center;
  119. font-size:8px;
  120. letter-spacing:1px;
  121. margin-top:127px;
  122. }
  123.  
  124. #s img.s{
  125. width:150px;
  126. margin-bottom:15px;
  127. }
  128.  
  129. #s .pagination{
  130. position:fixed;
  131. bottom:20px;
  132. width:150px;
  133. padding-right:20px;
  134. font-size:8px;
  135. letter-spacing:0px;
  136. text-transform:uppercase;
  137. }
  138.  
  139. #s .links{
  140. margin-top:20px;
  141. font-size:7px;
  142. text-transform:uppercase;
  143. }
  144.  
  145. #s .links a{
  146. color:#333;
  147. display:block;
  148. margin-bottom:1px;
  149. padding-top:1px;
  150. }
  151.  
  152. #s .links a:hover{ background:#f5f5f5; }
  153.  
  154. /* posts */
  155.  
  156. #p{
  157. width:500px;
  158. margin:0 0 0 190px;
  159. padding-top:147px;
  160. }
  161.  
  162. .post{
  163. width:500px;
  164. margin-bottom:100px;
  165. {block:indexpage}
  166. border-right:1px solid transparent;
  167. padding-right:20px;
  168. {/block:indexpage}
  169. -webkit-transition:0.8s ease-in-out;
  170. }
  171.  
  172. {block:indexpage} .post:hover{
  173. {block:ifpostborder}border-right:1px solid #333;{/block:ifpostborder}
  174. } {/block:indexpage}
  175.  
  176. h2{
  177. font-family:'vidaloka';
  178. font-weight:normal;
  179. text-align:center;
  180. }
  181.  
  182. .chat ol{
  183. line-height:120%;
  184. list-style:none;
  185. padding:0px;
  186. margin:0px;
  187. }
  188.  
  189. .chat li.line{
  190. border-bottom:1px solid #f1f1f1;
  191. padding:3% 0 3%;
  192. }
  193.  
  194. .player{
  195. overflow:hidden;
  196. width:22px;
  197. }
  198.  
  199. .play{
  200. padding:37px 43px 32px 37px;
  201. margin:20px;
  202. background-color:white;
  203. opacity:0.4;
  204. position:absolute;
  205. z-index:1000;
  206. -webkit-border-radius:100px;
  207. -webkit-transition:0.7s ease-in-out;
  208. }
  209.  
  210. .play:hover{ -webkit-border-radius:4px; }
  211.  
  212. .cover{
  213. float:left;
  214. height:140px;
  215. width:140px;
  216. border-right:15px solid transparent;
  217. }
  218.  
  219. .cover img{
  220. max-width:140px;
  221. position:absolute;
  222. }
  223.  
  224. .lalala{
  225. height:90px;
  226. padding-top:50px;
  227. }
  228.  
  229. .lalala .title{
  230. font-family:'vidaloka';
  231. font-size:13px;
  232. margin-left:10px;
  233. }
  234.  
  235. .lalala .title span{ border-bottom:3px solid; padding:0 1px 4px; }
  236.  
  237. .lalala .artist{
  238. border-top:1px solid;
  239. font-size:7px;
  240. letter-spacing:1px;
  241. margin-top:5px;
  242. padding-top:6px;
  243. text-transform:uppercase;
  244. margin-left:156px;
  245. line-height:10px;
  246. }
  247.  
  248. img.ask{
  249. margin:0 7px 0 0;
  250. padding-top:5px;
  251. height:40px;
  252. float:left;
  253. }
  254.  
  255. .post .quote{
  256. margin:0 auto 0;
  257. width:65%;
  258. font-size:12px;
  259. font-weight:bold;
  260. }
  261.  
  262. .post .qsource{
  263. margin-top:10px;
  264. text-align:center;
  265. }
  266.  
  267. /* postinfo */
  268.  
  269. .postinfo{
  270. position:absolute;
  271. {block:ifpostborder} margin:-4px 0 0 540px; {/block:ifpostborder}
  272. {block:ifnotpostborder} margin:0 0 0 530px; {/block:ifnotpostborder}
  273. width:130px;
  274. font-size:8px;
  275. letter-spacing:1px;
  276. opacity:0;
  277. -webkit-transition:0.8s ease-in-out;
  278. background:white;
  279. {block:permalinkpage}display:none;{/block:permalinkpage}
  280. }
  281.  
  282. .post:hover .postinfo{ opacity:1; }
  283.  
  284. .postinfo a{ color:#333; }
  285.  
  286. span.t{
  287. margin:2px 0 5px;
  288. display:block;
  289. font-size:8px;
  290. text-transform:none;
  291. }
  292.  
  293. .info a{ color:#333; }
  294.  
  295. .info a:hover{ color:{color:links}; }
  296.  
  297. .pinfo{
  298. margin-top:20px;
  299. text-align:center;
  300. }
  301.  
  302. .postnotes{ margin-left:-40px; }
  303.  
  304. .postnotes ol.notes{
  305. margin-top:45px;
  306. list-style-type:none;
  307. width:500px;
  308. padding-top:20px;
  309. margin-left:-40px
  310. font-size:8px;
  311. text-align:center;
  312. }
  313.  
  314. .postnotes li.note{
  315. padding:2%;
  316. border-bottom:1px solid #f7f7f7;
  317. }
  318.  
  319. .postnotes li.note img.avatar{ display:none; }
  320.  
  321. .postnotes li.note .answer_content{ border-bottom:1px solid {color:links}; }
  322.  
  323. .credit{
  324. position:fixed;
  325. bottom:20px;
  326. right:10px;
  327. }
  328.  
  329. .credit a{
  330. border:1px solid #f4f4f4;
  331. padding:5px;
  332. height:10px;
  333. width:10px;
  334. text-transform:uppercase;
  335. font-size:8px;
  336. font-family:arial;
  337. color:gray;
  338. }
  339.  
  340. </style>
  341. </head>
  342. <body>
  343.  
  344. {block:ContentSource}
  345. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  346. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  347. {/block:SourceLogo}
  348. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  349. {/block:ContentSource}
  350.  
  351. <div class="credit">
  352. <a href="http://crimicalthemes.tumblr.com/">cr</a>
  353. </div>
  354.  
  355. <div id="a">
  356.  
  357. <div id="b">
  358. <h1><a href="/">{title}</a></h1>
  359. </div>
  360.  
  361. <div id="c">
  362.  
  363. <div id="s">
  364. <img src="{image:sidebar}" class="s" />
  365. {description}
  366.  
  367. <div class="links">
  368. <a href="/ask">message</a>
  369. {block:iflink1}<a href="{text:link1url}">{text:link1}</a>{/block:iflink1}
  370. {block:iflink2}<a href="{text:link2url}">{text:link2}</a>{/block:iflink2}
  371. {block:iflink3}<a href="{text:link3url}">{text:link3}</a>{/block:iflink3}
  372. {block:iflink4}<a href="{text:link4url}">{text:link4}</a>{/block:iflink4}
  373. {block:iflink5}<a href="{text:link5url}">{text:link5}</a>{/block:iflink5}
  374. {block:iflink6}<a href="{text:link6url}">{text:link6}</a>{/block:iflink6}
  375. </div>
  376.  
  377. <div class="pagination"> {block:pagination}
  378. {block:PreviousPage}<a style="margin-right:5px" href="{PreviousPage}">←</a>{/block:PreviousPage} {CurrentPage} / {TotalPages} {block:NextPage}<a style="margin-left:5px" href="{NextPage}">→</a>{/block:NextPage}
  379. {block:pagination} </div>
  380. </div>
  381.  
  382.  
  383. <div id="p">
  384. {block:Posts}
  385. <div class="post">
  386.  
  387. {block:date} <div class="postinfo">
  388. <div style="margin-bottom:-8px"><a href="{permalink}" title="{Month} {DayofMonth}{DayofMonthSuffix}, {Year} &ndash; {12Hour}:{Minutes}{AmPm}">{TimeAgo}{block:NoteCount} &mdash; {NoteCountWithLabel}{/block:NoteCount}</a>
  389. {block:RebloggedFrom}<br>
  390. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}</div>
  391. {block:HasTags}<br>
  392. {block:Tags}<span class="t">#<a href="{TagURL}">{Tag}</a></span>{/block:Tags}{/block:HasTags}
  393. </div> {/block:date}
  394.  
  395. {block:text}
  396. {block:title}<h2>{title}</h2>{/block:title}
  397. {body}
  398. {/block:text}
  399.  
  400. {block:quote}
  401. <div class="quote">❝ {quote}</div>
  402. {block:source}<div class="qsource">{source}</div>{/block:source}
  403. {/block:quote}
  404.  
  405. {block:photo}
  406. {block:indexpage} <a href="{permalink}"><img src="{PhotoURL-500}" width="500px" /></a> {/block:indexpage}
  407. {block:permalinkpage} <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-500}" width="500px" /></a> {/block:permalinkpage}
  408. {caption}
  409. {/block:photo}
  410.  
  411. {block:video}
  412. {video-500}
  413. {caption}
  414. {/block:video}
  415.  
  416. {block:link}
  417. <h2><a href="{URL}">{name}</a></h2>
  418. {block:description}{description}{/block:description}
  419. {/block:link}
  420.  
  421. {block:chat}
  422. {block:title}<h1>{title}</h1>{/block:title}
  423. <div class="chat"><ol>{block:lines}
  424. <li class="line">{block:label}<b style="margin-right:8px">{label}</b>{/block:label}{line}</li>
  425. {/block:lines}</ol></div>
  426. {/block:chat}
  427.  
  428. {block:Answer}
  429. <div style="min-height:45px; padding-bottom:10px; border-bottom:1px solid #f7f7f7; margin-bottom:10px">
  430. <img class="ask" src="{AskerPortraitURL-40}" />
  431. <b>{Asker}</b><br>
  432. {Question}</div>
  433. {Replies}
  434. {/block:Answer}
  435.  
  436. {block:audio}
  437. <div class="play"><div class="player">{audioplayerwhite}</div></div>
  438. <div class="cover"> <img src="http://static.tumblr.com/yijh2c3/zt3n7blzj/unbenannt-5.jpg"> {block:AlbumArt} <img src="{AlbumArtURL}"> {/block:AlbumArt} </div>
  439. <div class="lalala"> <div class="title">{block:trackname} <span>{trackname}</span> {/block:trackname}</div> <div class="artist">{block:artist} {artist} <br>{/block:artist}
  440. {playcountwithlabel} </div>
  441. </div>
  442. {caption}
  443. {/block:audio}
  444.  
  445. {block:permalinkpage} {block:date} <div class="pinfo">
  446. {TimeAgo} &mdash; {Month} {DayofMonth}{DayofMonthSuffix}, {Year}, {12Hour}:{Minutes}{AmPm}
  447. {block:NoteCount}<br> {NoteCountWithLabel}{/block:NoteCount}
  448. {block:RebloggedFrom}<br>
  449. via <a href="{ReblogParentURL}" title="{ReblogParentName}">{ReblogParentName}</a> / originally <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  450. {block:HasTags}<br>
  451. {block:Tags}<span style="margin:0 5px 0">#<a href="{TagURL}">{Tag}</a></span>{/block:Tags}{/block:HasTags}
  452. </div> {/block:date} {/block:permalinkpage}
  453.  
  454. {block:permalinkpage}
  455. {block:PostNotes}
  456. <div class="postnotes">{PostNotes}</div>
  457. {/block:PostNotes}
  458. {/block:permalinkpage}
  459.  
  460. </div>
  461. {/block:Posts}
  462. </div>
  463.  
  464. </div>
  465. </div>
  466. </body>
  467. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement