OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
certval
/
inc
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/20/2025 06:18:54 PM
rwxrwxrwx
📁
PHPMailer-master
-
11/12/2020 06:20:02 AM
rwxrwxr-x
📄
common.js
6 KB
12/08/2020 10:08:44 AM
rw-rw-r--
📄
jquery-3.4.1.min.js
86.08 KB
12/08/2020 10:08:44 AM
rw-rw-r--
📄
moment.min.js
52.07 KB
12/08/2020 10:08:45 AM
rw-rw-r--
📄
style.css
3.37 KB
12/08/2020 10:08:44 AM
rw-rw-r--
Editing: style.css
Close
@import url('https://fonts.googleapis.com/css?family=Open+Sans|PT+Serif&display=swap'); body { margin: 0; padding: 0; font-family: 'PT Serif', serif; } img { border: 0; } form { margin: 0; padding: 0; } a { color: #000; text-decoration: none; outline: none; } a:hover { text-decoration: none; } input, select, textarea { padding: 16px; font-size: 18px; border: 1px #ccc solid; border-radius: 5px; } tr:nth-child(even) { background-color: #f2f2f2; } /* Named Divs */ #panelHeader { height: 265px; font-family: 'Open Sans', sans-serif; font-size: 14px; color: #fff; } #panelFooter { padding: 20px 0; font-family: 'Open Sans', sans-serif; font-size: 12px; color: #fff; border-top: #fdb813 10px solid; background-color: #135c88; } #panelFooter p { line-height: 1.35em; } #panelContent1, #panelContent2 { width: 750px; margin: 0 auto; padding: 50px 0; /*border: 1px solid #cc0000;*/ } #container { margin-bottom: 20px; } #panelSearch { height: 300px; text-align: center; background-attachment: fixed; background-image: url('../grfx/back.search.jpg'); } .centerH { margin: 0 auto; } .inline { display: inline-block; } .content { margin: 0 auto; max-width: 1280px; position: relative; } .boxLogo { top: -20px; padding: 10px; background-color: #fff; border-radius: 10px; } .boxArticle { width: 400px; height: 385px; border: 1px #e7e7e7 solid; float: left; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(50%,rgb(255,255,255)), color-stop(100%,rgb(240,240,240))); } .boxAbstract { width: 800px; } .boxArticle h1 { margin: 0; padding: 0; padding-bottom: 10px; font-size: 24px; } .boxArticle h1 a:hover { text-decoration: underline; } .boxSide { margin-bottom: 20px; width: 300px; padding: 10px; box-sizing: border-box; border: 1px #cc0000 solid; } .padding15 { padding: 15px; } .txtBig { font-size: 32px; } .txtMedium { font-size: 24px; } .txtGrey { color: #58585a; } .txtHeadSearch { padding-top: 60px; color: #fdb813; font-size: 32px; font-weight: bold; text-shadow: 1px 1px 5px rgba(0, 0, 0, 1); } .txtTagSearch { padding-top: 10px; padding-bottom: 20px; font-family: 'Open Sans', sans-serif; color: #fff; font-size: 18px; } .txtHeadFooter { margin-bottom: 10px; font-size: 14px; font-weight: bold; } .hide { display: none; } .fl { float: left; } .fr { float: right; } .cleaner { clear: both; height: 1px; overflow: hidden; } .posABS { position: absolute; } .posREL { position: relative; } .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); } }