Nicola Jeffreys Art
  • Home
  • Gallery
  • Catalogue
  • About
  • Contact
CCS

CCS

Information

  • CSS classes.
‣

Original

/* https://sites.super.so/split/reset.css */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
    text-decoration: none;
    outline: none;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    min-height: 100%;
    width: 100%;
}

html, body,
h1, h2, h3, p,
ul, ol, li {
    font-style: normal;
    padding: 0;
    margin: 0;
}

iframe, video, img {
    max-width: 100%;
    display: block;
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* https://sites.super.so/split/theme.css */
:root {
    --color-text-default: #000 !important;
    --color-text-gray: #8f9ba8 !important;
    --color-text-default-light: #d4d7dd !important;
    --color-bg-default: #fff !important;
    --color-ui-hover-bg: #f6f7f9 !important;
}

/* https://sites.super.so/split/content.css */
.notion-header {
    position: fixed !important;
    height: 100vh !important;
    width: 50vw !important;
    bottom: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
}

.notion-header__cover {
    max-height: 100% !important;
    height: 100% !important;
}

.super-content {
    position: absolute !important;
    padding: 120px !important;
    width: 50vw !important;
    margin: 0 !important;
    right: 0 !important;
    top: 0 !important;
}

@media (max-width: 1020px) {

    .notion-header,
    .super-content {
        position: relative !important;
        width: 100vw !important;
    }

    .notion-header {
        height: 420px !important;
    }

}

@media (max-width: 680px) {

    .super-content {
        padding: 60px !important;
    }

}

/* https://sites.super.so/split/hidden.css */
.super-badge,
.notion-navbar,
.notion-header__content {
    display: none !important;
}
.notion-toggle.bg-brown {
  display: none !important;
}

/* https://sites.super.so/split/typography.css */
h1 {
    letter-spacing: -2px !important;
    margin-top: 8px !important;
    font-size: 55px !important;
}

h2 {
    letter-spacing: -2px !important;
    margin-top: 6px !important;
    font-size: 45px !important;
}

h3 {
    letter-spacing: -1px !important;
    margin-bottom: 4px !important;
    font-size: 30px !important;
}

p {
    letter-spacing: -0.3px !important;
}

.notion-heading .notion-semantic-string {
    line-height: 1.2 !important;
}

.notion-semantic-string .link {
    opacity: 1 !important;
}

.notion-semantic-string .link:hover {
    border-bottom: 1px solid var(--color-text-default) !important;
    cursor: pointer !important;
}

@media (max-width: 680px) {
    h1 {
        font-size: 35px !important;
    }
    h2 {
        font-size: 30px !important;
    }    
    h3 {
        font-size: 25px !important;
    }
}