Viewing File: /usr/local/cpanel/base/frontend/jupiter/filemanager/css/styles2.css
/*
// Copyright 2023 cPanel, L.L.C. - All rights reserved.
// copyright@cpanel.net
// https://cpanel.net
// This code is subject to the cPanel license. Unauthorized copying is prohibited
*/
html,
body {
min-height: 300px;
min-width: 500px;
height: 100%;
width: 100%;
overflow: hidden;
}
body {
margin: 0;
padding: 0;
font-size: 14px;
line-height: 18px;
font-family: "Open Sans", sans-serif;
background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Open Sans", sans-serif;
}
.navbar {
border-radius: 0;
height: 50px;
margin-bottom: 0;
}
.navbar-cpanel {
background-color: #293a4a;
border-color: #293a4a;
color: #ffffff;
}
.navbar-subnav {
background: #eaeaea;
border-radius: 0;
border-bottom: 1px solid #c1c6cb;
}
.navbar-subnav .navbar-nav li a {
color: #333333;
}
.navbar-subnav .navbar-nav li a:hover {
color: #000000;
text-decoration: underline;
}
.header-btn {
background-color: #f0f0f0;
}
.navbar-brand:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.navbar-brand {
padding: 0 15px;
}
header .navbar-header .navbar-brand,
header .navbar-header .navbar-brand:hover {
padding: 0 0 0 15px;
}
html[dir="rtl"] header .navbar-header .navbar-brand,
html[dir="rtl"] header .navbar-header .navbar-brand:hover {
padding: 0 15px 0 0;
}
.navbar-inverse .navbar-brand {
color: #ffffff;
}
.navbar-brand-logo {
max-height: 50px;
}
img.navbar-brand-logo[src*="logo_small.svg"] {
height: 45px;
width: 45px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
img.navbar-brand-logo[src*="logo_small.svg"] {
width: 30px;
}
}
.brand-name {
font-size: 18px;
vertical-align: middle;
}
.search {
display: inline-block;
padding: 10px;
}
#topnav {
background: #eaeaea;
border-radius: 0;
border-bottom: 1px solid #c1c6cb;
}
/* Clear and Hidden classes */
.clear:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clear {
display: block;
overflow: hidden;
}
.hidden {
position: absolute;
left: 0px;
top: -500px;
width: 1px;
height: 1px;
overflow: hidden;
}
/* Commonly used float styles */
.float-left {
float: left;
margin: 0 10px 10px 0;
}
.float-right {
float: right;
margin: 0 0 10px 10px;
}
/* Hide #skip navigation */
#skip {
display: none;
}
/* ------------------------------------
Default elements
------------------------------------ */
p {
line-height: 1.6;
margin: 5px 0 15px;
}
ul,
ol {
margin: 5px 25px 15px;
}
ul li,
ol li {
line-height: 1.5;
padding: 2px 0;
}
dl {
margin: 10px 0 15px;
}
dt {
color: #000;
font-weight: bold;
padding: 2px 0 5px 5px;
}
dd {
padding: 2px 0 10px 15px;
}
/* ------------------------------------
=topnav
------------------------------------ */
#topnav ul,
#topnav ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
#topnav ul {
float: left;
width: 100%;
}
#topnav li,
#topnav li a {
float: left;
}
#topnav li a {
color: #333333;
}
#topnav li a:hover {
color: #000000;
text-decoration: none;
}
#topnav li.disabled a:hover {
color: #666666;
text-decoration: none;
cursor: not-allowed;
opacity: 0.5;
}
#topnav li.disabled a {
color: #666666;
text-decoration: none;
cursor: not-allowed;
opacity: 0.5;
}
#topnav br {
display: none;
}
.divider {
border-right: 1px dotted #ccc;
}
#topnav ul li.divider {
margin-right: 5px;
}
/* ------------------------------------
=midtoolbar
------------------------------------ */
#midtoolbar .path {
float: left;
padding: 5px;
width: 330px;
}
#midtoolbar {
border: 1px solid #cccccc;
margin: 5px;
}
#srtoolbar ul {
float: right;
width: 100%;
}
#srtoolbar ul,
#srtoolbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
#srtoolbar ul li,
#srtoolbar ul li a {
float: left;
}
#srtoolbar ul li a {
text-decoration: none;
}
#srtoolbar ul li.disabled > a {
color: #999999;
cursor: not-allowed;
}
/* ------------------------------------
=subcontent
------------------------------------ */
#subleft {
display: block;
float: left;
height: 100%;
padding: 5px 10px;
overflow: auto;
width: 330px;
}
#filesarea {
overflow: hidden;
margin: 5px;
border: 1px solid #cccccc;
}
#subright {
overflow: hidden;
height: 100%;
padding: 0px;
}
/* ------------------------------------
=expandcontractdiv
------------------------------------ */
#expandcontractdiv {
padding-bottom: 10px;
}
#expandcontractdiv ul,
#expandcontractdiv ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
#expandcontractdiv ul li,
#expandcontractdiv ul li a {
float: left;
}
#expandcontractdiv ul li a {
color: #666;
display: block;
margin: 0 8px 0 2px;
text-decoration: none;
}
#expandcontractdiv ul li a:hover {
color: #000;
}
#expandcontractdiv ul li a img {
height: 15px;
margin: 0;
padding: 0;
position: relative;
top: 3px;
width: 15px;
}
/* ------------------------------------
=filetable
------------------------------------ */
#filetable {
color: #333333;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}
#filetable th {
border-right: dotted 1px #999;
border-bottom: dotted 1px #999;
padding: 5px;
}
#filetable td {
padding: 2px 0 2px 10px;
}
#filetable input {
font-size: 10px;
color: #333;
}
/* ------------------------------------
=yui
------------------------------------ */
/* make the filename column break on long names */
.yui-dt-col-file {
word-wrap: break-word;
}
/* Define a new style for each menubar */
div.yuimenubar ul {
overflow: visible;
}
div.yuimenubar div.bd {
background: #e0e0e0;
background: -moz-linear-gradient(top, #e0e0e0 0%, #cccccc 100%);
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #e0e0e0),
color-stop(100%, #cccccc)
);
background: -webkit-linear-gradient(top, #e0e0e0 0%, #cccccc 100%);
background: -o-linear-gradient(top, #e0e0e0 0%, #cccccc 100%);
background: -ms-linear-gradient(top, #e0e0e0 0%, #cccccc 100%);
background: linear-gradient(to bottom, #e0e0e0 0%, #cccccc 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e0e0e0", endColorstr="#cccccc", GradientType=0);
border-color: #a6a6a6;
padding: 0px;
border: 0;
vertical-align: top;
display: inline;
height: 25px;
margin: 0px;
}
div.yuimenubar li.yuimenubaritem {
margin: 0px;
vertical-align: top;
height: 19px;
overflow: hidden;
display: inline;
border-width: 0;
border-style: none;
padding-top: 4px;
padding-bottom: 2px;
padding-left: 12px;
padding-right: 12px;
}
div.yuimenubar li.yuimenubaritem img {
margin: 0;
border: 0;
height: 1px;
width: 1px;
}
/* Define a new style for each menu */
div.yuimenu {
position: absolute;
z-index: 99999999;
float: left;
overflow: visible;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
div.yuimenu div.bd {
background-color: #ffffff;
border-color: #a6a6a6;
border-width: 0;
border-style: none;
padding: 0;
}
/* Define a new style for each menu item */
div.yuimenu ul {
padding: 5px 0;
}
div.yuimenu li.yuimenuitem {
padding-top: 0;
}
div.yuimenu li.yuimenuitem a.yuimenuitemlabel {
padding: 2px 24px 6px 12px;
font-size: 100%;
}
div.yuimenu li.yuimenuitem:focus,
div.yuimenu li.yuimenuitem-selected,
div.yuimenu li.yuimenuitem-selected:focus {
background-color: #d7edf9;
outline: none;
}
div.yuimenu li.yuimenuitem a.yuimenuitemlabel-selected,
div.yuimenu li.yuimenuitem a.yuimenuitemlabel-selected:hover,
div.yuimenu li.yuimenuitem a.yuimenuitemlabel-selected:active,
div.yuimenu li.yuimenuitem a.yuimenuitemlabel-selected:focus,
div.yuimenu li.yuimenuitem a.yuimenuitemlabel-selected:visited {
color: #333333;
outline: none;
}
div.yuimenu li.yuimenuitem a.yuimenuitemlabel,
div.yuimenu li.yuimenuitem a.yuimenuitemlabel:hover,
div.yuimenu li.yuimenuitem a.yuimenuitemlabel:active,
div.yuimenu li.yuimenuitem a.yuimenuitemlabel:focus,
div.yuimenu li.yuimenuitem a.yuimenuitemlabel:visited {
text-decoration: none;
outline: none;
}
/* Define a new style for an item's "selected" state */
div.yuimenu li.selected,
div.yuimenubar li.selected {
background-color: #039;
}
div.yuimenu li.selected a.selected,
div.yuimenubar li.selected a.selected {
text-decoration: none;
}
/* Define a new style for an item's "disabled" state */
div.yuimenu li.disabled a.disabled,
div.yuimenu li.disabled em.disabled,
div.yuimenubar li.disabled a.disabled {
color: #666;
}
.uploadframe {
height: 350px;
}
.filescroller {
height: 350px;
background: #aaa;
border: 1px solid #777;
}
.windowmain {
display: none;
padding: 0px;
margin: 0px;
}
.wincontent {
overflow: hidden;
}
.filewindow {
overflow: hidden;
}
.filemain {
cursor: crosshair;
padding: 0px;
margin: 0px;
height: 100%;
width: 100%;
overflow: hidden;
background-color: #fff;
}
.toolBarButtonTxt {
text-decoration: none;
margin: 2px;
border: #777 2px outset;
height: 16px;
top: 0px;
position: relative;
}
.toolBarLocation {
margin: 0px;
padding: 0px;
margin-top: -5px;
}
.toolBarButton {
top: 0px;
margin: 2px;
border: #777 2px outset;
width: 16px;
height: 16px;
cursor: hand;
cursor: pointer;
padding: 2px;
}
.toolbar {
height: 30px;
width: 100%;
margin: 0px;
background-color: #aaa;
border: #777 1px outset;
}
.menubar {
height: 25px;
width: 100%;
margin: 0px;
background-color: #aaa;
border: #777 1px outset;
}
.button {
font-size: 8px;
font: Verdana, sans-serif;
width: 20px;
height: 24px;
margin-top: 3px;
vertical-align: top;
}
.location {
font: 11px Verdana, Arial, Helvetica, sans-serif;
height: 22px;
background: #eeeeff;
border: 2px outset #9999dd;
color: #444400;
width: 200px;
margin-top: 2px;
vertical-align: top;
}
.treebox {
overflow: auto;
}
.fileicon {
display: inline;
float: left;
background: #fff;
clear: right;
position: relative;
margin: 6px;
text-align: center;
overflow: hidden;
width: 110px;
height: 50px;
border: 1px dotted #ccc;
cursor: default;
}
.fileicon div {
font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.fileicon img {
cursor: pointer;
cursor: hand;
}
.listviewtbl tr {
background: #fff;
font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.listviewtbl {
font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.listviewtbl td img {
cursor: pointer;
cursor: hand;
}
.listviewmaintd {
font: 11px Verdana, Arial, Helvetica, sans-serif;
border: 1px dotted #ccc;
white-space: nowrap;
overflow: hidden;
cursor: default;
color: #000;
}
.listviewmtimetd {
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align: right;
white-space: nowrap;
overflow: hidden;
cursor: crosshair;
color: #000;
}
.listviewsizetd {
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align: right;
white-space: nowrap;
cursor: crosshair;
color: #000;
overflow: hidden;
}
.listviewmodetd {
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align: right;
white-space: nowrap;
cursor: crosshair;
color: #000;
overflow: hidden;
}
.filelistmaindiv {
cursor: default;
display: block;
width: 99%;
background: #fff;
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align: left;
overflow: hidden;
padding-top: 3px;
padding-bottom: 3px;
margin-top: 1px;
margin-bottom: 1px;
white-space: nowrap;
}
.listviewmaindiv {
display: inline;
float: left;
width: 54%;
border: 1px dotted #ccc;
padding-left: 2px;
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align: left;
white-space: nowrap;
cursor: default;
height: 13px;
overflow: hidden;
padding-top: 0px;
padding-bottom: 0px;
}
.listviewmaindivMSIE {
display: inline;
float: left;
width: 54%;
border: 1px dotted #ccc;
padding-left: 2px;
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align: left;
white-space: nowrap;
cursor: default;
height: 13px;
overflow-x: hidden;
padding-top: 0px;
padding-bottom: 0px;
}
.listviewmtimediv {
display: inline;
float: left;
width: 23%;
padding-left: 3px;
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align: right;
overflow: hidden;
white-space: nowrap;
cursor: crosshair;
}
.listviewsizediv {
display: inline;
float: left;
width: 14%;
padding-left: 3px;
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align: right;
overflow: hidden;
white-space: nowrap;
cursor: crosshair;
}
.listviewmodediv {
display: inline;
float: left;
width: 7%;
padding-left: 2px;
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align: right;
overflow: hidden;
white-space: nowrap;
cursor: crosshair;
}
.fileimg img {
cursor: hand;
cursor: pointer;
}
.filename {
cursor: default;
word-wrap: break-word;
/* Internet Explorer 5.5+ */
padding: 0px;
font-size: 11px;
margin-left: 0px;
}
.zOverlay {
position: absolute;
top: -1000;
left: -1000;
display: none;
z-index: 9500;
}
.toolBarButtonTxt {
text-decoration: none;
margin: 2px;
border: #777 2px outset;
height: 16px;
top: 0px;
position: relative;
}
.toolBarLocation {
top: 0px;
position: relative;
}
.toolBarButton {
top: 0px;
margin: 2px;
border: #777 2px outset;
width: 16px;
height: 16px;
cursor: hand;
cursor: pointer;
}
.marginless {
padding: 0px;
margin: 0px;
}
.uploadframe {
border: 0px;
padding: 0px;
margin: 0px;
height: 100%;
width: 100%;
}
.fileinfo-tbl .row1-col1 {
border-bottom: 1px dotted #aaa;
font-weight: 900;
font: 10px "Gill Sans", "Trebuchet MS", Verdana, Georgia, Helvetica, Arial,
sans-serif;
padding: 0px;
}
.fileinfo-tbl .col1 {
border-bottom: 1px dotted #aaa;
font: 10px "Gill Sans", "Trebuchet MS", Verdana, Georgia, Helvetica, Arial,
sans-serif;
padding: 0px;
}
.fileinfo-tbl .row1-col1-end {
border-bottom: none;
font-weight: 900;
font: 10px "Gill Sans", "Trebuchet MS", Verdana, Georgia, Helvetica, Arial,
sans-serif;
padding: 0px;
}
.fileinfo-tbl .col1-end {
border-bottom: none;
font: 10px "Gill Sans", "Trebuchet MS", Verdana, Georgia, Helvetica, Arial,
sans-serif;
padding: 0px;
}
.preview {
border: 1px dotted #000;
}
/* ------------------------------------
=panel
------------------------------------ */
.yui-panel-container,
.panel-container {
position: absolute;
background-color: transparent;
z-index: 6;
visibility: hidden;
overflow: visible;
width: auto;
}
.yui-panel,
.panel {
visibility: hidden;
border-collapse: separate;
border: none;
overflow: visible;
background-color: transparent;
position: relative;
left: 0;
top: 0;
font: 1em Arial;
border: 1px solid #fff;
z-index: 1;
}
.yui-panel .lt,
.panel .lt {
width: 7px;
height: 22px;
top: 0;
left: 0;
position: absolute;
}
.yui-panel .rt,
.panel .rt {
width: 7px;
height: 22px;
top: 0;
right: 0;
position: absolute;
}
.yui-panel .bd,
.panel .bd {
overflow: visible;
padding: 4px;
}
.yui-panel .bd p,
.panel .bd p {
margin: 0 0 1em;
}
.yui-panel .container-close,
.panel .container-close {
position: absolute;
top: 3px;
left: 4px;
height: 18px;
width: 40px;
z-index: 6;
margin: 0;
padding: 0;
background-repeat: no-repeat;
cursor: pointer;
visibility: inherit;
background-image: url(../img/panel/close.gif);
}
.yui-panel .ft,
.panel .ft {
padding: 4px;
overflow: hidden;
border: 2px solid #ccc;
border-width: 0 2px 2px;
}
#win {
visibility: hidden;
}
.yui-panel-container.shadow .underlay,
.panel-container.shadow .underlay {
display: none;
}
.yui-panel,
.panel {
border: none;
overflow: visible;
background-color: transparent;
}
.yui-panel .hd,
.panel .hd {
padding: 0;
border: none;
color: #fff;
padding: 3px 0;
margin-left: 0px;
margin-right: 0px;
text-align: center;
overflow: visible;
background-color: #333333;
}
.yui-panel .hd span,
.panel .hd span {
vertical-align: middle;
line-height: 22px;
}
.yui-panel .tl,
.yui-panel .lt,
.panel .tl,
.panel .lt {
width: 7px;
height: 22px;
top: 0;
left: 0;
height: 22px;
}
.yui-panel .tr,
.yui-panel .rt,
.panel .rt,
.panel .tr {
width: 7px;
height: 22px;
top: 0;
right: 0;
}
.yui-panel .tp,
.panel .tp {
padding: 0;
border-width: 1px 1px 0;
border-color: #aeaeae;
border-style: solid;
background-color: #fff;
overflow: hidden;
}
.yui-panel .tp .content,
.panel .tp .content {
width: 380px;
height: 52px;
padding: 15px;
margin: 0;
background-color: #fff;
overflow: hidden;
display: none;
}
.yui-panel .bd h4,
.panel .bd h4 {
font-size: 129%;
}
.yui-panel .bd,
.panel .bd {
font-size: 85%;
padding: 15px;
border: 2px solid #ccc;
border-width: 0 2px 0;
border-bottom: 1px solid #ccc;
overflow: hidden;
background-color: #ffffff;
}
.yui-panel .bd .content,
.panel .bd .content {
width: 380px;
height: 400px;
padding: 15px;
margin: 0;
overflow: auto;
display: none;
}
.zOverlay {
position: absolute;
top: -1000;
left: -1000;
display: none;
z-index: 9500;
}
#chmodtbl td {
padding: 5px;
}
.menuitem-compress,
.menuitem-copy,
.menuitem-chmod,
.menuitem-delete,
.menuitem-download,
.menuitem-edit,
.menuitem-extract,
.menuitem-htmledit,
.menuitem-index,
.menuitem-leech,
.menuitem-move,
.menuitem-pass,
.menuitem-rename,
.menuitem-restore,
.menuitem-view {
padding-bottom: 6px;
padding-left: 22px;
}
.dispfile {
color: #000;
}
.ygtvcontent .ygtvlabel,
.ygtvcontent .ygtvlabel:link,
.ygtvcontent .ygtvlabel:visited,
.ygtvcontent .ygtvlabel:hover {
cursor: hand;
cursor: pointer;
}
.ygtvfocus .ygtvlabel,
.ygtvfocus .ygtvlabel:link,
.ygtvfocus .ygtvlabel:visited,
.ygtvfocus .ygtvlabel:hover {
cursor: move;
}
.filecontent {
overflow-y: scroll;
max-height: 250px;
padding-left: 10px;
}
input[type="radio"],
input[type="checkbox"] {
margin: 0;
}
Back to Directory
File Manager