Difference between revisions of "Widget:Bootswatch"

From Earth Science Information Partners (ESIP)
(Install package: Bootstrap Test)
 
(No difference)

Latest revision as of 17:13, May 27, 2022

<style>
h1,h2,h3,h4,h5,h6{color:inherit!important;border-bottom:0!important}

pre{background:#f7f7f9}iframe{overflow:hidden;border:none}@media (min-width: 768px){body>.navbar-transparent{box-shadow:none}body>.navbar-transparent .navbar-nav>.open>a{box-shadow:none}}#home,#help{font-size:.9rem}#home .navbar,#help .navbar{background:#349aed;background:linear-gradient(145deg, #349aed 50%, #34d8ed 100%);transition:box-shadow 200ms ease-in}#home .navbar-transparent,#help .navbar-transparent{background:none !important;box-shadow:none}#home .navbar-brand .nav-link,#help .navbar-brand .nav-link{display:inline-block;margin-right:-30px}#home .nav-link,#help .nav-link{text-transform:uppercase;font-weight:500;color:#fff}#home{padding-top:0}#home .btn{padding:.6rem .55rem .5rem;box-shadow:none;font-size:.7rem;font-weight:500}.bs-docs-section{margin-top:4em}.bs-docs-section .page-header h1{padding:2rem 0;font-size:3rem}.dropdown-menu.show[aria-labelledby="themes"]{display:-ms-flexbox;display:flex;width:420px;-ms-flex-wrap:wrap;flex-wrap:wrap}.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item{width:33.333%}.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item:first-child{width:100%}.bs-component{position:relative}.bs-component+.bs-component{margin-top:1rem}.bs-component .card{margin-bottom:1rem}.bs-component .modal{position:relative;top:auto;right:auto;left:auto;bottom:auto;z-index:1;display:block}.bs-component .modal-dialog{width:90%}.bs-component .popover{position:relative;display:inline-block;width:220px;margin:20px}.source-button{display:none;position:absolute;top:0;right:0;z-index:100;font-weight:700}.source-button:hover{cursor:pointer}.bs-component:hover .source-button{display:block}#source-modal pre{max-height:calc(100vh - 11rem);background-color:rgba(0,0,0,0.7);color:rgba(255,255,255,0.7)}.nav-tabs{margin-bottom:15px}.progress{margin-bottom:10px}#footer{margin:5em 0}#footer li{float:left;margin-right:1.5em;margin-bottom:1.5em}#footer p{clear:left;margin-bottom:0}.splash{padding:12em 0 6em;background:#349aed;background:linear-gradient(145deg, #349aed 50%, #34d8ed 100%);color:#fff;text-align:center}.splash .logo{width:160px}.splash h1{font-size:3em;color:#fff}.splash #social{margin:2em 0 0}.splash .alert{margin:2em 0;border:none}.splash .sponsor a{color:#fff}.section-tout{padding:6em 0 1em;border-bottom:1px solid rgba(0,0,0,0.05);background-color:#eaf1f1;text-align:center}.section-tout .icon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;background:#349aed;background:linear-gradient(145deg, #3b9cea 50%, #3db8eb 100%);border-radius:50%;font-size:2rem;color:rgba(0,0,0,0.5)}.section-tout p{margin-bottom:5em}.section-preview{padding:4em 0}.section-preview .preview{margin-bottom:4em;background-color:#eaf1f1}.section-preview .preview .image{position:relative}.section-preview .preview .image::before{box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);position:absolute;top:0;left:0;width:100%;height:100%;content:"";pointer-events:none}.section-preview .preview .options{padding:2em;border:1px solid rgba(0,0,0,0.05);border-top:none;text-align:center}.section-preview .preview .options p{margin-bottom:2em}.section-preview .dropdown-menu{text-align:left}.section-preview .lead{margin-bottom:2em}.sponsor #carbonads{max-width:240px;margin:0 auto}.sponsor .carbon-text{display:block;margin-top:1em;font-size:12px}.sponsor .carbon-poweredby{float:right;margin-top:1em;font-size:10px}@media (max-width: 767px){.splash{padding-top:8em}.splash .logo{width:100px}.splash h1{font-size:2em}#banner{margin-bottom:2em;text-align:center}}

</style>

<nav class="navbar navbar-expand-lg navbar-dark bg-primary"> <a class="navbar-brand" href="#">Navbar</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor01" aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation"> </button>

</nav>

<nav class="navbar navbar-expand-lg navbar-dark bg-dark"> <a class="navbar-brand" href="#">Navbar</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation"> </button>

</nav>

<nav class="navbar navbar-expand-lg navbar-light bg-light"> <a class="navbar-brand" href="#">Navbar</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor03" aria-controls="navbarColor03" aria-expanded="false" aria-label="Toggle navigation"> </button>

</nav>

<button type="button" class="btn btn-primary">Primary</button> <button type="button" class="btn btn-secondary">Secondary</button> <button type="button" class="btn btn-success">Success</button> <button type="button" class="btn btn-info">Info</button> <button type="button" class="btn btn-warning">Warning</button> <button type="button" class="btn btn-danger">Danger</button> <button type="button" class="btn btn-link">Link</button>

<button type="button" class="btn btn-primary disabled">Primary</button> <button type="button" class="btn btn-secondary disabled">Secondary</button> <button type="button" class="btn btn-success disabled">Success</button> <button type="button" class="btn btn-info disabled">Info</button> <button type="button" class="btn btn-warning disabled">Warning</button> <button type="button" class="btn btn-danger disabled">Danger</button> <button type="button" class="btn btn-link disabled">Link</button>

<button type="button" class="btn btn-outline-primary">Primary</button> <button type="button" class="btn btn-outline-secondary">Secondary</button> <button type="button" class="btn btn-outline-success">Success</button> <button type="button" class="btn btn-outline-info">Info</button> <button type="button" class="btn btn-outline-warning">Warning</button> <button type="button" class="btn btn-outline-danger">Danger</button>

<button type="button" class="btn btn-primary">Primary</button>

<button id="btnGroupDrop1" type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></button>

<button type="button" class="btn btn-success">Success</button>

<button id="btnGroupDrop2" type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></button>

<button type="button" class="btn btn-info">Info</button>

<button id="btnGroupDrop3" type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></button>

<button type="button" class="btn btn-danger">Danger</button>

<button id="btnGroupDrop4" type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></button>

<button type="button" class="btn btn-primary btn-lg">Large button</button> <button type="button" class="btn btn-primary">Default button</button> <button type="button" class="btn btn-primary btn-sm">Small button</button>

<button type="button" class="btn btn-primary btn-lg btn-block">Block level button</button>

<label class="btn btn-primary active"> <input type="checkbox" checked autocomplete="off"> Active </label> <label class="btn btn-primary"> <input type="checkbox" autocomplete="off"> Check </label> <label class="btn btn-primary"> <input type="checkbox" autocomplete="off"> Check </label>

<label class="btn btn-primary active"> <input type="radio" name="options" id="option1" autocomplete="off" checked> Active </label> <label class="btn btn-primary"> <input type="radio" name="options" id="option2" autocomplete="off"> Radio </label> <label class="btn btn-primary"> <input type="radio" name="options" id="option3" autocomplete="off"> Radio </label>

<button type="button" class="btn btn-primary">Button</button> <button type="button" class="btn btn-primary">Button</button> <button type="button" class="btn btn-primary">Button</button> <button type="button" class="btn btn-primary">Button</button> <button type="button" class="btn btn-primary">Button</button> <button type="button" class="btn btn-primary">Button</button>

<button type="button" class="btn btn-secondary">Left</button> <button type="button" class="btn btn-secondary">Middle</button> <button type="button" class="btn btn-secondary">Right</button>

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Heading with muted text

Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.

Example body text

Nullam quis risus eget <a href="#">urna mollis ornare</a> vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.

This line of text is meant to be treated as fine print.

The following is rendered as bold text.

The following is rendered as italicized text.

An abbreviation of the word attribute is attr.

Emphasis classes

Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.

Nullam id dolor id nibh ultricies vehicula ut id elit.

Pellentesque ornare sem lacinia quam venenatis vestibulum.

Etiam porta sem malesuada magna mollis euismod.

Donec ullamcorper nulla non metus auctor fringilla.

Duis mollis, est non commodo luctus, nisi erat porttitor ligula.

Maecenas sed diam eget risus varius blandit sit amet non magna.

Blockquotes

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

<footer class="blockquote-footer">Someone famous in Source Title</footer>

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

<footer class="blockquote-footer">Someone famous in Source Title</footer>

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

<footer class="blockquote-footer">Someone famous in Source Title</footer>

<thead> </thead> <tbody> </tbody>
Type Column heading Column heading Column heading
Active Column content Column content Column content
Default Column content Column content Column content
Primary Column content Column content Column content
Secondary Column content Column content Column content
Success Column content Column content Column content
Danger Column content Column content Column content
Warning Column content Column content Column content
Info Column content Column content Column content
Light Column content Column content Column content
Dark Column content Column content Column content

<form> <fieldset> <legend>Legend</legend>

<label for="staticEmail" class="col-sm-2 col-form-label">Email</label>

<input type="text" readonly class="form-control-plaintext" id="staticEmail" value="email@example.com">

<label for="exampleInputEmail1">Email address</label> <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email"> We'll never share your email with anyone else.

<label for="exampleInputPassword1">Password</label> <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">

<label for="exampleSelect1">Example select</label> <select class="form-control" id="exampleSelect1"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select>

<label for="exampleSelect2">Example multiple select</label> <select multiple class="form-control" id="exampleSelect2"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select>

<label for="exampleTextarea">Example textarea</label> <textarea class="form-control" id="exampleTextarea" rows="3"></textarea>

<label for="exampleInputFile">File input</label> <input type="file" class="form-control-file" id="exampleInputFile" aria-describedby="fileHelp"> This is some placeholder block-level help text for the above input. It's a bit lighter and easily wraps to a new line.

<fieldset class="form-group"> <legend>Radio buttons</legend>

<label class="form-check-label"> <input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios1" value="option1" checked> Option one is this and that—be sure to include why it's great </label>

<label class="form-check-label"> <input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios2" value="option2"> Option two can be something else and selecting it will deselect option one </label>

<label class="form-check-label"> <input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios3" value="option3" disabled> Option three is disabled </label>

</fieldset> <fieldset class="form-group"> <legend>Checkboxes</legend>

<label class="form-check-label"> <input class="form-check-input" type="checkbox" value="" checked> Option one is this and that—be sure to include why it's great </label>

<label class="form-check-label"> <input class="form-check-input" type="checkbox" value="" disabled> Option two is disabled </label>

</fieldset> <fieldset class="form-group"> <legend>Sliders</legend> <label for="customRange1">Example range</label> <input type="range" class="custom-range" id="customRange1"> </fieldset> <button type="submit" class="btn btn-primary">Submit</button> </fieldset> </form>

<form class="bs-component">

<fieldset disabled> <label class="control-label" for="disabledInput">Disabled input</label> <input class="form-control" id="disabledInput" type="text" placeholder="Disabled input here..." disabled> </fieldset>

<fieldset> <label class="control-label" for="readOnlyInput">Readonly input</label> <input class="form-control" id="readOnlyInput" type="text" placeholder="Readonly input here..." readonly> </fieldset>

<label class="form-control-label" for="inputValid">Valid input</label> <input type="text" value="correct value" class="form-control is-valid" id="inputValid">

Success! You've done it.

<label class="form-control-label" for="inputInvalid">Invalid input</label> <input type="text" value="wrong value" class="form-control is-invalid" id="inputInvalid">

Sorry, that username's taken. Try another?

<label class="col-form-label col-form-label-lg" for="inputLarge">Large input</label> <input class="form-control form-control-lg" type="text" placeholder=".form-control-lg" id="inputLarge">

<label class="col-form-label" for="inputDefault">Default input</label> <input type="text" class="form-control" placeholder="Default input" id="inputDefault">

<label class="col-form-label col-form-label-sm" for="inputSmall">Small input</label> <input class="form-control form-control-sm" type="text" placeholder=".form-control-sm" id="inputSmall">

<label class="control-label">Input addons</label>

$

<input type="text" class="form-control" aria-label="Amount (to the nearest dollar)">

.00

</form>

<fieldset> <legend>Custom forms</legend>

<input type="radio" id="customRadio1" name="customRadio" class="custom-control-input" checked> <label class="custom-control-label" for="customRadio1">Toggle this custom radio</label>

<input type="radio" id="customRadio2" name="customRadio" class="custom-control-input"> <label class="custom-control-label" for="customRadio2">Or toggle this other custom radio</label>

<input type="radio" id="customRadio3" name="customRadio" class="custom-control-input" disabled> <label class="custom-control-label" for="customRadio3">Disabled custom radio</label>

<input type="checkbox" class="custom-control-input" id="customCheck1" checked> <label class="custom-control-label" for="customCheck1">Check this custom checkbox</label>

<input type="checkbox" class="custom-control-input" id="customCheck2" disabled> <label class="custom-control-label" for="customCheck2">Disabled custom checkbox</label>

<input type="checkbox" class="custom-control-input" id="customSwitch1" checked> <label class="custom-control-label" for="customSwitch1">Toggle this switch element</label>

<input type="checkbox" class="custom-control-input" disabled id="customSwitch2"> <label class="custom-control-label" for="customSwitch2">Disabled switch element</label>

<select class="custom-select"> <option selected>Open this select menu</option> <option value="1">One</option> <option value="2">Two</option> <option value="3">Three</option> </select>

<input type="file" class="custom-file-input" id="inputGroupFile02"> <label class="custom-file-label" for="inputGroupFile02">Choose file</label>

Upload

</fieldset>

Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.

Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit.


Pagination

  • <a class="page-link" href="#">«</a>
  • <a class="page-link" href="#">1</a>
  • <a class="page-link" href="#">2</a>
  • <a class="page-link" href="#">3</a>
  • <a class="page-link" href="#">4</a>
  • <a class="page-link" href="#">5</a>
  • <a class="page-link" href="#">»</a>
  • <a class="page-link" href="#">«</a>
  • <a class="page-link" href="#">1</a>
  • <a class="page-link" href="#">2</a>
  • <a class="page-link" href="#">3</a>
  • <a class="page-link" href="#">4</a>
  • <a class="page-link" href="#">5</a>
  • <a class="page-link" href="#">»</a>
  • <a class="page-link" href="#">«</a>
  • <a class="page-link" href="#">1</a>
  • <a class="page-link" href="#">2</a>
  • <a class="page-link" href="#">3</a>
  • <a class="page-link" href="#">4</a>
  • <a class="page-link" href="#">5</a>
  • <a class="page-link" href="#">»</a>

Alerts

<button type="button" class="close" data-dismiss="alert">×</button>

Warning!

Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, <a href="#" class="alert-link">vel scelerisque nisl consectetur et</a>.

<button type="button" class="close" data-dismiss="alert">×</button> Oh snap! <a href="#" class="alert-link">Change a few things up</a> and try submitting again.

<button type="button" class="close" data-dismiss="alert">×</button> Well done! You successfully read <a href="#" class="alert-link">this important alert message</a>.

<button type="button" class="close" data-dismiss="alert">×</button> Heads up! This <a href="#" class="alert-link">alert needs your attention</a>, but it's not super important.

<button type="button" class="close" data-dismiss="alert">×</button> Oh snap! <a href="#" class="alert-link">Change a few things up</a> and try submitting again.

<button type="button" class="close" data-dismiss="alert">×</button> Well done! You successfully read <a href="#" class="alert-link">this important alert message</a>.

<button type="button" class="close" data-dismiss="alert">×</button> Heads up! This <a href="#" class="alert-link">alert needs your attention</a>, but it's not super important.

Badges

Primary Secondary Success Danger Warning Info Light Dark

Primary Secondary Success Danger Warning Info Light Dark

Hello, world!

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.


It uses utility classes for typography and spacing to space content out within the larger container.

<a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>

List groups

  • Cras justo odio 14
  • Dapibus ac facilisis in 2
  • Morbi leo risus 1

<a href="#" class="list-group-item list-group-item-action active">Cras justo odio</a> <a href="#" class="list-group-item list-group-item-action">Dapibus ac facilisis in</a> <a href="#" class="list-group-item list-group-item-action disabled">Morbi leo risus</a>

<a href="#" class="list-group-item list-group-item-action flex-column align-items-start active">

List group item heading

3 days ago

Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.

Donec id elit non mi porta. </a> <a href="#" class="list-group-item list-group-item-action flex-column align-items-start">

List group item heading

3 days ago

Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.

Donec id elit non mi porta. </a>

Cards

Header

Primary card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

Secondary card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

Success card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

Danger card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

Warning card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

Info card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

Light card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

Dark card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

Primary card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

Secondary card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

Success card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

Danger card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

Warning card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

Info card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

Light card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

Dark card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Card header

Special title treatment
Support card subtitle

<svg xmlns="http://www.w3.org/2000/svg" class="d-block user-select-none" width="100%" height="200" aria-label="Placeholder: Image cap" focusable="false" role="img" preserveAspectRatio="xMidYMid slice" viewBox="0 0 318 180" style="font-size:1.125rem;text-anchor:middle"> <rect width="100%" height="100%" fill="#868e96"></rect> <text x="50%" y="50%" fill="#dee2e6" dy=".3em">Image cap</text> </svg>

Some quick example text to build on the card title and make up the bulk of the card's content.

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

<a href="#" class="card-link">Card link</a> <a href="#" class="card-link">Another link</a>

Card title

Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

<a href="#" class="card-link">Card link</a> <a href="#" class="card-link">Another link</a>