Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
editor
/
upload
:
style.css
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
* { margin: 0px; padding: 0px; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif; margin: 0 auto; -webkit-font-smoothing: antialiased; box-sizing: border-box; color: #2f2f2f; line-height: 1.5; } .ath_container { width: 740px; margin: 20px auto; padding: 0px 20px 0px 20px; } .ath_container { width: 820px; border: #d7d7d7 1px solid; border-radius: 5px; padding: 10px 20px 10px 20px; box-shadow: 0 0 5px rgba(0, 0, 0, .3); /* border-radius: 5px; */ } #uploadStatus { color: #00e200; } .ath_container a { text-decoration: none; color: #2f20d1; } .ath_container a:hover { text-decoration: underline; } .ath_container img { height: auto; max-width: 100%; vertical-align: middle; } .ath_container .label { color: #565656; margin-bottom: 2px; } .ath_container .message { padding: 6px 20px; font-size: 1em; color: rgb(40, 40, 40); box-sizing: border-box; margin: 0px; border-radius: 3px; width: 100%; overflow: auto; } .ath_container .error { padding: 6px 20px; border-radius: 3px; background-color: #ffe7e7; border: 1px solid #e46b66; color: #dc0d24; } .ath_container .success { background-color: #48e0a4; border: #40cc94 1px solid; border-radius: 3px; color: #105b3d; } .ath_container .validation-message { color: #e20900; } .ath_container .font-bold { font-weight: bold; } .ath_container .display-none { display: none; } .ath_container .inline-block { display: inline-block; } .ath_container .float-right { float: right; } .ath_container .float-left { float: left; } .ath_container .text-center { text-align: center; } .ath_container .text-left { text-align: left; } .ath_container .text-right { text-align: right; } .ath_container .full-width { width: 100%; } .ath_container .cursor-pointer { cursor: pointer; } .ath_container .mr-20 { margin-right: 20px; } .ath_container .m-20 { margin: 20px; } .ath_container table { border-collapse: collapse; border-spacing: 0; width: 100%; border: 1px solid #ddd; margin-top: 20px; } .ath_container table th, .ath_container table td { text-align: left; padding: 5px; border: 1px solid #ededed; width: 50%; } tr:nth-child(even) { background-color: #f2f2f2 } .ath_container .progress { margin: 20px 0 0 0; width: 300px; border: 1px solid #ddd; padding: 5px; border-radius: 5px; } .ath_container .progress-bar { width: 0%; height: 24px; background-color: #4CAF50; margin-top: 15px; border-radius: 12px; text-align: center; color: #fff; } @media all and (max-width: 780px) { .ath_container { width: auto; } } .ath_container input { box-sizing: border-box; width: 100%; height: initial; padding: 8px 5px; border: 1px dashed #b7b7b7; border-radius: 4px; padding: 40px; background: #ededed; } .ath_container input[type="checkbox"] { width: auto; vertical-align: text-bottom; } .ath_container textarea { width: 300px; } .ath_container select { display: initial; height: 30px; padding: 2px 5px; } .ath_container button, .ath_container input[type=submit], .ath_container input[type=button] { padding: 10px 35px; font-size: 1em; cursor: pointer; border-radius: 25px; color: #000000; background-color: #ebdd58; border: none; box-shadow: 0 0 5px 0px rgba(0, 0, 0, .3); transition: all .3s; } .ath_container button:hover { background-color: #3e31fd; color: #fff; box-shadow: 0 0 10px 0px rgba(0, 0, 0, .3); } ::placeholder { color: #bdbfc4; } .ath_container label { display: block; color: #565656; } @media all and (max-width: 400px) { .ath_container { padding: 0px 20px; } .ath_container { width: auto; } .ath_container input, .ath_container textarea, .ath_container select { width: 100%; } }