kcl-digital-humanities-garden/assets/css/style.css.map

20 lines
189 KiB
Plaintext
Raw Normal View History

{
"version": 3,
"file": "style.css",
"sources": [
"style.scss",
"_sass/_fonts.scss",
"_sass/_tachyons.min.scss",
"_sass/_variables.scss",
"_sass/_digital-garden.scss"
],
"sourcesContent": [
"@import\n \"fonts\",\n \"tachyons.min\",\n \"variables\",\n \"digital-garden\"\n;",
"// Anthony by Sun Young Oh\n// https://gitlab.com/velvetyne/anthony\n\n@font-face {\n font-family: Anthony;\n src: url('../fonts/Anthony.woff2') format('woff2'),\n url('../fonts/Anthony.woff') format('woff');\n}\n\n@font-face {\n font-family: Work Sans Light;\n src: url('../fonts/WorkSans-Light.woff2') format('woff2'),\n url('../fonts/WorkSans-Light.woff') format('woff');\n}",
"/*! TACHYONS v4.12.0 | http://tachyons.io */\n/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.border-box,a,article,aside,blockquote,body,code,dd,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],legend,li,main,nav,ol,p,pre,section,table,td,textarea,th,tr,ul{box-sizing:border-box}.aspect-ratio{height:0;position:relative}.aspect-ratio--16x9{padding-bottom:56.25%}.aspect-ratio--9x16{padding-bottom:177.77%}.aspect-ratio--4x3{padding-bottom:75%}.aspect-ratio--3x4{padding-bottom:133.33%}.aspect-ratio--6x4{padding-bottom:66.6%}.aspect-ratio--4x6{padding-bottom:150%}.aspect-ratio--8x5{padding-bottom:62.5%}.aspect-ratio--5x8{padding-bottom:160%}.aspect-ratio--7x5{padding-bottom:71.42%}.aspect-ratio--5x7{padding-bottom:140%}.aspect-ratio--1x1{padding-bottom:100%}.aspect-ratio--object{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}img{max-width:100%}.cover{background-size:cover!important}.contain{background-size:contain!important}.bg-center{background-position:50%}.bg-center,.bg-top{background-repeat:no-repeat}.bg-top{background-position:top}.bg-right{background-position:100%}.bg-bottom,.bg-right{background-repeat:no-repeat}.bg-bottom{background-position:bottom}.bg-left{background-repeat:no-repeat;background-position:0}.outline{outline:1px solid}.outline-transparent{outline:1px solid transparent}.outline-0{outline:0}.ba{border-style:solid;border-width:1px}.bt{border-top-style:solid;border-top-width:1px}.br{border-right-style:solid;border-right-width:1px}.bb{border-bottom-style:solid;border-bottom-width:1px}.bl{border-left-style:solid;border-left-width:1px}.bn{border-style:none;border-width:0}.b--black{border-color:#000}.b--near-black{border-color:#111}.b--dark-gray{border-color:#333}.b--mid-gray{border-color:#555}.b--gray{border-color:#777}.b--silver{border-color:#999}.b--light-silver{border-color:#aaa}.b--moon-gray{border-color:#ccc}.b--light-gray{border-color:#eee}.b--near-white{border-color:#f4f4f4}.b--white{border-color:#fff}.b--white-90{border-color:hsla(0,0%,100%,.9)}.b--white-80{border-color:hsla(0,0%,100%,.8)}.b--white-70{border-color:hsla(0,0%,100%,.7)}.b--white-60{border-color:hsla(0,0%,100%,.6)}.b--white-5
":root {\n --active-note: #9e00ff;\n --foreground-text: #F06E2F;\n --foreground-text-rgb: 240, 110, 47;\n --internal-link-rgb: 245, 164, 134;\n --background: #eaf1ca;\n}\n\n.bg-foreground-text {\n background-color:var(--foreground-text);\n}\n\n.b--foreground-text {\n border-color:var(--foreground-text);\n}\n\n.foreground-text {\n color:var(--foreground-text);\n}\n\n.bg-background {\n background-color:var(--background);\n}\n\n.b--background {\n border-color:var(--background);\n}",
".links-foreground-text a {\n color: var(--foreground-text);\n}\n\n.links-foreground-text a:hover {\n text-decoration: none;\n}\n\n.no-underline-hover:hover,\n.no-underline-hover:focus {\n text-decoration: none;\n}\n\n// Header\n\n#header {\n transition: transform 100ms ease-in-out;\n}\n\n.header-inactive {\n transform: translateY(-100%);\n}\n\n// Sticky helper\n\n.sticky {\n position: sticky;\n}\n\n// Fonts helper\n\n.anthony {\n font-family: \"Anthony\", sans-serif;\n}\n\n.violet-sans {\n font-family: \"Violet Sans\", sans-serif;\n}\n\n.work-sans-light {\n font-family: \"Work Sans Light\", sans-serif;\n}\n\n// Shadow helper\n\n.shadow-solid-accent { box-shadow: 2px 2px 10px rgba( var(--foreground-text-rgb), 0.2 ); }\n\n// Width helper\n\n.w6 {\n width: 20rem;\n}\n\n// Height Helper\n\n.min-vh-100-header-comp {\n min-height: calc(100vh - 6rem);\n}\n\n// Extended cursors\n\n.grab:hover {\n cursor: grab;\n}\n\n.grabbing:active {\n cursor: grabbing;\n}\n\n// Notes Graph\n\n.links path {\n stroke: var(--foreground-text);\n fill: transparent;\n\n &.active {\n stroke-dasharray: 5;\n animation: dash 40s linear;\n }\n}\n\n@keyframes dash {\n to {\n stroke-dashoffset: 1000;\n }\n}\n\n.nodes circle {\n cursor: pointer;\n stroke: var(--foreground-text);\n fill: var(--background);\n transition: all 0.15s ease-out;\n\n &:hover {\n fill: var(--foreground-text);\n }\n}\n\n.text text {\n cursor: pointer;\n fill: var(--foreground-text);\n\n &:hover {\n text-decoration: underline;\n }\n}\n\n.nodes [active],\n.text [active] {\n cursor: pointer;\n fill: var(--active-note);\n stroke: transparent;\n}\n\n.inactive {\n opacity: 0.45;\n transition: opacity 0.15s ease-out;\n}\n\n// Notes inline styles\n\n.note-meta:before {\n content: '';\n width: 20px;\n height: 20px;\n border-radius: 100%;\n background: var(--active-note);\n}\n\n.internal-link {\n padding: 0 0.3em;\n text-decoration: none;\n background: rgba(var(--internal-link-rgb), 0.25);\n border-radius: 4px;\n text-decoration: underline;\n white-space: nowrap;\n}\n\n.invalid-link {\n padding: 0 0.1em 0.2em 0.1em;\n text-decoration: none;\n background: rgba(var(--internal-link-rgb), 0.1);\n border: 1px solid rgba(var(--internal-link-rgb), 0.5);\n border-radius: 4px;\n color: var(--internal-link-rgb);\n}\n\n.note-contents {\n blockquote {\n margin: 0 0 0 0.75em;\n padding: 0 0.75em;\n border-left: 2px solid var(--foreground-text);\n }\n\n ul, ol {\n padding-left: 1.75em;\n }\n\n img {\n max-width: 100%;\n height: auto;\n display: block;\n }\n\n hr {\n border-width: 0;\n border-top: 1px solid var(--foreground-text);\n }\n\n pre {\n padding: 1rem;\n background-color: rgba(var(--internal-link-rgb), 0.2);\n border-radius: 6px;\n font-size: .875rem;\n }\n}\n\n// Link previews\n\n#tooltip-content {\n max-height: 250px;\n}\n\n#tooltip-content:after {\n content: \"\";\n display: block;\n position: absolute;\n z-index: 1;\n bottom: 0;\n right: 0;\n pointer-events: none;\n background-image: linear-gradient(rgba(#fff, 0), rgba(#fff, 1));\n width: 100%;\n height: 2rem;\n}"
],
"names": [],
"mappings": "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
}