Linux webm001.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.111.20.1 | : 216.73.216.115
Cant Read [ /etc/named.conf ]
7.4.33
osteocoeek
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
osteocoeek /
www /
assets /
sass /
components /
[ HOME SHELL ]
Name
Size
Permission
Action
_actions.scss
1.55
KB
-rw-r--r--
_box.scss
435
B
-rw-r--r--
_button.scss
2.7
KB
-rw-r--r--
_form.scss
4.94
KB
-rw-r--r--
_grid.scss
421
B
-rw-r--r--
_highlights.scss
1023
B
-rw-r--r--
_icon.scss
131
B
-rw-r--r--
_icons.scss
274
B
-rw-r--r--
_image.scss
732
B
-rw-r--r--
_inner.scss
188
B
-rw-r--r--
_list.scss
1.31
KB
-rw-r--r--
_table.scss
1.48
KB
-rw-r--r--
_testimonials.scss
1.41
KB
-rw-r--r--
_wrapper.scss
325
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _form.scss
/* Form */ form { margin: 0 0 _size(element-margin) 0; } input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select, textarea { @include vendor('appearance', 'none'); border-radius: _size(border-radius); border: none; border: solid 1px; color: inherit; display: block; outline: 0; padding: 0 1rem; text-decoration: none; width: 100%; &:invalid { box-shadow: none; } } label { display: block; font-size: 1rem; font-weight: _font(weight-bold); margin: 0 0 (_size(element-margin) * 0.5) 0; } input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"] { height: _size(element-height); } select { background-size: 1.25rem; background-repeat: no-repeat; background-position: calc(100% - 1rem) center; height: _size(element-height); padding-right: _size(element-height); text-overflow: ellipsis; &:focus { &::-ms-value { background-color: transparent; } } &::-ms-expand { display: none; } } textarea { padding: 0.75rem 1rem; } input[type="checkbox"], input[type="radio"], { @include vendor('appearance', 'none'); display: block; float: left; margin-right: -2rem; opacity: 0; width: 1rem; z-index: -1; & + label { @include icon; cursor: pointer; display: inline-block; font-size: 1rem; font-weight: _font(weight); padding-left: (_size(element-height) * 0.6) + 0.875rem; padding-right: 0.875rem; position: relative; &:before { border-radius: _size(border-radius); border: solid 1px; content: ''; display: inline-block; height: (_size(element-height) * 0.6); left: 0; line-height: (_size(element-height) * 0.575); position: absolute; text-align: center; top: (_size(element-height) * -0.05); width: (_size(element-height) * 0.6); } } &:checked + label { &:before { content: '\f00c'; } } } input[type="checkbox"] { & + label { &:before { border-radius: _size(border-radius); } } } input[type="radio"] { & + label { &:before { border-radius: 100%; } } } ::-webkit-input-placeholder { opacity: 1.0; } :-moz-placeholder { opacity: 1.0; } ::-moz-placeholder { opacity: 1.0; } :-ms-input-placeholder { opacity: 1.0; } @mixin color-form($p: null) { $highlight: _palette($p, highlight); label { color: _palette($p, fg-bold); } input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select, textarea { background-color: _palette($p, border-bg); border-color: _palette($p, border); &:focus { @if $p == $highlight { border-color: _palette($p, fg-bold); box-shadow: 0 0 0 1px _palette($p, fg-bold); } @else { border-color: _palette(accent1, bg); box-shadow: 0 0 0 1px _palette(accent1, bg); } } } select { background-image: svg-url("<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'><path d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='#{_palette($p, border)}' /></svg>"); option { color: _palette($p, fg); background-color: _palette($p, bg); } } input[type="checkbox"], input[type="radio"], { & + label { color: _palette($p, fg); &:before { background: _palette($p, border-bg); border-color: _palette($p, border); } } &:checked + label { &:before { @if $p == $highlight { background-color: _palette($p, fg-bold); border-color: _palette($p, fg-bold); color: _palette($p, bg); } @else { background-color: _palette(accent1, bg); border-color: _palette(accent1, bg); color: _palette(accent1, fg-bold); } } } &:focus + label { &:before { @if $p == $highlight { border-color: _palette($p, fg-bold); box-shadow: 0 0 0 1px _palette($p, fg-bold); } @else { border-color: _palette(accent1, bg); box-shadow: 0 0 0 1px _palette(accent1, bg); } } } } ::-webkit-input-placeholder { color: _palette($p, fg-light) !important; } :-moz-placeholder { color: _palette($p, fg-light) !important; } ::-moz-placeholder { color: _palette($p, fg-light) !important; } :-ms-input-placeholder { color: _palette($p, fg-light) !important; } } @include color-form;
Close