Différences entre les versions de « BootstrapComponents/Modal »

De Semantic MediaWiki - Sandbox
(form)
m (small typo)
Balise : Éditeur de wikicode 2017
 
Ligne 24 : Ligne 24 :
  
 
== CSS adaptions ==
 
== CSS adaptions ==
There may be issues with "modal" on some skins. In this case just add the following CSS to you "MediaWiki:Common.css" page.<ref>https://github.com/oetterer/BootstrapComponents/issues/8</ref><syntaxhighlight lang="css">
+
There may be issues with "modal" on some skins. In this case just add the following CSS to your "MediaWiki:Common.css" page.<ref>https://github.com/oetterer/BootstrapComponents/issues/8</ref><syntaxhighlight lang="css">
 
/** BootstrapComponents
 
/** BootstrapComponents
 
  * hide modal-backdrop
 
  * hide modal-backdrop

Dernière version du 9 février 2018 à 10:29

→ Back to Bootstrap Components overview

Description

The Modal component is a dialog box/popup window that is displayed on top of the current page.

For available options to this component, please see the documentation on github.

Examples

With a button trigger

<bootstrap_modal color="info" text="Modal trigger!" heading="This is the modal headline" footer="And some footer text">Lorem ipsum dolor sit amet, ..</bootstrap_modal>

With an image trigger

<bootstrap_modal text="[[File:Blue marker.png]]" heading="Better watch this!">[[File:KarateKat.jpg]]</bootstrap_modal>

Blue marker.png

CSS adaptions

There may be issues with "modal" on some skins. In this case just add the following CSS to your "MediaWiki:Common.css" page.[1]

/** BootstrapComponents
 * hide modal-backdrop
 */
.modal-backdrop {
	display: none;
}

/*
 * get clear of the header elements
 */
.modal {
	top: 60px;
}

References

Les cookies nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de cookies.