shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
resources
/
css
/
elements
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
forms.css
/* ========================================================================== BASE FORM ELEMENTS ========================================================================== */ label { @apply text-gray-800 dark:text-dark-150 font-normal text-sm block leading-normal; } input { @apply placeholder:text-gray-600 dark:placeholder:text-dark-175; } input[type="checkbox"], input[type="radio"] { @apply text-lg; } select { @apply text-base bg-gray-300 border-2 border-gray-300 cursor-pointer; } /* Text Fields ========================================================================== */ .input-text { @apply block appearance-none bg-gray-100 text-gray-800 border max-w-full w-full p-2 rounded shadow-inner placeholder:text-gray-600 text-md @lg:text-base; @apply dark:bg-dark-650 dark:text-dark-150 dark:border-dark-900 dark:placeholder:text-dark-175 dark:shadow-inner-dark; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; &:focus, &:focus-within { @apply ring-2 ring-blue-300 dark:ring-blue-600 outline-none; } &:not(textarea) { height: 2.375rem; } } /* Used inside tables, grids, and so on */ .input-text-minimal { @apply appearance-none shadow-none bg-white dark:bg-dark-550 w-full p-2; &:focus { @apply outline-none bg-gray-200 dark:bg-dark-600; } } /* Needs an 'input' selector, otherwise when .input-text is used on a div, it's always considered read only. */ input.input-text:read-only, textarea.input-text:read-only, input.input-text-minimal:read-only, .input-text.read-only { @apply bg-gray-300 dark:bg-dark-600 text-gray-700 dark:text-dark-200; } /* Input Groups ========================================================================== */ .input-group { @apply appearance-none text-gray-800 w-full p-0 rounded flex items-center; @apply dark:text-dark-150; height: 2.375rem; &:not(.focus-within-only):focus, &:not(.focus-within-only):focus-within { @apply ring-2 ring-blue-300; @apply dark:ring-blue-600; .input-text:focus, .input-group-prepend:focus, .input-group-append:focus, .input-group-item:focus { outline: 0; box-shadow: none; } } .input-text { @apply flex-1 border-gray-500 min-w-0; @apply dark:border-dark-900; } .input-text:not(:first-child) { @apply rtl:rounded-r-none ltr:rounded-l-none rtl:border-r-0 ltr:border-l-0; } .input-text:not(:last-child) { @apply rtl:rounded-l-none ltr:rounded-r-none rtl:border-l-0 ltr:border-r-0; } .input-text[dir='ltr']:not(:last-child) { @apply rtl:rounded-r rtl:border-r; } .input-group-prepend, .input-group-append, .input-group-item { @apply rtl:rounded-r ltr:rounded-l px-2 border dark:border-dark-900 text-sm text-gray-800 dark:text-dark-150 select-none; background: linear-gradient(180deg, #fff, #f9fafb); background-clip: padding-box; border: 1px solid #c4cdd6; box-shadow: 0 1px 0 0 rgba(25,30,35,.05); height: 2.375rem; line-height: 36px; .dark & { background: linear-gradient(180deg, theme(colors.dark.500), theme(colors.dark.600)); background-clip: padding-box; border-color: theme(colors.dark.900); box-shadow: 0 1px 0 0 rgba(0,0,0,.05); } &button { @apply cursor-pointer; } } &:has(.input-text) { .input-group-prepend, .input-group-append, .input-group-item { @apply dark:border-dark-900; } } &.focus-within-only { .input-text:focus, .input-group-prepend:focus, .input-group-append:focus, .input-group-item:focus { @apply focus-outline; z-index: 1; } } .input-group-item { @apply rtl:rounded-r-none ltr:rounded-l-none -mx-px; } button.input-group-item:hover:not(:disabled), button.input-group-item:active:not(:disabled), button.input-group-prepend:hover:not(:disabled), button.input-group-prepend:active:not(:disabled), button.input-group-append:hover:not(:disabled), button.input-group-append:active:not(:disabled) { background: linear-gradient(180deg, #f9fafb, #f4f6f8); background-clip: padding-box; border-color: #c4cdd5; .dark & { background: linear-gradient(180deg, theme(colors.dark.550), theme(colors.dark.600)); background-clip: padding-box; border-color: theme(colors.dark.900); } } .input-group-append { @apply rtl:rounded-r-none ltr:rounded-l-none rtl:border-l-0 ltr:border-r-0; /* Rounded on the right side */ &:last-child { @apply rtl:rounded-l ltr:rounded-r rtl:border-l ltr:border-r; } } > *:last-child[class*="input-group-"], > *:last-child [class*="input-group-"] { @apply rtl:rounded-l ltr:rounded-r; } } .input-group.input-group-sm { height: 1.625rem; .input-group-prepend, .input-group-append, .input-group-item { @apply text-xs; height: 1.625rem; line-height: 25px; padding: 0 12px; } } /* Radio and Checkbox Fields ========================================================================== */ .radio-fieldtype .option, .checkboxes-fieldtype .option { @apply flex items-center; &:not(:first-child) { @apply mt-3; } input { @apply leading-normal rtl:ml-1 ltr:mr-1; } label { @apply font-normal leading-none flex items-center; } } .radio-fieldtype .inline-mode, .checkboxes-fieldtype .inline-mode { @apply flex items-center flex-wrap; .option { @apply rtl:ml-4 ltr:mr-4 mb-3; &:first-child { @apply mt-3; } } } .radio-box { @apply border rounded cursor-pointer relative p-4 h-full; &.selected { @apply border-blue text-blue shadow; } } /* Select Fields ========================================================================== */ .select-input-container { @apply rounded relative; select { @apply text-sm text-gray-800 dark:text-dark-150 shadow-button cursor-pointer block w-full h-full rtl:text-right ltr:text-left relative max-w-full; @apply select-none rounded leading-normal align-middle whitespace-nowrap appearance-none subpixel-antialiased; background: linear-gradient(180deg, #fff, #f9fafb); background-clip: padding-box; border: 1px solid #c4cdd6; height: 2.375rem; /* 38px */ letter-spacing: -0.01em; padding: .475rem 1.75rem .475rem .75rem ; [dir="rtl"] & { padding: .475rem .75rem .475rem 1.75rem ; } .dark & { background: linear-gradient(180deg, theme(colors.dark.500), theme(colors.dark.600)); background-clip: padding-box; border-color: theme(colors.dark.800); } &:hover:not(:disabled), &:active:not(:disabled) { background: linear-gradient(180deg, #f9fafb, #f4f6f8); background-clip: padding-box; border-color: #c4cdd5; .dark & { background: linear-gradient(180deg, theme(colors.dark.700), theme(colors.dark.750)); background-clip: padding-box; border-color: theme(colors.dark.900); } } } .select-input-toggle { @apply pointer-events-none absolute inset-y-0 rtl:left-0 ltr:right-0 flex items-center px-2 text-gray-900 dark:text-dark-150; svg { @apply fill-current h-4 w-4; } } } label .required { @apply text-red-500; font-style: normal; + .localizable-icon { margin-left: 5px ; [dir="rtl"] & { margin-right: 5px ; margin-left: 0 ; } } } input[type="file"] { padding: 16px; height: auto; line-height: 1; } .filter-control { background: #fff; border: 1px solid rgba(0,0,0,.15); font-size: 14px; line-height: 1.5; position: relative; &.search { height: 34px !important; } } .help-block { width: 100%; } /* Form groups ========================================================================== */ .form-group { @apply p-3 @sm:p-4 @lg:p-6 m-0; label { font-weight: 500; } .input-with-loader + .help-block { margin-top: 0; } &.form-grid, .form-grid { input, textarea { background: none; box-shadow: none; } } } .form-group.inline { display: flex; align-items: stretch; padding: 0 !important; margin: 0 !important; .form-group { flex-basis: auto; } .major { flex: 1; } } .help-block { @apply block mb-2 text-gray-700 dark:text-dark-150/70 text-xs; a { @apply text-gray-800 dark:text-dark-175 underline; &:hover { @apply text-blue dark:text-dark-blue-100; } } } .slug-field .input-text { @apply font-mono text-xs; }
© 2026 UnknownSec