Advertisement
stratuscodes

Pantone Theme #1

Nov 16th, 2020 (edited)
1,006
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.58 KB | None | 0 0
  1. <!-- Pantone Theme #1 — TERMS & CONDITIONS
  2. @stratuscodes
  3.  
  4. 1. DO NOT claim as your own.
  5. 2. DO NOT edit.
  6. 3. Like/Reblog if you use it.
  7. -->
  8.  
  9.  
  10. <!DOCTYPE html PUBLIC>
  11.  
  12. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  13.  
  14. <html>
  15.  
  16. <head>
  17.  
  18. <title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21.  
  22. <!-- Base Code by Franchesca (extasisthemes) -->
  23.  
  24. <!-- Metadata -->
  25.  
  26. <meta name="color:Asker Background" content="#f0f0f0"/>
  27. <meta name="color:Background" content="#ffffff"/>
  28. <meta name="image:Background" content="https://i.imgur.com/FZl70Yy.png"/>
  29. <meta name="color:Border" content="#eeeeee"/>
  30. <meta name="color:Link" content="#000000"/>
  31. <meta name="color:Link Hover" content="#cfcfcf"/>
  32. <meta name="color:Like" content="#a77dc2"/>
  33. <meta name="color:Main Color" content="#cab1da"/>
  34. <meta name="color:Secondary Color" content="#dccbe7"/>
  35. <meta name="color:Question Background" content="#f5f5f5"/>
  36. <meta name="color:Quote Icon Color" content="#ffffff"/>
  37. <meta name="color:Scrollbar" content="#000000"/>
  38. <meta name="color:Text" content="#555555"/>
  39. <meta name="color:Tooltip Background" content="#ffffff"/>
  40.  
  41. <meta name="image:Sidebar Image" content="https://i.imgur.com/0GC438J.png"/>
  42.  
  43. <meta name="text:Title" content="Theme Title"/>
  44. <meta name="text:Description" content="Keep it short"/>
  45.  
  46. <meta name="select:fontsize" content="11px" title="11px">
  47. <meta name="select:fontsize" content="12px" title="12px">
  48. <meta name="select:fontsize" content="13px" title="13px">
  49. <meta name="select:fontsize" content="14px" title="14px">
  50. <meta name="select:fontsize" content="15px" title="15px">
  51.  
  52.  
  53. <meta name="text:home" content="home"/>
  54. <meta name="text:ask" content="message"/>
  55. <meta name="text:Link 1 URL" content="/"/>
  56. <meta name="text:Link 1 Name" content="Link One"/>
  57. <meta name="text:Link 2 URL" content="/"/>
  58. <meta name="text:Link 2 Name" content="Link Two"/>
  59. <meta name="text:Link 3 URL" content="/"/>
  60. <meta name="text:Link 3 Name" content="Link Three"/>
  61.  
  62.  
  63. <!-- Google Fonts Script -->
  64.  
  65. <link rel="preconnect" href="https://fonts.gstatic.com">
  66. <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet">
  67.  
  68. <link rel="preconnect" href="https://fonts.gstatic.com">
  69. <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
  70.  
  71.  
  72. <!-- icons by suiomi -->
  73.  
  74. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  75.  
  76.  
  77. <!-- Styled Tooltips Script -->
  78.  
  79. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  80.  
  81. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  82.  
  83. <script>
  84. (function($){
  85. $(document).ready(function(){
  86. $("a[title]").style_my_tooltips({
  87. tip_follows_cursor:true,
  88. tip_delay_time:90,
  89. tip_fade_speed:600,
  90. attribute:"title"
  91. });
  92. });
  93. })(jQuery);
  94. </script>
  95.  
  96. <style type="text/css">
  97.  
  98. ::-webkit-scrollbar-thumb:vertical {
  99. background: {color:Scrollbar};
  100. }
  101.  
  102. ::-webkit-scrollbar {
  103. width: 7px;
  104. }
  105.  
  106. #s-m-t-tooltip {
  107. background: {color:Tooltip Background};
  108. border: 1px solid {color:Border};
  109. font-size: 0.9rem;
  110. margin-top: 30px;
  111. padding: 5px;
  112. text-align: center;
  113. text-transform: uppercase;
  114. z-index: 999999999999999999999999999999999999;
  115. }
  116.  
  117. body {
  118. background-color: {color:Background};
  119. background-image: url('{image:Background}');
  120. background-attachment: fixed;
  121. color: {color:Text};
  122. font-family: 'Roboto Mono', monospace;
  123. font-style: normal;
  124. font-weight: 400;
  125. letter-spacing: 1px;
  126. margin: 0px;
  127. text-align: justify;
  128. text-transform: none;
  129. word-break: break-word;
  130. }
  131.  
  132. b {
  133. font-weight: 700;
  134. }
  135.  
  136. a {
  137. color: {color:Link};
  138. text-decoration: none;
  139. -webkit-transition: all 0.5s ease;
  140. -moz-transition: all 0.5s ease;
  141. -o-transition: all 0.5s ease;
  142. }
  143.  
  144. a:hover {
  145. color: {color:Link Hover};
  146. }
  147.  
  148. h1 {
  149. font-size: 2rem;
  150. font-weight: 700;
  151. line-height: 100%;
  152. text-align: right;
  153. padding: 10px 20px;
  154. font-family: 'Roboto', sans-serif;
  155. }
  156.  
  157. h2 {
  158. font-size: 1rem;
  159. font-weight: 700;
  160. line-height: 100%;
  161. text-align: left;
  162. }
  163.  
  164. blockquote {
  165. border-left: 1px solid {color:Border};
  166. margin: 5px;
  167. padding-left: 5px;
  168. }
  169.  
  170. blockquote img {
  171. height: auto;
  172. max-width: 100%;
  173. }
  174.  
  175. blockquote blockquote {
  176. border-left: 1px solid {color:Borders};
  177. padding-left: 5px;
  178. }
  179.  
  180. pre {
  181. background: #f8f8f8;
  182. border-radius: 5px;
  183. padding: 10px;
  184. word-wrap: break-all;
  185. white-space: pre-wrap;
  186. }
  187.  
  188. sup, sub, small {
  189. font-size:100%;
  190. }
  191.  
  192. #container {
  193. margin-bottom: 100px;
  194. margin-left: auto;
  195. margin-right: auto;
  196. margin-top: 100px;
  197. width: 850px;
  198. }
  199.  
  200. #user-information {
  201. position: fixed;
  202. margin-bottom: 100px;
  203. border-radius: 8px;
  204. width: 207px;
  205. height: 321px;
  206. padding: 10px;
  207. border: 1px solid {color:Secondary Color};
  208. }
  209.  
  210. .image {
  211. background-image: url('{image:Sidebar Image}');
  212. background-size: cover;
  213. background-position: center center;
  214. border-top-left-radius: 8px;
  215. border-top-right-radius: 8px;
  216. height: 227px;
  217. width: 207px;
  218. z-index: 999;
  219. }
  220.  
  221. #card {
  222. position: relative;
  223. width: 207px;
  224. height: 94px;
  225. border-bottom-left-radius: 8px;
  226. border-bottom-right-radius: 8px;
  227. background-color: #fff;
  228. z-index: 99;
  229. }
  230.  
  231.  
  232. .title {
  233. color: #000;
  234. text-align: center;
  235. font-family: 'Roboto', sans-serif;
  236. font-weight: 800;
  237. font-size: 20px;
  238. text-transform: uppercase;
  239. padding-top: 20px;
  240. }
  241.  
  242.  
  243. .description {
  244. margin-top: 10px;
  245. text-align: center;
  246. font-size: {select:fontsize};
  247. font-family: 'Roboto Mono', monospace;
  248. }
  249.  
  250. .links {
  251. position: fixed;
  252. font-size: 0.9rem;
  253. padding: 0px 15px;
  254. text-align: right;
  255. text-transform: uppercase;
  256. background-color: #fff;
  257. width: 100px;
  258. margin: 30px 145px;
  259. border-radius: 8px;
  260. }
  261.  
  262. .links a {
  263. display: block;
  264. margin: 15px 0px;
  265. font-size: 16px;
  266. }
  267.  
  268. .links a:hover {
  269. color: ;
  270. }
  271.  
  272. #posts {
  273. margin-left: 350px;
  274. width: 500px;
  275. font-size: {select:fontsize};
  276. }
  277.  
  278. .entries {
  279. margin-bottom: 50px;
  280. width: 500px;
  281. background-color: #fff;
  282. border-radius: 8px;
  283. border: 1px solid {color:Secondary Color};
  284.  
  285. }
  286.  
  287. .entries img {
  288. height: auto;
  289. max-width: 100%;
  290. border-top-right-radius: 8px;
  291. border-top-left-radius: 8px;
  292. }
  293.  
  294. .read_more {
  295. background: {color:Main Color};
  296. border: 1px solid {color:Border};
  297. border-radius: 5px;
  298. color: white;
  299. display: inline-block;
  300. font-size: 0.9rem;
  301. padding: 10px;
  302. text-align: center;
  303. text-transform: uppercase;
  304. width: calc(100% - 22px);
  305. }
  306.  
  307. .read_more:hover {
  308. background: white;
  309. color: {color:Main Color};
  310. }
  311.  
  312. .text {
  313. padding: 20px;
  314. }
  315.  
  316. .text p {
  317. margin-top: 0px;
  318. }
  319.  
  320. .caption {
  321. margin-top: 10px;
  322. padding: 10px;
  323. }
  324.  
  325. .caption p {
  326. margin-top: 0px;
  327. padding: 10px;
  328. }
  329.  
  330. .ask-wrapper {
  331. border-radius: 8px;
  332. width: 100%;
  333. }
  334.  
  335. .asker {
  336. background: {color:Asker Background};
  337. padding: 20px;
  338. border-top-right-radius: 8px;
  339. border-top-left-radius: 8px;
  340. }
  341.  
  342. .asker-url {
  343. font-size: 0.9rem;
  344. text-align: right;
  345. text-transform: uppercase;
  346. }
  347.  
  348. .asker-url a {
  349. background: none;
  350. padding: 0px;
  351. }
  352.  
  353. .question {
  354. background: {color:Question Background};
  355. padding: 20px;
  356. }
  357.  
  358. .quote {
  359. background: {color:Question Background};
  360. font-size: 0.9rem;
  361. padding: 20px;
  362. text-align: left;
  363. text-transform: uppercase;
  364. border-top-right-radius: 8px;
  365. border-top-left-radius: 8px;
  366. }
  367.  
  368. .website {
  369. border: 1px solid {color:Border};
  370. font-size: 0.9rem;
  371. padding: 20px;
  372. text-align: left;
  373. text-transform: uppercase;
  374. border-top-right-radius: 8px;
  375. border-top-left-radius: 8px;
  376. background-color:{color:Secondary Color} ;
  377. }
  378.  
  379. .chat {
  380. font-size: 0.9rem;
  381. text-align: left;
  382. text-transform: uppercase;
  383. border-radius: 8px;
  384. }
  385.  
  386. .chat li {
  387. list-style-type: none;
  388. }
  389.  
  390. .chat li:first-child {
  391. border-top-right-radius: 8px;
  392. border-top-left-radius: 8px;
  393. }
  394.  
  395. .chat li:nth-child(odd) {
  396. background: {color:Secondary Color};
  397. color: {color:text};
  398. padding: 10px;
  399. }
  400.  
  401. .chat li:nth-child(even) {
  402. background: {color:Question Background};
  403. color: {color:Text};
  404. padding: 10px;
  405. }
  406.  
  407. .audio iframe {
  408. height: 85px;
  409. width: 500px;
  410. border-top-right-radius: 8px;
  411. border-top-left-radius: 8px;
  412. }
  413.  
  414. .entries-information {
  415. border-top: 1px solid {color:Border};
  416. font-size: 0.9rem;
  417. padding: 20px;
  418. text-align: center;
  419. text-transform: uppercase;
  420. background-color: {color:Main Color};
  421. border-bottom-right-radius: 8px;
  422. border-bottom-left-radius: 8px;
  423. }
  424.  
  425. .notes li {
  426. word-break: keep-all;
  427. list-style-type: none;
  428. padding: 10px 0px;
  429. margin-left: -40px;
  430. display: grid;
  431. place-items: center;
  432. }
  433.  
  434. .notes img {
  435. display: none;
  436. }
  437.  
  438. .tags {
  439. font-size: 10px;
  440. padding-top: 10px;
  441. }
  442.  
  443. .pagination {
  444. position: fixed;
  445. font-size: 1em;
  446. text-transform: uppercase;
  447. text-align: center;
  448. margin-top: 20px;
  449. width: 207px;
  450. display: flex;
  451. justify-content: center;
  452.  
  453. }
  454.  
  455. #credit {
  456. bottom: 15px;
  457. font-size: 0.9rem;
  458. position: fixed;
  459. right: 15px;
  460. text-transform: uppercase;
  461. }
  462.  
  463. #credit a {
  464. color: {color:Link};
  465. }
  466.  
  467. #credit a:hover {
  468. color: {color:Link Hover};
  469. }
  470.  
  471. {CustomCSS}
  472.  
  473. </style>
  474.  
  475. </head>
  476.  
  477. <body>
  478.  
  479. <div id="container">
  480.  
  481. <div class="links">
  482. <a href="/" title="{text:home}"><span class="th th-home-o"></span></a>
  483. {block:AskEnabled}<a href="/ask" title="{text:ask}"><span class="th th-envelope-o"></span></a>{/block:AskEnabled}
  484. {block:ifLink1URL}<a href="{text:Link 1 URL}" title="{text:Link 1 Name}"><span class="th th-heart-1-o"></span></a>{/block:ifLink1URL}
  485. {block:ifLink2URL}<a href="{text:Link 2 URL}" title="{text:Link 2 Name}"><span class="th th-moon-o"></span></a>{/block:ifLink2URL}
  486. {block:ifLink3URL}<a href="{text:Link 3 URL}" title="{text:Link 3 Name}"><span class="th th-star-o"></span></a>{/block:ifLink3URL}
  487. </div>
  488.  
  489. <div id="user-information">
  490.  
  491. <div class="image"></div>
  492.  
  493. <div id="card">
  494.  
  495. <div class="title">{text:Title}</div>
  496.  
  497. <div class="description">{text:Description}</div>
  498.  
  499. </div>
  500.  
  501. {block:Pagination}
  502. <div class="pagination">
  503. {block:PreviousPage}
  504. <a href="{PreviousPage}"><span class="th th-chevron-left"></span></a>
  505. {/block:PreviousPage}
  506. {block:NextPage}
  507. <a href="{NextPage}"><span class="th th-chevron-right"></span></a>
  508. {/block:NextPage}
  509. </div>
  510. {/block:Pagination}
  511.  
  512. </div>
  513.  
  514.  
  515.  
  516.  
  517. <div id="posts">
  518.  
  519. {block:Posts}
  520.  
  521. <div class="entries" id="{PostID}">
  522.  
  523. {block:Text}
  524. {block:Title}
  525. <h1>{Title}</h1>
  526. {/block:Title}
  527. <div class="text">
  528. {Body}
  529. </div>
  530. {/block:Text}
  531.  
  532. {block:Answer}
  533. <div class="ask-wrapper">
  534. <div class="asker">
  535. <div class="asker-url">A Message From <a href="{AskerURL}">{Asker}</a>
  536. </div>
  537. </div>
  538. <div class="question">
  539. {Question}
  540. </div>
  541. </div>
  542. <div class="caption">
  543. {Answer}
  544. </div>
  545. {/block:Answer}
  546.  
  547. {block:Quote}
  548. <div class="quote">
  549. "{Quote}</i>" {block:Source}— {Source}{/block:Source}
  550. </div>
  551. {/block:Quote}
  552.  
  553. {block:Link}
  554. <div class="website"><a href="{URL}" target="_blank">{Name}</a></div>
  555. {block:Description}
  556. <div class="caption">
  557. {Description}
  558. </div>
  559. {/block:Description}
  560. {/block:Link}
  561.  
  562. {block:Chat}
  563. <div class="chat">
  564. {block:Title}
  565. <h1>{Title}</h1>
  566. {/block:Title}
  567. {block:Lines}
  568. <li>{block:Label}{Label}{/block:Label}
  569. {Line}
  570. </li>
  571. {/block:Lines}
  572. </div>
  573. {/block:Chat}
  574.  
  575. {block:Audio}
  576. <div class="audio">
  577. {AudioEmbed}
  578. </div>
  579. {block:Caption}
  580. <div class="caption">{Caption}</div>
  581. {/block:Caption}
  582. {/block:Audio}
  583.  
  584. {block:Photo}
  585. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  586. <div class="caption">{Caption}</div>
  587. {/block:Caption}
  588. {/block:Photo}
  589.  
  590. {block:Photoset}
  591. {Photoset}
  592. {block:Caption}
  593. <div class="caption">{Caption}</div>
  594. {/block:Caption}
  595. {/block:Photoset}
  596.  
  597. {block:Video}
  598. <div class="video">
  599. {Video-500}
  600. </div>
  601. {block:Caption}
  602. <div class="caption">{Caption}</div>
  603. {/block:Caption}
  604. {/block:Video}
  605.  
  606. {block:Date}
  607. <div class="entries-information">
  608. {block:NoteCount}
  609. <a href="{Permalink}">{NoteCountWithLabel}</a>
  610. {/block:NoteCount}
  611. {block:NoteCount}{/block:NoteCount}
  612. {block:RebloggedFrom}
  613. / <a href="{ReblogParentURL}">Via</a> /
  614. {/block:RebloggedFrom}
  615. {block:ContentSource}
  616. <a href="{SourceURL}">Source</a> /
  617. {/block:ContentSource}
  618. <a href="{ReblogURL}" target="_blank">
  619. <span class="th th-reblog"></span>
  620. </a>
  621. <div class="tags">
  622. {block:Tags}
  623. <a href="{TagURL}" style="margin-right: 5px;">#{Tag}</a>
  624. {/block:Tags}
  625. </div>
  626. {block:PostNotes}
  627. {PostNotes}
  628. {/block:PostNotes}
  629. </div>
  630. {/block:Date}
  631.  
  632. </div>
  633.  
  634. {/block:Posts}
  635.  
  636. </div>
  637.  
  638. </div>
  639.  
  640. <div id="credit"><a href="http://stratuscodes.tumblr.com/" title="stratuscodes" target="_blank"><span class="th th-shooting-star-o"></a></div>
  641.  
  642. </body>
  643.  
  644. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement