| Server IP : 51.91.236.193 / Your IP : 216.73.216.224 Web Server : Apache System : Linux webm010.cluster128.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : institutah ( 16501) PHP Version : 7.2.34 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/i/n/s/institutah/www/wp-content/themes/makali/less/ |
Upload File : |
// HTML Elements
body {
overflow-x: hidden;
word-wrap: break-word;
// letter-spacing: 0.5px;
}
/* Webkit */
::selection {
background: @textselectedbg;
color: @textselectedcolor;
}
/* Gecko/Mozilla */
::-moz-selection {
background: @textselectedbg;
color: @textselectedcolor;
}
a {
color: @linkcolor;
-webkit-transition: all .4s ease 0s;
transition: all .4s ease 0s;
&:hover {
color: @linkhovercolor;
text-decoration: none;
}
&:focus {
color: @linkhovercolor;
outline: none;
text-decoration: none;
}
&:active {
color: @linkactivecolor;
}
}
img {
height: auto;
max-width: 100%;
image-rendering: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: @headingcolor;
font-family: @headingfont;
font-weight: @headingfontweight;
line-height: 1.35;
margin: 0 0 10px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.2em;
}
h4 {
font-size: 1.12em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: .83em;
}
big {
font-size: 125%;
}
dd {
margin-bottom: 24px;
}
ul,
ol {
padding-left: 20px;
margin: 0 0 1rem;
ul,
ol {
margin: 0 0 1rem;
}
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
}
table {
border-collapse: separate;
border-color: @bordercolor;
border-spacing: 0;
border-style: solid;
border-width: 1px 0 0 1px;
margin-bottom: 24px;
width: 100%;
th,
td {
border-bottom: 1px solid @bordercolor;
border-right: 1px solid @bordercolor;
padding: 10px;
}
}
caption {
padding: 10px;
}
ins {
background: #eee;
text-decoration: none;
}