bootstrap-nucleus
Version:
Bootstrap Nucleus - the essential core of Bootstrap v4.
1,166 lines (1,029 loc) • 21.5 kB
CSS
.align-baseline {
vertical-align: baseline ;
}
.align-top {
vertical-align: top ;
}
.align-middle {
vertical-align: middle ;
}
.align-bottom {
vertical-align: bottom ;
}
.align-text-bottom {
vertical-align: text-bottom ;
}
.align-text-top {
vertical-align: text-top ;
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.d-none {
display: none ;
}
.d-inline {
display: inline ;
}
.d-inline-block {
display: inline-block ;
}
.d-block {
display: block ;
}
.d-table {
display: table ;
}
.d-table-row {
display: table-row ;
}
.d-table-cell {
display: table-cell ;
}
.d-flex {
display: flex ;
}
.d-inline-flex {
display: inline-flex ;
}
@media (min-width: 576px) {
.d-sm-none {
display: none ;
}
.d-sm-inline {
display: inline ;
}
.d-sm-inline-block {
display: inline-block ;
}
.d-sm-block {
display: block ;
}
.d-sm-table {
display: table ;
}
.d-sm-table-row {
display: table-row ;
}
.d-sm-table-cell {
display: table-cell ;
}
.d-sm-flex {
display: flex ;
}
.d-sm-inline-flex {
display: inline-flex ;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none ;
}
.d-md-inline {
display: inline ;
}
.d-md-inline-block {
display: inline-block ;
}
.d-md-block {
display: block ;
}
.d-md-table {
display: table ;
}
.d-md-table-row {
display: table-row ;
}
.d-md-table-cell {
display: table-cell ;
}
.d-md-flex {
display: flex ;
}
.d-md-inline-flex {
display: inline-flex ;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none ;
}
.d-lg-inline {
display: inline ;
}
.d-lg-inline-block {
display: inline-block ;
}
.d-lg-block {
display: block ;
}
.d-lg-table {
display: table ;
}
.d-lg-table-row {
display: table-row ;
}
.d-lg-table-cell {
display: table-cell ;
}
.d-lg-flex {
display: flex ;
}
.d-lg-inline-flex {
display: inline-flex ;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none ;
}
.d-xl-inline {
display: inline ;
}
.d-xl-inline-block {
display: inline-block ;
}
.d-xl-block {
display: block ;
}
.d-xl-table {
display: table ;
}
.d-xl-table-row {
display: table-row ;
}
.d-xl-table-cell {
display: table-cell ;
}
.d-xl-flex {
display: flex ;
}
.d-xl-inline-flex {
display: inline-flex ;
}
}
@media print {
.d-print-none {
display: none ;
}
.d-print-inline {
display: inline ;
}
.d-print-inline-block {
display: inline-block ;
}
.d-print-block {
display: block ;
}
.d-print-table {
display: table ;
}
.d-print-table-row {
display: table-row ;
}
.d-print-table-cell {
display: table-cell ;
}
.d-print-flex {
display: flex ;
}
.d-print-inline-flex {
display: inline-flex ;
}
}
.flex-row {
flex-direction: row ;
}
.flex-column {
flex-direction: column ;
}
.flex-row-reverse {
flex-direction: row-reverse ;
}
.flex-column-reverse {
flex-direction: column-reverse ;
}
.flex-wrap {
flex-wrap: wrap ;
}
.flex-nowrap {
flex-wrap: nowrap ;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse ;
}
.flex-fill {
flex: 1 1 auto ;
}
.flex-grow-0 {
flex-grow: 0 ;
}
.flex-grow-1 {
flex-grow: 1 ;
}
.flex-shrink-0 {
flex-shrink: 0 ;
}
.flex-shrink-1 {
flex-shrink: 1 ;
}
.justify-content-start {
justify-content: flex-start ;
}
.justify-content-end {
justify-content: flex-end ;
}
.justify-content-center {
justify-content: center ;
}
.justify-content-between {
justify-content: space-between ;
}
.justify-content-around {
justify-content: space-around ;
}
.align-items-start {
align-items: flex-start ;
}
.align-items-end {
align-items: flex-end ;
}
.align-items-center {
align-items: center ;
}
.align-items-baseline {
align-items: baseline ;
}
.align-items-stretch {
align-items: stretch ;
}
.align-content-start {
align-content: flex-start ;
}
.align-content-end {
align-content: flex-end ;
}
.align-content-center {
align-content: center ;
}
.align-content-between {
align-content: space-between ;
}
.align-content-around {
align-content: space-around ;
}
.align-content-stretch {
align-content: stretch ;
}
.align-self-auto {
align-self: auto ;
}
.align-self-start {
align-self: flex-start ;
}
.align-self-end {
align-self: flex-end ;
}
.align-self-center {
align-self: center ;
}
.align-self-baseline {
align-self: baseline ;
}
.align-self-stretch {
align-self: stretch ;
}
@media (min-width: 576px) {
.flex-sm-row {
flex-direction: row ;
}
.flex-sm-column {
flex-direction: column ;
}
.flex-sm-row-reverse {
flex-direction: row-reverse ;
}
.flex-sm-column-reverse {
flex-direction: column-reverse ;
}
.flex-sm-wrap {
flex-wrap: wrap ;
}
.flex-sm-nowrap {
flex-wrap: nowrap ;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse ;
}
.flex-sm-fill {
flex: 1 1 auto ;
}
.flex-sm-grow-0 {
flex-grow: 0 ;
}
.flex-sm-grow-1 {
flex-grow: 1 ;
}
.flex-sm-shrink-0 {
flex-shrink: 0 ;
}
.flex-sm-shrink-1 {
flex-shrink: 1 ;
}
.justify-content-sm-start {
justify-content: flex-start ;
}
.justify-content-sm-end {
justify-content: flex-end ;
}
.justify-content-sm-center {
justify-content: center ;
}
.justify-content-sm-between {
justify-content: space-between ;
}
.justify-content-sm-around {
justify-content: space-around ;
}
.align-items-sm-start {
align-items: flex-start ;
}
.align-items-sm-end {
align-items: flex-end ;
}
.align-items-sm-center {
align-items: center ;
}
.align-items-sm-baseline {
align-items: baseline ;
}
.align-items-sm-stretch {
align-items: stretch ;
}
.align-content-sm-start {
align-content: flex-start ;
}
.align-content-sm-end {
align-content: flex-end ;
}
.align-content-sm-center {
align-content: center ;
}
.align-content-sm-between {
align-content: space-between ;
}
.align-content-sm-around {
align-content: space-around ;
}
.align-content-sm-stretch {
align-content: stretch ;
}
.align-self-sm-auto {
align-self: auto ;
}
.align-self-sm-start {
align-self: flex-start ;
}
.align-self-sm-end {
align-self: flex-end ;
}
.align-self-sm-center {
align-self: center ;
}
.align-self-sm-baseline {
align-self: baseline ;
}
.align-self-sm-stretch {
align-self: stretch ;
}
}
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row ;
}
.flex-md-column {
flex-direction: column ;
}
.flex-md-row-reverse {
flex-direction: row-reverse ;
}
.flex-md-column-reverse {
flex-direction: column-reverse ;
}
.flex-md-wrap {
flex-wrap: wrap ;
}
.flex-md-nowrap {
flex-wrap: nowrap ;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse ;
}
.flex-md-fill {
flex: 1 1 auto ;
}
.flex-md-grow-0 {
flex-grow: 0 ;
}
.flex-md-grow-1 {
flex-grow: 1 ;
}
.flex-md-shrink-0 {
flex-shrink: 0 ;
}
.flex-md-shrink-1 {
flex-shrink: 1 ;
}
.justify-content-md-start {
justify-content: flex-start ;
}
.justify-content-md-end {
justify-content: flex-end ;
}
.justify-content-md-center {
justify-content: center ;
}
.justify-content-md-between {
justify-content: space-between ;
}
.justify-content-md-around {
justify-content: space-around ;
}
.align-items-md-start {
align-items: flex-start ;
}
.align-items-md-end {
align-items: flex-end ;
}
.align-items-md-center {
align-items: center ;
}
.align-items-md-baseline {
align-items: baseline ;
}
.align-items-md-stretch {
align-items: stretch ;
}
.align-content-md-start {
align-content: flex-start ;
}
.align-content-md-end {
align-content: flex-end ;
}
.align-content-md-center {
align-content: center ;
}
.align-content-md-between {
align-content: space-between ;
}
.align-content-md-around {
align-content: space-around ;
}
.align-content-md-stretch {
align-content: stretch ;
}
.align-self-md-auto {
align-self: auto ;
}
.align-self-md-start {
align-self: flex-start ;
}
.align-self-md-end {
align-self: flex-end ;
}
.align-self-md-center {
align-self: center ;
}
.align-self-md-baseline {
align-self: baseline ;
}
.align-self-md-stretch {
align-self: stretch ;
}
}
@media (min-width: 992px) {
.flex-lg-row {
flex-direction: row ;
}
.flex-lg-column {
flex-direction: column ;
}
.flex-lg-row-reverse {
flex-direction: row-reverse ;
}
.flex-lg-column-reverse {
flex-direction: column-reverse ;
}
.flex-lg-wrap {
flex-wrap: wrap ;
}
.flex-lg-nowrap {
flex-wrap: nowrap ;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse ;
}
.flex-lg-fill {
flex: 1 1 auto ;
}
.flex-lg-grow-0 {
flex-grow: 0 ;
}
.flex-lg-grow-1 {
flex-grow: 1 ;
}
.flex-lg-shrink-0 {
flex-shrink: 0 ;
}
.flex-lg-shrink-1 {
flex-shrink: 1 ;
}
.justify-content-lg-start {
justify-content: flex-start ;
}
.justify-content-lg-end {
justify-content: flex-end ;
}
.justify-content-lg-center {
justify-content: center ;
}
.justify-content-lg-between {
justify-content: space-between ;
}
.justify-content-lg-around {
justify-content: space-around ;
}
.align-items-lg-start {
align-items: flex-start ;
}
.align-items-lg-end {
align-items: flex-end ;
}
.align-items-lg-center {
align-items: center ;
}
.align-items-lg-baseline {
align-items: baseline ;
}
.align-items-lg-stretch {
align-items: stretch ;
}
.align-content-lg-start {
align-content: flex-start ;
}
.align-content-lg-end {
align-content: flex-end ;
}
.align-content-lg-center {
align-content: center ;
}
.align-content-lg-between {
align-content: space-between ;
}
.align-content-lg-around {
align-content: space-around ;
}
.align-content-lg-stretch {
align-content: stretch ;
}
.align-self-lg-auto {
align-self: auto ;
}
.align-self-lg-start {
align-self: flex-start ;
}
.align-self-lg-end {
align-self: flex-end ;
}
.align-self-lg-center {
align-self: center ;
}
.align-self-lg-baseline {
align-self: baseline ;
}
.align-self-lg-stretch {
align-self: stretch ;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
flex-direction: row ;
}
.flex-xl-column {
flex-direction: column ;
}
.flex-xl-row-reverse {
flex-direction: row-reverse ;
}
.flex-xl-column-reverse {
flex-direction: column-reverse ;
}
.flex-xl-wrap {
flex-wrap: wrap ;
}
.flex-xl-nowrap {
flex-wrap: nowrap ;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse ;
}
.flex-xl-fill {
flex: 1 1 auto ;
}
.flex-xl-grow-0 {
flex-grow: 0 ;
}
.flex-xl-grow-1 {
flex-grow: 1 ;
}
.flex-xl-shrink-0 {
flex-shrink: 0 ;
}
.flex-xl-shrink-1 {
flex-shrink: 1 ;
}
.justify-content-xl-start {
justify-content: flex-start ;
}
.justify-content-xl-end {
justify-content: flex-end ;
}
.justify-content-xl-center {
justify-content: center ;
}
.justify-content-xl-between {
justify-content: space-between ;
}
.justify-content-xl-around {
justify-content: space-around ;
}
.align-items-xl-start {
align-items: flex-start ;
}
.align-items-xl-end {
align-items: flex-end ;
}
.align-items-xl-center {
align-items: center ;
}
.align-items-xl-baseline {
align-items: baseline ;
}
.align-items-xl-stretch {
align-items: stretch ;
}
.align-content-xl-start {
align-content: flex-start ;
}
.align-content-xl-end {
align-content: flex-end ;
}
.align-content-xl-center {
align-content: center ;
}
.align-content-xl-between {
align-content: space-between ;
}
.align-content-xl-around {
align-content: space-around ;
}
.align-content-xl-stretch {
align-content: stretch ;
}
.align-self-xl-auto {
align-self: auto ;
}
.align-self-xl-start {
align-self: flex-start ;
}
.align-self-xl-end {
align-self: flex-end ;
}
.align-self-xl-center {
align-self: center ;
}
.align-self-xl-baseline {
align-self: baseline ;
}
.align-self-xl-stretch {
align-self: stretch ;
}
}
.float-left {
float: left ;
}
.float-right {
float: right ;
}
.float-none {
float: none ;
}
@media (min-width: 576px) {
.float-sm-left {
float: left ;
}
.float-sm-right {
float: right ;
}
.float-sm-none {
float: none ;
}
}
@media (min-width: 768px) {
.float-md-left {
float: left ;
}
.float-md-right {
float: right ;
}
.float-md-none {
float: none ;
}
}
@media (min-width: 992px) {
.float-lg-left {
float: left ;
}
.float-lg-right {
float: right ;
}
.float-lg-none {
float: none ;
}
}
@media (min-width: 1200px) {
.float-xl-left {
float: left ;
}
.float-xl-right {
float: right ;
}
.float-xl-none {
float: none ;
}
}
.position-static {
position: static ;
}
.position-relative {
position: relative ;
}
.position-absolute {
position: absolute ;
}
.position-fixed {
position: fixed ;
}
.position-sticky {
position: sticky ;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports (position: sticky) {
.sticky-top {
position: sticky;
top: 0;
z-index: 1020;
}
}
.w-25 {
width: 25% ;
}
.w-50 {
width: 50% ;
}
.w-75 {
width: 75% ;
}
.w-100 {
width: 100% ;
}
.w-auto {
width: auto ;
}
.h-25 {
height: 25% ;
}
.h-50 {
height: 50% ;
}
.h-75 {
height: 75% ;
}
.h-100 {
height: 100% ;
}
.h-auto {
height: auto ;
}
.mw-100 {
max-width: 100% ;
}
.mh-100 {
max-height: 100% ;
}
.min-vw-100 {
min-width: 100vw ;
}
.min-vh-100 {
min-height: 100vh ;
}
.vw-100 {
width: 100vw ;
}
.vh-100 {
height: 100vh ;
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
text-align: justify ;
}
.text-wrap {
white-space: normal ;
}
.text-nowrap {
white-space: nowrap ;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left ;
}
.text-right {
text-align: right ;
}
.text-center {
text-align: center ;
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left ;
}
.text-sm-right {
text-align: right ;
}
.text-sm-center {
text-align: center ;
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left ;
}
.text-md-right {
text-align: right ;
}
.text-md-center {
text-align: center ;
}
}
@media (min-width: 992px) {
.text-lg-left {
text-align: left ;
}
.text-lg-right {
text-align: right ;
}
.text-lg-center {
text-align: center ;
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align: left ;
}
.text-xl-right {
text-align: right ;
}
.text-xl-center {
text-align: center ;
}
}
.text-lowercase {
text-transform: lowercase ;
}
.text-uppercase {
text-transform: uppercase ;
}
.text-capitalize {
text-transform: capitalize ;
}
.font-weight-light {
font-weight: 300 ;
}
.font-weight-lighter {
font-weight: lighter ;
}
.font-weight-normal {
font-weight: 400 ;
}
.font-weight-bold {
font-weight: 700 ;
}
.font-weight-bolder {
font-weight: bolder ;
}
.font-italic {
font-style: italic ;
}
.text-white {
color: #fff ;
}
.text-primary {
color: #007bff ;
}
a.text-primary:hover, a.text-primary:focus {
color: #0056b3 ;
}
.text-secondary {
color: #6c757d ;
}
a.text-secondary:hover, a.text-secondary:focus {
color: #494f54 ;
}
.text-success {
color: #28a745 ;
}
a.text-success:hover, a.text-success:focus {
color: #19692c ;
}
.text-info {
color: #17a2b8 ;
}
a.text-info:hover, a.text-info:focus {
color: #0f6674 ;
}
.text-warning {
color: #ffc107 ;
}
a.text-warning:hover, a.text-warning:focus {
color: #ba8b00 ;
}
.text-danger {
color: #dc3545 ;
}
a.text-danger:hover, a.text-danger:focus {
color: #a71d2a ;
}
.text-light {
color: #f8f9fa ;
}
a.text-light:hover, a.text-light:focus {
color: #cbd3da ;
}
.text-dark {
color: #343a40 ;
}
a.text-dark:hover, a.text-dark:focus {
color: #121416 ;
}
.text-body {
color: #212529 ;
}
.text-muted {
color: #6c757d ;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) ;
}
.text-white-50 {
color: rgba(255, 255, 255, 0.5) ;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.text-decoration-none {
text-decoration: none ;
}
.text-reset {
color: inherit ;
}
.visible {
visibility: visible ;
}
.invisible {
visibility: hidden ;
}