whoami7 - Manager
:
/
home
/
dataiclx
/
vielorbe.com
/
wp-content
/
themes
/
glowing
/
assets
/
sass
/
Upload File:
files >> //home/dataiclx/vielorbe.com/wp-content/themes/glowing/assets/sass/_typography.scss
//---------------------------------------------------------------------- // Typography style //---------------------------------------------------------------------- *, *::before, *::after { box-sizing: border-box; } html { font-size: $font_size_base; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; overflow-x: hidden; } @-ms-viewport { width: device-width; } article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; } body { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: var(--g5-body-font); font-weight: var(--g5-body-font-weight); font-size: var(--g5-body-font-size); line-height: var(--g5-body-line-height); color: var(--g5-color-text-main); text-transform: var(--g5-body-text-transform); letter-spacing: var(--g5-body-letter-spacing); background-color: $color_background_body; font-style: var(--g5-body-font-style); text-rendering: optimizeLegibility; text-align: left; overflow-x: hidden; } [tabindex="-1"]:focus { outline: 0 !important; } hr { box-sizing: content-box; height: 0; overflow: visible; margin-top: $margin_element; margin-bottom: $margin_element; border: 0; border-top: solid 1px; border-color: var(--g5-color-border); } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-top: 0; margin-bottom: $margin_element/2; clear: both; } h1 { @include h1(); } h2{ @include h2(); } h3 { @include h3(); } h4 { @include h4(); } h5{ @include h5(); } h6{ @include h6(); } p { margin-top: 0; margin-bottom: $margin_element; } abbr[title], abbr[data-original-title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0; } address { margin-bottom: $margin_element; font-style: normal; line-height: inherit; } dl, ol, ul { //padding: 0; margin-bottom: $margin_element; } ul { list-style: disc; } ul ul { list-style: circle; } ul ul ul { list-style: square; } ol { list-style: decimal; } ol ol { list-style: lower-alpha; } ol ol ol { list-style: lower-roman; } li { line-height: 1.5; //margin: 0.5rem 0 0 1rem; } li > ul, li > ol { margin: 1rem 0 0 1rem; } ul ul, ol ol, ul ol, ol ul { margin-bottom: 1rem; } .reset-list-style, .reset-list-style ul, .reset-list-style ol { list-style: none; margin: 0; } .reset-list-style li { margin: 0; } dt, dd { line-height: 1.5; } dt { font-weight: 700; } dt + dd { margin-top: 0.5rem; } dd + dt { margin-top: 1.5rem; } blockquote { border-left: none; margin-bottom: $margin_element; text-align: center; max-width: 670px; margin-left: auto; margin-right: auto; padding-left: 0; p { font-size: 24px; font-weight: 600; color: var(--g5-color-heading); line-height: 1.5; margin-bottom: 10px; &:before { content: '“ '; } &:after { content: ' ”'; } } a { color: inherit; } cite { font-size: 12px; font-style: normal; font-weight: 600; text-transform: uppercase; display: block; color: inherit; } } dfn { font-style: italic; } b, strong { font-weight: bolder; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sub { bottom: -.25em; } sup { top: -.5em; } a { color: var(--g5-color-link); text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; } a:hover { color: var(--g5-color-link-hover); text-decoration: none; } a > code { color: inherit; } pre { font-size: 100%; margin-bottom: $margin_element; color: var(--g5-color-text-main); padding: 1.5rem; overflow: auto; -ms-overflow-style: scrollbar; border: 1px solid; border-color: var(--g5-color-border); } code, kbd, pre, samp { font-family: var(--g5-body-font); } figure { margin: 0 0 $margin_element; } img { vertical-align: middle; border-style: none; max-width: 100%; height: auto; } svg:not(:root) { overflow: hidden; } table { border-collapse: collapse; margin-bottom: $margin_element; width: 100%; max-width: 100%; background-color: transparent; } table th, table td { padding: 0.4rem; vertical-align: top; border: solid 1px; border-color: var(--g5-color-border); } table thead th { vertical-align: bottom; border: solid 2px; border-color: var(--g5-color-border); } caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: var(--g5-color-gray); text-align: left; caption-side: bottom; } th { text-align: inherit; } label { display: inline-block; margin-bottom: 0.5rem; } input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button, input { overflow: visible; } button, select { text-transform: none; } button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { padding: 0; border-style: none; } input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox; } textarea { overflow: auto; resize: vertical; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; } progress { vertical-align: baseline; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { outline-offset: -2px; -webkit-appearance: none; } [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } output { display: inline-block; } summary { display: list-item; cursor: pointer; } template { display: none; } [hidden] { display: none !important; } @include selection() { background-color: var(--g5-color-accent); color: var(--g5-color-accent-foreground); } big { font-size: 125%; } /* Form style */ form { } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select { height: $height__input; line-height: $height__input - 2px; border: 1px solid var(--g5-color-border-input); padding: 0 20px; color: var(--g5-color-text-input); @include border-radius(3px); max-width: 100%; background-color: var(--g5-color-background-input); &:focus { outline: none; border-color: var(--g5-color-dark); background-color: transparent; } } textarea, select, input[type] { @include input-placeholder() { color: var(--g5-color-placeholder); } } textarea { height: auto; padding-top: 10px; } select { -moz-appearance: none; -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>"); background-repeat: no-repeat; background-position: right 10px top 60%; }
Copyright ©2021 || Defacer Indonesia