Move all subtitles

This commit is contained in:
Jeremy Thomas
2018-04-09 20:37:05 +01:00
parent 6b53425544
commit e3ecca6432
50 changed files with 67 additions and 49 deletions

View File

@@ -66,22 +66,27 @@
}, },
"modifiers-syntax": { "modifiers-syntax": {
"name": "Syntax", "name": "Syntax",
"subtitle": "Most Bulma elements have <strong>alternative</strong> styles. To apply them, you only need to append one of the <strong>modifier classes</strong>. They all start with <code>is-</code> or <code>has-</code>.",
"path": "/documentation/modifiers/syntax" "path": "/documentation/modifiers/syntax"
}, },
"modifiers-helpers": { "modifiers-helpers": {
"name": "Helpers", "name": "Helpers",
"subtitle": "Apply <strong>helper classes</strong> to almost any element, in order to alter its style",
"path": "/documentation/modifiers/helpers" "path": "/documentation/modifiers/helpers"
}, },
"modifiers-responsive-helpers": { "modifiers-responsive-helpers": {
"name": "Responsive helpers", "name": "Responsive helpers",
"subtitle": "<strong>Show/hide content</strong> depending on the width of the viewport",
"path": "/documentation/modifiers/responsive-helpers" "path": "/documentation/modifiers/responsive-helpers"
}, },
"modifiers-color-helpers": { "modifiers-color-helpers": {
"name": "Color helpers", "name": "Color helpers",
"subtitle": "Change the <strong>color</strong> of the text and/or background",
"path": "/documentation/modifiers/color-helpers" "path": "/documentation/modifiers/color-helpers"
}, },
"modifiers-typography-helpers": { "modifiers-typography-helpers": {
"name": "Typography helpers", "name": "Typography helpers",
"subtitle": "Change the <strong>size</strong> and <strong>color</strong> of the text for one or multiple viewport width",
"path": "/documentation/modifiers/typography-helpers" "path": "/documentation/modifiers/typography-helpers"
}, },
"columns": { "columns": {
@@ -91,26 +96,32 @@
}, },
"columns-basics": { "columns-basics": {
"name": "Basics", "name": "Basics",
"subtitle": "A simple way to build <strong>responsive columns</strong>",
"path": "/documentation/columns/basics" "path": "/documentation/columns/basics"
}, },
"columns-gap": { "columns-gap": {
"name": "Gap", "name": "Gap",
"subtitle": Customize the <strong>gap</strong> between the columns,
"path": "/documentation/columns/gap" "path": "/documentation/columns/gap"
}, },
"columns-nesting": { "columns-nesting": {
"name": "Nesting", "name": "Nesting",
"subtitle": "A simple way to build <strong>responsive columns</strong>",
"path": "/documentation/columns/nesting" "path": "/documentation/columns/nesting"
}, },
"columns-options": { "columns-options": {
"name": "Options", "name": "Options",
"subtitle": "Design different <strong>types</strong> of column layouts",
"path": "/documentation/columns/options" "path": "/documentation/columns/options"
}, },
"columns-responsiveness": { "columns-responsiveness": {
"name": "Responsiveness", "name": "Responsiveness",
"subtitle": "Handle <strong>different</strong> column layouts for each <strong>breakpoint</strong>",
"path": "/documentation/columns/responsiveness" "path": "/documentation/columns/responsiveness"
}, },
"columns-sizes": { "columns-sizes": {
"name": "Sizes", "name": "Sizes",
"subtitle": "Define the <strong>size</strong> of each column <strong>individually</strong>",
"path": "/documentation/columns/sizes" "path": "/documentation/columns/sizes"
}, },
"layout": { "layout": {
@@ -118,152 +129,194 @@
"subtitle": "Design the <strong>structure</strong> of your webpage with these CSS classes", "subtitle": "Design the <strong>structure</strong> of your webpage with these CSS classes",
"path": "/documentation/layout" "path": "/documentation/layout"
}, },
"layout-container": {
"name": "Container",
"subtitle": "A simple <strong>container</strong> to center your content horizontally",
"path": "/documentation/layout/container"
},
"layout-level": { "layout-level": {
"name": "Level", "name": "Level",
"subtitle": "A multi-purpose <strong>horizontal level</strong>, which can contain almost any other element",
"path": "/documentation/layout/level" "path": "/documentation/layout/level"
}, },
"layout-media": { "layout-media": {
"name": "Media Object", "name": "Media Object",
"subtitle": "The famous <strong>media object</strong> prevalent in social media interfaces, but useful in any context",
"path": "/documentation/layout/media" "path": "/documentation/layout/media"
}, },
"layout-hero": { "layout-hero": {
"name": "Hero", "name": "Hero",
"subtitle": "An imposing <strong>hero banner</strong> to showcase something",
"path": "/documentation/layout/hero" "path": "/documentation/layout/hero"
}, },
"layout-section": { "layout-section": {
"name": "Section", "name": "Section",
"subtitle": "A simple container to divide your page into <strong>sections</strong>, like the one you're currently reading",
"path": "/documentation/layout/section" "path": "/documentation/layout/section"
}, },
"layout-footer": { "layout-footer": {
"name": "Footer", "name": "Footer",
"subtitle": "A simple responsive <strong>footer</strong> which can include anything: lists, headings, columns, icons, buttons, etc.",
"path": "/documentation/layout/footer" "path": "/documentation/layout/footer"
}, },
"layout-tiles": { "layout-tiles": {
"name": "Tiles", "name": "Tiles",
"subtitle": "A <strong>single tile</strong> element to build 2-dimensional Metro-like, Pinterest-like, or whatever-you-like grids",
"path": "/documentation/layout/tiles" "path": "/documentation/layout/tiles"
}, },
"form": { "form": {
"name": "Form", "name": "Form",
"subtitle": "The indispensable <strong>form controls</strong>, designed for maximum clarity",
"path": "/documentation/form" "path": "/documentation/form"
}, },
"form-general": { "form-general": {
"name": "General", "name": "General",
"subtitle": "All generic <strong>form controls</strong>, designed for consistency",
"path": "/documentation/form/general" "path": "/documentation/form/general"
}, },
"form-input": { "form-input": {
"name": "Input", "name": "Input",
"subtitle": "The <strong>text input</strong> and its variations",
"path": "/documentation/form/input" "path": "/documentation/form/input"
}, },
"form-textarea": { "form-textarea": {
"name": "Textarea", "name": "Textarea",
"subtitle": "The multiline <strong>textarea</strong> and its variations",
"path": "/documentation/form/textarea" "path": "/documentation/form/textarea"
}, },
"form-select": { "form-select": {
"name": "Select", "name": "Select",
"subtitle": "The browser built-in <strong>select dropdown</strong>, styled accordingly",
"path": "/documentation/form/select" "path": "/documentation/form/select"
}, },
"form-checkbox": { "form-checkbox": {
"name": "Checkbox", "name": "Checkbox",
"subtitle": "The 2-state <strong>checkbox</strong> in its native format",
"path": "/documentation/form/checkbox" "path": "/documentation/form/checkbox"
}, },
"form-radio": { "form-radio": {
"name": "Radio", "name": "Radio",
"subtitle": "The mutually exclusive <strong>radio buttons</strong> in their native format",
"path": "/documentation/form/radio" "path": "/documentation/form/radio"
}, },
"form-file": { "form-file": {
"name": "File", "name": "File",
"subtitle": "A custom <strong>file upload</strong> input, without JavaScript",
"path": "/documentation/form/file" "path": "/documentation/form/file"
}, },
"elements": { "elements": {
"name": "Elements", "name": "Elements",
"subtitle": "Essential interface elements that only require a <strong>single CSS class</strong>",
"path": "/documentation/elements" "path": "/documentation/elements"
}, },
"elements-box": { "elements-box": {
"name": "Box", "name": "Box",
"subtitle": "A white <strong>box</strong> to contain other elements",
"path": "/documentation/elements/box" "path": "/documentation/elements/box"
}, },
"elements-button": { "elements-button": {
"name": "Button", "name": "Button",
"subtitle": "The classic <strong>button</strong>, in different colors, sizes, and states",
"path": "/documentation/elements/button" "path": "/documentation/elements/button"
}, },
"elements-content": { "elements-content": {
"name": "Content", "name": "Content",
"subtitle": "A single class to handle WYSIWYG generated content, where only <strong>HTML tags</strong> are available",
"path": "/documentation/elements/content" "path": "/documentation/elements/content"
}, },
"elements-delete": { "elements-delete": {
"name": "Delete", "name": "Delete",
"subtitle": "A versatile <strong>delete</strong> cross",
"path": "/documentation/elements/delete" "path": "/documentation/elements/delete"
}, },
"elements-icon": { "elements-icon": {
"name": "Icon", "name": "Icon",
"subtitle": "Compatible with all icon font libraries, including <strong>Font Awesome 5</strong>",
"path": "/documentation/elements/icon" "path": "/documentation/elements/icon"
}, },
"elements-image": { "elements-image": {
"name": "Image", "name": "Image",
"subtitle": "A container for <strong>responsive images</strong>",
"path": "/documentation/elements/image" "path": "/documentation/elements/image"
}, },
"elements-notification": { "elements-notification": {
"name": "Notification", "name": "Notification",
"subtitle": "Bold <strong>notification</strong> blocks, to alert your users of something",
"path": "/documentation/elements/notification" "path": "/documentation/elements/notification"
}, },
"elements-progress": { "elements-progress": {
"name": "Progress bars", "name": "Progress bars",
"subtitle": "Native HTML <strong>progress</strong> bars",
"path": "/documentation/elements/progress" "path": "/documentation/elements/progress"
}, },
"elements-table": { "elements-table": {
"name": "Table", "name": "Table",
"subtitle": "The inevitable HTML <strong>table</strong>, with special case cells",
"path": "/documentation/elements/table" "path": "/documentation/elements/table"
}, },
"elements-tag": { "elements-tag": {
"name": "Tag", "name": "Tag",
"subtitle": "Small <strong>tag labels</strong> to insert anywhere",
"path": "/documentation/elements/tag" "path": "/documentation/elements/tag"
}, },
"elements-title": { "elements-title": {
"name": "Title", "name": "Title",
"subtitle": "Simple <strong>headings</strong> to add depth to your page",
"path": "/documentation/elements/title" "path": "/documentation/elements/title"
}, },
"components": { "components": {
"name": "Components", "name": "Components",
"subtitle": "Advanced multi-part components with lots of possibilities",
"path": "/documentation/components" "path": "/documentation/components"
}, },
"components-breadcrumb": { "components-breadcrumb": {
"name": "Breadcrumb", "name": "Breadcrumb",
"subtitle": "A simple <strong>breadcrumb</strong> component to improve your navigation experience",
"path": "/documentation/components/breadcrumb" "path": "/documentation/components/breadcrumb"
}, },
"components-card": { "components-card": {
"name": "Card", "name": "Card",
"subtitle": "An all-around flexible and composable component",
"path": "/documentation/components/card" "path": "/documentation/components/card"
}, },
"components-dropdown": { "components-dropdown": {
"name": "Dropdown", "name": "Dropdown",
"subtitle": "An interactive <strong>dropdown menu</strong> for discoverable content",
"path": "/documentation/components/dropdown" "path": "/documentation/components/dropdown"
}, },
"components-menu": { "components-menu": {
"name": "Menu", "name": "Menu",
"subtitle": "A simple <strong>menu</strong>, for any type of vertical navigation",
"path": "/documentation/components/menu" "path": "/documentation/components/menu"
}, },
"components-message": { "components-message": {
"name": "Message", "name": "Message",
"subtitle": "Colored <strong>message</strong> blocks, to emphasize part of your page",
"path": "/documentation/components/message" "path": "/documentation/components/message"
}, },
"components-modal": { "components-modal": {
"name": "Modal", "name": "Modal",
"subtitle": "A classic <strong>modal</strong> overlay, in which you can include <em>any</em> content you want",
"path": "/documentation/components/modal" "path": "/documentation/components/modal"
}, },
"components-navbar": { "components-navbar": {
"name": "Navbar", "name": "Navbar",
"subtitle": "A responsive horizontal <strong>navbar</strong> that can support images, links, buttons, and dropdowns",
"path": "/documentation/components/navbar" "path": "/documentation/components/navbar"
}, },
"components-pagination": { "components-pagination": {
"name": "Pagination", "name": "Pagination",
"subtitle": "A responsive, usable, and flexible <strong>pagination</strong>",
"path": "/documentation/components/pagination" "path": "/documentation/components/pagination"
}, },
"components-panel": { "components-panel": {
"name": "Panel", "name": "Panel",
"subtitle": "A composable <strong>panel</strong>, for compact controls",
"path": "/documentation/components/panel" "path": "/documentation/components/panel"
}, },
"components-tabs": { "components-tabs": {
"name": "Tabs", "name": "Tabs",
"subtitle": "Simple responsive horizontal navigation <strong>tabs</strong>, with different styles",
"path": "/documentation/components/tabs" "path": "/documentation/components/tabs"
} }
}, },
@@ -271,7 +324,7 @@
"overview": ["overview-start", "overview-classes", "overview-modular", "overview-responsiveness", "overview-variables", "overview-colors", "overview-functions", "overview-mixins"], "overview": ["overview-start", "overview-classes", "overview-modular", "overview-responsiveness", "overview-variables", "overview-colors", "overview-functions", "overview-mixins"],
"modifiers": ["modifiers-syntax", "modifiers-helpers", "modifiers-responsive-helpers", "modifiers-color-helpers", "modifiers-typography-helpers"], "modifiers": ["modifiers-syntax", "modifiers-helpers", "modifiers-responsive-helpers", "modifiers-color-helpers", "modifiers-typography-helpers"],
"columns": ["columns-basics", "columns-sizes", "columns-responsiveness", "columns-nesting", "columns-gap", "columns-options"], "columns": ["columns-basics", "columns-sizes", "columns-responsiveness", "columns-nesting", "columns-gap", "columns-options"],
"layout": ["layout-level", "layout-media", "layout-hero", "layout-section", "layout-footer", "layout-tiles"], "layout": ["layout-container", "layout-level", "layout-media", "layout-hero", "layout-section", "layout-footer", "layout-tiles"],
"form": ["form-general", "form-input", "form-textarea", "form-select", "form-checkbox", "form-radio", "form-file"], "form": ["form-general", "form-input", "form-textarea", "form-select", "form-checkbox", "form-radio", "form-file"],
"elements": ["elements-box", "elements-button", "elements-content", "elements-delete", "elements-icon", "elements-image", "elements-notification", "elements-progress", "elements-table", "elements-tag", "elements-title"], "elements": ["elements-box", "elements-button", "elements-content", "elements-delete", "elements-icon", "elements-image", "elements-notification", "elements-progress", "elements-table", "elements-tag", "elements-title"],
"components": ["components-breadcrumb", "components-card", "components-dropdown", "components-menu", "components-message", "components-modal", "components-navbar", "components-pagination", "components-panel", "components-tabs"] "components": ["components-breadcrumb", "components-card", "components-dropdown", "components-menu", "components-message", "components-modal", "components-navbar", "components-pagination", "components-panel", "components-tabs"]

View File

@@ -50,7 +50,7 @@
padding-bottom: $main-spacing padding-bottom: $main-spacing
.subtitle .subtitle
color: $text-light color: $text-light
max-width: 21em max-width: 16em
strong strong
color: currentColor color: currentColor
#meta #meta

View File

@@ -9553,7 +9553,7 @@ label.panel-block:hover {
.bd-header .subtitle { .bd-header .subtitle {
color: #7a7a7a; color: #7a7a7a;
max-width: 21em; max-width: 16em;
} }
.bd-header .subtitle strong { .bd-header .subtitle strong {

View File

@@ -1,6 +1,5 @@
--- ---
title: Columns powered by Flexbox title: Columns powered by Flexbox
subtitle: "A simple way to build <strong>responsive columns</strong>"
layout: documentation layout: documentation
doc-tab: columns doc-tab: columns
doc-subtab: basics doc-subtab: basics

View File

@@ -1,6 +1,5 @@
--- ---
title: Columns gap title: Columns gap
subtitle: Customize the <strong>gap</strong> between the columns
layout: documentation layout: documentation
doc-tab: columns doc-tab: columns
doc-subtab: gap doc-subtab: gap

View File

@@ -1,6 +1,5 @@
--- ---
title: Nesting columns title: Nesting columns
subtitle: "A simple way to build <strong>responsive columns</strong>"
layout: documentation layout: documentation
doc-tab: columns doc-tab: columns
doc-subtab: nesting doc-subtab: nesting

View File

@@ -1,6 +1,5 @@
--- ---
title: Column options title: Column options
subtitle: "Design different <strong>types</strong> of column layouts"
layout: documentation layout: documentation
doc-tab: columns doc-tab: columns
doc-subtab: options doc-subtab: options

View File

@@ -1,6 +1,5 @@
--- ---
title: Columns responsiveness title: Columns responsiveness
subtitle: "Handle <strong>different</strong> column layouts for each <strong>breakpoint</strong>"
layout: documentation layout: documentation
doc-tab: columns doc-tab: columns
doc-subtab: responsiveness doc-subtab: responsiveness

View File

@@ -1,6 +1,5 @@
--- ---
title: Column sizes title: Column sizes
subtitle: "Define the <strong>size</strong> of each column <strong>individually</strong>"
layout: documentation layout: documentation
doc-tab: columns doc-tab: columns
doc-subtab: sizes doc-subtab: sizes

View File

@@ -1,6 +1,5 @@
--- ---
title: Breadcrumb title: Breadcrumb
subtitle: "A simple <strong>breadcrumb</strong> component to improve your navigation experience"
layout: documentation layout: documentation
doc-tab: components doc-tab: components
doc-subtab: breadcrumb doc-subtab: breadcrumb

View File

@@ -1,6 +1,5 @@
--- ---
title: Card title: Card
subtitle: "An all-around flexible and composable component"
layout: documentation layout: documentation
doc-tab: components doc-tab: components
doc-subtab: card doc-subtab: card

View File

@@ -1,6 +1,5 @@
--- ---
title: Dropdown title: Dropdown
subtitle: "An interactive <strong>dropdown menu</strong> for discoverable content"
layout: documentation layout: documentation
doc-tab: components doc-tab: components
doc-subtab: dropdown doc-subtab: dropdown

View File

@@ -1,6 +1,5 @@
--- ---
title: Menu title: Menu
subtitle: "A simple <strong>menu</strong>, for any type of vertical navigation"
layout: documentation layout: documentation
doc-tab: components doc-tab: components
doc-subtab: menu doc-subtab: menu

View File

@@ -1,6 +1,5 @@
--- ---
title: Message title: Message
subtitle: "Colored <strong>message</strong> blocks, to emphasize part of your page"
layout: documentation layout: documentation
doc-tab: components doc-tab: components
doc-subtab: message doc-subtab: message

View File

@@ -1,6 +1,5 @@
--- ---
title: Modal title: Modal
subtitle: "A classic <strong>modal</strong> overlay, in which you can include <em>any</em> content you want"
layout: documentation layout: documentation
doc-tab: components doc-tab: components
doc-subtab: modal doc-subtab: modal

View File

@@ -1,6 +1,5 @@
--- ---
title: Navbar title: Navbar
subtitle: "A responsive horizontal <strong>navbar</strong> that can support images, links, buttons, and dropdowns"
layout: documentation layout: documentation
doc-tab: components doc-tab: components
doc-subtab: navbar doc-subtab: navbar

View File

@@ -1,6 +1,5 @@
--- ---
title: Pagination title: Pagination
subtitle: "A responsive, usable, and flexible <strong>pagination</strong>"
layout: documentation layout: documentation
doc-tab: components doc-tab: components
doc-subtab: pagination doc-subtab: pagination

View File

@@ -1,6 +1,5 @@
--- ---
title: Panel title: Panel
subtitle: "A composable <strong>panel</strong>, for compact controls"
layout: documentation layout: documentation
doc-tab: components doc-tab: components
doc-subtab: panel doc-subtab: panel

View File

@@ -1,6 +1,5 @@
--- ---
title: Tabs title: Tabs
subtitle: "Simple responsive horizontal navigation <strong>tabs</strong>, with different styles"
layout: documentation layout: documentation
doc-tab: components doc-tab: components
doc-subtab: tabs doc-subtab: tabs

View File

@@ -1,6 +1,5 @@
--- ---
title: Box title: Box
subtitle: "A white <strong>box</strong> to contain other elements"
layout: documentation layout: documentation
doc-tab: elements doc-tab: elements
doc-subtab: box doc-subtab: box

View File

@@ -1,6 +1,5 @@
--- ---
title: Button title: Button
subtitle: "The classic <strong>button</strong>, in different colors, sizes, and states"
layout: documentation layout: documentation
doc-tab: elements doc-tab: elements
doc-subtab: button doc-subtab: button

View File

@@ -1,6 +1,5 @@
--- ---
title: Content title: Content
subtitle: "A single class to handle WYSIWYG generated content, where only <strong>HTML tags</strong> are available"
layout: documentation layout: documentation
doc-tab: elements doc-tab: elements
doc-subtab: content doc-subtab: content

View File

@@ -1,6 +1,5 @@
--- ---
title: Delete title: Delete
subtitle: "A versatile <strong>delete</strong> cross"
layout: documentation layout: documentation
doc-tab: elements doc-tab: elements
doc-subtab: delete doc-subtab: delete

View File

@@ -1,6 +1,5 @@
--- ---
title: Icon title: Icon
subtitle: 'Bulma is compatible with <strong>all icon font libraries</strong>: <a href="https://fontawesome.com/">Font Awesome 5</a>, <a href="http://fontawesome.io/">Font Awesome 4</a>, <a href="https://materialdesignicons.com">Material Design Icons</a>, <a href="https://useiconic.com/open">Open Iconic</a>, <a href="http://ionicons.com/">Ionicons</a> etc.'
fontawesome4: true fontawesome4: true
iconic: true iconic: true
ionicons: true ionicons: true

View File

@@ -1,6 +1,5 @@
--- ---
title: Image title: Image
subtitle: "A container for <strong>responsive images</strong>"
layout: documentation layout: documentation
doc-tab: elements doc-tab: elements
doc-subtab: image doc-subtab: image

View File

@@ -1,6 +1,5 @@
--- ---
title: Notification title: Notification
subtitle: "Bold <strong>notification</strong> blocks, to alert your users of something"
layout: documentation layout: documentation
doc-tab: elements doc-tab: elements
doc-subtab: notification doc-subtab: notification

View File

@@ -1,6 +1,5 @@
--- ---
title: Progress Bar title: Progress Bar
subtitle: "Native HTML <strong>progress</strong> bars"
layout: documentation layout: documentation
doc-tab: elements doc-tab: elements
doc-subtab: progress doc-subtab: progress

View File

@@ -1,6 +1,5 @@
--- ---
title: Table title: Table
subtitle: "The inevitable HTML <strong>table</strong>, with special case cells"
layout: documentation layout: documentation
doc-tab: elements doc-tab: elements
doc-subtab: table doc-subtab: table

View File

@@ -1,6 +1,5 @@
--- ---
title: Tags title: Tags
subtitle: "Small <strong>tag labels</strong> to insert anywhere"
layout: documentation layout: documentation
doc-tab: elements doc-tab: elements
doc-subtab: tag doc-subtab: tag

View File

@@ -1,6 +1,5 @@
--- ---
title: Title and Subtitle title: Title and Subtitle
subtitle: "Simple <strong>headings</strong> to add depth to your page"
layout: documentation layout: documentation
doc-tab: elements doc-tab: elements
doc-subtab: title doc-subtab: title

View File

@@ -1,6 +1,5 @@
--- ---
title: Checkbox title: Checkbox
subtitle: "The 2-state <strong>checkbox</strong> in its native format"
layout: documentation layout: documentation
doc-tab: form doc-tab: form
doc-subtab: checkbox doc-subtab: checkbox

View File

@@ -1,6 +1,5 @@
--- ---
title: File upload title: File upload
subtitle: "A custom <strong>file upload</strong> input, without JavaScript"
layout: documentation layout: documentation
doc-tab: form doc-tab: form
doc-subtab: file doc-subtab: file

View File

@@ -1,6 +1,5 @@
--- ---
title: Form controls title: Form controls
subtitle: "All generic <strong>form controls</strong>, designed for consistency"
layout: documentation layout: documentation
doc-tab: form doc-tab: form
doc-subtab: general doc-subtab: general

View File

@@ -1,6 +1,5 @@
--- ---
title: Input title: Input
subtitle: "The <strong>text input</strong> and its variations"
layout: documentation layout: documentation
doc-tab: form doc-tab: form
doc-subtab: input doc-subtab: input

View File

@@ -1,6 +1,5 @@
--- ---
title: Radio button title: Radio button
subtitle: "The mutually exclusive <strong>radio buttons</strong> in their native format"
layout: documentation layout: documentation
doc-tab: form doc-tab: form
doc-subtab: radio doc-subtab: radio

View File

@@ -1,6 +1,5 @@
--- ---
title: Select title: Select
subtitle: "The browser built-in <strong>select dropdown</strong>, styled accordingly"
layout: documentation layout: documentation
doc-tab: form doc-tab: form
doc-subtab: select doc-subtab: select

View File

@@ -1,6 +1,5 @@
--- ---
title: Textarea title: Textarea
subtitle: "The multiline <strong>textarea</strong> and its variations"
layout: documentation layout: documentation
doc-tab: form doc-tab: form
doc-subtab: textarea doc-subtab: textarea

View File

@@ -0,0 +1,11 @@
---
title: Layout
layout: documentation
doc-tab: layout
breadcrumb:
- home
- documentation
- layout
---
{% include components/links.html category_id='layout' %}

View File

@@ -1,6 +1,5 @@
--- ---
title: Container title: Container
subtitle: "A simple <strong>container</strong> to center your content horizontally"
layout: documentation layout: documentation
hide_carbon: true hide_carbon: true
doc-tab: layout doc-tab: layout

View File

@@ -1,6 +1,5 @@
--- ---
title: Footer title: Footer
subtitle: "A simple responsive <strong>footer</strong> which can include anything: lists, headings, columns, icons, buttons, etc."
layout: documentation layout: documentation
hide_carbon: true hide_carbon: true
doc-tab: layout doc-tab: layout

View File

@@ -1,6 +1,5 @@
--- ---
title: Hero title: Hero
subtitle: "An imposing <strong>hero banner</strong> to showcase something"
layout: documentation layout: documentation
hide_carbon: true hide_carbon: true
doc-tab: layout doc-tab: layout

View File

@@ -1,6 +1,5 @@
--- ---
title: Level title: Level
subtitle: "A multi-purpose <strong>horizontal level</strong>, which can contain almost any other element"
layout: documentation layout: documentation
doc-tab: layout doc-tab: layout
doc-subtab: level doc-subtab: level

View File

@@ -1,6 +1,5 @@
--- ---
title: Media Object title: Media Object
subtitle: "The famous <strong>media object</strong> prevalent in social media interfaces, but useful in any context"
layout: documentation layout: documentation
doc-tab: layout doc-tab: layout
doc-subtab: media-object doc-subtab: media-object

View File

@@ -1,6 +1,5 @@
--- ---
title: Section title: Section
subtitle: "A simple container to divide your page into <strong>sections</strong>, like the one you're currently reading"
layout: documentation layout: documentation
doc-tab: layout doc-tab: layout
doc-subtab: section doc-subtab: section

View File

@@ -1,6 +1,5 @@
--- ---
title: Tiles powered by Flexbox title: Tiles powered by Flexbox
subtitle: "A <strong>single tile</strong> element to build 2-dimensional Metro-like, Pinterest-like, or whatever-you-like grids"
layout: documentation layout: documentation
doc-tab: layout doc-tab: layout
doc-subtab: tiles doc-subtab: tiles

View File

@@ -1,6 +1,5 @@
--- ---
title: Color helpers title: Color helpers
subtitle: "Change the <strong>color</strong> of the text and/or background"
layout: documentation layout: documentation
doc-tab: modifiers doc-tab: modifiers
doc-subtab: color-helpers doc-subtab: color-helpers

View File

@@ -1,6 +1,5 @@
--- ---
title: Helpers title: Helpers
subtitle: "You can apply <strong>helper classes</strong> to almost any element, in order to alter its style."
layout: documentation layout: documentation
doc-tab: modifiers doc-tab: modifiers
doc-subtab: helpers doc-subtab: helpers

View File

@@ -1,6 +1,5 @@
--- ---
title: Responsive helpers title: Responsive helpers
subtitle: "<strong>Show/hide content</strong> depending on the width of the viewport"
layout: documentation layout: documentation
doc-tab: modifiers doc-tab: modifiers
doc-subtab: responsive-helpers doc-subtab: responsive-helpers

View File

@@ -1,6 +1,5 @@
--- ---
title: Modifiers syntax title: Modifiers syntax
subtitle: "Most Bulma elements have <strong>alternative</strong> styles. To apply them, you only need to append one of the <strong>modifier classes</strong>.<br>They all start with <code>is-</code> or <code>has-</code>.</h2>"
layout: documentation layout: documentation
doc-tab: modifiers doc-tab: modifiers
doc-subtab: syntax doc-subtab: syntax

View File

@@ -1,6 +1,5 @@
--- ---
title: Typography helpers title: Typography helpers
subtitle: "Change the <strong>size</strong> and <strong>color</strong> of the text for one or multiple viewport width"
layout: documentation layout: documentation
hide_categories: true hide_categories: true
doc-tab: modifiers doc-tab: modifiers