Advertisement
octomoosey

Minimal / Base 03

May 7th, 2020 (edited)
5,482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.88 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- basecode by octomoosey @ tumblr DO NOT DELETE -->
  4.  
  5. <html xmlns="//www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!--- ••• Colour Variables ••• --->
  12.  
  13. <meta name="color:background" content="#eaeaea"/>
  14. <meta name="color:containerbg" content="#ffffff"/>
  15. <meta name="color:borders" content="#bebebe"/>
  16. <meta name="color:text" content="#898989"/>
  17. <meta name="color:bold" content="#c30102"/>
  18. <meta name="color:italic" content="#c30102"/>
  19. <meta name="color:links" content="#c30102"/>
  20. <meta name="color:linkshover" content="#bbb"/>
  21. <meta name="color:quoteicon" content="#c30102"/>
  22. <meta name="color:scrollbar" content="#ec380b"/>
  23. <meta name="color:tooltipbg" content="#c30102">
  24. <meta name="color:tooltiptext" content="#ffffff">
  25. <meta name="color:creditbg" content="#ffffff">
  26. <meta name="color:credit" content="#c30102"/>
  27.  
  28. <!--- ••• If Variables ••• --->
  29. <meta name="if:400px" content="0"/>
  30. <meta name="if:500px" content="1"/>
  31. <meta name="if:hidetags" content="1"/>
  32. <meta name="if:hidecaptions" content="1"/>
  33.  
  34. <!--- ••• Text Variables ••• --->
  35. <meta name="text:fontsize" content="11"/>
  36.  
  37. <!--- ••• Links ••• --->
  38. <meta name="text:link 1" content="link 1"/>
  39. <meta name="text:link 1 url" content="/"/>
  40. <meta name="text:link 2" content="link 2"/>
  41. <meta name="text:link 2 url" content="/"/>
  42. <meta name="text:link 3" content="link 3"/>
  43. <meta name="text:link 3 url" content="/"/>
  44.  
  45. <!--- ••• Fonts ••• --->
  46. <link rel="stylesheet" href="//cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  47.  
  48. <style type="text/css">
  49.  
  50. iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop, .tmblr-iframe {
  51. position:fixed;
  52. z-index:9!important;
  53. top:0px!important;
  54. right:-48px!important;
  55. white-space:nowrap;
  56. transform: scale(0.6,0.6);}
  57.  
  58. #tumblr_lightbox {
  59. background-color:rgba(255, 255, 255, .9)!important;
  60. z-index:99999!important;}
  61.  
  62. #tumblr_lightbox img {opacity:0;}
  63.  
  64. #tumblr_lightbox_caption {
  65. font-weight:normal!important;
  66. text-shadow:none!important;}
  67.  
  68. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  69. -moz-box-shadow:none!important;
  70. -webkit-box-shadow:none!important;
  71. box-shadow:none!important;
  72. -moz-border-radius:0px!important;
  73. -webkit-border-radius:0px!important;
  74. border-radius:0px!important;
  75. opacity:1!important;}
  76.  
  77. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {opacity:.4!important;}
  78.  
  79. ::-webkit-scrollbar-thumb:vertical {
  80. border:3px solid {color:containerbg};
  81. height:10px;
  82. background-color:{color:scrollbar};}
  83.  
  84. ::-webkit-scrollbar {
  85. background-color:{color:scrollbar};
  86. height:7px;
  87. width:12px;
  88. border:5px solid {color:containerbg};}
  89.  
  90. /* ---••• General Styling •••--- */
  91.  
  92. body {
  93. background:{color:background};
  94. color:{color:text};
  95. font-size:{text:fontsize}px;
  96. font-family:arial;
  97. font-weight:normal;
  98. position:relative;
  99. text-align:left;
  100. overflow:none;
  101. margin:0;
  102. top:0px;
  103. left:0px;
  104. line-height:150%;
  105. height:100%;
  106. width:100%;}
  107.  
  108. blockquote {
  109. text-align:justify;
  110. padding-left:10px;
  111. border-left:1px solid {color:borders};
  112. margin:10px 0px 10px 0px;}
  113.  
  114. .caption {
  115. {block:IndexPage}
  116. {block:Ifhidecaptions}display:none;{/block:Ifhidecaptions}
  117. {/block:IndexPage}}
  118.  
  119. .caption blockquote {
  120. margin:10px 0px 10px 0px;}
  121.  
  122. blockquote img {
  123. max-width:100%;
  124. height:auto;}
  125.  
  126. blockquote iframe {
  127. max-width:100%;
  128. height:auto;}
  129.  
  130. img {
  131. max-width:100%;
  132. height:auto;}
  133.  
  134. .caption img {
  135. max-width:100%;
  136. height:auto;}
  137.  
  138. .posts img {
  139. max-width:100%;
  140. margin-top:5px;
  141. margin-bottom:5px;}
  142.  
  143. pre {
  144. font-family: 'Roboto', sans-serif;
  145. white-space: pre-wrap;
  146. white-space: -moz-pre-wrap;
  147. white-space: -pre-wrap;
  148. white-space: -o-pre-wrap;
  149. word-wrap: break-word;}
  150.  
  151. a {
  152. text-decoration:none;
  153. font-size:calc({text:fontsize}px - 2px);
  154. text-transform:uppercase;
  155. color:{color:links};
  156. letter-spacing:1px;
  157. cursor:help;
  158. -webkit-transition: all 0.7s ease;
  159. transition: all 0.7s ease;
  160. -moz-transition: all 0.7s ease;
  161. -o-transition: all 0.7s ease;}
  162.  
  163. a:hover {
  164. cursor:help;
  165. letter-spacing:1px;
  166. color:{color:linkshover};}
  167.  
  168. p {
  169. margin:10px 0 10px 0;}
  170.  
  171. b, strong {
  172. font-size:calc({text:fontsize}px - 2px);
  173. text-transform:uppercase;
  174. color:{color:bold};}
  175.  
  176. i, em {
  177. color:{color:italic};}
  178.  
  179. small, big {
  180. font-size:1em;}
  181.  
  182. h1, h2, h3, h4 {
  183. font-size:26px;
  184. letter-spacing:2px;
  185. line-height:30px;
  186. text-align:center;}
  187.  
  188. ul {
  189. list-style: none;}
  190.  
  191. ul li::before {
  192. content: "\2022";
  193. color: {color:links};
  194. font-weight: bold;
  195. display: inline-block;
  196. width: 1em;
  197. margin-left: -40px;}
  198.  
  199. /* ---••• Post Styles •••--- */
  200.  
  201. #container {
  202. background:{color:containerbg};
  203. border:25px solid {color:containerbg};
  204. height:500px;
  205. position:fixed;
  206. top:50%;
  207. margin-top:-275px;
  208. left:50%;
  209. {block:If400px}
  210. width:650px;
  211. margin-left:-350px;
  212. {/block:If400px}
  213. {block:If500px}
  214. width:750px;
  215. margin-left:-400px;
  216. {/block:If500px}
  217. overflow-y:scroll;}
  218.  
  219. #entries {
  220. position:absolute;
  221. padding-top:50px;
  222. margin-left:215px;
  223. {block:If400px}
  224. width:400px;
  225. {/block:If400px}
  226. {block:If500px}
  227. width:500px;
  228. {/block:If500px}
  229. margin-bottom:120px;}
  230.  
  231. .post {
  232. position:relative;
  233. text-align:justify;
  234. display:block;
  235. margin-bottom:100px;
  236. color:{color:text};
  237. {block:If400px}
  238. width:400px;
  239. {/block:If400px}
  240. {block:If500px}
  241. width:500px;
  242. {/block:If500px}}
  243.  
  244. /* ---••• Post Info •••--- */
  245.  
  246. .postinfo {
  247. font-size:8px;
  248. color:{color:text};}
  249.  
  250. .postinfo a {
  251. margin-right:5px;
  252. font-size:8px;
  253. color:{color:text};}
  254.  
  255. .tags {
  256. font-size:8px;
  257. {block:IndexPage}
  258. {block:Ifhidetags}display:none;{/block:Ifhidetags}
  259. {/block:IndexPage}
  260. margin-top:10px;}
  261.  
  262. .tags a {
  263. font-size:8px;
  264. color:{color:text};
  265. padding:0px 5px 0px 0px;}
  266.  
  267. /* ---••• Post Notes •••--- */
  268.  
  269. {block:PermalinkPage}
  270. ol.notes {
  271. font-size:11px;
  272. line-height:11px;
  273. margin:0px 0px 0px -40px;
  274. list-style-type:none;}
  275.  
  276. ol.notes li.note {
  277. padding:10px 0px;}
  278.  
  279. ol.notes li.note a {
  280. font-size:9px;
  281. text-transform:uppercase;}
  282.  
  283. ol.notes li.note img.avatar {
  284. vertical-align:-5px;
  285. margin-right:10px;
  286. width:16px;
  287. height:16px;}
  288.  
  289. ol.notes li.note span.action {
  290. font-weight:none;}
  291.  
  292. ol.notes li.note .answer_content {
  293. font-weight:normal;}
  294.  
  295. ol.notes li.note blockquote {
  296.  
  297. margin:10px 0px 0px 25px;}
  298.  
  299. ol.notes li.note blockquote a {
  300. text-decoration:none;}
  301. {/block:PermalinkPage}
  302.  
  303. /* ---••• Post Types •••--- */
  304.  
  305. .posttitle {
  306. color:{color:text};
  307. font-size:calc({text:fontsize} + 2px);
  308. margin-bottom:5px;
  309. text-transform:uppercase;
  310. letter-spacing:2px;}
  311.  
  312. /* ---••• Ask Posts •••--- */
  313.  
  314. .question {
  315. margin-bottom:10px;}
  316.  
  317. .ques {
  318. text-align:justify;}
  319.  
  320. .asker {
  321. margin-bottom:5px;
  322. font-size:{text:fontsize}px;
  323. text-align:left;
  324. text-transform:uppercase;
  325. letter-spacing:2px;}
  326.  
  327. .asker a {
  328. padding-bottom:2px;
  329. color:{color:text};
  330. border-bottom:1px solid {color:text};
  331. font-size:{text:fontsize}px;
  332. text-align:center;
  333. text-transform:uppercase;
  334. letter-spacing:2px;}
  335.  
  336. /* ---••• Quote Posts •••--- */
  337.  
  338. .titlequote {
  339. font-size:calc({text:fontsize}px - 1px);
  340. letter-spacing:2px;
  341. text-transform:uppercase;
  342. text-align: left;}
  343.  
  344. .source {
  345. font-size:;
  346. text-align:left;
  347. margin-top:10px;}
  348.  
  349. .ql {
  350. position:relative;
  351. float:left;
  352. margin-right:5px;
  353. bottom:-11px;
  354. font-size: 60px;
  355. color:{color:quoteicon};}
  356.  
  357. /* ---••• Audio Player •••--- */
  358.  
  359. .playwrap {
  360. margin-top:0px;
  361. position:relative;}
  362.  
  363. .playbutton {
  364. top:25px;
  365. position:relative;
  366. margin-left:23px;
  367. z-index:6;
  368. width:33px;
  369. height:30px;
  370. overflow:hidden;}
  371.  
  372. .albumart img {
  373. position:relative;
  374. margin-top:-28px;
  375. margin-left:0px
  376. height:80px;
  377. width:80px;
  378. overflow:hidden;}
  379.  
  380. .trackinfo {
  381. margin-bottom:10px;
  382. color:{color:text};
  383. position:relative;
  384. margin-left:100px;
  385. height:80px;
  386. margin-top:-90px;
  387. margin-bottom:20px;}
  388.  
  389. .trackname {
  390. position:relative;
  391. padding-top:25px;
  392. text-align:left;
  393. font-size:10px;
  394. text-transform:uppercase;
  395. font-weight: bold;
  396. letter-spacing:2px;}
  397.  
  398. .artist {
  399. text-align:left;
  400. font-size:10px;
  401. text-transform:uppercase;
  402. letter-spacing:4px;}
  403.  
  404. .album {
  405. text-align:left;
  406. font-style: italic;
  407. letter-spacing:4px;}
  408.  
  409. .hidden { visibility: hidden; }
  410. .unhidden { visibility: visible; }
  411.  
  412. /* ---••• Other •••--- */
  413.  
  414. #s-m-t-tooltip {
  415. border:2px solid {color:tooltiptext};
  416. max-width:300px;
  417. letter-spacing:1px;
  418. margin:15px;
  419. padding:5px 5px 5px 6px;
  420. border-radius:0px;
  421. font-weight:700;
  422. color:{color:tooltiptext};
  423. background:{color:tooltipbg};
  424. z-index:999999;
  425. font-size:9px;
  426. font-style:none;
  427. font-weight:lighter;
  428. text-transform:uppercase;}
  429.  
  430. /* ---••• Sidebar •••--- */
  431.  
  432. #sidebar {
  433. height:500px;
  434. position:fixed;
  435. margin-top:0px;
  436. margin-left:20px;
  437. width:150px;}
  438.  
  439. #sidebarinner {
  440. position: relative;
  441. top: 50%;
  442. transform: translateY(-50%);
  443. text-align: justify;
  444. -moz-text-align-last: center;
  445. text-align-last: center;}
  446.  
  447. #portrait {
  448. text-align:center;}
  449.  
  450. #portrait img {
  451. margin-bottom:10px;
  452. border:2px solid {color:borders};
  453. -webkit-border-radius: 96px;
  454. -moz-border-radius: 96px;
  455. border-radius: 96px;}
  456.  
  457. #nav {
  458. text-align:center;
  459. margin-top:10px;}
  460.  
  461. #nav a {
  462. margin:0px 5px;}
  463.  
  464. /* ---••• Pagination •••--- */
  465.  
  466. #pagination {
  467. margin-top:10px;
  468. text-align:center;
  469. color:{color:pagination};}
  470.  
  471. #pagination a {
  472. letter-spacing:1px;
  473. font-size:calc({text:fontsize}px - 2px);
  474. color:{color:pagination};}
  475.  
  476. .currentp {
  477. display:inline;
  478. font-size:calc({text:fontsize}px + 2px);}
  479.  
  480. .totalp {
  481. display:inline;
  482. font-size:calc({text:fontsize}px - 2px);}
  483.  
  484. /* ---••• Credit •••--- */
  485.  
  486. #credit {
  487. padding:6px 8px;
  488. position:fixed;
  489. right:20px;
  490. bottom:20px;
  491. background:{color:creditbg};
  492. color:{color:credit};
  493. -webkit-border-radius: 4px;
  494. -moz-border-radius: 4px;
  495. border-radius: 4px;}
  496.  
  497. #credit a {
  498. font-size:11px;
  499. width:20px;
  500. text-align:center;
  501. color:{color:credit};}
  502.  
  503.  
  504. </style>
  505.  
  506. </head>
  507.  
  508. <!---••• Scripts Misc •••--->
  509.  
  510. <script src="//static.tumblr.com/yzs4yqx/lOsokx99u/smoothscroll.min.js"></script>
  511. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  512.  
  513. <!---••• Scripts Tooltips •••--->
  514.  
  515. <script src="//static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  516.  
  517. <script>
  518. (function($){
  519. $(document).ready(function(){
  520. $("a[title]").style_my_tooltips({
  521. tip_follows_cursor:true,
  522. tip_delay_time:90,
  523. tip_fade_speed:600,
  524. attribute:"title"
  525. });
  526. });
  527. })(jQuery);
  528. </script>
  529.  
  530. <body>
  531.  
  532. <!---••• if you alter the theme and would like to include your own credit, feel free to change here. if using the theme 'as is' or with minimal changes, then please leave the credit in tact, thank you •••--->
  533. <div id="credit"><a href="//octomoosey.tumblr.com" title="theme by octomoosey"><span class="lnr lnr-code"></span></a></div>
  534.  
  535. <div id="container">
  536.  
  537. <div id="sidebar">
  538. <div id="sidebarinner">
  539. <div id="portrait"><img src="{PortraitURL-64}"></div>
  540. {description}
  541. <div id="nav">
  542. <a href="/">home</a>
  543. <a href="/ask">ask</a>
  544. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  545. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  546. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  547. </div>
  548. <div id="pagination">{block:Pagination}
  549. {block:PreviousPage}<a href="{PreviousPage}">Prev </a>{/block:PreviousPage}
  550. <div class="currentp">{CurrentPage}</div> / <div class="totalp">{TotalPages}</div>
  551. {block:NextPage}<a href="{NextPage}"> Next</a>{/block:NextPage}
  552. {/block:Pagination}</div>
  553. </div>
  554. </div>
  555.  
  556. <div id="entries">
  557.  
  558. {block:Posts}
  559.  
  560. <!-- {block:NoRebloggedFrom}
  561. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  562. {/block:NoRebloggedFrom} -->
  563.  
  564. <div class="post" id="{PostID}">
  565.  
  566. {block:Text}
  567. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}{Body}
  568. {/block:Text}
  569.  
  570. {block:Photo}
  571. <div class="media">{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="100%">{LinkCloseTag}</div>
  572. {/block:Photo}
  573.  
  574. {block:Photoset}
  575. {block:If400px}{Photoset-400}{/block:If400px}
  576. {block:If500px}{Photoset-500}{/block:If500px}
  577. {/block:Photoset}
  578.  
  579. {block:Video}
  580. {block:If400px}{Video-400}{/block:If400px}
  581. {block:If500px}{Video-500}{/block:If500px}
  582. {/block:Video}
  583.  
  584. {block:Quote}
  585. <div class="ql">&ldquo;</div>
  586. <div class="titlequote">{Quote}</div>
  587. {block:Source}<div class="source">{Source}</div>{/block:Source}
  588. {/block:Quote}
  589.  
  590. {block:Link}
  591. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  592. {block:Description}{Description}{/block:Description}
  593. {/block:Link}
  594.  
  595. {block:Chat}
  596. <div class="text">
  597. {block:Title}<h3>{Title}</h3>{/block:Title}
  598. {block:Lines}<p>
  599. {block:Label}<b>{Label}</b>{/block:Label}
  600. {Line}</p>
  601. {/block:Lines}
  602. </div>
  603. {/block:Chat}
  604.  
  605. {block:Audio}
  606. {block:AudioPlayer}
  607. <div class="playwrap">
  608. <div class="playbutton">{AudioPlayerGrey}</div>
  609. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  610. <div class="trackinfo">
  611. <div class="trackname">
  612. {block:TrackName}{TrackName}{/block:TrackName}
  613. </div>
  614. <div class="artist">
  615. {block:Artist}{Artist}{/block:Artist}
  616. </div>
  617. <div class="album">
  618. {block:Album}{Album}{/block:Album}
  619. </div>
  620. </div>
  621. </div>
  622. {/block:AudioPlayer}
  623. {/block:Audio}
  624.  
  625. {block:Answer}
  626. <div class="question"><div class="asker">{Asker} asked:</div><div class="ques">{Question}</div></div>{Answer}
  627. {/block:Answer}
  628.  
  629. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  630.  
  631. {block:Date}
  632. <div class="postinfo">
  633. <a href="{Permalink}"><span class="lnr lnr-clock"></span> {DayOfMonthWithZero}&middot{MonthNumberWithZero}&middot{ShortYear}</a> {block:NoteCount}<a href="{Permalink}"><span class="lnr lnr-bookmark"></span> {NoteCount}n</a>{/block:NoteCount} <a href="{ReblogURL}"><span class="lnr lnr-redo"></span> rblg</a>
  634. </div>
  635. {block:Date}
  636.  
  637. <div class="tags">
  638. {block:HasTags}
  639. {block:Tags}
  640. <a href="{TagURL}"><span class="lnr lnr-tag"></span> {Tag}</a>
  641. {/block:Tags}
  642. {/block:HasTags}
  643. </div>
  644.  
  645. {block:PermalinkPage}{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  646. </div>
  647.  
  648. {/block:Posts}
  649.  
  650. {block:ContentSource}<!-- {SourceURL}
  651. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  652. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  653. {/block:ContentSource}
  654. </div>
  655. </div>
  656. </div>
  657. </div>
  658.  
  659. </body>
  660.  
  661. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement