Rate this item
(0 votes)
Read 405220 times Last modified on Friday, 30 November 2012 03:07

92645 comments

  • Williamthymn Saturday, 18 July 2026 10:52 posted by Williamthymn

    в этом разделе vodka bet casino

    Comment Link
  • que es el handicap en Las apuestas Saturday, 18 July 2026 10:47 posted by que es el handicap en Las apuestas

    apuestas online foro

    Comment Link
  • Reece Saturday, 18 July 2026 10:41 posted by Reece

    apuestas real madrid valencia

    Comment Link
  • car locksmith Saturday, 18 July 2026 10:37 posted by car locksmith

    Hello, i think that i saw you visited my blog so i came
    to “return the favor”.I'm attempting to find things to enhance my website!I suppose its ok to use a few of your ideas!!

    Comment Link
  • Kellylal Saturday, 18 July 2026 10:33 posted by Kellylal

    Najszybciej wyplacajace kasyna w Polsce freeshipcode com vulkan vegas promo codespin city opinie forumkasyno bet on redjackpot casino onlinecasino ruletka online

    Comment Link
  • Vincentmug Saturday, 18 July 2026 10:26 posted by Vincentmug

    нажмите, чтобы подробнее vodka bet casino

    Comment Link
  • como se tributan las apuestas deportivas Saturday, 18 July 2026 10:23 posted by como se tributan las apuestas deportivas

    prediccion apuestas futbol

    Comment Link
  • 1xbet giris_weSl Saturday, 18 July 2026 10:22 posted by 1xbet giris_weSl

    Herkes dinlesin Siteler sürekli değişiyor, yeni adres arıyorum Paramı kurtaramadım, sinirlerim bozuldu Her şey pürüzsüz çalışıyor — 1xbet giriş yap hemen Site çok hızlı, hiç takılmıyor Neyse, her şey detaylı — 1xbet giris 1xbet giris Sakın sahte sitelere kanma Bahis yapan herkese yolla

    Comment Link
  • what does sp mean On horse betting​ Saturday, 18 July 2026 10:19 posted by what does sp mean On horse betting​

    how to place bets on horse racing​

    Comment Link
  • 1xbet giris_wtpn Saturday, 18 July 2026 10:16 posted by 1xbet giris_wtpn

    Bahis severler dikkat Hepsi ya dolandırıcıydı ya da ödemeleri aksatıyordu Neredeyse bahsi bırakıyordum — 1xbet güncel adres tıkla Site inanılmaz hızlı çalışıyor Kısacası, kendiniz bakın — 1xbet yeni adresi 1xbet yeni adresi Tek adres 1xbet giriş Bahis yapan herkese yolla

    Comment Link

Leave a comment

Make sure you enter the (*) required information where indicated. HTML code is not allowed.

Project Description

Wednesday, 24 October 2012 10:04
Responsive Design
Written by 

A responsive template that fits all devices

The big word for Joomla 3.0 is Bootstrap. With basic CSS already integrated into Joomla 3.0, it is aiming for a much better UX for the end-user. Moreover, BootStrap includes responsive CSS, which allows a website to fit all devices, screen size.

LayoutLayout WidthGridColumnGutter Width
Large Desktop min: 1200px 12 40px
Default min-980px, max-1199px 12 40px
Normal Desktop & Tablet min-768px, max-979px 12 40px
Mobile max-767px 12 20px

The file bootstrap-responsive.less in folder: templates/ja_t3v3_blank/assets/less is to define media queries:

// RESPONSIVE CLASSES
// ------------------

@import "../../../plugins/system/jat3v3/t3v3base/bootstrap/less/responsive-utilities.less";


// MEDIA QUERIES
// ------------------

// Large desktops
@import "../../../plugins/system/jat3v3/t3v3base/bootstrap/less/responsive-1200px-min.less";

// Tablets to regular desktops
@import "../../../plugins/system/jat3v3/t3v3base/bootstrap/less/responsive-768px-979px.less";

// Phones to portrait tablets and narrow desktops
@import "../../../plugins/system/jat3v3/t3v3base/bootstrap/less/responsive-767px-max.less";


// RESPONSIVE NAVBAR
// ------------------

// From 979px and below, show a button to toggle navbar contents
@import "../../../plugins/system/jat3v3/t3v3base/bootstrap/less/component-animations.less";
@import "../../../plugins/system/jat3v3/t3v3base/bootstrap/less/responsive-navbar.less";

By default, the responsive files are located in: plugins/system/jat3v3/t3v3base/bootstrap/less

The list responsive files include:

  • responsive.less
  • responsive-767px-max.less
  • responsive-768px-979px.less
  • responsive-1200px-min.less
  • responsive-navbar.less
  • responsive-utilities.less
  • component-animations.less
  • responsive-navbar.less

Responsive utility classes

ClassMobile max-767pxTablets 768px to 979pxDesktop min-980px
.visible-phone Visible
.visible-tablet Visible
.visible-desktop Visible
.hidden-phone Visible Visible
.hidden-tablet Visible Visible
.hidden-desktop Visible Visible

Tablet and Regular Desktop Layout

The file responsive-768px-979px.less is the style file for Tablet and regular desktop layout. When the screen size is smaller than 979px and bigger than 768px, the template runs on the responsive-768px-979px.less file.

@media (min-width: 768px) and (max-width: 979px) {

// Fixed grid
#grid > .core(@gridColumnWidth768, @gridGutterWidth768);

// Fluid grid
#grid > .fluid(@fluidGridColumnWidth768, @fluidGridGutterWidth768);

// Input grid
#grid > .input(@gridColumnWidth768, @gridGutterWidth768);

// No need to reset .thumbnails here since it's the same @gridGutterWidth

}

Large Desktop Layout

The file responsive-1200px.less is the style file for large desktop layout (width size > 1200px} and regular desktop layout. When the screen size is smaller than 979px and bigger than 768px, the template runs on the responsive-1200px-min.less file.

@media (min-width: 1200px) {

// Fixed grid
#grid > .core(@gridColumnWidth1200, @gridGutterWidth1200);

// Fluid grid
#grid > .fluid(@fluidGridColumnWidth1200, @fluidGridGutterWidth1200);

// Input grid
#grid > .input(@gridColumnWidth1200, @gridGutterWidth1200);

// Thumbnails
.thumbnails {
margin-left: -@gridGutterWidth1200;
}
.thumbnails > li {
margin-left: @gridGutterWidth1200;
}
.row-fluid .thumbnails {
margin-left: 0;
}

}
  • Mobile Layout

    The file responsive-767px-max.less is the style file for Mobile layout. the elements are defined to fit the mobile device. When the screen size is smaller than 767px, the template runs on the responsive-767px-max.less file.

    • Logo is now on top
    • Menu is collapsed
    • One Column Content display
    • Modules blocks is in one column display as well
    • Responsive media (image, video, ...) are defined to fit the mobile layout.

Responsive CSS file

The file bootstrap-responsive.lessin folder: templates/ja_t3v3_blank/assets/less will be compiled to a CSS file named: bootstrap-responsive.css and the file is located in folder: plugins/system/jat3v3/t3v3base/bootstrap/css.

What we did

Visit Project
Recent Works