Advertisement
celestyl

chalk theme

Apr 22nd, 2015 (edited)
2,670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!--
  5.  
  6.  
  7. ~ CHALK THEME BY EMI ~
  8.  
  9. ✩ Edit as much as you like but DO NOT alter/remove credit, steal, repost or use as a base. Please respect the time I put into this!!!
  10.  
  11. ✩ If you find bugs please message me!!!
  12.  
  13. -->
  14.  
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}"/>
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <meta name="image:BgImg" content=""/>
  23. <meta name="image:SidebarImg" content=""/>
  24.  
  25. <meta name="color:Bg" content="#fffffff">
  26. <meta name="color:SidebarBg" content="#ffffff">
  27. <meta name="color:PostBg" content="#ffffff">
  28. <meta name="color:Text" content="#4f4f4f">
  29. <meta name="color:Link" content="#767676">
  30. <meta name="color:LinkHover" content="#000000">
  31. <meta name="color:SidebarAcc" content="#eeeeee">
  32. <meta name="color:SidebarBorder" content="#eeeeee">
  33. <meta name="color:PostBorder" content="#eeeeee">
  34. <meta name="color:FooterBorder" content="#eeeeee">
  35. <meta name="color:Outline" content="">
  36. <meta name="color:QuestionBg" content="#eeeeee">
  37. <meta name="color:AudioInfoBg" content="#eeeeee">
  38. <meta name="color:Scrollbar" content="#eeeeee">
  39. <meta name="color:ScrollbarTrack" content="">
  40. <meta name="color:SelectionBg" content="">
  41. <meta name="color:SelectionText" content="">
  42. <meta name="color:TooltipBg" content="#eeeeee">
  43. <meta name="color:TooltipText" content="#767676">
  44. <meta name="color:TooltipBorder" content="#e2e2e2">
  45.  
  46. <meta name="if:InfiniteScroll" content="1">
  47. <meta name="if:BgCover" content="">
  48. <meta name="if:SidebarBorder" content="">
  49. <meta name="if:PostBorder" content="">
  50. <meta name="if:Outline" content="">
  51. <meta name="if:HideCaptions" content="">
  52. <meta name="if:HideTags" content="">
  53. <meta name="if:CenterFooterText" content="">
  54. <meta name="if:SmallCursor" content="">
  55. <meta name="if:ConsolasFont" content="">
  56. <meta name="if:PlainScrollbar" content="">
  57. <meta name="if:Link1" content="">
  58. <meta name="if:Link2" content="">
  59. <meta name="if:Link3" content="">
  60. <meta name="if:Link4" content="">
  61. <meta name="if:Link5" content="">
  62. <meta name="if:Link6" content="">
  63. <meta name="if:Link7" content="">
  64. <meta name="if:Link8" content="">
  65.  
  66. <meta name="text:SidebarImgHover" content="write somethin">
  67. <meta name="text:TagSymbol" content="#:">
  68. <meta name="text:Link1Name" content="">
  69. <meta name="text:Link1URL" content="/">
  70. <meta name="text:Link2Name" content="">
  71. <meta name="text:Link2URL" content="/">
  72. <meta name="text:Link3Name" content="">
  73. <meta name="text:Link3URL" content="/">
  74. <meta name="text:Link4Name" content="">
  75. <meta name="text:Link4URL" content="/">
  76. <meta name="text:Link5Name" content="">
  77. <meta name="text:Link5URL" content="/">
  78. <meta name="text:Link6Name" content="">
  79. <meta name="text:Link6URL" content="/">
  80. <meta name="text:Link7Name" content="">
  81. <meta name="text:Link7URL" content="/">
  82. <meta name="text:Link8Name" content="">
  83. <meta name="text:Link8URL" content="/">
  84.  
  85. <meta name="select:PostSize" content="250" title="250px">
  86. <meta name="select:PostSize" content="300" title="300px">
  87. <meta name="select:PostSize" content="350" title="350px">
  88. <meta name="select:PostSize" content="400" title="400px">
  89. <meta name="select:PostSize" content="500" title="500px">
  90.  
  91. {block:ifInfiniteScroll}
  92. <script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>
  93. {/block:ifInfiniteScroll}
  94.  
  95. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  96. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  97.  
  98. <script>
  99.  
  100. (function($){
  101.  
  102. $(document).ready(function(){
  103.  
  104. $("a[title]").style_my_tooltips({
  105.  
  106. tip_follows_cursor:true,
  107.  
  108. tip_delay_time:90,
  109.  
  110. tip_fade_speed:600,
  111.  
  112. attribute:"title"
  113.  
  114. });
  115.  
  116. });
  117.  
  118. })(jQuery);
  119.  
  120. </script>
  121.  
  122. <style type="text/css">
  123.  
  124. tooltip {
  125. display: inline;
  126. position: relative;
  127. }
  128. #s-m-t-tooltip {
  129. max-width: 300px;
  130. margin: 22px 7px -2px 22px;
  131. padding: 2px;
  132. background-color: {color:TooltipBg};
  133. color: {color:TooltipText};
  134. border: 1px solid {color:TooltipBorder};
  135. text-align: center;
  136. text-transform: uppercase;
  137. font-style: italic;
  138. letter-spacing: 2px;
  139. z-index: 999999999999999999999999999999999999;
  140. }
  141.  
  142. {block:ifNotPlainScrollbar}
  143. ::-webkit-scrollbar {
  144. width: 5px;
  145. height: 5px;
  146. }
  147. ::-webkit-scrollbar-thumb {
  148. background-color: {color:Scrollbar};
  149. }
  150. ::-webkit-scrollbar-track {
  151. background-color: {color:ScrollbarTrack};
  152. }
  153. {/block:ifNotPlainScrollbar}
  154.  
  155. ::selection {
  156. background-color: {color:SelectionBg};
  157. color: {color:SelectionText};
  158. }
  159. ::-moz-selection{
  160. background-color: {color:SelectionBg};
  161. color: {color:SelectionText};
  162. }
  163.  
  164. a {
  165. color: {color:Link};
  166. text-decoration: none;
  167. -webkit-transition: 0.3s ease-in-out;
  168. -moz-transition: 0.3s ease-in-out;
  169. -o-transition: 0.3s ease-in-out;
  170. transition: 0.3s ease-in-out;
  171. }
  172.  
  173. a:hover {
  174. color: {color:LinkHover};
  175. letter-spacing: 3px;
  176. cursor: help;
  177. -webkit-transition: 0.3s ease-in-out;
  178. -moz-transition: 0.3s ease-in-out;
  179. -o-transition: 0.3s ease-in-out;
  180. transition: 0.3s ease-in-out;
  181. }
  182.  
  183. blockquote {
  184. margin: 10px;
  185. padding-left: 10px;
  186. border-left: 2px solid {color:FooterBorder};
  187. }
  188.  
  189. big {
  190. font-size: 12px;
  191. }
  192. small {
  193. font-size: 9px;
  194. }
  195.  
  196. body {
  197. background-image: url({image:BgImg});
  198. background-attachment: fixed;
  199. background-size: repeat;
  200. {block:ifBgCover}
  201. background-size: cover;
  202. {/block:ifBgCover}
  203. background-color: {color:Bg};
  204. color: {color:Text};
  205. font-family: arial;
  206. {block:ifConsolasFont}
  207. font-family: consolas;
  208. {/block:ifConsolasFont}
  209. font-size: 10px;
  210. letter-spacing: 1px;
  211. }
  212.  
  213. a, a:hover, body {
  214. {block:ifSmallCursor}
  215. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  216. {/block:ifSmallCursor}
  217. }
  218.  
  219. p {
  220. margin: 0 0 10px 0;
  221. }
  222.  
  223. img {
  224. max-width: 100%;
  225. }
  226.  
  227. #t {
  228. margin-bottom: 10px;
  229. font-size: 16px;
  230. text-align: center;
  231. }
  232.  
  233. #cap {
  234. margin-top: 5px;
  235. }
  236.  
  237. #stuff {
  238. margin-bottom: 10px;
  239. }
  240.  
  241. #con {
  242. width: 350px;
  243. margin: 50px auto;
  244. margin-top: 75px;
  245. }
  246.  
  247. #posts {
  248. width: {select:PostSize}px;
  249. max-width: {select:PostSize}px;
  250. margin-top: 20px;
  251. margin-bottom: 60px;
  252. margin-left: 50px;
  253. padding: 10px;
  254. background-color: {color:PostBg};
  255. {block:ifPostBorder}
  256. border: 2px solid {color:PostBorder};
  257. {/block:ifPostBorder}
  258. {block:ifOutline}
  259. -moz-box-shadow: 0 0 0 5px {color:Outline};
  260. -webkit-box-shadow: 0 0 0 5px {color:Outline};
  261. box-shadow: 0 0 0 5px {color:Outline};
  262. {/block:ifOutline}
  263. }
  264.  
  265. #footer {
  266. margin: 0;
  267. margin-top: -3px;
  268. margin-bottom: -10px;
  269. padding: 5px;
  270. border-top: 2px solid {color:FooterBorder};
  271. text-align: left;
  272. {block:ifCenterFooterText}
  273. text-align: center;
  274. {/block:ifCenterFooterText}
  275. }
  276.  
  277. #tags {
  278. font-style: italic;
  279. letter-spacing: none;
  280. word-spacing: 1px;
  281. }
  282.  
  283. #sidebar {
  284. position: fixed;
  285. background-color: {color:SidebarBg};
  286. width: 90px;
  287. padding: 10px;
  288. margin-top: 160px;
  289. margin-left: -190px;
  290. {block:ifSidebarBorder}
  291. border: 2px solid {color:SidebarBorder};
  292. {/block:ifSidebarBorder}
  293. {block:ifOutline}
  294. -moz-box-shadow: 0 0 0 5px {color:Outline};
  295. -webkit-box-shadow: 0 0 0 5px {color:Outline};
  296. box-shadow: 0 0 0 5px {color:Outline};
  297. {/block:ifOutline}
  298. }
  299.  
  300. #desc {
  301. margin-top: 5px;
  302. text-align: center;
  303. }
  304.  
  305. #navcon {
  306. margin-top: -3px;
  307. }
  308.  
  309. #navtext {
  310. background-color: {color:SidebarAcc};
  311. color: {color:Link};
  312. margin-top: 5px;
  313. padding: 5px;
  314. text-align: center;
  315. font-style: italic;
  316. word-spacing: 2px;
  317. }
  318.  
  319. #photoset {
  320. margin-top: -10px;
  321. }
  322.  
  323. #quote {
  324. font-size: 16px;
  325. font-style: italic;
  326. text-align: center;
  327. margin-bottom: 10px;
  328. margin-top: -10px;
  329. }
  330. #source {
  331. margin-bottom: 10px;
  332. }
  333.  
  334. #link {
  335. font-size: 16px;
  336. text-align: center;
  337. margin-bottom: 10px;
  338. margin-top: -10px;
  339. }
  340.  
  341. #chat {
  342. margin-top: -10px;
  343. line-height: 20px;
  344. }
  345.  
  346. #ask {
  347. background-color: {color:QuestionBg};
  348. margin-top: -10px;
  349. margin-bottom: 10px;
  350. padding: 5px;
  351. }
  352.  
  353. #acon {
  354. background-color: white;
  355. height: 27px;
  356. margin-top: -10px;
  357. border-top: 2px solid {color:AudioInfoBg};
  358. border-left: 2px solid {color:AudioInfoBg};
  359. border-right: 2px solid {color:AudioInfoBg};
  360. }
  361. #ap {
  362. position: absolute;
  363. overflow: hidden;
  364. width: 27px;
  365. height: 27px;
  366. margin-left: 25px;
  367. }
  368. #ai {
  369. background-color: {color:AudioInfoBg};
  370. padding: 5px;
  371. }
  372. #agif {
  373. margin-top: 10px;
  374. margin-left: 7px;
  375. float: left;
  376. }
  377.  
  378. #vid {
  379. max-width: {select:PostSize}px;
  380. max-height: {select:PostSize}px;
  381. }
  382. #vidcon {
  383. position: center;
  384. overflow: hidden;
  385. }
  386. #vidcon iframe, #vidcon object, #vidcon embed {
  387. position: center;
  388. max-width: {select:PostSize}px;
  389. max-height: {select:PostSize}px;
  390. }
  391.  
  392. #pagination {
  393. text-align: center;
  394. margin-top: 8px;
  395. }
  396.  
  397. ol.notes {
  398. padding: 0;
  399. list-style-type: none;
  400. border-bottom: 2px solid {color:FooterBorder};
  401. }
  402. ol.notes li.note {
  403. padding: 5px;
  404. border-top: 2px solid {color:FooterBorder};
  405. }
  406. ol.notes li.note img.avatar {
  407. width: 16px;
  408. height: 16px;
  409. vertical-align: -4px;
  410. margin-right: 10px;
  411. }
  412.  
  413. #c {
  414. position:fixed;
  415. bottom: 12px;
  416. right: 12px;
  417. z-index: 1;
  418. }
  419.  
  420. </style>
  421. </head>
  422.  
  423. <body>
  424.  
  425. <div id="con">
  426.  
  427. <div id="sidebar">
  428. <center><a href="/" title="{text:SidebarImgHover}"><img src="{image:SidebarImg}" <div style="width: 80px; border: 4px solid {color:SidebarAcc};"></a></center>
  429.  
  430. <div id="desc">
  431. {block:Description}
  432. <p>{Description}</p>
  433. {/block:Description}
  434. </div>
  435.  
  436. <div id="navcon">
  437. <div id="navtext">
  438. {block:ifLink1}
  439. <a href="{text:Link1URL}">{text:Link1Name}</a>
  440. {/block:ifLink1}
  441. {block:ifLink2}
  442. <a href="{text:Link2URL}">{text:Link2Name}</a><br>
  443. {/block:ifLink2}
  444. {block:ifLink3}
  445. <a href="{text:Link3URL}">{text:Link3Name}</a>
  446. {/block:ifLink3}
  447. {block:ifLink4}
  448. <a href="{text:Link4URL}">{text:Link4Name}</a><br>
  449. {/block:ifLink4}
  450. {block:ifLink5}
  451. <a href="{text:Link5URL}">{text:Link5Name}</a>
  452. {/block:ifLink5}
  453. {block:ifLink6}
  454. <a href="{text:Link6URL}">{text:Link6Name}</a><br>
  455. {/block:ifLink6}
  456. {block:ifLink7}
  457. <a href="{text:Link7URL}">{text:Link7Name}</a>
  458. {/block:ifLink7}
  459. {block:ifLink8}
  460. <a href="{text:Link8URL}">{text:Link8Name}</a>
  461. {/block:ifLink8}
  462. </div>
  463. </div>
  464.  
  465. {block:ifNotInfiniteScroll}
  466. {block:Pagination}
  467. <div id="pagination">
  468. {block:PreviousPage}
  469. <a href="{PreviousPage}">←</a>
  470. {/block:PreviousPage}
  471. {block:NextPage}
  472. <a href="{NextPage}">→</a>
  473. {/block:NextPage}
  474. </div>
  475. {/block:Pagination}
  476. {/block:ifNotInfiniteScroll}
  477.  
  478. </div>
  479.  
  480. <div class = "autopagerize_page_element" >
  481.  
  482. {block:Posts}
  483.  
  484. <!-- {block:NoRebloggedFrom}
  485. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  486. {/block:NoRebloggedFrom} -->
  487. {block:ContentSource}<!-- {SourceURL}
  488. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  489. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  490. {/block:ContentSource}
  491.  
  492. <div id="posts">
  493.  
  494. {block:Text}
  495. {block:Title}
  496. <div id="t">
  497. {Title}
  498. </div>
  499. {/block:Title}
  500. {Body}
  501. {/block:Text}
  502.  
  503. <div id="stuff">
  504. {block:Photo}
  505. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  506. {block:ifNotHideCaptions}
  507. <div id="cap">
  508. {block:Caption}
  509. {Caption}
  510. {/block:Caption}
  511. </div>
  512. {/block:ifNotHideCaptions}
  513. {/block:Photo}
  514. </div>
  515.  
  516. <div id="stuff">
  517. {block:Photoset}
  518. <div id="photoset">
  519. {Photoset}
  520. </div>
  521. {block:ifNotHideCaptions}
  522. <div id="cap">
  523. {block:Caption}
  524. {Caption}
  525. {/block:Caption}
  526. </div>
  527. {/block:ifNotHideCaptions}
  528. {/block:Photoset}
  529. </div>
  530.  
  531. {block:Quote}
  532. <div id="quote">
  533. "{Quote}"
  534. </div>
  535. <div align="right">
  536. {block:Source}
  537. <div id="source">
  538. -{Source}
  539. </div>
  540. {/block:Source}
  541. </div>
  542. {/block:Quote}
  543.  
  544. <div id="stuff">
  545. {block:Video}
  546. <div id="vid">
  547. <div id="vidcon">
  548. {Video-500}
  549. </div>
  550. </div>
  551. {block:ifNotHideCaptions}
  552. <div id="cap">
  553. {block:Caption}
  554. {Caption}
  555. {/block:Caption}
  556. </div>
  557. {/block:ifNotHideCaptions}
  558. {/block:Video}
  559. </div>
  560.  
  561. {block:Link}
  562. <div id="link">
  563. <a href="{URL}" class="link" {Target}>{Name}</a></div>
  564. {block:Description}
  565. <div id="cap">
  566. {Description}
  567. </div>
  568. {/block:Description}
  569. {/block:Link}
  570.  
  571. {block:Chat}
  572. {block:Title}
  573. <div id="t">
  574. {Title}
  575. </div>
  576. {/block:Title}
  577. <div id="chat">
  578. {block:Lines}
  579. <div class="{Alt} user_{UserNumber}">
  580. {block:Label}
  581. <b>{Label}</b>
  582. {/block:Label}
  583. {Line}
  584. </div>
  585. {/block:Lines}
  586. </div>
  587. {/block:Chat}
  588.  
  589. <div id="stuff">
  590. {block:Audio}
  591. <div id="agif">
  592. {block:AlbumArt}
  593. <img src="http://media.tumblr.com/tumblr_m7w2o3N94I1r6o8v2.gif">
  594. {/block:AlbumArt}
  595. </div>
  596. <div id="acon">
  597. <div id="ap">
  598. {AudioPlayerWhite}
  599. </div>
  600. </div>
  601. <div id="ai">
  602. {block:TrackName}
  603. <b>Title:</b> {TrackName}
  604. {/block:TrackName}
  605. <br>
  606. {block:Artist}
  607. <b>Artist:</b> {Artist}
  608. {/block:Artist}
  609. </div>
  610. {block:ifNotHideCaptions}
  611. {block:Caption}
  612. <div id="cap">
  613. {Caption}
  614. </div>
  615. {/block:Caption}
  616. {/block:ifNotHideCaptions}
  617. {/block:Audio}
  618. </div>
  619.  
  620. {block:Answer}
  621. <div id="ask">
  622. <i>{Asker} said: <b>{Question}</i></b>
  623. </div>
  624. <div id="cap">
  625. {Answer}
  626. </div>
  627. {/block:Answer}
  628.  
  629. {block:Date}
  630. <div id="footer">
  631. <a href="{Permalink}" title="{TimeAgo}"><b>{24HourWithZero}:{Minutes}</b></a>
  632. <a href="{Permalink}" title="Permalink">{block:NoteCount}<b>(+{NoteCount})</b>{/block:NoteCount}</a>
  633. <br>
  634. {block:ifNotHideTags}
  635. <div id="tags">
  636. {block:HasTags}
  637. {text:TagSymbol}
  638. {block:Tags}
  639. <a href="{TagURL}" title="{Tag}">{Tag}</a>
  640. {/block:Tags}
  641. {/block:HasTags}
  642. </div>
  643. {/block:ifNotHideTags}
  644. </div>
  645. {/block:Date}
  646.  
  647. {block:PermalinkPage}
  648. {block:PostNotes}
  649. {PostNotes}
  650. {/block:PostNotes}
  651. {/block:PermalinkPage}
  652.  
  653. </div>
  654.  
  655. {/block:Posts}
  656.  
  657. </div>
  658.  
  659. </div>
  660.  
  661. <div id="c">
  662. <a href="https://pastebin.com/u/celestyl" title="THEME">▬</a>
  663. </div>
  664.  
  665. </body>
  666. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement