Buttons

[button type=“default“ size=“lg“ link=“#“] Default[/button]

[button type=“default“ size=“md“ link=“#“] mehr erfahren[/button]

[button type=“primary“ size=“lg“ link=“#“] Primary[/button]

[button type=“success“ size=“lg“ link=“#“] Success[/button]

[button type=“info“ size=“lg“ link=“#“] Info[/button]

[button type=“warning“ size=“lg“ link=“#“] Warning[/button]

[button type=“danger“ size=“lg“ link=“#“] Danger[/button]

List Groups

[list-group]
[list-group-item]
People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things.
[/list-group-item]
[list-group-item]
But that’s not what it means at all
[/list-group-item]
[list-group-item]
It means saying no to the hundred other good ideas that there are
[/list-group-item]
[/list-group]

BlueBox für BASIS Partner

 

Hintergrundfarbe #f4faff

Rahmenfarbe #006ec4

 

Text markieren und unter Formats: Basis Custom Styles – Blue Box einstellen

Panels

[panel type=“default“ heading=“Apple Worldwide Developers‘ Conference, 1997″ ]

People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things.

[/panel]

[panel type=“primary“ heading=“Apple Worldwide Developers‘ Conference, 1997″ ]

People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things.

[/panel]

[panel type=“success“ heading=“Apple Worldwide Developers‘ Conference, 1997″]

People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things.

[/panel]

[panel type=“info“ heading=“Apple Worldwide Developers‘ Conference, 1997″ ]

People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things.

[/panel]

[panel type=“danger“ heading=“Apple Worldwide Developers‘ Conference, 1997″ ]

People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things.

[/panel]

Tabs

[tabs type=“tabs“]
[tab title=“First Section“ active=“true“]
I am section 1
[/tab]
[tab title=“Second Section“]
I am section 2.
[/tab]
[tab title=“Third Section“]
I am section 3
[/tab]
[/tabs]

Images

[img type=“circle“ responsive=“true“]

[/img]

 

[img type=“thumbnail“ responsive=“true“]

[/img]

Stories

 

 

Products

 

Products No Links

Headings

Header one – 1. Überschrift – 46px, Fb. #26446b

Header two – 32px, Fb. #2f6ec0

Header three – Text für Startseite unter Bilder Cebit und Kundentage – 28px, Fb. #26446b

Header four – Zwischenüberschriften – 20px, Fb. #26354c

Header five – 16px, Fb. #2f6ec0
Header six – für Bildunterschriften – 14px, Fb. #26446b

Blockquotes

Single line blockquote:

» Stay hungry. Stay foolish. «

Multi line blockquote with a cite reference:

» People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things. «

Steve Jobs – Apple Worldwide Developers‘ Conference, 1997

Standard Tables

EmployeeSalary
John Doe$1Because that’s all Steve Jobs needed for a salary.
Jane Doe$100KFor all the blogging she does.
Fred Bloggs$100MPictures are worth a thousand words, right? So Jane x 1,000.
Jane Bloggs$100BWith hair like that?! Enough said…

Definition Lists

Definition List Title
Definition list division.
Startup
A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.
#dowork
Coined by Rob Dyrdek and his personal body guard Christopher „Big Black“ Boykins, „Do Work“ works as a self motivator, to motivating your friends.
Do It Live
I’ll let Bill O’Reilly will explain this one.

Unordered Lists (Nested)

  • List item one
    • List item one
      • List item one
      • List item two
      • List item three
      • List item four
    • List item two
    • List item three
    • List item four
  • List item two
  • List item three
  • List item four

Ordered List (Nested)

  1. List item one
    1. List item one
      1. List item one
      2. List item two
      3. List item three
      4. List item four
    2. List item two
    3. List item three
    4. List item four
  2. List item two
  3. List item three
  4. List item four

HTML Tags

These supported tags come from the WordPress.com code FAQ.

Address Tag

1 Infinite Loop
Cupertino, CA 95014
United States

Anchor Tag (aka. Link)

This is an example of a link

Abbreviation Tag

The abbreviation srsly stands for „seriously“.

 

Cite Tag

„Code is poetry.“ —Automattic

Code Tag

You will learn later on in these tests that word-wrap: break-word;will be your best friend.

Delete Tag

This tag will let you strikeout text, but this tag is no longer supported in HTML5 (use the <strike> instead).

Emphasize Tag

The emphasize tag should italicize text.

Insert Tag

This tag should denote inserted text.

Keyboard Tag

This scarcely known tag emulates keyboard text, which is usually styled like the <code> tag.

Preformatted Tag

This tag styles large blocks of code.

Element.implement({
    /**
     * Highlights an element/Removes Element highlighting
     *
     * @param {Object, Boolean} [options] EnlighterJS options Object or Boolean value to enable/disable highlighting
     * @returns {Element} The current Element instance.
     */
    enlight: function(options){
        // mixed input check - options available ?
        options = (typeof(options) == "undefined") ? {} : options;

        // convert "true" to empty Object!
        options = (options===true) ? {} : options;

        // enlighter instance already available ?
        var enlighter = this.retrieve('EnlighterInstance');

        // hide highlighted sourcecode ?
        if (options === false){
            if (enlighter !== null) {
                enlighter.enlight(false);
            }
        // highlight sourcecode and use options
        }else{
            // create new enlighter instance
            if (enlighter === null) {
                enlighter = new EJS(this, options, null);
                this.store('EnlighterInstance', enlighter);
            }
            enlighter.enlight(options);
        }

        // element instance
        return this;
    },
});

 

 

Quote Tag

Developers, developers, developers… –Steve Ballmer

 

Strong Tag

This tag shows bold text.

Subscript Tag

Getting our science styling on with H2O, which should push the „2“ down.

Superscript Tag

Still sticking with science and Isaac Newton’s E = MC2, which should lift the 2 up.

 

Variable Tag

This allows you to denote variables.

Image Alignments

 


Galleries

 

 

 

Text Alignments

Default

This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me.

Left Align

This is a paragraph. It is left aligned. Because of this, it is a bit more liberal in it’s views. It’s favorite color is green. Left align tends to be more eco-friendly, but it provides no concrete evidence that it really is. Even though it likes share the wealth evenly, it leaves the equal distribution up to justified alignment.

Center Align

This is a paragraph. It is center aligned. Center is, but nature, a fence sitter. A flip flopper. It has a difficult time making up its mind. It wants to pick a side. Really, it does. It has the best intentions, but it tends to complicate matters more than help. The best you can do is try to win it over and hope for the best. I hear center align does take bribes.

Right Align

This is a paragraph. It is right aligned. It is a bit more conservative in it’s views. It’s prefers to not be told what to do or how to do it. Right align totally owns a slew of guns and loves to head to the range for some practice. Which is cool and all. I mean, it’s a pretty good shot from at least four or five football fields away. Dead on. So boss.

Justify Align

This is a paragraph. It is justify aligned. It gets really mad when people associate it with Justin Timberlake. Typically, justified is pretty straight laced. It likes everything to be in it’s place and not all cattywampus like the rest of the aligns. I am not saying that makes it better than the rest of the aligns, but it does tend to put off more of an elitist attitude.

Embed Youtube Videos

[youtube video=“SQEQr7c0-dw“]