OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
award
/
inc
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/20/2025 11:54:41 PM
rwxrwxrwx
📁
PHPMailer
-
12/02/2020 03:45:39 PM
rwxrwxr-x
📁
ckeditor5
-
12/02/2020 03:45:39 PM
rwxrwxr-x
📄
common.js
11.22 KB
12/02/2020 03:45:20 PM
rw-rw-r--
📄
footer.php
2.73 KB
12/02/2020 03:45:20 PM
rw-rw-r--
📄
header.php
2.06 KB
12/02/2020 03:45:20 PM
rw-rw-r--
📄
jquery-3.4.1.min.js
86.08 KB
12/02/2020 03:45:20 PM
rw-rw-r--
📄
jquery.magnific-popup.min.js
19.74 KB
12/02/2020 03:45:21 PM
rw-rw-r--
📄
magnific-popup.css
6.79 KB
12/02/2020 03:45:21 PM
rw-rw-r--
📄
moment.min.js
52.07 KB
12/02/2020 03:45:21 PM
rw-rw-r--
📄
style.css
1.55 KB
12/02/2020 03:45:21 PM
rw-rw-r--
📄
utils.php
1.21 KB
12/02/2020 03:45:21 PM
rw-rw-r--
📄
validate.php
309 bytes
12/02/2020 03:45:21 PM
rw-rw-r--
📄
zebra.css
5.91 KB
12/02/2020 03:45:23 PM
rw-rw-r--
📄
zebra_datepicker.js
24.89 KB
12/02/2020 03:45:22 PM
rw-rw-r--
Editing: style.css
Close
@import url('https://fonts.googleapis.com/css?family=Open+Sans|PT+Serif&display=swap'); html, body { height: 100%; } body { margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; font-size: 14px; display: flex; flex-flow: column; } footer { margin-top: auto; background-color: #222; } a { color: #000; text-decoration: none; outline: none; } a:hover { text-decoration: none; } label { font-weight: bold; color: #000; } label sup { color: #cc0000; } .panelFooter { font-size: 12px; } .inline { display: inline-block; } .popup { position: relative; width: auto; max-width: 800px; margin: auto; } .widget { box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05); background-color: #ffffff; border-radius: 4px; } .lds-ring { margin: 0 auto; position: relative; width: 80px; height: 80px; } .lds-ring div { box-sizing: border-box; display: block; position: absolute; width: 64px; height: 64px; margin: 8px; border: 8px solid #fdb813; border-radius: 50%; animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: #fdb813 transparent transparent transparent; } .lds-ring div:nth-child(1) { animation-delay: -0.45s; } .lds-ring div:nth-child(2) { animation-delay: -0.3s; } .lds-ring div:nth-child(3) { animation-delay: -0.15s; } @keyframes lds-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .ck-editor__editable { min-height: 100px; } .cursorH { cursor: pointer; }