You are here

Files in Bootstrap Styles 1.0.x

Primary tabs

File namesort descending Location Namespace Description
admin-general-styles.css css/admin-general-styles.css @media only screen and (min-width: 1200px) { .bs-admin-d-lg-flex { display: flex; } .bs-admin-group-form-item-lg-ml .form-item:not(:first-child) { margin-left: 1.5rem; } }
Animation.php src/Plugin/BootstrapStyles/StylesGroup/Animation.php Drupal\bootstrap_styles\Plugin\BootstrapStyles\StylesGroup
background-color-classes.css css/bs_example_classes/background-color-classes.css .bs-bg-success { background-color: green !important; } .bs-bg-warning { background-color: yellow !important; } .bs-bg-danger { background-color: red !important; } .bs-bg-light { background-color: lightgray…
background-media.css css/build/plugins/background-media.css .background-local-video { overflow: hidden; position: relative; } .background-local-video video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 0; -ms-transform:…
Background.php src/Plugin/BootstrapStyles/StylesGroup/Background.php Drupal\bootstrap_styles\Plugin\BootstrapStyles\StylesGroup
BackgroundColor.php src/Plugin/BootstrapStyles/Style/BackgroundColor.php Drupal\bootstrap_styles\Plugin\BootstrapStyles\Style
BackgroundMedia.php src/Plugin/BootstrapStyles/Style/BackgroundMedia.php Drupal\bootstrap_styles\Plugin\BootstrapStyles\Style
bootstrap_styles.info.yml bootstrap_styles.info.yml bootstrap_styles.info.yml
bootstrap_styles.libraries.yml bootstrap_styles.libraries.yml bootstrap_styles.libraries.yml
bootstrap_styles.links.menu.yml bootstrap_styles.links.menu.yml bootstrap_styles.links.menu.yml
bootstrap_styles.module bootstrap_styles.module Bootstrap styles module.
bootstrap_styles.permissions.yml bootstrap_styles.permissions.yml bootstrap_styles.permissions.yml
bootstrap_styles.routing.yml bootstrap_styles.routing.yml bootstrap_styles.routing.yml
bootstrap_styles.schema.yml config/schema/bootstrap_styles.schema.yml config/schema/bootstrap_styles.schema.yml
bootstrap_styles.services.yml bootstrap_styles.services.yml bootstrap_styles.services.yml
bootstrap_styles.settings.yml config/install/bootstrap_styles.settings.yml config/install/bootstrap_styles.settings.yml
border-classes.css css/bs_example_classes/border-classes.css .bs-border-style-solid { border-style: solid !important; } .bs-border-style-dashed { border-style: dashed !important; } .bs-border-style-dotted { border-style: dotted !important; } .bs-border-style-left-solid { border-left-style: solid…
border-preview.html.twig templates/border-preview.html.twig Default theme implementation of border preview box.
Border.php src/Plugin/BootstrapStyles/Style/Border.php Drupal\bootstrap_styles\Plugin\BootstrapStyles\Style
Border.php src/Plugin/BootstrapStyles/StylesGroup/Border.php Drupal\bootstrap_styles\Plugin\BootstrapStyles\StylesGroup
box-shadow-classes.css css/bs_example_classes/box-shadow-classes.css .bs-shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } .bs-shadow { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .bs-shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
BoxShadow.php src/Plugin/BootstrapStyles/Style/BoxShadow.php Drupal\bootstrap_styles\Plugin\BootstrapStyles\Style
bs-video-background.html.twig templates/bs-video-background.html.twig Default theme implementation of a container used to wrap child elements.
dark.css css/themes/dark.css Set base styles for the off-canvas autocomplete.
fieldset--bs.html.twig templates/form/fieldset--bs.html.twig Theme override for a fieldset element and its children.
fonts.css css/fonts.css .ui-widget.ui-dialog.ui-layout-builder-modal, .ui-widget.ui-dialog.ui-dialog-off-canvas, #layout-builder-modal { font-family: "PT Sans", sans-serif; }
form-element--bs.html.twig templates/form/form-element--bs.html.twig Theme override for a form element.
form-element-label--bs.html.twig templates/form/form-element-label--bs.html.twig Theme override for a form element label.
general-styles.css css/general-styles.css @-webkit-keyframes hover-pop { 50% { transform: scale(1.2); } } @keyframes hover-pop { 50% { transform: scale(1.2); } } #drupal-off-canvas .form-type-checkbox, #drupal-off-canvas .form-radios > div, #layout-builder-modal…
HelperTrait.php src/HelperTrait.php Drupal\bootstrap_styles
input--bs.html.twig templates/form/input--bs.html.twig Theme override for an 'input' #type form element.
light.css css/themes/light.css Set base styles for the off-canvas autocomplete.
margin-classes.css css/bs_example_classes/margin-classes.css .bs-mx-1 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .bs-mx-2 { margin-left: 1rem !important; margin-right: 1rem !important; } .bs-my-1 { margin-top: 0.5rem !important; margin-bottom: 0.5rem…
Margin.php src/Plugin/BootstrapStyles/Style/Margin.php Drupal\bootstrap_styles\Plugin\BootstrapStyles\Style
padding-classes.css css/bs_example_classes/padding-classes.css .bs-p-1 { padding: 0.25rem !important; } .bs-pl-1 { padding-left: 0.25rem !important; } .bs-pr-1 { padding-right: 0.25rem !important; } .bs-pt-1 { padding-top: 0.25rem !important; } .bs-pb-1 { padding-bottom: 0.25rem…
Padding.php src/Plugin/BootstrapStyles/Style/Padding.php
radios--bs.html.twig templates/form/radios--bs.html.twig Theme override for a 'radios' #type form element.
README.txt README.txt Bootstrap Styles
RefreshResponsive.php src/Ajax/RefreshResponsive.php Drupal\bootstrap_styles\Ajax
responsive.css css/responsive.css .bs-responsive-preview-wrapper { position: fixed; z-index: 500; left: 0; top: 0; right: 0; bottom: 0; } .bs-responsive-preview-wrapper:before { content: ''; background-color: black; background-color: rgba(0, 0, 0, 0.92); …
ResponsiveTrait.php src/ResponsiveTrait.php Drupal\bootstrap_styles
ScrollEffects.php src/Plugin/BootstrapStyles/Style/ScrollEffects.php Drupal\bootstrap_styles\Plugin\BootstrapStyles\Style
SettingsForm.php src/Form/SettingsForm.php Drupal\bootstrap_styles\Form
shadow-preview.html.twig templates/shadow-preview.html.twig Default theme implementation of spacing preview box.
Shadow.php src/Plugin/BootstrapStyles/StylesGroup/Shadow.php Drupal\bootstrap_styles\Plugin\BootstrapStyles\StylesGroup
spacing-preview.html.twig templates/spacing-preview.html.twig Default theme implementation of spacing preview box.
Spacing.php src/Plugin/BootstrapStyles/StylesGroup/Spacing.php Drupal\bootstrap_styles\Plugin\BootstrapStyles\StylesGroup
Style.php src/Annotation/Style.php Drupal\bootstrap_styles\Annotation
StyleManager.php src/Style/StyleManager.php Drupal\bootstrap_styles\Style
StylePluginBase.php src/Style/StylePluginBase.php Drupal\bootstrap_styles\Style

Pages

Other projects