| Server IP : 185.11.201.71 / Your IP : 192.168.7.18 Web Server : Apache/2.4.29 (Ubuntu) System : Linux tech-virtual-machine 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : tech ( 1000) PHP Version : 7.4.28 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/bbbdd/themes/ |
Upload File : |
/**
* This is hte mandatory CSS file to include on top of every CSS theme file
**/
img { border: none; }
p.message {color: blue}
p.comment {font-style: italic}
.left{text-align: left}
.pre {white-space: pre}
.arg_icon {
padding-right:5pt;
padding-left:5pt;
}
/** Browser Tree using XLoadTree 2 **/
body.browser {
height: 100%;
margin: 0px;
padding: 0px;
text-align: left;
}
.refreshTree {
float:right;
text-align:right;
padding: 0 3px;
}
.webfx-tree-row {white-space: nowrap}
.webfx-tree-children {
background-repeat: repeat-y;
background-position-y: 1px !important; /* IE only */
}
.webfx-tree-row img {vertical-align: middle}
.webfx-tree-item-label {margin-left: 0.5ex}
.webfx-tree-icon {margin-left: 1px}
.webfx-tree-hide-root {display: none}
/** auto-complete on insert **/
#fkbg {
display:none;
position:fixed;
top:0;left:0;
width:100%;
height:100%;
z-index:10;
}
#fklist {
display:none;
position:absolute;
background:#fff;
border:1px solid #000;
overflow:auto;
z-index:15;
}
#fklist table {
border-collapse:collapse;
border: 1px solid #aaa;
}
#fklist th {border: 1px solid #aaa}
#fklist td,
#fklist th {
padding: 3px 10px;
border-right: 1px solid #aaa;
font-size: 12px;
}
#fklist td a {
display:block;
color:#000;
}
#fklist td a.fkval, p.errmsg {
color:red;
}
.ac_values {width:100%}
/** bottom link back to top **/
.bottom_link {
position: fixed;
bottom: 0;
right: 0;
margin: 0;
padding: 4px;
background: #eee;
border-top: 1px dotted #999;
border-left: 1px dotted #999;
font-size: smaller;
}
/** FK browsing **/
div#root {
position: absolute;
}
div.fk {
margin-left: 20px;
}
div#fkcontainer {
margin: 0;
position: relative;
width: 100%;
background: none;
border:0px;
}
div.fk_value {
display:inline-block;
}
.highlight {
background-color: #FFFF00;
}
/** Syntax highlighting **/
.comment {color: #008080}
.keyword {color: #FF8000}
.literal {color: #808080}