Advertisement
pelides

50 // B I T E

Sep 11th, 2015
853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--------------------------------------------
  5.  
  6. 50 // B I T E
  7. ,,, by chircn
  8. * thanks to @clumhood
  9. * for the base code !
  10.  
  11. --------------------------------------------->
  12.  
  13. <!----------- BASE CODE by clumhood :> ------------>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20.  
  21. <!--------DEFAULT VARIABLES-------->
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Text" content="#000000"/>
  25. <meta name="color:Links" content="#626262"/>
  26. <meta name="color:Shadow" content="#fac6c6"/>
  27. <meta name="color:Links Hover" content="#a5a5a5"/>
  28. <meta name="color:Question" content="#f8f8f8"/>
  29. <meta name="color:Scrollbar" content="#000000"/>
  30. <meta name="color:Scrollbar Background" content="#ffffff"/>
  31.  
  32. <meta name="text:Post Size" content="300px"/>
  33. <meta name="text:Link 1 Title" content="the cold"/>
  34. <meta name="text:Link 1 Url" content=""/>
  35. <meta name="text:Link 2 Title" content="your warmth"/>
  36. <meta name="text:Link 2 Url" content=""/>
  37. <meta name="text:Link 3 Title" content="easy street"/>
  38. <meta name="text:Link 3 Url" content=""/>
  39.  
  40. <!----------------SCRIPTS---------------->
  41.  
  42. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  43. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  44. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  45. <script>
  46. (function($){
  47. $(document).ready(function(){
  48. $("[title]").style_my_tooltips({
  49. tip_follows_cursor:true,
  50. tip_delay_time:200,
  51. tip_fade_speed:300
  52. });
  53. });
  54. })(jQuery);
  55. </script>
  56.  
  57. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  58.  
  59. <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
  60.  
  61.  
  62. <style type="text/css">
  63.  
  64. /*----------SCROLLBAR---------*/
  65.  
  66. ::-webkit-scrollbar {
  67. background-color: {color:scrollbar bg};
  68. height:8px;
  69. width:5px;
  70. }
  71.  
  72. ::-webkit-scrollbar-thumb:vertical {
  73. background-color:{color:scrollbar};
  74. height:50px;
  75. }
  76.  
  77. ::-webkit-scrollbar-thumb:horizontal {
  78. background-color:{color:scrollbar bg};
  79. height:8px;
  80. }
  81.  
  82. /*----------TOOLTIPS---------*/
  83.  
  84. #s-m-t-tooltip {
  85. max-width:300px;
  86. margin:15px;
  87. padding:5px;
  88. border:1px solid #eeeeee;
  89. border-radius:0px;
  90. background:#ffffff;
  91. color:{color:text};
  92. z-index:999999;
  93. font-size:7px;
  94. font-style:none;
  95. letter-spacing:2px;
  96. font-family:'Open Sans',Helvetica,Arial,sans-serif;
  97. text-transform:uppercase;
  98. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  99. }
  100.  
  101. /*----------BASICS---------*/
  102.  
  103. body {
  104. background:{color:background};
  105. color:{color:text};
  106. font-family:'Open Sans',Helvetica,Arial,sans-serif;
  107. font-size:10px;
  108. line-height:150%;
  109. margin:0;
  110. text-align:left;
  111. }
  112.  
  113.  
  114. a {
  115. color:{color:links};
  116. text-decoration:none;
  117. }
  118.  
  119. a:hover {
  120. color:{color:links hover};
  121. transition:1s;
  122. -webkit-transition:1s;
  123. -moz-transition:1s;
  124. -o-transition:1s;
  125. }
  126.  
  127. img {
  128. opacity:1;
  129. text-decoration:none;
  130. }
  131.  
  132. h1 {
  133. font-size:14px;
  134. font-weight:bold;
  135. font-family:'Open Sans',Helvetica,Arial,sans-serif;
  136. line-height:150%;
  137. text-transform:uppercase;
  138. }
  139.  
  140. blockquote {
  141. padding-left:10px;
  142. margin:10px;
  143. border-left:1px solid #eee;
  144. }
  145.  
  146. /*----------SIDEBAR---------*/
  147.  
  148. .sidebar {
  149. position:fixed;
  150. top:130px;
  151. width:150px;
  152. padding:10px;
  153. margin-left:350px;
  154. }
  155.  
  156. .title {
  157. padding:0px;
  158. padding-left:10px;
  159. border-left:1px solid #e9e9e9;
  160. font-size:14px;
  161. letter-spacing:1px;
  162. text-transform:lowercase;
  163. font-weight:bold;
  164. margin-top:10px;
  165. -webkit-transition:0.3s;
  166. -moz-transition:0.3s;
  167. -o-transition:0.3s;
  168. }
  169.  
  170. .title:hover{
  171. cursor:help;
  172. text-shadow: 2px 2px 0px {color:Shadow};
  173. -webkit-transition:0.3s;
  174. -moz-transition:0.3s;
  175. -o-transition:0.3s;
  176. }
  177.  
  178. .description {
  179. text-align:left;
  180. margin-top:0px;
  181. margin-bottom:20px;
  182. padding:10px;
  183. font-size:9px;
  184. border:1px solid #e9e9e9;
  185. }
  186.  
  187. .links {
  188. margin-top:20px;
  189. margin-bottom:10px;
  190. }
  191.  
  192. .links a {
  193. display:block;
  194. padding:3px;
  195. font-size:10px;
  196. color:#000;
  197. text-transform:lowercase;
  198. margin-top:5px;
  199. letter-spacing:0px;
  200. border-bottom:1px solid #e9e9e9;
  201. -webkit-transition:0.3s;
  202. -moz-transition:0.3s;
  203. -o-transition:0.3s;
  204. }
  205.  
  206. .links a:hover{
  207. cursor:help;
  208. letter-spacing:0.5px;
  209. color:#000;
  210. text-shadow: 2px 2px 0px {color:Shadow};
  211. -webkit-transition:0.3s;
  212. -moz-transition:0.3s;
  213. -o-transition:0.3s;
  214. }
  215.  
  216. /*----------PAGINATION---------*/
  217.  
  218. .pagination {
  219. width:{text:post size};
  220. padding:10px;
  221. margin-bottom:50px;
  222. text-align:center;
  223. letter-spacing:1px;
  224. text-transform:uppercase;
  225. font-size:9px;
  226. font-style:italic;
  227. }
  228.  
  229. .pagination a{
  230. border-top:1px solid #f5f5f5;
  231. padding-top:3px;
  232. }
  233.  
  234. /*----------POSTS---------*/
  235.  
  236. .entries {
  237. margin-left:600px;
  238. margin-top:50px;
  239. width: {text:post size};
  240. }
  241.  
  242. .posts {
  243. width: {text:post size};
  244. margin-bottom:50px;
  245. text-align:justify;
  246. }
  247.  
  248.  
  249. /*----------QUOTE---------*/
  250.  
  251. .quote {
  252. padding:10px;
  253. font-size:15px;
  254. text-align:left;
  255. }
  256.  
  257. .quotesource {
  258. padding:10px;
  259. text-align:center;
  260. }
  261.  
  262. /*----------CHAT---------*/
  263.  
  264. .chat {
  265. line-height:150%;
  266. list-style:none;
  267. }
  268.  
  269. .line.odd {
  270. padding:10px;
  271. background:#f8f8f8;
  272. }
  273.  
  274. .line.even {
  275. padding:10px;
  276. }
  277.  
  278. .label {
  279. text-transform:uppercase;
  280. font-size:10px;
  281. letter-spacing:1px;
  282. font-weight:bold;
  283. }
  284.  
  285. /*----------AUDIO---------*/
  286.  
  287. .cover {
  288. position:relative;
  289. z-index:1;
  290. max-width:100px;
  291. padding:10px;
  292. float:left;
  293. }
  294.  
  295. .playbutton {
  296. width:20px;
  297. height:30px;
  298. overflow:hidden;
  299. position:relative;
  300. z-index:2;
  301.  
  302. }
  303.  
  304.  
  305. .playbox {
  306. background-color:#000;
  307. position:absolute;
  308. z-index:2;
  309. padding:15px 24px 13px 16px;
  310. margin-top:20px;
  311. margin-left:20px;
  312. opacity:0.5;
  313. }
  314.  
  315. .trackdetails {
  316. padding:10px;
  317. width:auto;
  318. height:100px;
  319. margin-top:20px;
  320. }
  321.  
  322. .video iframe {
  323. max-width:300px;
  324. display:block;
  325. }
  326.  
  327. /*----------ASK---------*/
  328.  
  329. .question {
  330. padding:10px;
  331. background:{color:question};
  332. }
  333.  
  334.  
  335. .asker {
  336. text-transform:uppercase;
  337. }
  338.  
  339. .answer {
  340. margin:10px;
  341. }
  342.  
  343. /*----------INFO---------*/
  344.  
  345. .info {
  346. padding:10px;
  347. text-transform:uppercase;
  348. border-top:1px solid #f5f5f5;
  349. margin-top:25px;
  350. }
  351.  
  352.  
  353. .tags {
  354. margin-left:10px;
  355. margin-top:-5px;
  356. }
  357.  
  358. .tags a {
  359. margin-right:10px;
  360. letter-spacing:1px;
  361. }
  362.  
  363. /*----------POST NOTES---------*/
  364.  
  365. ol.notes {
  366. padding:0px;
  367. margin:25px 0px 0px -10px;
  368. list-style-type:none;
  369. }
  370.  
  371. ol.notes li.note {
  372. padding:10px;
  373. }
  374.  
  375. ol.notes li.note img.avatar {
  376. vertical-align:-4px;
  377. margin-right:10px;
  378. width:16px;
  379. height:16px;
  380. }
  381.  
  382. ol.notes li.note span.action {
  383. font-weight:none;
  384. }
  385.  
  386. ol.notes li.note .answer_content {
  387. font-weight:normal;
  388. }
  389.  
  390. ol.notes li.note blockquote {
  391. padding:4px 10px;
  392. margin:10px 0px 0px 25px;
  393. }
  394.  
  395. ol.notes li.note blockquote a {
  396. text-decoration:none;
  397. }
  398.  
  399. /*----------CREDIT---------*/
  400.  
  401. .credit {
  402. font-size:8px;
  403. position:fixed;
  404. font-weight:bold;
  405. bottom:5px;
  406. right:15px;
  407. z-index:10;
  408. text-align:right;
  409. letter-spacing:1px;
  410. padding:2px;
  411. }
  412.  
  413. .credit a {
  414. color:{color:links};
  415. text-decoration:none;
  416. }
  417.  
  418. .credit a:hover {
  419. color:{color:links hover};
  420. text-decoration:none;
  421. }
  422.  
  423. </style>
  424. </head>
  425.  
  426. <body>
  427.  
  428. <div class="credit">
  429. <a title="theme" href="http://chircn.tumblr.com/" target="_blank">CH</a></div>
  430.  
  431. <div class="sidebar">
  432. <div class="description">{Description}</div>
  433. <b><big><span class="title">{title}</span></big></b>
  434. <div class="links">
  435. <a href="/">○ &nbsp;index</a>
  436. <a href="/ask">○ &nbsp;message</a>
  437. <a href="{text:link 1 url}">○ &nbsp;{text:link 1 title}</a>
  438. <a href="{text:link 2 url}">○ &nbsp;{text:link 2 title}</a>
  439. <a href="{text:link 3 url}">○ &nbsp;{text:link 3 title}</a>
  440. </div>
  441.  
  442. </div>
  443.  
  444. <div class="entries">
  445.  
  446. {block:Posts}
  447.  
  448. <div class="posts">
  449.  
  450. {block:Text}
  451. <h1>{block:Title}{Title}{/block:Title}</h1>
  452. {Body}{/block:Text}
  453.  
  454.  
  455. {block:Photo}
  456. {LinkOpenTag}<img src="{PhotoURL-400}" width="100%"/>{LinkCloseTag}
  457. {block:Caption}{Caption}{/block:Caption}
  458. {/block:Photo}
  459.  
  460.  
  461. {block:Photoset}
  462. <div style="width: 100%;">{Photoset}</div>
  463. {block:Caption}{Caption}{/block:Caption}
  464. {/block:Photoset}
  465.  
  466.  
  467. {block:Quote}
  468. <div class="quote">"{Quote}"</div>
  469. {block:Source}<div class="quotesource"> — {Source}</div>
  470. {/block:Source}{/block:Quote}
  471.  
  472.  
  473. {block:Link}
  474. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  475. {block:Description}{Description}{/block:Description}
  476. {/block:Link}
  477.  
  478.  
  479. {block:Chat}
  480. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  481. {/block:Chat}
  482.  
  483.  
  484. {block:Audio}
  485.  
  486. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  487.  
  488. {block:AlbumArt}
  489. <img src="{AlbumArtURL}" class="cover">
  490. {/block:AlbumArt}
  491.  
  492.  
  493. <div class="trackdetails"><br>
  494. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  495.  
  496. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  497.  
  498. <b>PLAYS:</b> {FormattedPlayCount}</div>
  499.  
  500.  
  501. {block:Caption}
  502. <div class="caption">{Caption}</div>
  503. {/block:Caption}
  504. {/block:Audio}
  505.  
  506.  
  507. {block:Video}
  508. {block:Video}<div class="video">{Video-400}</div>{/block:Video}
  509. {block:Caption}{Caption}{/block:Caption}
  510. {/block:Video}
  511.  
  512.  
  513. {block:Answer}
  514. <div class="question">
  515. <div class="asker"><b>{Asker} said:</b></div>
  516. {Question}</div>
  517. <div class="answer">
  518. {Answer}</div>
  519. {/block:Answer}
  520.  
  521.  
  522. <div class="info">
  523. {block:Date}
  524. <b><a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonth}{DayOfMonthSuffix}</b></a>
  525. &nbsp;&nbsp;
  526. <a href="{Permalink}">{NoteCount}N.</a>
  527. &nbsp;&nbsp;
  528.  
  529. <a href="{ReblogURL}" target="_blank" class="details"><i class="fa fa-repeat"></i></a>
  530. {/block:Date}
  531.  
  532. <font style="float:right">
  533. <small>
  534. {block:RebloggedFrom}
  535. <a href="{ReblogParentURL}" title="{ReblogParentName}">via </a>
  536. {block:ContentSource}
  537. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRootName}">/ src</a>
  538. {/block:ContentSource}
  539. {/block:RebloggedFrom}
  540. </small>
  541. </font style>
  542.  
  543.  
  544. </div>
  545.  
  546.  
  547. {block:HasTags}
  548. <div class="tags">
  549. {block:Tags}
  550. <a href="{TagURL}">{Tag}</a>
  551. {/block:Tags}
  552. </div>
  553. {/block:HasTags}
  554.  
  555. </div>
  556.  
  557.  
  558. {block:PostNotes}
  559. {PostNotes}
  560. {/block:PostNotes}
  561.  
  562. {/block:Posts}
  563.  
  564. {block:ContentSource}
  565. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  566. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  567. {/block:SourceLogo}
  568. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  569. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  570. <div class="pagination">
  571. {block:Pagination}
  572. {block:PreviousPage}
  573. <a href="{PreviousPage}">back</a> —{/block:PreviousPage}
  574. {block:NextPage}
  575. <a href="{NextPage}"> next</a>
  576. {/block:NextPage}
  577. {/block:Pagination}
  578. </div>
  579.  
  580. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement