Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
wp-includes /
blocks /
icon /
Delete
Unzip
Name
Size
Permission
Date
Action
block.json
1.65
KB
-rw-r--r--
2026-08-20 16:07
editor-rtl.css
3.24
KB
-rw-r--r--
2026-08-20 16:07
editor-rtl.min.css
1.09
KB
-rw-r--r--
2026-08-20 16:07
editor.css
3.24
KB
-rw-r--r--
2026-08-20 16:07
editor.min.css
1.09
KB
-rw-r--r--
2026-08-20 16:07
style-rtl.css
555
B
-rw-r--r--
2026-08-20 16:07
style-rtl.min.css
404
B
-rw-r--r--
2026-08-20 16:07
style.css
555
B
-rw-r--r--
2026-08-20 16:07
style.min.css
404
B
-rw-r--r--
2026-08-20 16:07
Save
Rename
/** * SCSS Variables. * * Please use variables from this sheet to ensure consistency across the UI. * Don't add to this sheet unless you're pretty sure the value will be reused in many places. * For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */ /** * Colors */ /** * Fonts & basic variables. */ /** * Typography */ /** * Grid System. * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */ /** * Radius scale. */ /** * Elevation scale. */ /** * Dimensions. */ /** * Mobile specific styles */ /** * Editor styles. */ /** * Block & Editor UI. */ /** * Block paddings. */ /** * React Native specific. * These variables do not appear to be used anywhere else. */ /** * Typography */ /** * Breakpoints & Media Queries */ /** * Converts a hex value into the rgb equivalent. * * @param {string} hex - the hexadecimal value to convert * @return {string} comma separated rgb values */ /** * Long content fade mixin * * Creates a fading overlay to signify that the content is longer * than the space allows. */ /** * Breakpoint mixins */ /** * Focus styles. */ /** * Standard focus rings for the WordPress Design System. * * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site, * e.g. `&:focus { @include outset-ring__focus(); }`. */ /** * Applies editor left position to the selector passed as argument */ /** * Styles that are reused verbatim in a few places */ /** * Allows users to opt-out of animations via OS-level preferences. */ /** * Reset default styles for JavaScript UI based pages. * This is a WP-admin agnostic reset */ /** * Reset the WP Admin page styles for Gutenberg-like pages. */ /** * Creates a checkerboard pattern background to indicate transparency. * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px. */ .wp-block[data-align=center] > .wp-block-icon { display: flex; justify-content: center; } .wp-block-icon__inserter-sidebar { padding-bottom: 24px; } @media (min-width: 782px) { .wp-block-icon__inserter-sidebar { overflow-x: visible; overflow-y: auto; position: absolute; top: 72px; right: 0; bottom: 0; width: 280px; padding-top: 24px; padding-inline: 24px; } } @media (min-width: 782px) { .wp-block-icon__inserter-panel { margin-inline-start: 280px; } } .wp-block-icon__inserter-loading { display: flex; justify-content: center; padding: 24px; } .wp-block-icon__inserter-grid-icons-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } .wp-block-icon__inserter-grid-no-results { display: flex; justify-content: center; } .wp-block-icon__inserter-grid-icons-list-item { display: flex; flex-direction: column; height: auto !important; } .wp-block-icon__inserter-grid-icons-list-item-icon { padding: 12px; } .wp-block-icon__inserter-grid-icons-list-item-icon svg { display: block; width: 24px; height: 24px; } .wp-block-icon__inserter-grid-icons-list-item-title { font-size: 12px; padding: 4px 4px 8px; overflow-wrap: break-word; } .wp-block-icon__toolbar-content { width: 250px; } .wp-block-icon__placeholder { backdrop-filter: blur(100px); }