Política de Privacidade

Usamos cookies para lhe proporcionar a melhor experiência. Leia nossa Política de Privacidade.

Explore

Explore (10)

عناوين

Sexta, 04 Julho 2014 Escrito por

Diversos

Sexta, 04 Julho 2014 Escrito por

Powerfull Features

Joomla 2.5 and 3.0

YT Framework is available for Joomla 2.5 as well as Joomla 3.0 that means no matter which version of you joomla you like to use for developing your next website.

 

HTML5

We brought HTML5 in YT blank template to make elegant, modern and SEO friendly website that would be fully functional & represents awesome typography.

 

Bootstrap

Bootstrap is made upon responsive CSS Designs with less code which enhances the overall look and feel of your website.

Wordpress

This is really great thing that YT Framework is available for most popular blogging platform Wordpress besides Joomla with tons of exciting features.  

 

CSS3

The latest CSS3 technology has been used in YT Framework - II to make the whole web development process easier and faster with lot of scopes.  

 

Presets

Presets manager give the flexibilty to change the design of your website without coding by selecting the desire color of your website background, header and footer etc.

Sexta, 20 Dezembro 2013 Escrito por

Shortcodes

The shortcodes supports users to make content for web pages. In Joomla administrator, Yt Shortcodes button will be appeared below the text-area, you can choose shortcodes for the text-area to make content. We will show bonus pages for sample in some templates using shortcodes from now.

Note: Shortcodes only works in detail article (joomla! content, k2 content), custom html module.

YT Shortcode User-guide:

Let's go to here for reading full help documentation of YT Shortcode Plugin

Quinta, 07 Março 2013 Escrito por

Typography

 

All HTML headings, <h1> through <h6> are available.

h1. Heading 1

h2. Heading 2

h3. Heading 3

h4. Heading 4

h5. Heading 5
h6. Heading 6

Body copy

Bootstrap's global default font-size is 14px, with a line-height of 20px. This is applied to the <body> and all paragraphs. In addition, <p> (paragraphs) receive a bottom margin of half their line-height (10px by default).

Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla.

Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.

<p>...</p>

Lead body copy

Make a paragraph stand out by adding .lead.

Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.

<pclass="lead">...</p>

Built with Less

The typographic scale is based on two LESS variables in variables.less: @baseFontSize and @baseLineHeight. The first is the base font-size used throughout and the second is the base line-height. We use those variables and some simple math to create the margins, paddings, and line-heights of all our type and more. Customize them and Bootstrap adapts.


Emphasis

Make use of HTML's default emphasis tags with lightweight styles.

<small>

For de-emphasizing inline or blocks of text, use the small tag.

This line of text is meant to be treated as fine print.

<p>
     <small>This line of text is meant to be treated as fine print. </small>
</p>

Bold

For emphasizing a snippet of text with a heavier font-weight.

The following snippet of text is rendered as bold text.

<strong>rendered as bold text</strong>

Italics

For emphasizing a snippet of text with italics.

The following snippet of text is rendered as italicized text.

<em>rendered as italicized text</em>

Heads up! Feel free to use <b> and <i> in HTML5. <b> is meant to highlight words or phrases without conveying additional importance while <i> is mostly for voice, technical terms, etc.

Emphasis classes

Convey meaning through color with a handful of emphasis utility classes.

Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.

Etiam porta sem malesuada magna mollis euismod.

Donec ullamcorper nulla non metus auctor fringilla.

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis.

Duis mollis, est non commodo luctus, nisi erat porttitor ligula.

<p class="muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>
<p class="text-warning">Etiam porta sem malesuada magna mollis euismod.</p>
<p class="text-error">Donec ullamcorper nulla non metus auctor fringilla.</p>
<p class="text-info">Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis.</p>
<p class="text-success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>

Labels

LabelsMarkup
Default <span class="label">Default</span>
Success <span class="label label-success">Success</span>
Warning <span class="label label-warning">Warning</span>
Important <span class="label label-important">Important</span>
Info <span class="label label-info">Info</span>
Inverse <span class="label label-inverse">Inverse</span>

Badges

NameExampleMarkup
Default 1 <span class="badge">1</span>
Success 2 <span class="badge badge-success">2</span>
Warning 4 <span class="badge badge-warning">4</span>
Important 6 <span class="badge badge-important">6</span>
Info 8 <span class="badge badge-info">8</span>
Inverse 10 <span class="badge badge-inverse">10</span>

Inline

Wrap inline snippets of code with <code>.

For example, <section> should be wrapped as inline.
  1. For example, <code><section></code> should be wrapped as inline.

Note: Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.

You may optionally add the .pre-scrollable class which will set a max-height of 350px and provide a y-axis scrollbar.

Basic block

Use <pre> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.

   <p>Sample text here...</p>
<pre>
  &lt;p&gt;Sample text here...&lt;/p&gt;
</pre>
 

Prettify

To add colored syntax highlight to the <pre> tag, then use the .prettyprint class or the .prettyprint linenums class.

<?php /** Begin Debug **/ if ($yt->countModules('debug')) : ?>
    <div id="yt-debug">
        <div class="yt-container">
            <php echo $yt->displayModules('debug','standard'); ?>
            <div class="clear"></div>
        </div>
    </div>
<?php /** End Debug **/ endif; ?>
&lt;?php /** Begin Debug **/ if ($yt->countModules('debug')) : ?&gt;
    &lt;div id="yt-debug"&gt;
        &lt;div class="yt-container"&gt;
            &lt;php echo $yt->displayModules('debug','standard'); ?&gt;
            &lt;div class="clear"&gt;&lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;?php /** End Debug **/ endif; ?&gt;
The documented typography above is a modified version of the reference guide available at: http://twitter.github.com/bootstrap/base-css.html
Segunda, 31 Outubro 2011 Escrito por

Positions

This Joomla! template supports a wide variety of module positions which can be archived automatically by the system.The module positions are fully collapsible mean that if there are no modules published in particular position, this module position will disappear and the other modules with take this place. Also you can have 2-Columns layout (content, left or right)

Click here to view clearer picture

Quarta, 29 Junho 2011 Escrito por

Module Variations

Coongten enim minim veniam, quis nostrud exercitation ullamco Hity laboris commodo evando diaago const event tincidunt vitae vel quis accumsan faucibus.

Box box_style1, box_style2, box_style3, box_style4, box_style5, box_style6
Title title_style1, title_style2, title_style3, title_style4, title_style5,title_style6
Badges badge-hot, badge-new, badge-top
Blank blank
Quarta, 29 Junho 2011 Escrito por

Features

Yt Framework uses xml file to render your layout. The framework supports all general features of a joomla template. The below is the list of features:

  • Multiple Layouts: Left-Main-Right, Left-Main, Main-Right, etc. With xml file, you can easy to create some layouts for a joomla template
  • Mobile Ready
  • Table-less Layout
  • Search Engine Friendly
  • Modules Types
  • Cross-browser Support
  • Typography
  • Validation
  • Template Parameters
  • Google Font
  • Font Size
  • RTL language support
Quarta, 29 Junho 2011 Escrito por

What's New in 1.5?

As with previous releases, Joomla! provides a unified and easy-to-use framework for delivering content for Web sites of all kinds. To support the changing nature of the Internet and emerging Web technologies, Joomla! required substantial restructuring of its core functionality and we also used this effort to simplify many challenges within the current user interface. Joomla! 1.5 has many new features.

In Joomla! 1.5, you''ll notice:

  • Substantially improved usability, manageability, and scalability far beyond the original Mambo foundations
  • Expanded accessibility to support internationalisation, double-byte characters and right-to-left support for Arabic, Farsi, and Hebrew languages among others
  • Extended integration of external applications through Web services
  • Enhanced content delivery, template and presentation capabilities to support accessibility standards and content delivery to any destination
  • A more sustainable and flexible framework for Component and Extension developers
  • Backward compatibility with previous releases of Components, Templates, Modules, and other Extensions
Sexta, 31 Dezembro 2010 Escrito por

TributoMunicipal.com.br Consultoria - Cursos - Editora - Revista Eletrônica