|
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64 User : ServerPC ( 0) PHP Version : 8.2.12 Disable Function : NONE Directory : C:/Windows/SystemApps/Microsoft.MicrosoftEdgeDevToolsClient_8wekyb3d8bbwe/23/f12host/ |
Upload File : |
html {
overflow: hidden;
-ms-content-zooming: none;
}
body {
margin: 0;
padding: 0;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: 0;
}
#header iframe {
height: 22px;
}
iframe.toolIframe {
position: absolute;
top: 22px;
}
iframe.toolIframe.chooser {
top: 44px;
}
#consoleSplitter {
background-color: #CCCEDB;
display: none;
position: absolute;
left: 0;
cursor: ns-resize;
height: 3px;
width: 100%;
z-index: 15;
}
.splitConsole {
display: block !important;
position: absolute;
left: 0 !important;
width: 100% !important;
bottom: 0;
z-Index: 10;
}
.fullConsole {
left: 0 !important;
width: 100% !important;
bottom: 0;
height: calc(100% - 22px);
}
/* Perf HUD */
#perf {
display: none;
}
#perfTab {
position: absolute;
width: 30px;
height: 30px;
bottom: 0;
right: 5%;
background: #eee;
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #d9d9d9;
text-align: center;
font-size: 20px;
z-index: 15;
}
#perfTab:hover {
background: #d3d3d3;
cursor: pointer;
}
#perfTab::before {
content: '\1F44D';
}
#perfTab.warn {
background: #f2dede;
color: #a94442;
border-right: 1px solid #ebccd1;
border-left: 1px solid #ebccd1;
border-top: 1px solid #ebccd1;
}
#perfTab.warn::before {
content: '\1F44E';
}
#perfHUD {
background: #eee;
position: absolute;
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #d9d9d9;
display: none;
right: 5%;
bottom: -220px;
padding: 10px;
height: 200px;
width: 350px;
text-align: center;
transition: .5s;
z-index: 20;
}
#perfHUD.showHUD {
bottom: 0;
display: block;
}
#perfHUD h3 {
margin-top: 0px;
}
#perfData {
height: 85%;
width: 100%;
text-align: left;
font-size: 12px;
color: #333;
overflow-y: scroll;
padding-right: .5rem;
}
#perfClose {
height: 30px;
width: 30px;
position: absolute;
top: 5%;
right: 1%;
cursor: pointer;
}
#perfClose::before {
content: '\1D5D1';
}
#perfBadge {
width: 15px;
height: 15px;
border-radius: 50%;
background: red;
color: white;
position: absolute;
top: -10px;
right: -10px;
text-align: center;
display: none;
}
#perfBadge div {
font-size: 10px;
font-family: sans-serif;
margin-top: 3px;
}
/*
Zoom Container
*/
.f12HostZoomContainer {
display: none;
background: #F0F0F0;
width: 180px;
border: 1px solid #78AEE4;
position: absolute;
padding-top: 18px;
padding-bottom: 20px;
font-size: 12px;
font-family: 'Segoe UI';
text-align: center
}
.f12HostZoomMessageBold {
font-size: 14px;
font-family: 'Segoe UI Semibold';
}
.f12HostZoomMessageNotBold {
padding-top: 10px;
}