| Server IP : 104.21.84.107 / Your IP : 104.23.243.197 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/pregrados/biologia/templates/g5_helium/scss/helium/sections/ |
Upload File : |
#g-navigation {
background: $navigation-background;
color: $navigation-text-color;
position: relative;
z-index: 11;
// Container
.g-container {
position: relative;
}
// Logo
.g-logo {
color: $navigation-text-color;
line-height: 2.8rem;
&.g-logo-helium {
svg {
fill: $navigation-text-color;
}
}
}
// Social Particle
.g-social-header {
@include breakpoint(mobile-only) {
.g-content {
margin-top: 0;
padding: 0 $content-padding;
}
}
}
.g-social {
text-align: right;
line-height: 3.125;
@include breakpoint(mobile-only) {
text-align: center;
}
.rtl & {
text-align: left;
}
}
// Menu Styling
.g-main-nav {
font-family: get-font-family($font-family-title);
font-weight: $font-weight-bold;
line-height: $navigation-line-height;
.g-toplevel {
line-height: ($navigation-line-height + 1.625);
> li {
margin: 0 0.5rem;
@include breakpoint(tablet-range) {
margin: 0 0.2rem;
}
> .g-menu-item-container {
color: $navigation-text-color;
padding: $content-padding/4 0;
> .g-menu-item-content {
padding: 0 0 $content-padding/4;
}
.g-menu-parent-indicator {
vertical-align: top;
&:after {
content: $fa-angle-down;
opacity: 0.75;
width: 1rem;
}
}
i {
opacity: 1;
}
}
&:hover {
> .g-menu-item-container {
color: fade-out($navigation-text-color, 0.3);
> .g-selected {
color: fade-out($navigation-text-color, 0.3);
}
}
}
&.active {
> .g-menu-item-container {
> .g-menu-item-content {
box-shadow: 0 2px 0 fade-out($navigation-text-color, 0.8);
}
> .g-selected {
box-shadow: 0 2px 0 fade-out($navigation-text-color, 0.8);
}
}
}
}
}
.g-dropdown {
background: lighten($navigation-background, 2%);
border: 1px solid fade-out($navigation-text-color, 0.8);
border-radius: $border-radius;
> .g-dropdown-column {
border: 1px solid transparent;
}
a {
color: $navigation-text-color;
&:hover {
color: $accent-color-1;;
}
}
.g-dropdown-column {
position: relative;
}
.g-dropdown {
margin-left: 20px;
}
}
.g-sublevel {
> li {
> .g-menu-item-container {
color: $navigation-text-color;
> .g-selected {
color: $navigation-text-color;
}
}
&:not(:last-child) {
> .g-menu-item-container {
border-bottom: 1px solid fade-out($navigation-text-color, 0.8);
> .g-selected {
border-bottom: 1px solid fade-out($navigation-text-color, 0.8);
}
}
}
&:hover, &.active {
> .g-menu-item-container {
color: $accent-color-1;
> .g-selected {
color: $accent-color-1;
}
}
}
&.g-menu-item-type-particle {
> .g-menu-item-container {
border: 0;
}
&:hover, &.active {
> .g-menu-item-container {
border: 0;
}
}
}
&.g-menu-item-type-particle {
&:hover {
> .g-menu-item-container {
background: inherit;
}
}
}
}
}
}
.g-menu-block {
@include breakpoint(mobile-only) {
display: none;
}
}
.g-menu-item-subtitle {
text-transform: lowercase;
font-size: 0.8rem;
opacity: 0.8;
padding-top: 0;
}
}
@media print {
#g-navigation {
background: #fff !important;
color: #000 !important;
}
}