Buttons

Masoko template comes with 12 buttons styles. 10 of the buttons comes in 3 different sizes.

Use the CSS classes small button color, medium button color or large button color to create nice buttons. For color use one of the 10 preseted color variations.

Small Buttons:

Light Button Sunny Button Orange Button Highlight Button Dark Button

Pink Button Purple Button Blue Button Mint Button Green Button


Medium Buttons:

Light Button Sunny Button Orange Button Highlight Button Dark Button

Pink Button Purple Button Blue Button Mint Button Green Button


Large Buttons:

Light Button Sunny Button Orange Button Highlight Button Dark Button

Pink Button Purple Button Blue Button Mint Button Green Button


Use Font Awesome to create more Awesome buttons:

   Follow Us    Free Wi-Fi    Road to Success

Home

CEO's message (Managing director's message)

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Vision

Our vision is not to become the biggest, but the most respected consultancy firm in the Middle East; based on our core value system of honesty, integrity, trustworthiness, commitment, and timely delivery. Accordingly, we operate in a very straightforward and honest manner with all our dealings with clients.

Mission

We are committed to growing our business through developing strong partnerships, and providing high levels of customer satisfaction by offering resources tailored especially to client needs, delivered at the right time to maximize clients’ business potential. In delivering our services we always strive for excellence, staying in close contact with our clients, assisting them in realizing their full potential, and exceeding their expectations. We are continuously determined to retain our competitive edge through improving business processes and services, focusing on clients as core of our operations.

Dummy Content

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Typography

You can create some beautiful content by using some simple HTML elements. The Warp theme framework offers some neat styles for all HTML elements and a great set of CSS classes to style your content. Basic HTML is very easy to learn and this small guide shows you how to use all styles provided by the Warp framework.

Basic HTML Elements

Here is a short demonstration of text-level semanticts. The <p> element creates a new paragraph. It will have some space before and after itself. To turn your text into hypertext just use the <a> element.

Text-Level Semantics

You can emphasize text using the <em> element or to imply any extra importance the <strong> element. Highlight text with no semantic meaning using the <mark> element. Markup document changes like inserted or deleted text with the <del> element or <ins> element. To define an abbreviation use the <abbr> element and to define a definition term use the <dfn> element.

Short List with Links

  • GraphicRiver - Design Templates, Photoshop Brushes, and Stock Vectors
  • ThemeForest - Premium WordPress Themes, Web Templates, Mobile Themes
  • PhotoDune - High Quality Royalty-Free Stock Photography From $1 - Stock Photo

Quotations and Code

Inline quotations can be defined by using the <q> element.

Put your quotations here or highlight your text!

To define a short inline computer code use the <code> element. For a larger code snippet use the <pre> element which defines preformatted text. It creates a new text block which preserves both spaces and line breaks.

pre {
    margin: 15px 0;
    padding: 10px;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    line-height: 18px;
    white-space: pre-wrap;
}

Use the <small> element for side comments and small print.


Useful CSS Classes

Here is a short demonstration of all style related CSS classes provided by the Warp framework.

Highlight Content

Drop caps are the first letter of a paragraph which are displayed bigger than the rest of the text. You can create a drop cap using the CSS class dropcap. To emphasize text with some small boxes use <em> element with the CSS class box.

This simple box is intended to group large parts of your content using the CSS class box-content.
This is a simple box to highlight some text using the CSS class box-note.
This is a simple box with useful information using the CSS class box-info.
This is a simple box with important notes and warnings using the CSS class box-warning.
This is a simple box with additional hints using the CSS class box-hint.
This is a simple box with download information using the CSS class box-download.

Use the CSS class dotted to create a dotted horizontal rule.


Tables

Create a zebra stripped table using using the CSS class zebra.

Table caption
Table HeadingTable HeadingTable Heading
Table Footer Table Footer Table Footer
Table Data Table Data Data Centered
Data Bold Table Data Data Centered
Table Data Table Data Data Centered

Definition Lists

Create a nice looking definition list separated with a line by using the CSS class separator.

Definition List
A definition list is a list of terms and corresponding definitions. To create a definition list use the <dl> element in conjunction with <dt> to define the definition term and <dd> to define the definition description.
Definition Term
This is a definition description.
Definition Term
This is a definition description.
This is another definition description.

Forms

Create a clearly arranged form layout with fieldset boxes using the CSS class box.

Form legend

Module Variations

This theme comes with different module styles, badges and icons. For each module you can pick a style and combine it with an icon or badge to create your own unique look. Here is a list of the available options:

Styles Default, Full, Dark, Dark Color, Brand, Color, Header
Badges Hot, New, Free, Top
Icons You can use EVERY icon from Font Awesome in the Icons positions. Of course that you can also use the Font Awesome icons in the content, buttons, etc. :)