• 0 DSC07086
  • DSC07016
  • DSC07017
  • DSC07028
  • DSC07041
  • DSC07051
  • DSC07054
  • DSC07065
  • DSC07091
  • DSC07130
  • DSC07139
  • DSC07139 IMG 2186
  • DSC07139 IMG 2491
  • DSC07151
  • DSC07166
  • DSC07314
  • DSC07359
  • DSC07379
  • DSC07416
  • DSC07423
  • DSC07480
  • DSC07484
  • DSC07492
  • DSC07504
  • DSC07508
  • DSC07541
  • DSC07547
  • DSC07593
  • DSC07600
  • DSC07624
  • DSC07694
  • DSC07739
  • DSC07778
  • DSC07789
  • DSC07850
  • DSC07878
  • DSC07912
  • DSC07925
  • DSC07929
  • DSC07945
  • DSC07955
  • DSC07972
  • DSC07989
  • DSC08021
  • DSC08039
  • DSC08047
  • DSC08126
  • DSC08144
  • DSC08168
  • DSC08171
  • DSC08227
  • DSC08231
  • DSC08245
  • DSC08276
  • DSC08395
  • DSC08404
  • DSC 0047
  • DSC 0108
  • DSC 8070
  • DSC 8071
  • DSC 8144
  • DSC 8175
  • DSC 8184
  • DSC 8253
  • DSC 8254
  • DSC 8271
  • DSC 8284
  • DSC 8328
  • DSC 8376
  • DSC 8409
  • DSC 8463
  • DSC 8469
  • DSC 8485
  • DSC 8556
  • DSC 8603
  • DSC 8657
  • DSC 8668
  • DSC 8769
  • DSC 8799
  • DSC 8810
  • DSC 8811
  • DSC 8835
  • DSC 8859
  • DSC 8890
  • DSC 8912
  • DSC 8969
  • DSC 8987
  • DSC 9032
  • DSC 9038
  • DSC 9041
  • DSC 9042
  • DSC 9044
  • DSC 9059
  • DSC 9181 IMG 1913
  • DSC 9181 IMG 1960
  • DSC 9228
  • DSC 9247
  • DSC 9264
  • DSC 9289
  • DSC 9300
  • DSC 9359
  • DSC 9368
  • DSC 9369
  • DSC 9380
  • DSC 9392
  • DSC 9665
  • DSC 9670
  • DSC 9694
  • DSC 9711
  • DSC 9725
  • DSC 9730
  • DSC 9732
  • DSC 9733
  • DSC 9750
  • DSC 9762
  • DSC 9789
  • DSC 9793
  • DSC 9797
  • DSC 9801
  • DSC 9807
  • DSC 9820
  • DSC 9840
  • DSC 9856
  • DSC 9877
  • DSC 9936
  • DSC 9937
  • IMG 0332
  • IMG 0362
  • IMG 0380
  • IMG 0455
  • IMG 0601
  • IMG 0651
  • IMG 0660
  • IMG 0673
  • IMG 0713
  • IMG 0747
  • IMG 0775
  • IMG 0868
  • IMG 1137
  • IMG 1139
  • IMG 1141
  • IMG 1142
  • IMG 1183
  • IMG 1203
  • IMG 1335
  • IMG 1410
  • IMG 1460
  • IMG 1472
  • IMG 1499
  • IMG 1556
  • IMG 1579
  • IMG 1586
  • IMG 1635
  • IMG 1688
  • IMG 1696
  • IMG 1737
  • IMG 1851
  • IMG 1902
  • IMG 1903
  • IMG 1905
  • IMG 1911
  • IMG 1913
  • IMG 1929
  • IMG 1960
  • IMG 1977
  • IMG 1999
  • IMG 2012
  • IMG 2059
  • IMG 2065
  • IMG 2069
  • IMG 2122
  • IMG 2146
  • IMG 2172
  • IMG 2186
  • IMG 2308
  • IMG 2439
  • IMG 2491
  • IMG 2506
  • Y DSC 9711

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

  • YOOtheme - Premium Joomla Templates and WordPress Themes
  • Warp Framework - Fast and Slick Theme Framework
  • ZOO - Content Application Builder
  • Stock Icons - For Web and Print Projects

Quotations and Code

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

The <blockquote> element defines a long quotation which also creates a new block by inserting white space before and after the blockquote element.

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 Heading Table Heading Table 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

YOOtheme is a well-known template and extension provider for Joomla and WordPress who helps you to create professional websites. But to make your website or interface design a real eye-catcher we had one thing missing: Icons! Icons are an essential tool to simplify user interfaces and today almost every major website uses icons to highlight important parts in their content.

This is why we created a great resource of beautiful and handcrafted icons for web and print projects. We got commercial icon sets including e-commerce, community, file and folder icons and many more as well as many freebies.

As a member of our icon club you will get access to hundreds of handcrafted and detailed icons. New icon sets are added continuously!

Visit Website

Club Icons

  • Pixel perfect design
  • PNGs in 8 sizes from 16x16 to 512x512 pixels
  • Handmade and optimized for each size
  • Scalable vector sources
  • Change the colors and customize easily

ZOO

Take the video tour on the ZOO!

ZOO is a flexible and powerful content application builder to manage your content. It provides a much improved Joomla experience. The key feature is the ability to create your very own custom content types. You define what a type is made up of - e.g. text, images or a file download. Any combination is imaginable! You bring the content, ZOO brings the elements to structure it and make it look good!

Apps for every Purpose

ZOO moves from simply being a CCK to an Application Builder. Apps are extensions for ZOO which are optimized for different purposes and types of content catalogs. ZOO offers a wide range of apps to get you started right away. There is a blog, a product catalog, a cookbook, a business directory, a documentation, a download archive and a movie database app!

ZOO Apps for every Purpose

Joomla Integration

By now ZOO has developed a thriving ecosystem, with new ZOO extensions appearing regularly. It also integrates well with many popular Joomla extensions. Besides the ZOO component itself offers additional modules and plugins. They allow a seamless integration into Joomla and provide a richer tool set to create your website.

Visit Website

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 Box, Line, Headerline
Badges Hot, New, Free, Top
Icons Download, Twitter, Mail, Bubble, Login, Cart