Advertisement
octomoosey

Minimal / Base 01

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