File manager - Edit - /home/lmsyaran/public_html/update/hydrogen.tar
Back
_contentarray.scss 0000644 00000002333 15120133230 0010300 0 ustar 00 .g-content-array { margin-left: -($content-padding); margin-right: -($content-padding); .g-grid { margin-bottom: ($content-padding + $content-margin) * 1.5; &:last-child { margin-bottom: 0; .g-block { &:last-child { .g-array-item { @include breakpoint(mobile-only) { margin-bottom: 0; } } } } } @include breakpoint(mobile-only) { margin-bottom: 0; } } .g-content { margin: 0; padding-top: 0; padding-bottom: 0; } .g-array-item { @include breakpoint(mobile-only) { margin-bottom: ($content-margin + $content-padding) * 1.5; } } .g-array-item-image { margin: 0 0 15px 0; } .g-item-title { margin: 0; } .g-array-item { &-details, &-text, &-read-more { margin: 15px 0 0; } } .g-array-item-details { font-size: 90%; > span { margin-right: 10px; } i { margin-right: 5px; } } } _core.scss 0000644 00000002526 15120133230 0006523 0 ustar 00 body { color: $base-text-color; background: $base-background; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #g-page-surround { background: $base-background; } @media print { #g-page-surround { background: #fff !important; color: #000 !important; } } a { color: $accent-color-1; &:hover { color: darken($base-text-color, 10%); } } h1, h2, h3, h4, h5, h6, strong { color: darken($base-text-color, 10%); } .button { display: inline-block; padding: 0.5rem 1rem; border-radius: $core-border-radius; box-shadow: 1px 1px 1px rgba(0,0,0,0.1); background: $accent-color-1; color: $white; border: 0; line-height: $core-line-height; font-size: $core-font-size; vertical-align: middle; text-shadow: none; @include transition(background 0.1s); &:hover { background: lighten($accent-color-1, 5%); color: $white; } &:active, &:focus { background: darken($accent-color-1, 5%); box-shadow: inset -1px -1px 1px rgba(0,0,0,0.15); color: $white; outline: 0; } &:disabled { opacity: 0.25; cursor: not-allowed; &:hover { background: $accent-color-1; } } } .gantry-logo { display: inline-block; @include breakpoint(mobile-only) { display: block; text-align: center; } img { width: 150px; } } .logo-large { display: inline-block; } _dropdownanimations.scss 0000644 00000002515 15120133231 0011511 0 ustar 00 .g-main-nav { .g-standard { .g-dropdown { @include transition(none); } .g-fade.g-dropdown { @include transition(opacity .3s ease-out, transform .3s ease-out); } .g-zoom.g-active { @include animation-duration(.3s); @include animation-name(g-dropdown-zoom); } .g-fade-in-up.g-active { @include animation-duration(.3s); @include animation-name(g-dropdown-fade-in-up); } } .g-fullwidth > { .g-dropdown { @include transition(none); } .g-fade.g-dropdown { @include transition(opacity .3s ease-out, transform .3s ease-out); } .g-zoom.g-active { @include animation-duration(.3s); @include animation-name(g-dropdown-zoom); } .g-fade-in-up.g-active { @include animation-duration(.3s); @include animation-name(g-dropdown-fade-in-up); } } } @include keyframes(g-dropdown-zoom) { 0% { opacity: 0; @include transform(scale3d(.8, .8, .8)); } 100% { opacity: 1; } } @include keyframes(g-dropdown-fade-in-up) { 0% { opacity: 0; @include transform(translate3d(0, 30px, 0)); } 100% { opacity: 1; } } _feature.scss 0000644 00000000275 15120133231 0007226 0 ustar 00 #g-feature { padding: 1.5rem 0; background: $feature-background; color: $feature-text-color; } @media print { #g-feature { background: #fff !important; color: #000 !important; } } _footer.scss 0000644 00000000413 15120133231 0007063 0 ustar 00 #g-footer { background: $footer-background; color: $footer-text-color; border-top: 1px solid rgba(0,0,0,0.05); @include breakpoint(mobile-only) { text-align: center; } } @media print { #g-footer { background: #fff !important; color: #000 !important; } } _forms.scss 0000644 00000000756 15120133231 0006725 0 ustar 00 textarea, select[multiple=multiple] { background-color: white; border: 1px solid $base-border-color; box-shadow: $base-box-shadow; &:hover { border-color: $border-color-hover; } &:focus { border-color: $border-color-focus; } } #{$all-text-inputs} { background-color: white; border: 1px solid $base-border-color; box-shadow: $base-box-shadow; } #{$all-text-inputs-hover} { border-color: $border-color-hover; } #{$all-text-inputs-focus} { border-color: $border-color-focus; } _header.scss 0000644 00000001167 15120133231 0007024 0 ustar 00 #g-header { background: $header-background; color: $header-text-color; position: relative; z-index: 3; a { color: lighten($header-background, 40%); &:hover { color: $header-text-color; } } .g-main-nav { @include main-nav-colors($header-background, $header-text-color, $main-background, $main-text-color); .g-toplevel { @include display(flex); @include flex-flow(row wrap); } } @include main-nav-indicators($header-background, $header-text-color); .search { input { color: $main-text-color; } } } @media print { #g-header { background: #fff !important; color: #000 !important; } } _main.scss 0000644 00000000377 15120133231 0006522 0 ustar 00 #g-page-surround { box-shadow: 0 0 15px rgba(0, 0, 0, 0.4); } #g-main { padding: $section-padding 0; background: $main-background; color: $main-text-color; } @media print { #g-main { background: #fff !important; color: #000 !important; } } _nav.scss 0000644 00000005634 15120133231 0006363 0 ustar 00 #g-navigation { background: $navigation-background; color: $navigation-text-color; text-align: center; position: relative; z-index: 2; .g-container { position: relative; } a { color: lighten($navigation-background, 40%); &:hover { color: $navigation-text-color; } } .g-social { a { background: darken($navigation-background, 6%); border: none; text-decoration: none; color: $navigation-text-color; @include transition(background 0.2s); &:hover { background: lighten($navigation-background, 6%); } } } .g-main-nav { margin: -($content-padding + $content-margin); @include main-nav-colors($navigation-background, $navigation-text-color, $main-background, $main-text-color); .g-toplevel { @include display(flex); @include flex-flow(row wrap); justify-content: center; -webkit-justify-content: center; } } @include main-nav-indicators($navigation-background, $navigation-text-color); .search { input { color: $main-text-color; } } } .g-main-nav { .g-standard { .g-dropdown { @extend %dropdown-column; } } .g-toplevel { font-weight: $font-weight-medium; > li { > .g-menu-item-container { text-decoration: none; padding: 1.2rem $content-padding; } > .g-menu-item-container { > .g-menu-item-content { line-height: normal; } } } i { opacity: 0.6; } } .g-dropdown { text-align: left; .dir-rtl & { text-align: right; } } .g-sublevel { > li { > .g-menu-item-container { padding: ($content-padding + $content-margin)/2 1rem; } } } } // Hide on Mobile Menu Breakpoint @if $menu-hide-on-mobile == 1 { @media only all and (max-width: $breakpoints-mobile-menu-breakpoint) { [data-g-mobile-target] { display: none; visibility: hidden; pointer-events: none; } } } #g-navigation, #g-header { .align-left { .g-toplevel { justify-content: flex-start; -webkit-justify-content: flex-start; } } .align-right { .g-toplevel { justify-content: flex-end; -webkit-justify-content: flex-end; } } } // Subtitle .g-menu-item-subtitle { opacity: 0.7; } // Nav Overlay .g-nav-overlay, .g-menu-overlay { background: $navigation-overlay; } @media print { #g-navigation { background: #fff !important; color: #000 !important; } } _offcanvas.scss 0000644 00000004034 15120133231 0007536 0 ustar 00 #g-offcanvas { background: $offcanvas-background; width: $offcanvas-width; color: $offcanvas-text-color; a { color: lighten($offcanvas-background, 50%); &:hover { color: $offcanvas-text-color; } } h1, h2, h3, h4, h5, h6, strong { color: $offcanvas-text-color; } .button { background: $accent-color-2; color: $offcanvas-text-color; &:hover { background: lighten($accent-color-2, 5%); } &:active { background: darken($accent-color-2, 5%); } } } .g-offcanvas-toggle { font-size: $core-font-size + 0.5; color: $offcanvas-toggle-color; @if $offcanvas-toggle-visibility == 1 { display: none; @media only all and (max-width: $breakpoints-mobile-menu-breakpoint) { display: block; } } @else { display: block !important; } } // Mobile Menu #g-offcanvas { #g-mobilemenu-container { ul { background: $offcanvas-background; > li { > .g-menu-item-container { color: $offcanvas-text-color; } &:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) { &:hover, &.active { background: darken($accent-color-1, 4%); > .g-menu-item-container { color: $offcanvas-text-color; } } } &.g-menu-item-link-parent { > .g-menu-item-container { > .g-menu-parent-indicator { border: 1px solid lighten($accent-color-1, 6%); background: darken($accent-color-1, 4%); &:hover { background: darken($accent-color-1, 8%); } border-radius: $core-border-radius; margin: -0.2rem 0 -0.2rem 0.5rem; padding: 0.2rem; } } } } .g-dropdown-column { width: $offcanvas-width; } } } } #g-mobilemenu-container { margin: -($content-padding + $content-margin); } @media print { #g-offcanvas { background: #fff !important; color: #000 !important; } } .g-offcanvas-open { .g-offcanvas-left { #g-page-surround { left: $offcanvas-width; } } .g-offcanvas-right { #g-page-surround { right: $offcanvas-width; } } } _offline.scss 0000644 00000000716 15120133231 0007215 0 ustar 00 .g-offline { #grav-login { max-width: 36rem; .form-actions { margin-top: $content-margin; @include breakpoint(mobile-only) { text-align: center; } } .button { text-transform: capitalize; } .rememberme { @include breakpoint(mobile-only) { float: none; display: block; } } } } _sample.scss 0000644 00000004452 15120133231 0007055 0 ustar 00 .sample-content { text-align: center; .subtitle { text-transform: uppercase; font-size: $core-font-size - 0.2; display: block; margin-top: -1.3rem; } .sample-icons { font-size: $core-font-size + 4; color: $accent-color-1; opacity: 0.6; } .sample-description { font-size: $core-font-size + 0.2; } @include breakpoint(no-mobile) { .device-promo { width: 356px; height: 203px; position: relative; float: right; margin-left: 3rem; margin-bottom: 1rem; .macbook { width: 356px; height: 203px; position: absolute; z-index: 1; background: url(gantry-theme://images/macbook.png); .macbook-color { position: absolute; width: 206px; height: 118px; left: 37px; top: 56px; background: #ccc; } } .ipad { width: 356px; height: 203px; position: absolute; z-index: 2; background: url(gantry-theme://images/ipad.png); .ipad-color { position: absolute; width: 111px; height: 163px; right: 27px; top: 20px; background: $accent-color-1; } } .iphone { width: 356px; height: 203px; position: absolute; z-index: 3; background: url(gantry-theme://images/iphone.png); .iphone-color { position: absolute; width: 46px; height: 75px; right: 4px; top: 112px; background: $accent-color-2; } } } } .middle { text-align: center; } .fa-github-square { color: #ddd; margin-top: 1.5rem; font-size: 10rem; @include breakpoint(tablet-range) { font-size: 8rem; } @include breakpoint(mobile-only) { float: none !important; margin-right: 0; } } .info-box { background: darken($main-background, 4%); border: 1px solid darken($main-background, 10%); padding: $content-padding; border-radius: $core-border-radius; margin-bottom: 4rem; } .fa-graduation-cap { color: darken($main-background, 15%); margin: 1rem 2rem 1rem 1rem; font-size: 6rem; } } @include breakpoint(desktop-only) { #g-showcase { .sample-description { padding: 0 6rem; } } } @include breakpoint(desktop-only) { #g-subfeature { .sample-content { .g-content { padding-left: 2rem; padding-right: 2rem; } } } } @include breakpoint(no-mobile) { #g-main { .sample-content { text-align: inherit; } } } _showcase.scss 0000644 00000001565 15120133231 0007412 0 ustar 00 #g-showcase { padding: $section-padding 0; background-color: $showcase-background; @if $showcase-image { background-image: url($showcase-image); } color: $showcase-text-color; a { color: lighten($showcase-background, 50%); &:hover { color: $showcase-text-color; } } h1, h2, h3, h4, h5, h6, strong { color: $showcase-text-color; } .button { background: $accent-color-2; color: $showcase-text-color; &:hover { background: lighten($accent-color-2, 5%); } &:active { background: darken($accent-color-2, 5%); } } .g-social { a { background: darken($showcase-background, 6%); border: none; color: $showcase-text-color; @include transition(background 0.2s); &:hover { background: lighten($showcase-background, 6%); } } } } @media print { #g-showcase { background: #fff !important; color: #000 !important; } } _sidebar.scss 0000644 00000000254 15120133231 0007201 0 ustar 00 #g-sidebar, #g-aside { padding: $section-padding 0; color: $main-text-color; } @media print { #g-sidebar { background: #fff !important; color: #000 !important; } } _social.scss 0000644 00000000335 15120133231 0007042 0 ustar 00 .g-social { a { display: inline-block; padding: 0.1rem 0.4rem; background: #fafafa; border: 1px solid $base-border-color; border-radius: $core-border-radius; margin-bottom: 4px; text-decoration: none; } } _subfeature.scss 0000644 00000000450 15120133231 0007733 0 ustar 00 #g-subfeature { padding: $section-padding 0; background: $subfeature-background; color: $subfeature-text-color; border-top: 1px solid rgba(0,0,0,0.05); border-bottom: 1px solid rgba(0,0,0,0.05); } @media print { #g-subfeature { background: #fff !important; color: #000 !important; } } _tables.scss 0000644 00000000322 15120133231 0007036 0 ustar 00 table { border: 1px solid lighten($base-border-color,5%); } th { background: lighten($base-border-color,10%); padding: 0.5rem; } td { padding: 0.5rem; border: 1px solid lighten($base-border-color,5%); } _typography.scss 0000644 00000002110 15120133231 0007767 0 ustar 00 // Font Import @include import-font($base-body-font); @include import-font($base-heading-font); body { font-family: get-font-family($base-body-font); font-weight: $font-weight-regular; } h1, h2, h3, h4, h5 { font-family: get-font-family($base-heading-font); font-weight: $font-weight-medium; } bold, strong { font-weight: $font-weight-bold; } .button { font-weight: $font-weight-medium; } // Blockquote blockquote { border-left: 10px solid $rule-color; p { font-size: $core-font-size + 0.1; color: lighten($base-text-color, 20%); } cite { display: block; text-align: right; color: $base-text-color; font-size: $core-font-size + 0.2; } } // Inline and Code code { background: $code-bg; color: darken($code-text,10%); } pre { padding: 1rem; margin: 2rem 0; background: $pre-bg; border: 1px solid $base-border-color; border-radius: $core-border-radius; line-height: 1.15; font-size: $core-font-size - 0.1; code { color: $pre-text; background: inherit; font-size: $core-font-size - 0.1; } } // Additional hr { border-bottom: 4px solid $rule-color; } _variations.scss 0000644 00000005300 15120133231 0007744 0 ustar 00 .flush { .g-container { > .g-grid { > .g-block { > .g-content { margin: 0; padding: 0; } } } } } .moduletable, .widget { &[class*="box"], &[class*="shadow"] { padding: $content-padding; margin: $content-margin; } } .box1 { &.moduletable, &.widget, &.g-outer-box,> .g-content { background: $box1-background; } &.moduletable, &.widget, > .g-content { &, h1, h2, h3, h4, h5, h6, strong, i { color: darken($box1-background, 65%); } } } .box2 { &.moduletable, &.widget, &.g-outer-box, > .g-content { background: $box2-background; } &.moduletable, &.widget, > .g-content { &, h1, h2, h3, h4, h5, h6, strong, i { color: darken($box2-background, 45%); } } } .box3 { &.moduletable, &.widget, &.g-outer-box, > .g-content { background: $accent-color-1; } &.moduletable, &.widget, > .g-content { &, h1, h2, h3, h4, h5, h6, strong, i { color: $white; } a { color: lighten($accent-color-1, 35%); &:hover { color: $white; } } .button { color: if(lightness($accent-color-1) > 50, darken($accent-color-1, 65%), lighten($accent-color-1, 65%)); background: if(lightness($accent-color-1) > 50, darken($accent-color-1, 10%), lighten($accent-color-1, 10%)); &:hover { background: if(lightness($accent-color-1) > 50, darken($accent-color-1, 15%), lighten($accent-color-1, 15%)); } } } } .box4 { &.moduletable, &.widget, &.g-outer-box, > .g-content { background: $accent-color-2; } &.moduletable, &.widget, > .g-content { &, h1, h2, h3, h4, h5, h6, strong, i { color: $white; } a { color: lighten($accent-color-2, 35%); &:hover { color: $white; } } .button { color: if(lightness($accent-color-2) > 50, darken($accent-color-2, 45%), lighten($accent-color-2, 45%)); background: if(lightness($accent-color-2) > 50, darken($accent-color-2, 15%), lighten($accent-color-2, 15%)); &:hover { background: if(lightness($accent-color-2) > 50, darken($accent-color-2, 10%), lighten($accent-color-2, 10%)); } } } } .shadow { &.moduletable, &.widget, &.g-outer-box, > .g-content { box-shadow: 1px 1px 1px rgba(0,0,0,0.1); } } .shadow2 { &.moduletable, &.widget, &.g-outer-box, > .g-content { box-shadow: 0 0 4px rgba(0,0,0,0.15); } } .disabled { &.moduletable, &.widget, &.g-outer-box, > .g-content { opacity: 0.4; } } .square { &.moduletable, &.widget, &.g-outer-box, > .g-content { border-radius: none; } } .rounded { &.moduletable, &.widget, &.g-outer-box, > .g-content { border-radius: $core-border-radius; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0.51 |
proxy
|
phpinfo
|
Settings