Advertisement
octomoosey

Minimal / Base 02

May 7th, 2020 (edited)
2,636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.57 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. /* ---••• Header •••--- */
  420.  
  421. #header {
  422. margin-top:60px;
  423. margin-bottom:100px;
  424. {block:If400px}
  425. width:400px;
  426. {/block:If400px}
  427. {block:If500px}
  428. width:500px;
  429. {/block:If500px}}
  430.  
  431. #headerinner {
  432. text-align: justify;
  433. -moz-text-align-last: center;
  434. text-align-last: center;}
  435.  
  436. #portrait {
  437. text-align:center;}
  438.  
  439. #portrait img {
  440. margin-bottom:10px;
  441. border:2px solid {color:borders};
  442. -webkit-border-radius: 96px;
  443. -moz-border-radius: 96px;
  444. border-radius: 96px;}
  445.  
  446. #nav {
  447. text-align:center;
  448. margin-top:10px;}
  449.  
  450. #nav a {
  451. margin:0px 4px;}
  452.  
  453. /* ---••• Pagination •••--- */
  454.  
  455. #pagination {
  456. margin-top:10px;
  457. text-align:center;
  458. color:{color:pagination};}
  459.  
  460. #pagination a {
  461. letter-spacing:1px;
  462. font-size:calc({text:fontsize}px - 2px);
  463. color:{color:pagination};}
  464.  
  465. .currentp {
  466. display:inline;
  467. font-size:calc({text:fontsize}px + 2px);}
  468.  
  469. .totalp {
  470. display:inline;
  471. font-size:calc({text:fontsize}px - 2px);}
  472.  
  473. /* ---••• Credit •••--- */
  474.  
  475. #credit {
  476. padding:6px 8px;
  477. position:fixed;
  478. right:20px;
  479. bottom:20px;
  480. background:{color:creditbg};
  481. color:{color:credit};
  482. -webkit-border-radius: 4px;
  483. -moz-border-radius: 4px;
  484. border-radius: 4px;}
  485.  
  486. #credit a {
  487. font-size:11px;
  488. width:20px;
  489. text-align:center;
  490. color:{color:credit};}
  491.  
  492.  
  493. </style>
  494.  
  495. </head>
  496.  
  497. <!---••• Scripts Misc •••--->
  498.  
  499. <script src="//static.tumblr.com/yzs4yqx/lOsokx99u/smoothscroll.min.js"></script>
  500. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  501.  
  502. <!---••• Scripts Tooltips •••--->
  503.  
  504. <script src="//static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  505.  
  506. <script>
  507. (function($){
  508. $(document).ready(function(){
  509. $("a[title]").style_my_tooltips({
  510. tip_follows_cursor:true,
  511. tip_delay_time:90,
  512. tip_fade_speed:600,
  513. attribute:"title"
  514. });
  515. });
  516. })(jQuery);
  517. </script>
  518.  
  519. <body>
  520.  
  521. <!---••• 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 •••--->
  522. <div id="credit"><a href="//octomoosey.tumblr.com" title="theme by octomoosey"><span class="lnr lnr-code"></span></a></div>
  523.  
  524. <div id="entries">
  525.  
  526. <div id="header">
  527. <div id="headerinner">
  528. <div id="portrait"><img src="{PortraitURL-64}"></div>
  529. {description}
  530. <div id="nav">
  531. <a href="/">home</a>
  532. <a href="/ask">ask</a>
  533. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  534. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  535. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  536. </div>
  537. </div>
  538. </div>
  539.  
  540. {block:Posts}
  541.  
  542. <!-- {block:NoRebloggedFrom}
  543. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  544. {/block:NoRebloggedFrom} -->
  545.  
  546. {block:Date}
  547. <div class="postinfo">
  548. <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>
  549. </div>
  550. {block:Date}
  551.  
  552. <div class="post" id="{PostID}">
  553.  
  554. {block:Text}
  555. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}{Body}
  556. {/block:Text}
  557.  
  558. {block:Photo}
  559. <div class="media">{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="100%">{LinkCloseTag}</div>
  560. {/block:Photo}
  561.  
  562. {block:Photoset}
  563. {block:If400px}{Photoset-400}{/block:If400px}
  564. {block:If500px}{Photoset-500}{/block:If500px}
  565. {/block:Photoset}
  566.  
  567. {block:Video}
  568. {block:If400px}{Video-400}{/block:If400px}
  569. {block:If500px}{Video-500}{/block:If500px}
  570. {/block:Video}
  571.  
  572. {block:Quote}
  573. <div class="ql">&ldquo;</div>
  574. <div class="titlequote">{Quote}</div>
  575. {block:Source}<div class="source">{Source}</div>{/block:Source}
  576. {/block:Quote}
  577.  
  578. {block:Link}
  579. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  580. {block:Description}{Description}{/block:Description}
  581. {/block:Link}
  582.  
  583. {block:Chat}
  584. <div class="text">
  585. {block:Title}<h3>{Title}</h3>{/block:Title}
  586. {block:Lines}<p>
  587. {block:Label}<b>{Label}</b>{/block:Label}
  588. {Line}</p>
  589. {/block:Lines}
  590. </div>
  591. {/block:Chat}
  592.  
  593. {block:Audio}
  594. {block:AudioPlayer}
  595. <div class="playwrap">
  596. <div class="playbutton">{AudioPlayerGrey}</div>
  597. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  598. <div class="trackinfo">
  599. <div class="trackname">
  600. {block:TrackName}{TrackName}{/block:TrackName}
  601. </div>
  602. <div class="artist">
  603. {block:Artist}{Artist}{/block:Artist}
  604. </div>
  605. <div class="album">
  606. {block:Album}{Album}{/block:Album}
  607. </div>
  608. </div>
  609. </div>
  610. {/block:AudioPlayer}
  611. {/block:Audio}
  612.  
  613. {block:Answer}
  614. <div class="question"><div class="asker">{Asker} asked:</div><div class="ques">{Question}</div></div>{Answer}
  615. {/block:Answer}
  616.  
  617. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  618.  
  619. <div class="tags">
  620. {block:HasTags}
  621. {block:Tags}
  622. <a href="{TagURL}"><span class="lnr lnr-tag"></span> {Tag}</a>
  623. {/block:Tags}
  624. {/block:HasTags}
  625. </div>
  626.  
  627. {block:PermalinkPage}{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  628. </div>
  629.  
  630. {/block:Posts}
  631.  
  632. <div id="pagination">{block:Pagination}
  633. {block:PreviousPage}<a href="{PreviousPage}">Prev </a>{/block:PreviousPage}
  634. <div class="currentp">{CurrentPage}</div> / <div class="totalp">{TotalPages}</div>
  635. {block:NextPage}<a href="{NextPage}"> Next</a>{/block:NextPage}
  636. {/block:Pagination}</div>
  637. </div>
  638.  
  639. {block:ContentSource}<!-- {SourceURL}
  640. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  641. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  642. {/block:ContentSource}
  643. </div>
  644. </div>
  645. </div>
  646.  
  647. </body>
  648.  
  649. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement