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

134243 comments

  • VlasofOneessah Friday, 18 September 2026 10:07 posted by VlasofOneessah

    In the continuously evolving arena of SEO, instruments and methods that can successfully increase a website's online presence are in continuous request. Introduce XRumer, a advanced software built to power up link-building drives. Using the capacity to post on message boards, weblogs, guestbooks, and other platforms by default, XRumer revolutionizes the way online marketers approach off-page SEO. This potent tool avoids general online barriers like CAPTCHAs, making sure an uninterrupted and efficient backlink creation process. A skillfully executed XRumer SEO run can considerably elevate a site's search engine rankings, pushing organic traffic and improving online appearance.

    Yet, while the potential of XRumer is unarguable, its use necessitates a tactical and careful approach. Like all SEO software, the results are solely as superb as the technique after them. Too much reliance or misuse might lead to undesirable results, such as punishments from search engines for artificial link building. Thus, when starting on an XRumer SEO run, it's vital to focus on quality over number, aiming at pertinent and high-authority sites that match with the brand's ethos. In the hold of a proficient SEO expert, XRumer becomes a formidable asset, linking the difference between a brand and its digital promise.



    Telgrm: @xrumers
    https://www.interodigital.com/
    https://XRumer.cc/

    Comment Link
  • エロ い 下着 Friday, 18 September 2026 10:06 posted by エロ い 下着

    Hello there, You have done a fantastic job.

    I will certainly digg it and personally recommend
    to my friends. I'm confident they'll be benefited
    from this website.

    Comment Link
  • Davidslils Friday, 18 September 2026 10:00 posted by Davidslils

    нажмите, чтобы подробнее https://bs2tor2.gl/

    Comment Link
  • Jameslot Friday, 18 September 2026 09:58 posted by Jameslot

    содержание https://bs2tor2.gl/

    Comment Link
  • VlasofFirmaomsah Friday, 18 September 2026 09:57 posted by VlasofFirmaomsah

    Obtaining a spot for your online platform on reliable, top-tier platforms is an crucial step in strengthening its online reputation. The said placements not only raise a site's authority in the sight of online search tools but also foster credibility among its desired audience. Dependable sites, celebrated for their tight content criteria and substantial user bases, act as endorsers, backing the genuineness and worth of content they associate with or host. As visitors from these platforms find their way to a site, they come with a predefined sense of trust, making them more inclined to connect and turn.

    Additionally, positioning a website on high-quality trust sites transcends beyond just link-building approaches. It's an chance for collective growth and collaboration. Connecting with esteemed platforms lets a brand to align its ethics with those of the trusted site, fostering shared values and intensifying its brand tale. In the continually growing digital landscape, where authenticity is at a peak, such planned placements promise a site's persistent visibility, significance, and impact.



    Telgrm: @exrumer
    https://www.seobrand.com/
    https://XRumer.cc/

    Comment Link
  • Finance Video Production Friday, 18 September 2026 09:57 posted by Finance Video Production

    Just wish to say your article is as surprising.
    The clarity in your post is just spectacular
    and i could assume you are an expert on this subject.
    Fine with your permission let me to grab your RSS feed to keep up
    to date with forthcoming post. Thanks a million and please keep up the
    enjoyable work.

    Comment Link
  • Komunitas slot gacor Friday, 18 September 2026 09:55 posted by Komunitas slot gacor

    Hmm is anyone else encountering problems with the pictures on this
    blog loading? I'm trying to find out if its a problem on my end or if it's
    the blog. Any feedback would be greatly appreciated.

    Comment Link
  • Jameslot Friday, 18 September 2026 09:50 posted by Jameslot

    посетить сайт https://bs2bust.at/

    Comment Link
  • Jameslot Friday, 18 September 2026 09:50 posted by Jameslot

    посмотреть на этом сайте https://v.blsp.gl

    Comment Link
  • Jameslot Friday, 18 September 2026 09:48 posted by Jameslot

    Источник https://bs2tor2.gl/

    Comment Link

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