| Server IP : 54.36.91.62 / Your IP : 216.73.217.117 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/newsite/templates/ja_social_ii/less/ |
Upload File : |
/*
$JA#COPYRIGHT$
*/
// VARIABLES & MIXINS
// ------------------
@import "vars.less"; // Modify this for custom colors, font-sizes, etc
// ---------------------------------------------------------
// HOME
// ---------------------------------------------------------
.home {
// Heading
h1 {
line-height: 1;
}
h2 {
font-size: floor(@font-size-base * 1.5);
// Bigger font size on Tablet / Desktop
@media screen and (min-width: @screen-sm) {
font-size: floor(@font-size-base * 2.15);
}
}
// Home Jumbotron
.jumbotron {
background-color: transparent;
position: relative;
margin-bottom: 0;
}
//
// HOME SPOTLIGHTS
// ---------------------------------------------------------
// Spotlight 1
// -----------
.t3-sl-1 {
padding: 0;
background: @t3-spotlight-background;
color: @t3-spotlight-text-color;
border-bottom: 1px solid @t3-border-color;
// jumbotron
.jumbotron {
border-radius: 0;
//jumbotron btn
.btn {
margin-top: @line-height-computed;
}
}
}
// Spotlight 2
// -----------
.t3-sl-2 {
text-align: center;
.img-responsive {
display: inline-block;
}
p {
// Bigger Font size in Tablet / Desktop
@media screen and (min-width: @screen-sm) {
font-size: @t3-font-size-bigger;
line-height: floor(@t3-font-size-bigger * @line-height-base);
}
}
}
// Spotlight 3 & 4
// ---------------
.t3-sl-3 p > img {
margin-top: @line-height-computed;
@media screen and (min-width: @screen-md) {
margin-top: 0;
}
}
.t3-sl-3,
.t3-sl-4 {
border-top: 1px solid @t3-border-color;
text-align: center;
p {
// Bigger Font size in Tablet / Desktop
@media screen and (min-width: @screen-sm) {
font-size: @t3-font-size-bigger;
line-height: floor(@t3-font-size-bigger * @line-height-base);
}
}
// Jumbotron Header
.jumbotron {
padding-top: 0;
h1 {
margin-bottom: @line-height-computed / 2;
margin-top: 0;
}
p {
font-size: @font-size-large;
line-height: 1.25;
color: @gray-light;
// Bigger Font size in Tablet / Desktop
@media screen and (min-width: @screen-sm) {
font-size: ceil(@font-size-base * 1.5);
}
}
}
}
// Spotlight 5
// -----------
.t3-sl-5 {
background: @t3-spotlight-background;
color: @t3-spotlight-text-color;
border-top: 1px solid @t3-border-color;
padding: 0;
// jumbotron
.jumbotron {
border-radius: 0;
margin-bottom: 0;
}
}
// End Home Spotlight
}