| 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$
*/
// --------------------------------------------------
// CORE ELEMENTS
// --------------------------------------------------
//
// SCAFFOLDING (scaffolding.less)
// --------------------------------------------------
html {
}
body {
}
// Reset fonts for relevant elements
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
// Links
// --------------------------------------------------
a {
color: @link-color;
text-decoration: none;
&:hover,
&:focus {
color: @link-hover-color;
text-decoration: none;
outline: none;
}
&:focus {
.tab-focus();
outline: none;
}
}
// Images
// --------------------------------------------------
img {
vertical-align: middle;
}
// Responsive images (ensure images don't scale beyond their parents)
.img-responsive {
}
// Rounded corners
.img-rounded {
}
// Image thumbnails
.img-thumbnail {
}
// Perfect circle
.img-circle {
}
//
// TABLES (tables.less)
// -------------------------------------------------------
table {
}
// All Cells
// ---------
th,
td {
line-height: @line-height-base;
text-align: left;
vertical-align: top;
}
// Heading
// -------
th {
font-weight: bold;
// Links in Table Heading
a {
// Link states
&:hover, &:focus, &:active {
}
}
}
// Base Cells
// ----------
td,
tr td {
border-top: 1px solid @table-border-color;
}
// Specific Joomla! Table Styles
// -----------------------------
.cat-list-row0,
.cat-list-row1,
tr.cat-list-row0 td,
tr.cat-list-row1 td {
}
.cat-list-row0:hover,
.cat-list-row1:hover {
background: @table-bg-hover;
}
.cat-list-row1,
tr.cat-list-row1 td {
background: @table-bg-accent;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
width: 100%;
}
table.contentpaneopen {
border: 0;
}
//
// MISC
// --------------------------------------------------
.star {
color: @yellow;
}
.red {
color: @red;
}
// Horizontal rules
hr {
margin-top: @line-height-computed;
margin-bottom: @line-height-computed;
border: 0;
border-top: 1px solid @hr-border;
}
// Wrap Element
.wrap {
width: auto;
clear: both;
}
// Center
.center,
.table td.center,
.table th.center {
text-align: center;
}
// Hidden elements
.element-invisible {
position: absolute;
padding: 0;
margin: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}