From e6dac085cb1d601da1fc63bfd59d811612fa6ef4 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 8 Oct 2021 12:24:19 +0000 Subject: update composer libs --- .../site/content/docs/5.0/examples/blog/blog.css | 103 -------- .../content/docs/5.0/examples/blog/blog.rtl.css | 103 -------- .../site/content/docs/5.0/examples/blog/index.html | 258 --------------------- 3 files changed, 464 deletions(-) delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/blog.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/blog.rtl.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/index.html (limited to 'vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/blog.css b/vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/blog.css deleted file mode 100644 index 437a540f6..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/blog.css +++ /dev/null @@ -1,103 +0,0 @@ -/* stylelint-disable selector-list-comma-newline-after */ - -.blog-header { - line-height: 1; - border-bottom: 1px solid #e5e5e5; -} - -.blog-header-logo { - font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/; - font-size: 2.25rem; -} - -.blog-header-logo:hover { - text-decoration: none; -} - -h1, h2, h3, h4, h5, h6 { - font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/; -} - -.display-4 { - font-size: 2.5rem; -} -@media (min-width: 768px) { - .display-4 { - font-size: 3rem; - } -} - -.nav-scroller { - position: relative; - z-index: 2; - height: 2.75rem; - overflow-y: hidden; -} - -.nav-scroller .nav { - display: flex; - flex-wrap: nowrap; - padding-bottom: 1rem; - margin-top: -1px; - overflow-x: auto; - text-align: center; - white-space: nowrap; - -webkit-overflow-scrolling: touch; -} - -.nav-scroller .nav-link { - padding-top: .75rem; - padding-bottom: .75rem; - font-size: .875rem; -} - -.card-img-right { - height: 100%; - border-radius: 0 3px 3px 0; -} - -.flex-auto { - flex: 0 0 auto; -} - -.h-250 { height: 250px; } -@media (min-width: 768px) { - .h-md-250 { height: 250px; } -} - -/* Pagination */ -.blog-pagination { - margin-bottom: 4rem; -} -.blog-pagination > .btn { - border-radius: 2rem; -} - -/* - * Blog posts - */ -.blog-post { - margin-bottom: 4rem; -} -.blog-post-title { - margin-bottom: .25rem; - font-size: 2.5rem; -} -.blog-post-meta { - margin-bottom: 1.25rem; - color: #727272; -} - -/* - * Footer - */ -.blog-footer { - padding: 2.5rem 0; - color: #727272; - text-align: center; - background-color: #f9f9f9; - border-top: .05rem solid #e5e5e5; -} -.blog-footer p:last-child { - margin-bottom: 0; -} diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/blog.rtl.css b/vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/blog.rtl.css deleted file mode 100644 index 35eac731f..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/blog.rtl.css +++ /dev/null @@ -1,103 +0,0 @@ -/* stylelint-disable selector-list-comma-newline-after */ - -.blog-header { - line-height: 1; - border-bottom: 1px solid #e5e5e5; -} - -.blog-header-logo { - font-family: Amiri, Georgia, "Times New Roman", serif; - font-size: 2.25rem; -} - -.blog-header-logo:hover { - text-decoration: none; -} - -h1, h2, h3, h4, h5, h6 { - font-family: Amiri, Georgia, "Times New Roman", serif; -} - -.display-4 { - font-size: 2.5rem; -} -@media (min-width: 768px) { - .display-4 { - font-size: 3rem; - } -} - -.nav-scroller { - position: relative; - z-index: 2; - height: 2.75rem; - overflow-y: hidden; -} - -.nav-scroller .nav { - display: flex; - flex-wrap: nowrap; - padding-bottom: 1rem; - margin-top: -1px; - overflow-x: auto; - text-align: center; - white-space: nowrap; - -webkit-overflow-scrolling: touch; -} - -.nav-scroller .nav-link { - padding-top: .75rem; - padding-bottom: .75rem; - font-size: .875rem; -} - -.card-img-right { - height: 100%; - border-radius: 3px 0 0 3px; -} - -.flex-auto { - flex: 0 0 auto; -} - -.h-250 { height: 250px; } -@media (min-width: 768px) { - .h-md-250 { height: 250px; } -} - -/* Pagination */ -.blog-pagination { - margin-bottom: 4rem; -} -.blog-pagination > .btn { - border-radius: 2rem; -} - -/* - * Blog posts - */ -.blog-post { - margin-bottom: 4rem; -} -.blog-post-title { - margin-bottom: .25rem; - font-size: 2.5rem; -} -.blog-post-meta { - margin-bottom: 1.25rem; - color: #727272; -} - -/* - * Footer - */ -.blog-footer { - padding: 2.5rem 0; - color: #727272; - text-align: center; - background-color: #f9f9f9; - border-top: .05rem solid #e5e5e5; -} -.blog-footer p:last-child { - margin-bottom: 0; -} diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/index.html b/vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/index.html deleted file mode 100644 index 13c013b2c..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/index.html +++ /dev/null @@ -1,258 +0,0 @@ ---- -layout: examples -title: Blog Template -extra_css: - - "https://fonts.googleapis.com/css?family=Playfair+Display:700,900&display=swap" - - "blog.css" -include_js: false ---- - -
-
-
-
- Subscribe -
-
- -
- -
-
- - -
- -
-
-
-

Title of a longer featured blog post

-

Multiple lines of text that form the lede, informing new readers quickly and efficiently about what’s most interesting in this post’s contents.

-

Continue reading...

-
-
- -
-
-
-
- World -

Featured post

-
Nov 12
-

This is a wider card with supporting text below as a natural lead-in to additional content.

- Continue reading -
-
- {{< placeholder width="200" height="250" background="#55595c" color="#eceeef" text="Thumbnail" >}} -
-
-
-
-
-
- Design -

Post title

-
Nov 11
-

This is a wider card with supporting text below as a natural lead-in to additional content.

- Continue reading -
-
- {{< placeholder width="200" height="250" background="#55595c" color="#eceeef" text="Thumbnail" >}} -
-
-
-
- -
-
-

- From the Firehose -

- -
-

Sample blog post

- - -

This blog post shows a few different types of content that’s supported and styled with Bootstrap. Basic typography, lists, tables, images, code, and more are all supported as expected.

-
-

This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.

-

Blockquotes

-

This is an example blockquote in action:

-
-

Quoted text goes here.

-
-

This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.

-

Example lists

-

This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout. This is an example unordered list:

-
    -
  • First list item
  • -
  • Second list item with a longer description
  • -
  • Third list item to close it out
  • -
-

And this is an ordered list:

-
    -
  1. First list item
  2. -
  3. Second list item with a longer description
  4. -
  5. Third list item to close it out
  6. -
-

And this is a definiton list:

-
-
HyperText Markup Language (HTML)
-
The language used to describe and define the content of a Web page
-
Cascading Style Sheets (CSS)
-
Used to describe the appearance of Web content
-
JavaScript (JS)
-
The programming language used to build advanced Web sites and applications
-
-

Inline HTML elements

-

HTML defines a long list of available inline tags, a complete list of which can be found on the Mozilla Developer Network.

-
    -
  • To bold text, use <strong>.
  • -
  • To italicize text, use <em>.
  • -
  • Abbreviations, like HTML should use <abbr>, with an optional title attribute for the full phrase.
  • -
  • Citations, like — Mark Otto, should use <cite>.
  • -
  • Deleted text should use <del> and inserted text should use <ins>.
  • -
  • Superscript text uses <sup> and subscript text uses <sub>.
  • -
-

Most of these elements are styled by browsers with few modifications on our part.

-

Heading

-

This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.

-

Sub-heading

-

This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.

-
Example code block
-

This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.

-
- -
-

Another blog post

- - -

This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.

-
-

Longer quote goes here, maybe with some emphasized text in the middle of it.

-
-

This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.

-

Example table

-

And don't forget about tables in these posts:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameUpvotesDownvotes
Alice1011
Bob43
Charlie79
Totals2123
- -

This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.

-
- -
-

New feature

- - -

This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.

-
    -
  • First list item
  • -
  • Second list item with a longer description
  • -
  • Third list item to close it out
  • -
-

This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.

-
- - - -
- -
-
-
-

About

-

Customize this section to tell your visitors a little bit about your publication, writers, content, or something else entirely. Totally up to you.

-
- - - -
-

Elsewhere

-
    -
  1. GitHub
  2. -
  3. Twitter
  4. -
  5. Facebook
  6. -
-
-
-
-
- -
- - -- cgit v1.2.3